financial_net_present_value
Computes the net present value (NPV) of a series of cash flows given a discount rate. Accepts either rate plus scalar cashflow arguments or rate plus one JSON array of cashflows.
financial_net_present_value(…) → Float64Kind · scalar
Computes the net present value (NPV) of a series of cash flows given a discount rate. Accepts either rate plus scalar cashflow arguments or rate plus one JSON array of cashflows.
Part of the Financial family.
Financial
2 Financial functions in the NYXDB native function registry, with signatures, briefs, and measured medians where available.
financial_net_present_value_extended
Computes net present value (NPV) like financial_net_present_value, with support for explicit period inputs. V1 supports period arrays `[cashflows], [periods]` and scalar `(cashflow, period)` argume…