interest rate in decimals (i.e. 1% will be entered as 0.01)
cashflows due to annuity per period
number of periods or annuity payments
Future value
Computes the Future Value of an array of n-1 cashflows in chronological order on nth period
interest rate in decimals (i.e. 1% will be entered as 0.01)
array of cashflows in chronological order (ie: [1,2,3] symbolizes 1 in the first period, 2 in the second period and 3 in 3rd period)
Future value
Computes the future value of a single cash flow
interest rate in decimals (i.e. 1% will be entered as 0.01)
value of single cashflow
number of periods
Future value
Computes the IRR of a given array of cashflows
array of cashflows in chronological order (ie: [1,2,3] symbolizes 1 in the first period, 2 in the second period and 3 in 3rd period)
IRR
interest rate in decimals (i.e. 1% will be entered as 0.01)
initial investment amount of a project, entered as a positive value
array of cashflows in chronological order (ie: [1,2,3] symbolizes 1 in the first period, 2 in the second period and 3 in 3rd period)
NPV
Computes the Present Value of a series of annuities
interest rate in decimals (i.e. 1% will be entered as 0.01)
cashflows due to annuity per period
number of periods or annuity payments
Present value
Computes the present value of a series of annuities with growth rate and discount rate. Returns 0 if growth rate exceeds interest rate.
interest rate in decimals (i.e. 1% will be entered as 0.01)
cashflow per period
growth rate in decimals (i.e. 1% will be entered as 0.01)
number of periods of annuity
Present value
Computes the present value of a series of perpetuities with growth rate and discount rate. Returns 0 if growth rate exceeds interest rate.
interest rate in decimals (i.e. 1% will be entered as 0.01)
cashflow per period
growth rate in decimals (i.e. 1% will be entered as 0.01)
Present value
Computes the Present Value of an array of n cashflows in chronological order on 0th period
interest rate in decimals (i.e. 1% will be entered as 0.01)
array of cashflows in chronological order (ie: [1,2,3] symbolizes 1 in the first period, 2 in the second period and 3 in 3rd period)
Present value
Computes the present value of a series of perptuities with constant growth rate
interest rate in decimals (i.e. 1% will be entered as 0.01)
cashflow per period
Present value
Computes the present value of a single cash flow
interest rate in decimals (i.e. 1% will be entered as 0.01)
value of single cashflow
number of periods
Present value
Generated using TypeDoc
Computes the Future Value of a series of annuities