Rent Regulation
Understand how FairePlace handles French rent control (encadrement des loyers) and rent evolution decrees.
Overview
In designated zones (zones tendues), French law restricts how much landlords can charge for rent. FairePlace automates these checks when creating or updating leases.
Two mechanisms apply:
| Mechanism | Law | Scope |
|---|---|---|
| Encadrement des loyers (rent cap) | Loi Alur / Loi Elan | Paris, Lyon, Lille, Montpellier, Bordeaux, and other designated cities |
| Decret d'evolution des loyers (rent evolution decree) | Annual decree | All zones tendues (~1,149 municipalities) |
How rent caps work
In cities with rent caps, every rental unit has a reference rent per m² that depends on:
- Location (legislative zone / neighborhood)
- Property type (apartment, house)
- Number of rooms
- Construction period
- Furnished vs unfurnished
Three reference values are published annually:
| Value | Description | Lease field |
|---|---|---|
| Loyer de reference | Median reference rent | reference_rent_per_m2 |
| Loyer de reference majore | Maximum rent (+20%) | reference_rent_increased_per_m2 |
| Loyer de reference minore | Minimum rent (-30%) | reference_rent_decreased_per_m2 |
The rent must not exceed reference_rent_increased_per_m2 × area unless a complement de loyer (rent supplement) is justified.
Check rent regulation for a location
Use legislative zones to determine which regulations apply:
Code
Code
Lease validation
When creating a lease, FairePlace validates the rent against the zone's reference values:
Code
Validation error example
If the rent exceeds the cap:
Code
Rent evolution decree
In zones tendues, the rent for a new tenant cannot exceed the previous tenant's last rent, adjusted by the IRL index. This applies even in areas without rent caps.
FairePlace tracks:
base_rent_amount— The previous rent (or initial rent for first lease)revision_index_type—IRLfor residential leasesnext_revision_date— When the next annual revision is due
IRL rent revision
Annual rent revisions use the IRL (Indice de Reference des Loyers) published by INSEE:
Code
FairePlace calculates this automatically:
Code
Code
Complement de loyer (rent supplement)
If the property has exceptional characteristics (terrace, exceptional view, premium equipment), the rent can exceed the reference cap with a documented justification:
Code
The supplement must be explicitly justified and appears as a separate line in the lease document.
Related
- Legislative Zones — Zone reference data
- Lease Overview — Lease lifecycle and compliance
- Energy Diagnosis — DPE requirements
- Leases API — Full endpoint reference