RollingWindow

A single rolling window's transaction aggregates.

count is the number of distinct transactions (latest event per transaction_id) whose latest event falls in the window; volume is the summed total_amount (cents) over those same transactions.

  • count
    Type: integer · Count

    Integer numbers.

  • volume
    Type: integer · Volume

    Integer numbers.