Coda by Ian Macalinao
    Preparing search index...
    interface ObligationLiquidityArgs {
        borrowedAmountOutsideElevationGroups: number | bigint;
        borrowedAmountSf: number | bigint;
        borrowFactorAdjustedMarketValueSf: number | bigint;
        borrowReserve: Address;
        cumulativeBorrowRateBsf: BigFractionBytesArgs;
        marketValueSf: number | bigint;
        padding: number | bigint;
        padding2: (number | bigint)[];
    }
    Index

    Properties

    borrowedAmountOutsideElevationGroups: number | bigint

    Amount of liquidity borrowed outside of an elevation group

    borrowedAmountSf: number | bigint

    Amount of liquidity borrowed plus interest (scaled fraction)

    borrowFactorAdjustedMarketValueSf: number | bigint

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

    borrowReserve: Address

    Reserve liquidity is borrowed from

    cumulativeBorrowRateBsf: BigFractionBytesArgs

    Borrow rate used for calculating interest (big scaled fraction)

    marketValueSf: number | bigint

    Liquidity market value in quote currency (scaled fraction)

    padding: number | bigint
    padding2: (number | bigint)[]