Bump seed for derived authority address
Elevation groups are used to group together reserves that have the same risk parameters and can bump the ltv and liquidation threshold
Global maximum allowed borrow value allowed for any obligation
Whether the lending market is set as immutable.
Time (in seconds) that must pass before liquidation is allowed on an obligation that has been individually marked for auto-deleveraging (by the risk council).
Minimum acceptable unhealthy LTV before max_debt_close_factor_pct becomes 100%
Owner authority which can add new reserves
Temporary cache of the lending market owner, used in update_lending_market_owner
Percentage of the total borrowed value in an obligation available for liquidation
Max allowed liquidation value in one ix call
Minimum liquidation value threshold triggering full liquidation for an obligation
Minimum amount of deposit at creation of a reserve to prevent artificial inflation Note: this amount cannot be recovered, the ctoken associated are never minted
Min net value accepted to be found in a position after any lending action in an obligation (scaled by quote currency decimals)
Minimum value to enforce highest borrow factor priority checks on the debt reserves on liquidation
Minimum value to enforce smallest ltv priority checks on the collateral reserves on liquidation
Market name, zero-padded.
Whether new obligation orders can be created. Note: updating or cancelling existing orders is not affected by this flag.
Whether the obligation orders should be evaluated during liquidations.
Refresh price from oracle only if it's older than this percentage of the price max age. e.g. if the max age is set to 100s and this is set to 80%, the price will be refreshed if it's older than 80s. Price is always refreshed if this set to 0.
Currency market prices are quoted in
e.g. "USD" null padded (*b"USD\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0") or a SPL token mint pubkey
Referral fee for the lending market, as bps out of the total protocol fee
[DEPRECATED] Global maximum unhealthy borrow value allowed for any obligation
[DEPRECATED] Reward points multiplier per obligation type
The address of the risk council, in charge of making parameter and risk decisions on behalf of the protocol
Version of lending market
Whether the obligations on this market should be subject to auto-deleveraging after deposit or borrow limit is crossed. Besides this flag, the particular reserve's flag also needs to be enabled (logical
AND). NOTE: this also affects the individual "target LTV" deleveraging.