A Building Renovation Passport (BRP) is a standardised digital document that records a building's current energy performance, renovation history, and a step-by-step roadmap for improving energy efficiency toward EU climate targets (2030, 2040, 2050).
Under EPBD Article 10, BRPs must cover: energy performance certificate (EPC) data, seismic risk classification, structural condition data, renovation timeline recommendations, and financing options. Member states have flexibility in implementation, but the data categories are standardised.
For property investors, BRP creates both a compliance requirement and a value signal โ buildings with good BRP scores will command premiums as EU energy standards tighten. Buildings requiring major renovation will face increasing financing constraints.
| Country | Seismic | Cadastral | Energy (EPC) | BRP Status |
|---|---|---|---|---|
| ๐ท๐ด Romania | AMCCRS Live | ANCPI Live | ANRE partial | Ready |
| ๐ฌ๐ท Greece | NOA Live | Ktimatologio 65% | KENAK partial | Ready |
| ๐ง๐ฌ Bulgaria | BGS Live | AGKK partial | In progress | Partial |
| ๐ช๐ธ Spain | NCSE-02 Live | Catastro Live | CEE partial | Ready |
| ๐ฎ๐น Italy | INGV Live | Catasto ref | APE partial | Partial |
| ๐จ๐ฟ Czech Republic | CUZK Live | CUZK Live | Q3 2026 | Partial |
| ๐ต๐ฑ Poland | GUGiK Live | GUGiK Live | Q3 2026 | Partial |
| ๐ญ๐ท Croatia | DGU Live | DGU partial | Q4 2026 | Planned |
Available via the same unified API used for mortgage screening and property analysis.
// Request GET /api/v2/brp?lat=44.4268&lon=26.1025&cc=RO X-API-Key: rx_live_... // Response { "brp_score": 62, // 0โ100 BRP readiness score "epbd_class": "D", // Estimated EPC class AโG "seismic": "Rs II", // Classification "year_built": 1972, // From cadastral API "renovation_due": "2030", // EU target year "subsidies": ["PNRR-C5", "Sismabonus-75%"], "brp_compliant": false, // Ready for May 2026 mandate? "actions": [ "Install roof insulation (EPC DโC, est. โฌ8,000)", "Window replacement (EPC CโB, est. โฌ12,000)", "Seismic assessment required (Rs II)" ] }