Hourglass PT/CT Linear Discount Rate Oracle #77
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Hourglass valuation oracle applies a straightforward linear discount model
to determine the present value of tokens that promise one unit of an underlying
asset at a future maturity time. This is written as:
While a PT or CT theoretically redeems for 1 underlying unit at maturity, it’s crucial to ensure that the system is fully solvent. If there is any shortfall in the underlying deposit, the redemption ratio should reflect that. If the underlying depositor contract currently holds U units of the underlying asset and there are S total claim tokens outstanding (PT + CT, since each represents a claim on 1 underlying unit at maturity), then the actual solvency ratio is:
This suggests the following Present Value:
Both Principal Tokens (PTs) and Combined Tokens (CTs) receive a base
valuation equivalent to the discounted and solvency-adjusted unit of
underlying.
More info about Hourglass Principal Tokens (PTs) and
Combined Tokens (CTs) can be found here.