import * as mod from "https://dotland.deno.dev/x/financial@v0.1.3/src/financial.ts";
Enums
When payments are due |
Functions
f fv | Compute the future value. |
f ipmt | Compute the interest portion of a payment. |
f irr | Return the Internal Rate of Return (IRR). |
f mirr | Calculates the Modified Internal Rate of Return. |
f nper | Compute the number of periodic payments. |
f npv | Returns the NPV (Net Present Value) of a cash flow series. |
f pmt | Compute the payment against loan principal plus interest. |
f ppmt | Compute the payment against loan principal. |
f pv | Calculates the present value of an annuity investment based on constant-amount periodic payments and a constant interest rate. |
f rate | Compute the rate of interest per period |