FCI: Investment cash flow

View source: R/involutivo.R

FCIR Documentation

Investment cash flow

Description

Investment cash flow

Usage

FCI(cc, wc, bdi_c, index = seq(0, length(wc) - 1))

Arguments

cc

construction cost

wc

vector of weights of the total constructions costs over periods

bdi_c

Constructors Budget Difference Income

index

a vector with the periods in which are made the expenses

Value

a vector containing the expected investment cash flow

Examples

wc <- c(5.67, 6.63, 7.24, 7.55, 10.76, 13.26, 14.72, 13.16, 14.18, 6.84)/100
bdi_c <- 31.46/100
cc <-  3523496.76
fci_provavel <- FCI(cc = cc, wc = wc, bdi_c = bdi_c)

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