AccumulatorTypes: readonly [{
    realizedKey: "collateral_subAccumulation_offset";
    type: "offset";
    unrealizedKey: {
        long: "";
        maker: "";
        short: "";
    };
}, {
    realizedKey: "collateral_subAccumulation_pnl";
    type: "pnl";
    unrealizedKey: {
        long: "pnlLong";
        maker: "pnlMaker";
        short: "pnlShort";
    };
}, {
    realizedKey: "collateral_subAccumulation_funding";
    type: "funding";
    unrealizedKey: {
        long: "fundingLong";
        maker: "fundingMaker";
        short: "fundingShort";
    };
}, {
    realizedKey: "collateral_subAccumulation_interest";
    type: "interest";
    unrealizedKey: {
        long: "interestLong";
        maker: "interestMaker";
        short: "interestShort";
    };
}, {
    realizedKey: "collateral_subAccumulation_makerPositionFee";
    type: "makerPositionFee";
    unrealizedKey: {
        long: "";
        maker: "positionFeeMaker";
        short: "";
    };
}, {
    realizedKey: "collateral_subAccumulation_makerExposure";
    type: "makerExposure";
    unrealizedKey: {
        long: "";
        maker: "exposureMaker";
        short: "";
    };
}, {
    realizedKey: "collateral_subAccumulation_priceOverride";
    type: "priceOverride";
    unrealizedKey: {
        long: "";
        maker: "";
        short: "";
    };
}] = ...