compute_noi_y1: Quick computation of year-1 NOI

View source: R/dcf.R

compute_noi_y1R Documentation

Quick computation of year-1 NOI

Description

Quick computation of year-1 NOI

Usage

compute_noi_y1(rent_signed, lettable_area, vac_rate = 0)

Arguments

rent_signed

numeric(1). Face rent (€/m²/year).

lettable_area

numeric(1). Lettable area (m²).

vac_rate

numeric(1) in [0,1). Average vacancy rate.

Value

numeric(1) NOI_{y1} rounded to cents.

Examples

compute_noi_y1(400, 2500, vac_rate = 0.05)

cre.dcf documentation built on April 10, 2026, 5:08 p.m.