Spectra Developer Docs
  • Developers Documentation
  • Getting Started
  • Guides
    • Tokenizing Yield
    • Providing Liquidity
    • Deploy PT and Curve Pool
    • Routing
    • IBT Additional Rewards
    • Locking APW for veAPW
    • Voting and Earning Rewards
  • Technical Reference
    • Deployed Contracts
    • Contract Functions
      • Principal Token
      • Yield Token
      • Registry
      • RateOracle
      • Factory
      • Access Manager
      • RouterUtil
      • Router
      • GovernanceRegistry
      • Voter
      • VotingReward
        • BribeVotingReward
        • FeesVotingReward
      • FeeDistributor
      • Spectra4626Wrapper
    • Yield Calculations
    • Spectra's Automated Market Makers
      • Rate Adjusted StableSwap pools
  • Glossary
  • INTEGRATION REFERENCE
    • Spectra Oracles
      • TWAP Oracles
      • Deterministic Oracles
        • Linear APR model
        • Linear Discount Model
        • Zero Coupon Bond Model
        • Comparison
      • Oracle Deployment
        • Deterministic Oracles Deployment
        • TWAP Oracles Deployment
Powered by GitBook
On this page
  1. INTEGRATION REFERENCE
  2. Spectra Oracles
  3. Deterministic Oracles

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)=α(t)exp⁡(−(T−t)r)P(t,T) =\alpha(t)\exp(-(T-t)r)P(t,T)=α(t)exp(−(T−t)r)

where α(t)\alpha(t)α(t) is the PT rate, represented in the contracts as ptRate , TTT is the maturity timestamp and ttt is the current timestamp.

PreviousLinear Discount ModelNextComparison

Last updated 5 days ago