IRR
irrInternal rate of return: the per-period rate that zeroes the NPV of a cashflow series. Returns a percent, or null when the series never crosses zero.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cashflows | Yes | Cashflows by period, starting at period 0. Outflows are negative. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| irrPct | No | Internal rate of return, percent (null if none). |