Financial
Financial functions perform a variety of different calculations associated with annuities, loans, investments, principal, interest, and payments.
Note
Beginning with Analytics 12.0, a change made by Microsoft to its Visual C++ Redistributable Package, an Analytics prerequisite, causes the results of some Analytics financial functions to differ slightly from the results in previous versions of Analytics.
The Visual C++ change was made by Microsoft to improve computational precision. As a result, rounding in Analytics functions such as PMT( ) and FVSCHEDULE( ) now behaves differently.
Function descriptions
Function | Description |
---|---|
Returns the cumulative interest paid on a loan during a range of periods. |
|
Returns the cumulative principal paid on a loan during a range of periods. |
|
Returns the effective annual interest rate on a loan. |
|
Returns the future value of a series of payments calculated using a constant interest rate. Future value is the sum of the payments plus the accumulated compound interest. |
|
Returns the future value of a current lump sum calculated using a constant interest rate. |
|
Returns the future value of a current lump sum calculated using a series of interest rates. |
|
Returns the interest paid on a loan for a single period. |
|
Returns the nominal annual interest rate on a loan. |
|
Returns the number of periods required to pay off a loan. |
|
Returns the amount of the periodic payment (principal + interest) required to pay off a loan. |
|
Returns the principal paid on a loan for a single period. |
|
Returns the present value of a series of future payments calculated using a constant interest rate. Present value is the current, lump-sum value. |
|
Returns the present value required to generate a specific future lump sum calculated using a constant interest rate. Present value is the current, lump-sum value. |
|
Returns the interest rate per period. |