rent: Rent calculation

View source: R/alugueis.R

rentR Documentation

Rent calculation

Description

Computes the rent of an entire building

Usage

rent(qt, qb, S, A, FC, Fd, CA, it, ib)

Arguments

qt

lot value per square meter

qb

built-up value per square meter

S

lot Area

A

built-up area

FC

factor to be applied to land and built-areas values in order to obtain the real estate value

Fd

depreciation multiplicator

CA

Land Use Coefficient

it

capitalization rate to be applied to the land value

ib

capitalization rate to be applied to the built-up area value

Value

The rent value for the real estate

Examples

rent(qt = 2000, qb = 1200, S = 400, A = 450, FC = 1.1, Fd = 0.8, CA = 0.9375,
     it = 8/100, ib = 8/100)

lfpdroubi/appraiseR documentation built on April 14, 2024, 10:27 p.m.