Coda by Ian Macalinao
    Preparing search index...

    Obligation liquidity state

    interface ObligationLiquidity {
        borrowedAmountOutsideElevationGroups: bigint;
        borrowedAmountSf: bigint;
        borrowFactorAdjustedMarketValueSf: bigint;
        borrowReserve: Address;
        cumulativeBorrowRateBsf: BigFractionBytes;
        marketValueSf: bigint;
        padding: bigint;
        padding2: bigint[];
    }
    Index

    Properties

    borrowedAmountOutsideElevationGroups: bigint

    Amount of liquidity borrowed outside of an elevation group

    borrowedAmountSf: bigint

    Amount of liquidity borrowed plus interest (scaled fraction)

    borrowFactorAdjustedMarketValueSf: bigint

    Risk adjusted liquidity market value in quote currency - DEBUG ONLY - use market_value instead

    borrowReserve: Address

    Reserve liquidity is borrowed from

    cumulativeBorrowRateBsf: BigFractionBytes

    Borrow rate used for calculating interest (big scaled fraction)

    marketValueSf: bigint

    Liquidity market value in quote currency (scaled fraction)

    padding: bigint
    padding2: bigint[]