# Linear Discount Model

The linear discount model is a pricing model for the Principal Token (PT) that assumes the PT discount evolves linearly in time.  At start time, the model prices the PT as its par value discounted by the non-compounded instantaneous rate $$r$$ over the term. At maturity, the model prices the PT at its par value. The model linearly interpolates between those two points. More specifically

$$
P(t,T) = \text{PT.previewRedeem}(1) (1 - \frac{1}{1 + r(T-t)})\frac{t}{T} + \frac{\text{PT.previewRedeem}(1)}{1 + r(T-t)}
$$

where $$\text{previewRedeem(1)}$$ gives the redemption rate of the PT,  $$T$$ is the maturity timestamp, while $$t$$ is the current timestamp.


---

# Agent Instructions: 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:

```
GET https://dev.spectra.finance/integration-reference/spectra-oracles/deterministic-oracles/linear-discount-model.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
