GLOBAL RENT REPORT
Price per square meter
Background
- at the lowest detail level, the GRR displays a list of units group by the rental contract (RC) to which they belong
- a RC can contain whether 1 or more unit.s
- each unit contained in a RC belong to category "Principal" or "Annex"
- a unit type of "Principal" is supposed to have at least one surface
Calculation
In the GRR, the column "Price per m²" is calculated only for "Principal" unit.
case 1 : there is only one unit in the RC
- gather the surface of the unit : SURFACE_TYPE.CARREZ (1st choice) or SURFACE_TYPE.UTILE (2nd choice). If none of these exist, calculation is not possible
- gather the last rent amount called. E.g., if the GRR is displayed in March, the last known rent should be the one called end of february.
- divide rent amount per surface
case 2 : there are n units in the RC
- if only 1 Principal and several Annex => calculation will apply to Principal only (like case 1above)
- if several Principal => calculation is not possible