aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Coefficients used when computing Q-scores and taker shares for the rebate rewards calculation. Each is a weighting exponent applied to a corresponding per-account metric.

    interface PerpetualsCalculationVariables {
        mmVolumeCoefficient: number;
        qScoreCoefficient: number;
        takerOiCoefficient: number;
        takerVolumeCoefficient: number;
        uptimeCoefficient: number;
    }
    Index
    mmVolumeCoefficient: number

    Exponent applied to the maker volume component.

    qScoreCoefficient: number

    Exponent applied to the raw Q-score component.

    takerOiCoefficient: number

    Exponent applied to the taker open-interest component.

    takerVolumeCoefficient: number

    Exponent applied to the taker volume component.

    uptimeCoefficient: number

    Exponent applied to the uptime component.