View source: R/future_to_annual.R
future_to_annual | R Documentation |
future_to_annual
calculate annual value from future value using
the accumulated amount after years using sinking fund factor (sff)Compute annual payment value from future value
future_to_annual
calculate annual value from future value using
the accumulated amount after years using sinking fund factor (sff)
future_to_annual(i, n, FV)
i |
discount rate in percent per year |
n |
life span in years |
FV |
accumulated (future) value |
A
Newnan, D. G., Eschenbach, T. G., Lavelle, J. P., & Oxford, N. Y. Engineering Economic Analysis, 14th ed. New York, Oxford University Press, 2020
David, W., & Terry, R. Fundamentals of Engineering Economics and Decision Analysis. Springer Nature, 2012
# Result: A = 5737.83
future_to_annual(0.08, 30, 650000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.