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 rr 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)=PT.previewRedeem(1)(111+r(Tt))tT+PT.previewRedeem(1)1+r(Tt)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 previewRedeem(1)\text{previewRedeem(1)} gives the redemption rate of the PT, TT is the maturity timestamp, while tt is the current timestamp.

Last updated