Modules
Financial calculations for cash-flow analysis, time value of money, depreciation, and risk.
Writing an asset down from its cost to its salvage value over its life.
Performance and risk metrics for a price or return series.
The root-finding strategy behind the rate functions (Finance.CashFlow.irr/2,
Finance.CashFlow.xirr/2, Finance.TVM.rate/6).
The default Finance.Solver: Newton-Raphson using the analytic derivative of
the net present value, with a bracketing bisection fallback when a Newton step
wanders outside the (-1, ∞) domain or fails to converge.