calc_compound_interest: Compound Interest

View source: R/calculators.R

calc_compound_interestR Documentation

Compound Interest

Description

Calculates the final value under compound interest.

Usage

calc_compound_interest(pv, rate, n)

Arguments

pv

Present value.

rate

Interest rate per period (decimal).

n

Number of periods.

Value

Final value with compound interest.

Examples

calc_compound_interest(pv = 1000, rate = 0.10, n = 2)


brfinance documentation built on Feb. 19, 2026, 9:06 a.m.