> For the complete documentation index, see [llms.txt](https://docs.suno.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.suno.finance/financial-model.md).

# The Financial Model

- [Introduction](https://docs.suno.finance/financial-model/overview.md): The methodology that turns a solar plant into an auditable net present value and a NAV per pWatt.
- [Inputs and data](https://docs.suno.finance/financial-model/inputs-and-data.md): Every input the model consumes and the rule that governs it: telemetry, OPEX, macro sets, the PPA curve, risk scores.
- [The valuation engine](https://docs.suno.finance/financial-model/valuation-engine.md): The year-by-year engine: time factors, generation, revenue, certificates, costs, and the published table.
- [Equipment replacement](https://docs.suno.finance/financial-model/equipment-replacement.md): Replacements priced as discrete events, with dual-currency escalation, downtime, and reference archetypes.
- [Discounting and NAV](https://docs.suno.finance/financial-model/discounting-and-nav.md): The discount rate build-up, the liquidity argument, the mid-year convention, withholding, and the step from NPV to NAV.
- [Sensitivity analysis](https://docs.suno.finance/financial-model/sensitivity-analysis.md): The tornado analysis shipped with every valuation: lever types, calibration, and the combined NAV range.
- [Governance and auditability](https://docs.suno.finance/financial-model/governance-and-auditability.md): Published versions, frozen snapshots, the golden-master regression, the active pointer, and recalibration.
- [Assumptions and limitations](https://docs.suno.finance/financial-model/assumptions-and-limitations.md): What the model assumes, what it simplifies, and what is on its roadmap.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.suno.finance/financial-model.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
