> 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/discounting-and-nav.md).

# Discounting and NAV

The discount rate is the most sensitive parameter in the model: at a 30-year horizon, 100 basis points move the NPV by 7 to 9%. Its construction is set out here component by component.

#### The rate build-up

Each year carries its own nominal USD rate:

$$
r\_y = f\_y + \pi\_{country} + \pi\_{project}
$$

* `f_y` is the projected US policy-rate path from the macro set. Anchoring on the expected path treats the term structure under the expectations hypothesis, with a term premium near zero. This reading is consistent with the main empirical term-premium estimates of the past decade (ACM, Kim-Wright), and the ±100 bps [sensitivity](/financial-model/sensitivity-analysis.md) quantifies what rides on it.
* `π_country` is the risk premium of the country where the asset operates, maintained per country as a protocol-level catalog.
* `π_project` comes from the scored [risk framework](/financial-model/inputs-and-data.md): `π_project = Σ_d b_d s_d / 10^4`, with each dimension contributing its basis-point weight per score point.

Cash flows are nominal USD, converted along the PPP-consistent FX path and discounted at nominal USD rates, so currency, inflation, and discounting close consistently.

#### Liquidity and the discount rate

Private infrastructure equity ordinarily carries an illiquidity premium of 100 to 300 bps, which shows up equivalently as the 10 to 30% NAV discounts seen in fund secondaries. The model does not add one: the instrument carrying the exposure is a liquid token with functioning transfer and redemption paths, not a locked-up fund position.

That argument has a boundary worth drawing. Liquidity does not justify discounting long-duration cash flows at short rates. A 30-year Treasury trades in seconds and still yields the 30-year rate, because duration risk travels with the instrument: a holder who sells after rates rise sells at the fallen price. What a liquid instrument removes is the inability to exit, which is the specific risk the illiquidity premium compensates. Against the 9 to 12% USD cost of equity observed for illiquid operating solar in emerging markets, the model's typical all-in rate sits at the lower edge of the range, which is where removing the illiquidity component puts it.

#### Mid-year convention

Solar revenue arrives more or less continuously through monthly billing, so the center of gravity of a year's cash is mid-year rather than December 31. The discount divisor for row `n` compounds prior years in full and the row's own factor by half:

$$
D\_n = \left\[\prod\_{k\<n}(1 + r\_k \cdot tf\_k)\right]\cdot\left(1 + \tfrac{1}{2}, r\_n \cdot tf\_n\right), \qquad NPV = \sum\_n \frac{F^{USD}\_n}{D\_n}
$$

Rates enter scaled by time factors, so the partial valuation-year row discounts to the midpoint of its remaining window and pre-valuation rows are inert. An end-of-year convention would understate every valuation by about `(1+r)^(1/2) - 1 ≈ 4%` at typical rates. Since the NAV governs issuance and redemption, a biased NAV favors one side of every transaction; the convention is chosen to be unbiased rather than conservative.

#### Withholding on distributions

Distributions through the protocol's regulated structure bear withholding at rate `θ` on their gain portion, meaning the distribution minus the scheduled capital repayment under the project's declared curve. The capital shield is cumulative:

$$
S\_n = K \cdot q\_n \cdot tf\_n + carry\_{n-1}, \qquad W\_n = \theta \cdot \max(0,\ F^{USD}\_n - S\_n), \qquad carry\_n = \max(0,\ S\_n - \max(F^{USD}\_n, 0))
$$

with `K` the invested capital and `q_n` the scheduled repayment fraction. The carryforward follows investment contracts that impute distributions to capital until the cumulative schedule is met: scheduled capital unused in a low-cash year, such as an equipment-replacement year, is not forfeited, and negative years pay no tax.

#### From NPV to NAV per pWatt

$$
NAV\_{pWatt} = \frac{\sum\_n \left(F^{USD}\_n - W\_n\right)/D\_n}{1000 \cdot kWp}
$$

The post-withholding NPV divided by the project's pWatt supply, at one pWatt per watt DC. This is the figure the protocol publishes and the Reserve consumes, and every published instance carries the [sensitivity analysis](/financial-model/sensitivity-analysis.md) that brackets it.


---

# 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/discounting-and-nav.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.
