plan_to_valuation
COMPOSITE (simulate -> compute). Project a scenario, take a per-period cash-flow line from its projections ('cashflow_metric', e.g. 'mrr' or 'net_burn'), and value it exactly: NPV at a discount 'rate', IRR, and undiscounted total. Optional 'initial_investment' becomes the period-0 outflow (needed for IRR). Combines ScenarioSim + PrecisionCalc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | Yes | ||
| inputs | No | ||
| horizon | No | ||
| metrics | No | ||
| currency | No | ||
| template | Yes | ||
| period_label | No | ||
| cashflow_metric | Yes | ||
| initial_investment | No |