Class AnalysisConstants

java.lang.Object
com.bluebell.greenhouse.platform.constants.analysis.AnalysisConstants

public final class AnalysisConstants extends Object
Constants used for analysis of accounts & trades.
Version:
2.0.2
Author:
Stephen Prizio
  • Field Details

    • MAX_SIZE_TIME_DURATION_BUCKET

      public static final Long MAX_SIZE_TIME_DURATION_BUCKET
      For time buckets, this value represents the largest (catch-all) bucket.
    • TIME_DURATION_BUCKETS

      public static final List<Long> TIME_DURATION_BUCKETS
      Defines the different time duration buckets for computing analysis results.

      The list is ordered from smallest to largest, with the final entry acting as a catch-all.