finnhub_ruby 1.1.4 → 1.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (272) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +46 -12
  3. data/docs/CompanyESG.md +28 -0
  4. data/docs/CompanyExecutive.md +1 -1
  5. data/docs/CompanyNews.md +34 -0
  6. data/docs/CompanyProfile.md +1 -1
  7. data/docs/CovidInfo.md +1 -1
  8. data/docs/DefaultApi.md +214 -77
  9. data/docs/Development.md +1 -1
  10. data/docs/{Dividends2Basic.md → Dividends2.md} +3 -3
  11. data/docs/Dividends2Info.md +20 -0
  12. data/docs/ETFsCountryExposure.md +1 -1
  13. data/docs/ETFsHoldings.md +1 -1
  14. data/docs/ETFsSectorExposure.md +1 -1
  15. data/docs/EarningRelease.md +2 -2
  16. data/docs/EarningsCalendar.md +1 -1
  17. data/docs/EarningsCallTranscripts.md +3 -3
  18. data/docs/EarningsCallTranscriptsList.md +1 -1
  19. data/docs/EarningsEstimates.md +1 -1
  20. data/docs/EarningsEstimatesInfo.md +26 -0
  21. data/docs/EconomicCalendar.md +1 -1
  22. data/docs/EconomicData.md +1 -1
  23. data/docs/EconomicDataInfo.md +20 -0
  24. data/docs/FDAComitteeMeeting.md +2 -2
  25. data/docs/Filing.md +2 -2
  26. data/docs/FinancialsAsReported.md +1 -1
  27. data/docs/FundOwnership.md +1 -1
  28. data/docs/FundOwnershipInfo.md +26 -0
  29. data/docs/HistoricalNBBO.md +1 -1
  30. data/docs/IPOCalendar.md +1 -1
  31. data/docs/IPOEvent.md +2 -2
  32. data/docs/IndicesHistoricalConstituents.md +1 -1
  33. data/docs/InsiderTransactions.md +1 -1
  34. data/docs/InternationalFiling.md +1 -1
  35. data/docs/{InvestmentThemesThematicInvesting.md → InvestmentThemes.md} +3 -3
  36. data/docs/KeyCustomersSuppliers.md +13 -1
  37. data/docs/{News.md → MarketNews.md} +2 -2
  38. data/docs/MutualFundCountryExposure.md +20 -0
  39. data/docs/{MutualFundsHoldings.md → MutualFundHoldings.md} +3 -3
  40. data/docs/MutualFundHoldingsData.md +30 -0
  41. data/docs/{MutualFundsProfile.md → MutualFundProfile.md} +3 -3
  42. data/docs/MutualFundProfileData.md +58 -0
  43. data/docs/MutualFundSectorExposure.md +1 -1
  44. data/docs/Ownership.md +1 -1
  45. data/docs/{Investor.md → OwnershipInfo.md} +2 -2
  46. data/docs/{MajorPressReleases.md → PressRelease.md} +3 -3
  47. data/docs/PriceTarget.md +1 -1
  48. data/docs/RedditSentimentContent.md +1 -1
  49. data/docs/Report.md +4 -4
  50. data/docs/RevenueBreakdown.md +1 -1
  51. data/docs/RevenueEstimates.md +1 -1
  52. data/docs/RevenueEstimatesInfo.md +26 -0
  53. data/docs/Sentiment.md +2 -2
  54. data/docs/SimilarityIndex.md +1 -1
  55. data/docs/SimilarityIndexInfo.md +40 -0
  56. data/docs/SocialSentiment.md +2 -2
  57. data/docs/StockSymbol.md +30 -0
  58. data/docs/StockTranscripts.md +1 -1
  59. data/docs/SupplyChainRelationships.md +1 -1
  60. data/docs/SymbolLookup.md +1 -1
  61. data/docs/{Stock.md → SymbolLookupInfo.md} +2 -2
  62. data/docs/TickData.md +1 -1
  63. data/docs/Transactions.md +1 -1
  64. data/docs/TwitterSentimentContent.md +1 -1
  65. data/finnhub_ruby-1.1.7.gem +0 -0
  66. data/finnhub_ruby.gemspec +1 -1
  67. data/lib/finnhub_ruby.rb +21 -12
  68. data/lib/finnhub_ruby/api/default_api.rb +183 -65
  69. data/lib/finnhub_ruby/api_client.rb +1 -1
  70. data/lib/finnhub_ruby/api_error.rb +1 -1
  71. data/lib/finnhub_ruby/configuration.rb +1 -1
  72. data/lib/finnhub_ruby/models/aggregate_indicators.rb +1 -1
  73. data/lib/finnhub_ruby/models/basic_financials.rb +1 -1
  74. data/lib/finnhub_ruby/models/breakdown_item.rb +1 -1
  75. data/lib/finnhub_ruby/models/company.rb +1 -1
  76. data/lib/finnhub_ruby/models/company_esg.rb +268 -0
  77. data/lib/finnhub_ruby/models/company_executive.rb +2 -2
  78. data/lib/finnhub_ruby/models/company_news.rb +299 -0
  79. data/lib/finnhub_ruby/models/company_news_statistics.rb +1 -1
  80. data/lib/finnhub_ruby/models/company_profile.rb +2 -2
  81. data/lib/finnhub_ruby/models/company_profile2.rb +1 -1
  82. data/lib/finnhub_ruby/models/country_metadata.rb +1 -1
  83. data/lib/finnhub_ruby/models/covid_info.rb +2 -2
  84. data/lib/finnhub_ruby/models/crypto_candles.rb +1 -1
  85. data/lib/finnhub_ruby/models/crypto_symbol.rb +1 -1
  86. data/lib/finnhub_ruby/models/development.rb +2 -2
  87. data/lib/finnhub_ruby/models/dividends.rb +1 -1
  88. data/lib/finnhub_ruby/models/dividends2.rb +231 -0
  89. data/lib/finnhub_ruby/models/dividends2_info.rb +229 -0
  90. data/lib/finnhub_ruby/models/earning_release.rb +3 -3
  91. data/lib/finnhub_ruby/models/earning_result.rb +1 -1
  92. data/lib/finnhub_ruby/models/earnings_calendar.rb +2 -2
  93. data/lib/finnhub_ruby/models/earnings_call_transcripts.rb +4 -4
  94. data/lib/finnhub_ruby/models/earnings_call_transcripts_list.rb +2 -2
  95. data/lib/finnhub_ruby/models/earnings_estimates.rb +2 -2
  96. data/lib/finnhub_ruby/models/earnings_estimates_info.rb +259 -0
  97. data/lib/finnhub_ruby/models/economic_calendar.rb +2 -2
  98. data/lib/finnhub_ruby/models/economic_code.rb +1 -1
  99. data/lib/finnhub_ruby/models/economic_data.rb +2 -2
  100. data/lib/finnhub_ruby/models/economic_data_info.rb +229 -0
  101. data/lib/finnhub_ruby/models/economic_event.rb +1 -1
  102. data/lib/finnhub_ruby/models/etf_country_exposure_data.rb +1 -1
  103. data/lib/finnhub_ruby/models/etf_holdings_data.rb +1 -1
  104. data/lib/finnhub_ruby/models/etf_profile_data.rb +1 -1
  105. data/lib/finnhub_ruby/models/etf_sector_exposure_data.rb +1 -1
  106. data/lib/finnhub_ruby/models/etfs_country_exposure.rb +2 -2
  107. data/lib/finnhub_ruby/models/etfs_holdings.rb +2 -2
  108. data/lib/finnhub_ruby/models/etfs_profile.rb +1 -1
  109. data/lib/finnhub_ruby/models/etfs_sector_exposure.rb +2 -2
  110. data/lib/finnhub_ruby/models/fda_comittee_meeting.rb +3 -3
  111. data/lib/finnhub_ruby/models/filing.rb +3 -3
  112. data/lib/finnhub_ruby/models/filing_sentiment.rb +1 -1
  113. data/lib/finnhub_ruby/models/financial_statements.rb +1 -1
  114. data/lib/finnhub_ruby/models/financials_as_reported.rb +2 -2
  115. data/lib/finnhub_ruby/models/forex_candles.rb +1 -1
  116. data/lib/finnhub_ruby/models/forex_symbol.rb +1 -1
  117. data/lib/finnhub_ruby/models/forexrates.rb +1 -1
  118. data/lib/finnhub_ruby/models/fund_ownership.rb +2 -2
  119. data/lib/finnhub_ruby/models/fund_ownership_info.rb +259 -0
  120. data/lib/finnhub_ruby/models/historical_nbbo.rb +2 -2
  121. data/lib/finnhub_ruby/models/index_historical_constituent.rb +1 -1
  122. data/lib/finnhub_ruby/models/indicator.rb +1 -1
  123. data/lib/finnhub_ruby/models/indices_constituents.rb +1 -1
  124. data/lib/finnhub_ruby/models/indices_historical_constituents.rb +2 -2
  125. data/lib/finnhub_ruby/models/insider_transactions.rb +2 -2
  126. data/lib/finnhub_ruby/models/international_filing.rb +2 -2
  127. data/lib/finnhub_ruby/models/investment_theme_portfolio.rb +1 -1
  128. data/lib/finnhub_ruby/models/investment_themes.rb +231 -0
  129. data/lib/finnhub_ruby/models/ipo_calendar.rb +2 -2
  130. data/lib/finnhub_ruby/models/ipo_event.rb +3 -3
  131. data/lib/finnhub_ruby/models/key_customers_suppliers.rb +65 -5
  132. data/lib/finnhub_ruby/models/last_bid_ask.rb +1 -1
  133. data/lib/finnhub_ruby/models/market_news.rb +299 -0
  134. data/lib/finnhub_ruby/models/mutual_fund_country_exposure.rb +231 -0
  135. data/lib/finnhub_ruby/models/mutual_fund_country_exposure_data.rb +1 -1
  136. data/lib/finnhub_ruby/models/mutual_fund_holdings.rb +251 -0
  137. data/lib/finnhub_ruby/models/mutual_fund_holdings_data.rb +279 -0
  138. data/lib/finnhub_ruby/models/mutual_fund_profile.rb +228 -0
  139. data/lib/finnhub_ruby/models/mutual_fund_profile_data.rb +419 -0
  140. data/lib/finnhub_ruby/models/mutual_fund_sector_exposure.rb +2 -2
  141. data/lib/finnhub_ruby/models/mutual_fund_sector_exposure_data.rb +1 -1
  142. data/lib/finnhub_ruby/models/news_sentiment.rb +1 -1
  143. data/lib/finnhub_ruby/models/ownership.rb +2 -2
  144. data/lib/finnhub_ruby/models/ownership_info.rb +249 -0
  145. data/lib/finnhub_ruby/models/pattern_recognition.rb +1 -1
  146. data/lib/finnhub_ruby/models/press_release.rb +231 -0
  147. data/lib/finnhub_ruby/models/price_target.rb +2 -2
  148. data/lib/finnhub_ruby/models/quote.rb +1 -1
  149. data/lib/finnhub_ruby/models/recommendation_trend.rb +1 -1
  150. data/lib/finnhub_ruby/models/reddit_sentiment_content.rb +2 -2
  151. data/lib/finnhub_ruby/models/report.rb +5 -5
  152. data/lib/finnhub_ruby/models/revenue_breakdown.rb +2 -2
  153. data/lib/finnhub_ruby/models/revenue_estimates.rb +2 -2
  154. data/lib/finnhub_ruby/models/revenue_estimates_info.rb +259 -0
  155. data/lib/finnhub_ruby/models/sec_sentiment_analysis.rb +1 -1
  156. data/lib/finnhub_ruby/models/sentiment.rb +3 -3
  157. data/lib/finnhub_ruby/models/similarity_index.rb +2 -2
  158. data/lib/finnhub_ruby/models/similarity_index_info.rb +329 -0
  159. data/lib/finnhub_ruby/models/social_sentiment.rb +3 -3
  160. data/lib/finnhub_ruby/models/split.rb +1 -1
  161. data/lib/finnhub_ruby/models/stock_candles.rb +1 -1
  162. data/lib/finnhub_ruby/models/stock_symbol.rb +279 -0
  163. data/lib/finnhub_ruby/models/stock_transcripts.rb +2 -2
  164. data/lib/finnhub_ruby/models/supply_chain_relationships.rb +2 -2
  165. data/lib/finnhub_ruby/models/support_resistance.rb +1 -1
  166. data/lib/finnhub_ruby/models/symbol_lookup.rb +2 -2
  167. data/lib/finnhub_ruby/models/symbol_lookup_info.rb +249 -0
  168. data/lib/finnhub_ruby/models/technical_analysis.rb +1 -1
  169. data/lib/finnhub_ruby/models/tick_data.rb +2 -2
  170. data/lib/finnhub_ruby/models/transactions.rb +2 -2
  171. data/lib/finnhub_ruby/models/transcript_content.rb +1 -1
  172. data/lib/finnhub_ruby/models/transcript_participant.rb +1 -1
  173. data/lib/finnhub_ruby/models/trend.rb +1 -1
  174. data/lib/finnhub_ruby/models/twitter_sentiment_content.rb +2 -2
  175. data/lib/finnhub_ruby/models/upgrade_downgrade.rb +1 -1
  176. data/lib/finnhub_ruby/version.rb +2 -2
  177. data/release.sh +12 -2
  178. data/spec/api_client_spec.rb +1 -1
  179. data/spec/configuration_spec.rb +1 -1
  180. data/spec/models/aggregate_indicators_spec.rb +4 -11
  181. data/spec/models/basic_financials_spec.rb +10 -11
  182. data/spec/models/company_esg_spec.rb +64 -0
  183. data/spec/models/company_executive_spec.rb +4 -11
  184. data/spec/models/{news_spec.rb → company_news_spec.rb} +7 -14
  185. data/spec/models/company_news_statistics_spec.rb +4 -11
  186. data/spec/models/company_profile2_spec.rb +4 -11
  187. data/spec/models/company_profile_spec.rb +4 -11
  188. data/spec/models/company_spec.rb +4 -11
  189. data/spec/models/country_metadata_spec.rb +4 -11
  190. data/spec/models/covid_info_spec.rb +4 -11
  191. data/spec/models/crypto_candles_spec.rb +4 -11
  192. data/spec/models/crypto_symbol_spec.rb +4 -11
  193. data/spec/models/development_spec.rb +10 -11
  194. data/spec/models/dividends2_info_spec.rb +40 -0
  195. data/spec/models/{dividends2_basic_spec.rb → dividends2_spec.rb} +6 -6
  196. data/spec/models/dividends_spec.rb +4 -11
  197. data/spec/models/earning_estimate_spec.rb +4 -11
  198. data/spec/models/earning_release_spec.rb +4 -11
  199. data/spec/models/earning_result_spec.rb +16 -11
  200. data/spec/models/earnings_calendar_spec.rb +4 -11
  201. data/spec/models/earnings_call_transcripts_list_spec.rb +4 -11
  202. data/spec/models/earnings_call_transcripts_spec.rb +4 -11
  203. data/spec/models/earnings_estimates_info_spec.rb +58 -0
  204. data/spec/models/earnings_estimates_spec.rb +4 -11
  205. data/spec/models/economic_calendar_spec.rb +4 -11
  206. data/spec/models/economic_code_spec.rb +4 -11
  207. data/spec/models/economic_data_info_spec.rb +40 -0
  208. data/spec/models/economic_data_spec.rb +4 -11
  209. data/spec/models/economic_event_spec.rb +4 -11
  210. data/spec/models/estimate_spec.rb +4 -11
  211. data/spec/models/etf_country_exposure_data_spec.rb +4 -11
  212. data/spec/models/etf_holdings_data_spec.rb +28 -11
  213. data/spec/models/etf_sector_exposure_data_spec.rb +4 -11
  214. data/spec/models/filing_spec.rb +4 -11
  215. data/spec/models/financial_statements_spec.rb +4 -11
  216. data/spec/models/financials_as_reported_spec.rb +4 -11
  217. data/spec/models/forex_candles_spec.rb +4 -11
  218. data/spec/models/forex_symbol_spec.rb +4 -11
  219. data/spec/models/forexrates_spec.rb +4 -11
  220. data/spec/models/fund_ownership_info_spec.rb +58 -0
  221. data/spec/models/fund_ownership_spec.rb +4 -11
  222. data/spec/models/index_historical_constituent_spec.rb +4 -11
  223. data/spec/models/indicator_spec.rb +4 -11
  224. data/spec/models/indices_constituents_spec.rb +4 -11
  225. data/spec/models/indices_historical_constituents_spec.rb +4 -11
  226. data/spec/models/{investment_themes_thematic_investing_spec.rb → investment_themes_spec.rb} +6 -6
  227. data/spec/models/ipo_calendar_spec.rb +4 -11
  228. data/spec/models/ipo_event_spec.rb +4 -11
  229. data/spec/models/last_bid_ask_spec.rb +4 -11
  230. data/spec/models/market_news_spec.rb +82 -0
  231. data/spec/models/{mutual_funds_country_exposure_spec.rb → mutual_fund_country_exposure_spec.rb} +6 -6
  232. data/spec/models/mutual_fund_holdings_data_spec.rb +70 -0
  233. data/spec/models/{mutual_funds_holdings_spec.rb → mutual_fund_holdings_spec.rb} +6 -6
  234. data/spec/models/mutual_fund_profile_data_spec.rb +154 -0
  235. data/spec/models/{mutual_funds_profile_spec.rb → mutual_fund_profile_spec.rb} +6 -6
  236. data/spec/models/news_sentiment_spec.rb +4 -11
  237. data/spec/models/{investor_spec.rb → ownership_info_spec.rb} +7 -14
  238. data/spec/models/pattern_recognition_spec.rb +4 -11
  239. data/spec/models/{major_press_releases_spec.rb → press_release_spec.rb} +6 -6
  240. data/spec/models/price_target_spec.rb +4 -11
  241. data/spec/models/quote_spec.rb +16 -11
  242. data/spec/models/recommendation_trend_spec.rb +4 -11
  243. data/spec/models/report_spec.rb +4 -11
  244. data/spec/models/revenue_estimates_info_spec.rb +58 -0
  245. data/spec/models/revenue_estimates_spec.rb +4 -11
  246. data/spec/models/sentiment_spec.rb +4 -11
  247. data/spec/models/similarity_index_info_spec.rb +100 -0
  248. data/spec/models/similarity_index_spec.rb +4 -11
  249. data/spec/models/split_spec.rb +4 -11
  250. data/spec/models/stock_candles_spec.rb +4 -11
  251. data/spec/models/stock_symbol_spec.rb +70 -0
  252. data/spec/models/stock_transcripts_spec.rb +4 -11
  253. data/spec/models/support_resistance_spec.rb +4 -11
  254. data/spec/models/{stock_spec.rb → symbol_lookup_info_spec.rb} +7 -20
  255. data/spec/models/technical_analysis_spec.rb +4 -11
  256. data/spec/models/tick_data_spec.rb +10 -11
  257. data/spec/models/transcript_content_spec.rb +10 -11
  258. data/spec/models/transcript_participant_spec.rb +10 -11
  259. data/spec/models/trend_spec.rb +4 -11
  260. data/spec/models/upgrade_downgrade_spec.rb +4 -11
  261. data/spec/spec_helper.rb +1 -1
  262. metadata +83 -44
  263. data/docs/ETFsIndustryExposure.md +0 -19
  264. data/docs/InvestorsOwnership.md +0 -19
  265. data/docs/MajorDevelopments.md +0 -19
  266. data/docs/MutualFundsCountryExposure.md +0 -20
  267. data/spec/models/et_fs_country_exposure_spec.rb +0 -47
  268. data/spec/models/et_fs_holdings_spec.rb +0 -47
  269. data/spec/models/et_fs_industry_exposure_spec.rb +0 -47
  270. data/spec/models/et_fs_profile_spec.rb +0 -47
  271. data/spec/models/investors_ownership_spec.rb +0 -47
  272. data/spec/models/major_developments_spec.rb +0 -47
@@ -0,0 +1,30 @@
1
+ # FinnhubRuby::MutualFundHoldingsData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **symbol** | **String** | Symbol description | [optional] |
8
+ | **name** | **String** | Security name | [optional] |
9
+ | **isin** | **String** | ISIN. | [optional] |
10
+ | **cusip** | **String** | CUSIP. | [optional] |
11
+ | **share** | **Float** | Number of shares. | [optional] |
12
+ | **percent** | **Float** | Portfolio's percent | [optional] |
13
+ | **value** | **Float** | Market value | [optional] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'finnhub_ruby'
19
+
20
+ instance = FinnhubRuby::MutualFundHoldingsData.new(
21
+ symbol: null,
22
+ name: null,
23
+ isin: null,
24
+ cusip: null,
25
+ share: null,
26
+ percent: null,
27
+ value: null
28
+ )
29
+ ```
30
+
@@ -1,18 +1,18 @@
1
- # FinnhubRuby::MutualFundsProfile
1
+ # FinnhubRuby::MutualFundProfile
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | Symbol. | [optional] |
8
- | **profile** | [**ETFProfileData**](ETFProfileData.md) | | [optional] |
8
+ | **profile** | [**MutualFundProfileData**](MutualFundProfileData.md) | | [optional] |
9
9
 
10
10
  ## Example
11
11
 
12
12
  ```ruby
13
13
  require 'finnhub_ruby'
14
14
 
15
- instance = FinnhubRuby::MutualFundsProfile.new(
15
+ instance = FinnhubRuby::MutualFundProfile.new(
16
16
  symbol: null,
17
17
  profile: null
18
18
  )
@@ -0,0 +1,58 @@
1
+ # FinnhubRuby::MutualFundProfileData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | Name | [optional] |
8
+ | **category** | **String** | Fund's category. | [optional] |
9
+ | **investment_segment** | **String** | Investment Segment. | [optional] |
10
+ | **total_nav** | **Float** | NAV. | [optional] |
11
+ | **expense_ratio** | **Float** | Expense ratio. | [optional] |
12
+ | **benchmark** | **String** | Index benchmark. | [optional] |
13
+ | **inception_date** | **Date** | Inception date. | [optional] |
14
+ | **description** | **String** | Fund's description. | [optional] |
15
+ | **fund_family** | **String** | Fund Family. | [optional] |
16
+ | **manager** | **String** | Fund's managers. | [optional] |
17
+ | **status** | **String** | Status. | [optional] |
18
+ | **beta** | **Float** | Beta. | [optional] |
19
+ | **deferred_load** | **Float** | Deferred load. | [optional] |
20
+ | **fee12b1** | **Float** | 12B-1 fee. | [optional] |
21
+ | **front_load** | **Float** | Front Load. | [optional] |
22
+ | **ira_min_investment** | **Float** | IRA minimum investment. | [optional] |
23
+ | **isin** | **String** | ISIN. | [optional] |
24
+ | **cusip** | **String** | CUSIP. | [optional] |
25
+ | **max_redemption_fee** | **Float** | Max redemption fee. | [optional] |
26
+ | **standard_min_investment** | **Float** | Minimum investment for standard accounts. | [optional] |
27
+ | **turnover** | **Float** | Turnover. | [optional] |
28
+
29
+ ## Example
30
+
31
+ ```ruby
32
+ require 'finnhub_ruby'
33
+
34
+ instance = FinnhubRuby::MutualFundProfileData.new(
35
+ name: null,
36
+ category: null,
37
+ investment_segment: null,
38
+ total_nav: null,
39
+ expense_ratio: null,
40
+ benchmark: null,
41
+ inception_date: null,
42
+ description: null,
43
+ fund_family: null,
44
+ manager: null,
45
+ status: null,
46
+ beta: null,
47
+ deferred_load: null,
48
+ fee12b1: null,
49
+ front_load: null,
50
+ ira_min_investment: null,
51
+ isin: null,
52
+ cusip: null,
53
+ max_redemption_fee: null,
54
+ standard_min_investment: null,
55
+ turnover: null
56
+ )
57
+ ```
58
+
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | Mutual symbol. | [optional] |
8
- | **sector_exposure** | **Array<Object>** | Array of sector and exposure levels. | [optional] |
8
+ | **sector_exposure** | [**Array<MutualFundSectorExposureData>**](MutualFundSectorExposureData.md) | Array of sector and exposure levels. | [optional] |
9
9
 
10
10
  ## Example
11
11
 
data/docs/Ownership.md CHANGED
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | Symbol of the company. | [optional] |
8
- | **ownership** | **Array<Object>** | Array of investors with detailed information about their holdings. | [optional] |
8
+ | **ownership** | [**Array<OwnershipInfo>**](OwnershipInfo.md) | Array of investors with detailed information about their holdings. | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -1,4 +1,4 @@
1
- # FinnhubRuby::Investor
1
+ # FinnhubRuby::OwnershipInfo
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,7 +14,7 @@
14
14
  ```ruby
15
15
  require 'finnhub_ruby'
16
16
 
17
- instance = FinnhubRuby::Investor.new(
17
+ instance = FinnhubRuby::OwnershipInfo.new(
18
18
  name: null,
19
19
  share: null,
20
20
  change: null,
@@ -1,18 +1,18 @@
1
- # FinnhubRuby::MajorPressReleases
1
+ # FinnhubRuby::PressRelease
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | Company symbol. | [optional] |
8
- | **major_development** | **Array<Object>** | Array of major developments. | [optional] |
8
+ | **major_development** | [**Array<Development>**](Development.md) | Array of major developments. | [optional] |
9
9
 
10
10
  ## Example
11
11
 
12
12
  ```ruby
13
13
  require 'finnhub_ruby'
14
14
 
15
- instance = FinnhubRuby::MajorPressReleases.new(
15
+ instance = FinnhubRuby::PressRelease.new(
16
16
  symbol: null,
17
17
  major_development: null
18
18
  )
data/docs/PriceTarget.md CHANGED
@@ -9,7 +9,7 @@
9
9
  | **target_low** | **Float** | Lowest analysts' target. | [optional] |
10
10
  | **target_mean** | **Float** | Mean of all analysts' targets. | [optional] |
11
11
  | **target_median** | **Float** | Median of all analysts' targets. | [optional] |
12
- | **last_updated** | **Time** | Updated time of the data | [optional] |
12
+ | **last_updated** | **String** | Updated time of the data | [optional] |
13
13
 
14
14
  ## Example
15
15
 
@@ -10,7 +10,7 @@
10
10
  | **positive_score** | **Float** | Positive score. Range 0-1 | [optional] |
11
11
  | **negative_score** | **Float** | Negative score. Range 0-1 | [optional] |
12
12
  | **score** | **Float** | Final score. Range: -1 to 1 with 1 is very positive and -1 is very negative | [optional] |
13
- | **at_time** | **Time** | Period. | [optional] |
13
+ | **at_time** | **String** | Period. | [optional] |
14
14
 
15
15
  ## Example
16
16
 
data/docs/Report.md CHANGED
@@ -10,10 +10,10 @@
10
10
  | **year** | **Integer** | Year. | [optional] |
11
11
  | **quarter** | **Integer** | Quarter. | [optional] |
12
12
  | **form** | **String** | Form type. | [optional] |
13
- | **start_date** | **Time** | Period start date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
14
- | **end_date** | **Time** | Period end date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
15
- | **filed_date** | **Time** | Filed date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
16
- | **accepted_date** | **Time** | Accepted date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
13
+ | **start_date** | **String** | Period start date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
14
+ | **end_date** | **String** | Period end date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
15
+ | **filed_date** | **String** | Filed date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
16
+ | **accepted_date** | **String** | Accepted date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
17
17
  | **report** | **Object** | | [optional] |
18
18
 
19
19
  ## Example
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | Symbol | [optional] |
8
8
  | **cik** | **String** | CIK | [optional] |
9
- | **data** | **Array<Object>** | Array of revenue breakdown over multiple periods. | [optional] |
9
+ | **data** | [**Array<BreakdownItem>**](BreakdownItem.md) | Array of revenue breakdown over multiple periods. | [optional] |
10
10
 
11
11
  ## Example
12
12
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **data** | **Array<Object>** | List of estimates | [optional] |
7
+ | **data** | [**Array<RevenueEstimatesInfo>**](RevenueEstimatesInfo.md) | List of estimates | [optional] |
8
8
  | **freq** | **String** | Frequency: annual or quarterly. | [optional] |
9
9
  | **symbol** | **String** | Company symbol. | [optional] |
10
10
 
@@ -0,0 +1,26 @@
1
+ # FinnhubRuby::RevenueEstimatesInfo
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **revenue_avg** | **Float** | Average revenue estimates including Finnhub's proprietary estimates. | [optional] |
8
+ | **revenue_high** | **Float** | Highest estimate. | [optional] |
9
+ | **revenue_low** | **Float** | Lowest estimate. | [optional] |
10
+ | **number_analysts** | **Integer** | Number of Analysts. | [optional] |
11
+ | **period** | **Date** | Period. | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'finnhub_ruby'
17
+
18
+ instance = FinnhubRuby::RevenueEstimatesInfo.new(
19
+ revenue_avg: null,
20
+ revenue_high: null,
21
+ revenue_low: null,
22
+ number_analysts: null,
23
+ period: null
24
+ )
25
+ ```
26
+
data/docs/Sentiment.md CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **bearish_percent** | **Integer** | | [optional] |
8
- | **bullish_percent** | **Integer** | | [optional] |
7
+ | **bearish_percent** | **Float** | | [optional] |
8
+ | **bullish_percent** | **Float** | | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | Symbol. | [optional] |
8
8
  | **cik** | **String** | CIK. | [optional] |
9
- | **similarity** | **Array<Object>** | Array of filings with its cosine similarity compared to the same report of the previous year. | [optional] |
9
+ | **similarity** | [**Array<SimilarityIndexInfo>**](SimilarityIndexInfo.md) | Array of filings with its cosine similarity compared to the same report of the previous year. | [optional] |
10
10
 
11
11
  ## Example
12
12
 
@@ -0,0 +1,40 @@
1
+ # FinnhubRuby::SimilarityIndexInfo
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **cik** | **String** | CIK. | [optional] |
8
+ | **item1** | **Float** | Cosine similarity of Item 1 (Business). This number is only available for Annual reports. | [optional] |
9
+ | **item1a** | **Float** | Cosine similarity of Item 1A (Risk Factors). This number is available for both Annual and Quarterly reports. | [optional] |
10
+ | **item2** | **Float** | Cosine similarity of Item 2 (Management’s Discussion and Analysis of Financial Condition and Results of Operations). This number is only available for Quarterly reports. | [optional] |
11
+ | **item7** | **Float** | Cosine similarity of Item 7 (Management’s Discussion and Analysis of Financial Condition and Results of Operations). This number is only available for Annual reports. | [optional] |
12
+ | **item7a** | **Float** | Cosine similarity of Item 7A (Quantitative and Qualitative Disclosures About Market Risk). This number is only available for Annual reports. | [optional] |
13
+ | **access_number** | **String** | Access number. | [optional] |
14
+ | **form** | **String** | Form type. | [optional] |
15
+ | **filed_date** | **String** | Filed date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
16
+ | **accepted_date** | **String** | Accepted date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
17
+ | **report_url** | **String** | Report's URL. | [optional] |
18
+ | **filing_url** | **String** | Filing's URL. | [optional] |
19
+
20
+ ## Example
21
+
22
+ ```ruby
23
+ require 'finnhub_ruby'
24
+
25
+ instance = FinnhubRuby::SimilarityIndexInfo.new(
26
+ cik: null,
27
+ item1: null,
28
+ item1a: null,
29
+ item2: null,
30
+ item7: null,
31
+ item7a: null,
32
+ access_number: null,
33
+ form: null,
34
+ filed_date: null,
35
+ accepted_date: null,
36
+ report_url: null,
37
+ filing_url: null
38
+ )
39
+ ```
40
+
@@ -5,8 +5,8 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | Company symbol. | [optional] |
8
- | **reddit** | **Array<Object>** | Reddit sentiment. | [optional] |
9
- | **twitter** | **Array<Object>** | Twitter sentiment. | [optional] |
8
+ | **reddit** | [**Array<RedditSentimentContent>**](RedditSentimentContent.md) | Reddit sentiment. | [optional] |
9
+ | **twitter** | [**Array<TwitterSentimentContent>**](TwitterSentimentContent.md) | Twitter sentiment. | [optional] |
10
10
 
11
11
  ## Example
12
12
 
@@ -0,0 +1,30 @@
1
+ # FinnhubRuby::StockSymbol
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **description** | **String** | Symbol description | [optional] |
8
+ | **display_symbol** | **String** | Display symbol name. | [optional] |
9
+ | **symbol** | **String** | Unique symbol used to identify this symbol used in <code>/stock/candle</code> endpoint. | [optional] |
10
+ | **type** | **String** | Security type. | [optional] |
11
+ | **mic** | **String** | Primary exchange's MIC. | [optional] |
12
+ | **figi** | **String** | FIGI identifier. | [optional] |
13
+ | **currency** | **String** | Price's currency. This might be different from the reporting currency of fundamental data. | [optional] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'finnhub_ruby'
19
+
20
+ instance = FinnhubRuby::StockSymbol.new(
21
+ description: null,
22
+ display_symbol: null,
23
+ symbol: null,
24
+ type: null,
25
+ mic: null,
26
+ figi: null,
27
+ currency: null
28
+ )
29
+ ```
30
+
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **id** | **String** | Transcript's ID used to get the <a href=\"#transcripts\">full transcript</a>. | [optional] |
8
8
  | **title** | **String** | Title. | [optional] |
9
- | **time** | **Time** | Time of the event. | [optional] |
9
+ | **time** | **String** | Time of the event. | [optional] |
10
10
  | **year** | **Integer** | Year of earnings result in the case of earnings call transcript. | [optional] |
11
11
  | **quarter** | **Integer** | Quarter of earnings result in the case of earnings call transcript. | [optional] |
12
12
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | symbol | [optional] |
8
- | **data** | **Array<Object>** | Key customers and suppliers. | [optional] |
8
+ | **data** | [**Array<KeyCustomersSuppliers>**](KeyCustomersSuppliers.md) | Key customers and suppliers. | [optional] |
9
9
 
10
10
  ## Example
11
11
 
data/docs/SymbolLookup.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **result** | **Array<Object>** | Array of search results. | [optional] |
7
+ | **result** | [**Array<SymbolLookupInfo>**](SymbolLookupInfo.md) | Array of search results. | [optional] |
8
8
  | **count** | **Integer** | Number of results. | [optional] |
9
9
 
10
10
  ## Example
@@ -1,4 +1,4 @@
1
- # FinnhubRuby::Stock
1
+ # FinnhubRuby::SymbolLookupInfo
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,7 +14,7 @@
14
14
  ```ruby
15
15
  require 'finnhub_ruby'
16
16
 
17
- instance = FinnhubRuby::Stock.new(
17
+ instance = FinnhubRuby::SymbolLookupInfo.new(
18
18
  description: null,
19
19
  display_symbol: null,
20
20
  symbol: null,
data/docs/TickData.md CHANGED
@@ -12,7 +12,7 @@
12
12
  | **p** | **Array<Float>** | List of price data. | [optional] |
13
13
  | **t** | **Array<Integer>** | List of timestamp in UNIX ms. | [optional] |
14
14
  | **x** | **Array<String>** | List of venues/exchanges. A list of exchange codes can be found <a target=\"_blank\" href=\"https://docs.google.com/spreadsheets/d/1Tj53M1svmr-hfEtbk6_NpVR1yAyGLMaH6ByYU6CG0ZY/edit?usp=sharing\",>here</a> | [optional] |
15
- | **c** | **Array<Array<NULL_SCHEMA_ERR>>** | List of trade conditions. A comprehensive list of trade conditions code can be found <a target=\"_blank\" href=\"https://docs.google.com/spreadsheets/d/1PUxiSWPHSODbaTaoL2Vef6DgU-yFtlRGZf19oBb9Hp0/edit?usp=sharing\">here</a> | [optional] |
15
+ | **c** | **Array<Array<String>>** | List of trade conditions. A comprehensive list of trade conditions code can be found <a target=\"_blank\" href=\"https://docs.google.com/spreadsheets/d/1PUxiSWPHSODbaTaoL2Vef6DgU-yFtlRGZf19oBb9Hp0/edit?usp=sharing\">here</a> | [optional] |
16
16
 
17
17
  ## Example
18
18
 
data/docs/Transactions.md CHANGED
@@ -10,7 +10,7 @@
10
10
  | **filing_date** | **Date** | Filing date. | [optional] |
11
11
  | **transaction_date** | **Date** | Transaction date. | [optional] |
12
12
  | **transaction_price** | **Float** | Average transaction price. | [optional] |
13
- | **transaction_code** | **Date** | Transaction code. A list of codes and their meanings can be found <a href=\"https://www.sec.gov/about/forms/form4data.pdf\" target=\"_blank\" rel=\"noopener\">here</a>. | [optional] |
13
+ | **transaction_code** | **String** | Transaction code. A list of codes and their meanings can be found <a href=\"https://www.sec.gov/about/forms/form4data.pdf\" target=\"_blank\" rel=\"noopener\">here</a>. | [optional] |
14
14
 
15
15
  ## Example
16
16
 
@@ -10,7 +10,7 @@
10
10
  | **positive_score** | **Float** | Positive score. Range 0-1 | [optional] |
11
11
  | **negative_score** | **Float** | Negative score. Range 0-1 | [optional] |
12
12
  | **score** | **Float** | Final score. Range: -1 to 1 with 1 is very positive and -1 is very negative | [optional] |
13
- | **at_time** | **Time** | Period. | [optional] |
13
+ | **at_time** | **String** | Period. | [optional] |
14
14
 
15
15
  ## Example
16
16
 
Binary file