# Linear APR model

The linear APR model is a pricing model for a Principal Token quoted in underlying. It assumes that the price of the PT is a unit of underlying discounted by a non-compounded implied rate that stays constant during the term. More specifically, is assumes

$$
P(t,T) =\text{PT.previewRedeem(1)}\frac{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-apr-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.
