| leases_tbl_structuration | R Documentation |
Converts a list of lease events into annual vectors for rent, vacancy, free months,
tenant capex (€/sqm), and a new_lease flag. The [start, end] convention is used:
an event applies to years y with start <= y <= end. Overlaps within a unit resolve as:
rent/vac/new_lease: last event wins; capex_sqm/free_months: accumulated at start year.
Returned vectors are non-indexed (indexation is applied later in cfg_normalize()).
leases_tbl_structuration(ev, horizon, base_year)
ev |
list of events with fields: start, end, rent, vac, free_months, capex_sqm, new_lease. |
horizon |
integer(1) >= 1, number of annual steps. |
base_year |
integer(1), first absolute year of the horizon. |
list with numeric vectors of length horizon:
rent, vac, free, capex_sqm, new_lease.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.