Zero Coupon Bond Model

The zero coupon bond 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 an implied rate that stays constant during the term. More specifically, is assumes

P(t,T)=PT.previewRedeem(1)exp((Tt)r)P(t,T) =\text{PT.previewRedeem(1)}\exp(-(T-t)r)

where the previewRedeem\text{previewRedeem} of the PT gives its redemption value , TT is the maturity timestamp and tt is the current timestamp.

Last updated