🧭Definitions
This page contains a table of definitions used to rigorously and unambiguously define key parts of protocol behavior, and may be updated from time to time.
Total outstanding principal.
where there are Vaults
Total outstanding debt.
where there are Vaults
Cash balance of the senior tranche.
Balance of the senior tranche contract returned by the underlying ERC20 asset when balanceOf
is called.
Cash balance of the junior tranche.
Balance of the senior tranche contract returned by the underlying ERC20 asset when balanceOf
is called.
Assets held by the senior tranche, including loans (principal).
Assets held by the junior tranche.
Optimal utilisation rate.
Percentage expressed in ray
.
Utilisation rate (actual).
Base borrow rate.
The base interest rate. Set by governance.
Slope when
Set by governance.
Current slope rate. New borrows receive this rate.
Average borrow APR
Optimal tranche liquidity ratio
Set by governance.
Current tranche liquidity ratio
Deviation of from . Presently not in use.
Optimal senior yield allocation
Percentage, expressed in basis points.
Optimal junior yield allocation
Current actual income allocation, PID-like. Presently not in use.
Current lender interest rate
Senior tranche effective interest rate
Junior tranche effective interest rate
Total supply of senior tranche shares
vToken totalSupply()
Total supply of junior tranche shares
vToken totalSupply()
Exchange rate of shares to the underlying asset
where is one of junior or senior
Asset floor price at purchase block height
Provided by Oracle
Asset floor price at current block height
Provided by Oracle
Gross asset value of a Vault , by current floor price. Presently not in use.
where is the set of unredeemed non-fungible assets in the Vault.
Underlying ERC20 balance for a Vault .
Return value of balanceOf()
A drawdown by a Vault.
Principal component of a drawdown
-
Interest rate applied to .
where is the prevailing slope rate at time of origination
Interest component of .
The loan term of in seconds.
Always a multiple of .
The payment interval of in seconds.
Always a multiple of
Number of payment intervals per year for .
Number of instalments needed to repay the principal and interest for .
Interest component of an instalment at period .
Principal component of an instalment at period .
Total instalment amount at period .
Timestamp of due date of the next instalment of .
Time past due for expressed in seconds.
Total repayments made toward .
where is the number of repayments that have been made.
Total debt of a Vault , including interest.
for Vault with active Drawdowns.
Total principal debt of a Vault
for Vault with active Drawdowns.
Total interest owed by a Vault
Current Vault credit limit.
Liquidation threshold.
Currently set to
Liquidation bonus.
Currently set to
Loan-to-value.
Currently disabled.
Current block timestamp
-
Seconds per year
Seconds per month
Last updated
Was this helpful?