fin_net_present_value: Compute the net present value of a future income stream

View source: R/financial_functions.R

fin_net_present_valueR Documentation

Compute the net present value of a future income stream

Description

fin_valuation uses the revenue, operating margin, expenses and PE to compute a market capitalization. Better to use a more powerful online site.

Usage

fin_net_present_value(
  income = 27000,
  discount_rate = 0.05,
  periods = 25,
  symbol = umx_set_dollar_symbol(silent = TRUE)
)

Arguments

income

Value of expected recurring payment

discount_rate

Percent return to discount against (.05 = 5%)

periods

How many periods the stream delivers, e.g., 25 years of pension.

symbol

Currency symbol to use

Details

Revenue stream is discounted back to a present day cash amount which is equivalent.

Value

  • value

See Also

  • fin_interest(), fin_NI(), fin_percent()

Other Miscellaneous Functions: deg2rad(), fin_JustifiedPE(), fin_NI(), fin_expected(), fin_interest(), fin_percent(), fin_ticker(), fin_valuation(), rad2deg(), umxBrownie()

Examples

fin_net_present_value(27e3, .05, 25)


umx documentation built on Nov. 5, 2025, 5:26 p.m.