[][src]Module finance_solution::nper

Number of periods calculations for scenarios with payments. Returns the number of periods required for a Present Value to achieve a Future Value with a given set of annuities (payments) at a specified periodic rate. The only module still in beta.

Structs

NperSolution

Functions

nper

Returns the number of periods required for an annuity (payments) to reach a future value, at a specified periodic rate. Still in beta.

nper_solution

Returns f64 for Number of Periods (NPER). Receive the number of periods required for a present value to equal a future value based on a set of payments (annuity) at an interest rate. If there is no initial present value, use 0. This is equivalent to the NPER function in Excel / Google Sheets.