Class MarketNewsSentimentConstants

java.lang.Object
com.bluebell.greenhouse.platform.constants.market.news.MarketNewsSentimentConstants

public final class MarketNewsSentimentConstants extends Object
Constants for use with MarketNewsSentiments.
Version:
2.0.2
Author:
Stephen Prizio
  • Field Details

    • NEGATIVE_THRESHOLD

      public static final BigDecimal NEGATIVE_THRESHOLD
      Negative sentiment threshold.
    • BEARISH_THRESHOLD

      public static final BigDecimal BEARISH_THRESHOLD
      Bearish sentiment threshold.
    • POSITIVE_THRESHOLD

      public static final BigDecimal POSITIVE_THRESHOLD
      Positive sentiment threshold.
    • BULLISH_THRESHOLD

      public static final BigDecimal BULLISH_THRESHOLD
      Bullish sentiment threshold.
    • STRENGTH_WEIGHT

      public static final BigDecimal STRENGTH_WEIGHT
      Sentiment strength score weight.
    • CONFIDENCE_WEIGHT

      public static final BigDecimal CONFIDENCE_WEIGHT
      Sentiment confidence score weight.
    • A_THRESHOLD

      public static final BigDecimal A_THRESHOLD
      Grade A threshold.
    • B_THRESHOLD

      public static final BigDecimal B_THRESHOLD
      Grade B threshold.
    • C_THRESHOLD

      public static final BigDecimal C_THRESHOLD
      Grade C threshold.
    • D_THRESHOLD

      public static final BigDecimal D_THRESHOLD
      Grade D threshold.
    • MIN_POLARITY

      public static final BigDecimal MIN_POLARITY
      Minimum polarity score.
    • MAX_POLARITY

      public static final BigDecimal MAX_POLARITY
      Maximum polarity score.