FunctionsFinancial
Financial
2 Financial functions in the NYXDB native function registry, with signatures, briefs, and measured medians where available.
2 functions in the financial family. Each name links to its page; … marks the variadic argument list (the engine declares no named parameters). A Measured value appears only where a benchmark corpus case joins by name (server-class hardware, median).
| Function | Type | Description | Measured |
|---|---|---|---|
financial_net_present_value(…) → Float64 | scalar | Net present value. | — |
financial_net_present_value_extended(…) → Float64 | scalar | Net present value with extended options. | — |
yesterday
Returns the date for the day before today(), computed in the query execution context. Equivalent to today() minus one day.
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.