Pricing Mechanism
Last updated
The price formula is:
Normalized time ( t ) ranges from 0 (maturity) to 1.
rateScalar: rateScalar(t) = ScalarRoot / t, adjusts dynamically to maintain capital efficiency.
rateAnchor: rateAnchor(t) = 1 + (InitialAnchor - 1) * t, adjusts the expected discount between PT and BT.
Example:
Given(rateScalar=100), (rateAnchor=1.1), initial PT proportion (pbefore=0.6)
After swapping 100 BT for PT, assuming pafter=0.55
Last updated