# FinnhubRuby::Sentiment ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **bearish_percent** | **Integer** | | [optional] **bullish_percent** | **Integer** | | [optional] ## Code Sample ```ruby require 'FinnhubRuby' instance = FinnhubRuby::Sentiment.new(bearish_percent: null, bullish_percent: null) ```