tvm: Time Value of Money

View source: R/cdar.R

tvmR Documentation

Time Value of Money

Description

This R function can calculate present value and future value the given information.

Usage

tvm(pv = NA, fv = NA, n = NA, r = NA, ic = 1)

Arguments

pv

present value

fv

future value

n

number of periods

r

nominal interest rate convertible ic times per period

ic

interest conversion frequency per period

Value

Returns the NPV or FV for the given information

Examples

tvm(pv=50, n=5, r=.04)

Bahram-Abediniangerabi/ConstructionAnalyticsR documentation built on March 6, 2023, 7:52 a.m.