View source: R/financial_functions.R
| fin_net_present_value | R Documentation |
fin_valuation uses the revenue, operating margin, expenses and PE to compute a market capitalization.
Better to use a more powerful online site.
fin_net_present_value(
income = 27000,
discount_rate = 0.05,
periods = 25,
symbol = umx_set_dollar_symbol(silent = TRUE)
)
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 |
Revenue stream is discounted back to a present day cash amount which is equivalent.
value
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()
fin_net_present_value(27e3, .05, 25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.