Class ApiConstants.QueryParameters.Analysis

java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiConstants.QueryParameters.Analysis
Enclosing class:
ApiConstants.QueryParameters

public static final class ApiConstants.QueryParameters.Analysis extends Object
Parameters specific to analysis-related endpoints.
Version:
3.0.6
Author:
Stephen Prizio
  • Field Details

    • FILTER

      public static final String FILTER
      Analysis filter token (implementation-specific; e.g., VOLATILITY, MOMENTUM).
      See Also:
    • IS_OPENED

      public static final String IS_OPENED
      Boolean flag to filter for opened items (e.g., open trades); accepts true|false.
      See Also:
    • WEEKDAY

      public static final String WEEKDAY
      Day-of-week filter (e.g., MONDAY, TUE); case-insensitive.
      See Also:
    • POSITION_DURATION_FILTER

      public static final String POSITION_DURATION_FILTER
      Position duration bucket/filter (e.g., SHORT, MEDIUM, LONG).
      See Also: