Sha256: 7513938194a397909398b09381f00f52c81c4bcda0ec8708e3b411757f94034a
Contents?: true
Size: 1.13 KB
Versions: 16
Compression:
Stored size: 1.13 KB
Contents
# FinnhubRuby::FilingSentiment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **negative** | **Float** | % of negative words in the filing. | [optional] | | **positive** | **Float** | % of positive words in the filing. | [optional] | | **polarity** | **Float** | % of polarity words in the filing. | [optional] | | **litigious** | **Float** | % of litigious words in the filing. | [optional] | | **uncertainty** | **Float** | % of uncertainty words in the filing. | [optional] | | **constraining** | **Float** | % of constraining words in the filing. | [optional] | | **modal_weak** | **Float** | % of modal-weak words in the filing. | [optional] | | **modal_strong** | **Float** | % of modal-strong words in the filing. | [optional] | | **modal_moderate** | **Float** | % of modal-moderate words in the filing. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::FilingSentiment.new( negative: null, positive: null, polarity: null, litigious: null, uncertainty: null, constraining: null, modal_weak: null, modal_strong: null, modal_moderate: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems