Sha256: 600a12686fee4fca5e5bc81b470e04cbe7cd656ae5e22bde0a9bf4ecafb77758
Contents?: true
Size: 672 Bytes
Versions: 1
Compression:
Stored size: 672 Bytes
Contents
# FinnhubRuby::CompanyESG ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **symbol** | **String** | symbol | [optional] | | **total_esg_score** | **Float** | Total ESG Score | [optional] | | **environment_score** | **Float** | symbol | [optional] | | **governance_score** | **Float** | symbol | [optional] | | **social_score** | **Float** | symbol | [optional] | | **data** | **Object** | | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::CompanyESG.new( symbol: null, total_esg_score: null, environment_score: null, governance_score: null, social_score: null, data: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
finnhub_ruby-1.1.8 | docs/CompanyESG.md |