finnhub_ruby 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (198) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/docs/CompanyExecutive.md +1 -1
  4. data/docs/CompanyNews.md +34 -0
  5. data/docs/CovidInfo.md +1 -1
  6. data/docs/DefaultApi.md +135 -66
  7. data/docs/Development.md +1 -1
  8. data/docs/{Dividends2Basic.md → Dividends2.md} +3 -3
  9. data/docs/Dividends2Info.md +20 -0
  10. data/docs/ETFsCountryExposure.md +1 -1
  11. data/docs/ETFsHoldings.md +1 -1
  12. data/docs/ETFsSectorExposure.md +1 -1
  13. data/docs/EarningsCalendar.md +1 -1
  14. data/docs/EarningsCallTranscripts.md +3 -3
  15. data/docs/EarningsCallTranscriptsList.md +1 -1
  16. data/docs/EarningsEstimates.md +1 -1
  17. data/docs/EconomicCalendar.md +1 -1
  18. data/docs/EconomicData.md +1 -1
  19. data/docs/EconomicDataInfo.md +20 -0
  20. data/docs/FDAComitteeMeeting.md +2 -2
  21. data/docs/Filing.md +2 -2
  22. data/docs/FinancialsAsReported.md +1 -1
  23. data/docs/FundOwnership.md +1 -1
  24. data/docs/FundOwnershipInfo.md +26 -0
  25. data/docs/HistoricalNBBO.md +1 -1
  26. data/docs/IPOCalendar.md +1 -1
  27. data/docs/IndicesHistoricalConstituents.md +1 -1
  28. data/docs/InsiderTransactions.md +1 -1
  29. data/docs/InternationalFiling.md +1 -1
  30. data/docs/{InvestmentThemesThematicInvesting.md → InvestmentThemes.md} +3 -3
  31. data/docs/{News.md → MarketNews.md} +2 -2
  32. data/docs/MutualFundCountryExposure.md +20 -0
  33. data/docs/{MutualFundsHoldings.md → MutualFundHoldings.md} +3 -3
  34. data/docs/MutualFundHoldingsData.md +30 -0
  35. data/docs/{MutualFundsProfile.md → MutualFundProfile.md} +3 -3
  36. data/docs/MutualFundProfileData.md +58 -0
  37. data/docs/MutualFundSectorExposure.md +1 -1
  38. data/docs/Ownership.md +1 -1
  39. data/docs/{Investor.md → OwnershipInfo.md} +2 -2
  40. data/docs/{MajorPressReleases.md → PressRelease.md} +3 -3
  41. data/docs/PriceTarget.md +1 -1
  42. data/docs/RedditSentimentContent.md +1 -1
  43. data/docs/Report.md +4 -4
  44. data/docs/RevenueBreakdown.md +1 -1
  45. data/docs/RevenueEstimates.md +1 -1
  46. data/docs/SimilarityIndex.md +1 -1
  47. data/docs/SocialSentiment.md +2 -2
  48. data/docs/StockSymbol.md +30 -0
  49. data/docs/StockTranscripts.md +1 -1
  50. data/docs/SupplyChainRelationships.md +1 -1
  51. data/docs/SymbolLookup.md +1 -1
  52. data/docs/{Stock.md → SymbolLookupInfo.md} +2 -2
  53. data/docs/TickData.md +1 -1
  54. data/docs/TwitterSentimentContent.md +1 -1
  55. data/finnhub_ruby-1.1.4.gem +0 -0
  56. data/lib/finnhub_ruby.rb +16 -9
  57. data/lib/finnhub_ruby/api/default_api.rb +114 -57
  58. data/lib/finnhub_ruby/models/company_executive.rb +1 -1
  59. data/lib/finnhub_ruby/models/company_news.rb +299 -0
  60. data/lib/finnhub_ruby/models/covid_info.rb +1 -1
  61. data/lib/finnhub_ruby/models/development.rb +1 -1
  62. data/lib/finnhub_ruby/models/dividends2.rb +231 -0
  63. data/lib/finnhub_ruby/models/dividends2_info.rb +229 -0
  64. data/lib/finnhub_ruby/models/earnings_calendar.rb +1 -1
  65. data/lib/finnhub_ruby/models/earnings_call_transcripts.rb +3 -3
  66. data/lib/finnhub_ruby/models/earnings_call_transcripts_list.rb +1 -1
  67. data/lib/finnhub_ruby/models/earnings_estimates.rb +1 -1
  68. data/lib/finnhub_ruby/models/economic_calendar.rb +1 -1
  69. data/lib/finnhub_ruby/models/economic_data.rb +1 -1
  70. data/lib/finnhub_ruby/models/economic_data_info.rb +229 -0
  71. data/lib/finnhub_ruby/models/etfs_country_exposure.rb +1 -1
  72. data/lib/finnhub_ruby/models/etfs_holdings.rb +1 -1
  73. data/lib/finnhub_ruby/models/etfs_sector_exposure.rb +1 -1
  74. data/lib/finnhub_ruby/models/fda_comittee_meeting.rb +2 -2
  75. data/lib/finnhub_ruby/models/filing.rb +2 -2
  76. data/lib/finnhub_ruby/models/financials_as_reported.rb +1 -1
  77. data/lib/finnhub_ruby/models/fund_ownership.rb +1 -1
  78. data/lib/finnhub_ruby/models/fund_ownership_info.rb +259 -0
  79. data/lib/finnhub_ruby/models/historical_nbbo.rb +1 -1
  80. data/lib/finnhub_ruby/models/indices_historical_constituents.rb +1 -1
  81. data/lib/finnhub_ruby/models/insider_transactions.rb +1 -1
  82. data/lib/finnhub_ruby/models/international_filing.rb +1 -1
  83. data/lib/finnhub_ruby/models/investment_themes.rb +231 -0
  84. data/lib/finnhub_ruby/models/ipo_calendar.rb +1 -1
  85. data/lib/finnhub_ruby/models/market_news.rb +299 -0
  86. data/lib/finnhub_ruby/models/mutual_fund_country_exposure.rb +231 -0
  87. data/lib/finnhub_ruby/models/mutual_fund_holdings.rb +251 -0
  88. data/lib/finnhub_ruby/models/mutual_fund_holdings_data.rb +279 -0
  89. data/lib/finnhub_ruby/models/mutual_fund_profile.rb +228 -0
  90. data/lib/finnhub_ruby/models/mutual_fund_profile_data.rb +419 -0
  91. data/lib/finnhub_ruby/models/mutual_fund_sector_exposure.rb +1 -1
  92. data/lib/finnhub_ruby/models/ownership.rb +1 -1
  93. data/lib/finnhub_ruby/models/ownership_info.rb +249 -0
  94. data/lib/finnhub_ruby/models/press_release.rb +231 -0
  95. data/lib/finnhub_ruby/models/price_target.rb +1 -1
  96. data/lib/finnhub_ruby/models/reddit_sentiment_content.rb +1 -1
  97. data/lib/finnhub_ruby/models/report.rb +4 -4
  98. data/lib/finnhub_ruby/models/revenue_breakdown.rb +1 -1
  99. data/lib/finnhub_ruby/models/revenue_estimates.rb +1 -1
  100. data/lib/finnhub_ruby/models/similarity_index.rb +1 -1
  101. data/lib/finnhub_ruby/models/social_sentiment.rb +2 -2
  102. data/lib/finnhub_ruby/models/stock_symbol.rb +279 -0
  103. data/lib/finnhub_ruby/models/stock_transcripts.rb +1 -1
  104. data/lib/finnhub_ruby/models/supply_chain_relationships.rb +1 -1
  105. data/lib/finnhub_ruby/models/symbol_lookup.rb +1 -1
  106. data/lib/finnhub_ruby/models/symbol_lookup_info.rb +249 -0
  107. data/lib/finnhub_ruby/models/tick_data.rb +1 -1
  108. data/lib/finnhub_ruby/models/twitter_sentiment_content.rb +1 -1
  109. data/lib/finnhub_ruby/version.rb +1 -1
  110. data/release.sh +7 -2
  111. data/spec/models/aggregate_indicators_spec.rb +4 -11
  112. data/spec/models/basic_financials_spec.rb +10 -11
  113. data/spec/models/company_executive_spec.rb +4 -11
  114. data/spec/models/{news_spec.rb → company_news_spec.rb} +7 -14
  115. data/spec/models/company_news_statistics_spec.rb +4 -11
  116. data/spec/models/company_profile2_spec.rb +4 -11
  117. data/spec/models/company_profile_spec.rb +4 -11
  118. data/spec/models/company_spec.rb +4 -11
  119. data/spec/models/country_metadata_spec.rb +4 -11
  120. data/spec/models/covid_info_spec.rb +4 -11
  121. data/spec/models/crypto_candles_spec.rb +4 -11
  122. data/spec/models/crypto_symbol_spec.rb +4 -11
  123. data/spec/models/development_spec.rb +10 -11
  124. data/spec/models/dividends2_info_spec.rb +40 -0
  125. data/spec/models/{dividends2_basic_spec.rb → dividends2_spec.rb} +6 -6
  126. data/spec/models/dividends_spec.rb +4 -11
  127. data/spec/models/earning_estimate_spec.rb +4 -11
  128. data/spec/models/earning_release_spec.rb +4 -11
  129. data/spec/models/earning_result_spec.rb +16 -11
  130. data/spec/models/earnings_calendar_spec.rb +4 -11
  131. data/spec/models/earnings_call_transcripts_list_spec.rb +4 -11
  132. data/spec/models/earnings_call_transcripts_spec.rb +4 -11
  133. data/spec/models/earnings_estimates_spec.rb +4 -11
  134. data/spec/models/economic_calendar_spec.rb +4 -11
  135. data/spec/models/economic_code_spec.rb +4 -11
  136. data/spec/models/economic_data_info_spec.rb +40 -0
  137. data/spec/models/economic_data_spec.rb +4 -11
  138. data/spec/models/economic_event_spec.rb +4 -11
  139. data/spec/models/estimate_spec.rb +4 -11
  140. data/spec/models/etf_country_exposure_data_spec.rb +4 -11
  141. data/spec/models/etf_holdings_data_spec.rb +28 -11
  142. data/spec/models/etf_sector_exposure_data_spec.rb +4 -11
  143. data/spec/models/filing_spec.rb +4 -11
  144. data/spec/models/financial_statements_spec.rb +4 -11
  145. data/spec/models/financials_as_reported_spec.rb +4 -11
  146. data/spec/models/forex_candles_spec.rb +4 -11
  147. data/spec/models/forex_symbol_spec.rb +4 -11
  148. data/spec/models/forexrates_spec.rb +4 -11
  149. data/spec/models/fund_ownership_info_spec.rb +58 -0
  150. data/spec/models/fund_ownership_spec.rb +4 -11
  151. data/spec/models/index_historical_constituent_spec.rb +4 -11
  152. data/spec/models/indicator_spec.rb +4 -11
  153. data/spec/models/indices_constituents_spec.rb +4 -11
  154. data/spec/models/indices_historical_constituents_spec.rb +4 -11
  155. data/spec/models/{investment_themes_thematic_investing_spec.rb → investment_themes_spec.rb} +6 -6
  156. data/spec/models/ipo_calendar_spec.rb +4 -11
  157. data/spec/models/ipo_event_spec.rb +4 -11
  158. data/spec/models/last_bid_ask_spec.rb +4 -11
  159. data/spec/models/market_news_spec.rb +82 -0
  160. data/spec/models/{mutual_funds_country_exposure_spec.rb → mutual_fund_country_exposure_spec.rb} +6 -6
  161. data/spec/models/mutual_fund_holdings_data_spec.rb +70 -0
  162. data/spec/models/{mutual_funds_holdings_spec.rb → mutual_fund_holdings_spec.rb} +6 -6
  163. data/spec/models/mutual_fund_profile_data_spec.rb +154 -0
  164. data/spec/models/{mutual_funds_profile_spec.rb → mutual_fund_profile_spec.rb} +6 -6
  165. data/spec/models/news_sentiment_spec.rb +4 -11
  166. data/spec/models/{investor_spec.rb → ownership_info_spec.rb} +7 -14
  167. data/spec/models/pattern_recognition_spec.rb +4 -11
  168. data/spec/models/{major_press_releases_spec.rb → press_release_spec.rb} +6 -6
  169. data/spec/models/price_target_spec.rb +4 -11
  170. data/spec/models/quote_spec.rb +16 -11
  171. data/spec/models/recommendation_trend_spec.rb +4 -11
  172. data/spec/models/report_spec.rb +4 -11
  173. data/spec/models/revenue_estimates_spec.rb +4 -11
  174. data/spec/models/sentiment_spec.rb +4 -11
  175. data/spec/models/similarity_index_spec.rb +4 -11
  176. data/spec/models/split_spec.rb +4 -11
  177. data/spec/models/stock_candles_spec.rb +4 -11
  178. data/spec/models/stock_symbol_spec.rb +70 -0
  179. data/spec/models/stock_transcripts_spec.rb +4 -11
  180. data/spec/models/support_resistance_spec.rb +4 -11
  181. data/spec/models/{stock_spec.rb → symbol_lookup_info_spec.rb} +7 -20
  182. data/spec/models/technical_analysis_spec.rb +4 -11
  183. data/spec/models/tick_data_spec.rb +10 -11
  184. data/spec/models/transcript_content_spec.rb +10 -11
  185. data/spec/models/transcript_participant_spec.rb +10 -11
  186. data/spec/models/trend_spec.rb +4 -11
  187. data/spec/models/upgrade_downgrade_spec.rb +4 -11
  188. metadata +67 -44
  189. data/docs/ETFsIndustryExposure.md +0 -19
  190. data/docs/InvestorsOwnership.md +0 -19
  191. data/docs/MajorDevelopments.md +0 -19
  192. data/docs/MutualFundsCountryExposure.md +0 -20
  193. data/spec/models/et_fs_country_exposure_spec.rb +0 -47
  194. data/spec/models/et_fs_holdings_spec.rb +0 -47
  195. data/spec/models/et_fs_industry_exposure_spec.rb +0 -47
  196. data/spec/models/et_fs_profile_spec.rb +0 -47
  197. data/spec/models/investors_ownership_spec.rb +0 -47
  198. data/spec/models/major_developments_spec.rb +0 -47
data/docs/Development.md CHANGED
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | Company symbol. | [optional] |
8
- | **datetime** | **Time** | Published time in <code>YYYY-MM-DD HH:MM:SS</code> format. | [optional] |
8
+ | **datetime** | **String** | Published time in <code>YYYY-MM-DD HH:MM:SS</code> format. | [optional] |
9
9
  | **headline** | **String** | Development headline. | [optional] |
10
10
  | **description** | **String** | Development description. | [optional] |
11
11
  | **url** | **String** | URL. | [optional] |
@@ -1,18 +1,18 @@
1
- # FinnhubRuby::Dividends2Basic
1
+ # FinnhubRuby::Dividends2
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | Symbol | [optional] |
8
- | **data** | **Array<Object>** | | [optional] |
8
+ | **data** | [**Array<Dividends2Info>**](Dividends2Info.md) | | [optional] |
9
9
 
10
10
  ## Example
11
11
 
12
12
  ```ruby
13
13
  require 'finnhub_ruby'
14
14
 
15
- instance = FinnhubRuby::Dividends2Basic.new(
15
+ instance = FinnhubRuby::Dividends2.new(
16
16
  symbol: null,
17
17
  data: null
18
18
  )
@@ -0,0 +1,20 @@
1
+ # FinnhubRuby::Dividends2Info
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **ex_date** | **Date** | Ex-Dividend date. | [optional] |
8
+ | **amount** | **Float** | Amount in local currency. | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'finnhub_ruby'
14
+
15
+ instance = FinnhubRuby::Dividends2Info.new(
16
+ ex_date: null,
17
+ amount: null
18
+ )
19
+ ```
20
+
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | ETF symbol. | [optional] |
8
- | **country_exposure** | **Array<Object>** | Array of countries and and exposure levels. | [optional] |
8
+ | **country_exposure** | [**Array<ETFCountryExposureData>**](ETFCountryExposureData.md) | Array of countries and and exposure levels. | [optional] |
9
9
 
10
10
  ## Example
11
11
 
data/docs/ETFsHoldings.md CHANGED
@@ -7,7 +7,7 @@
7
7
  | **symbol** | **String** | ETF symbol. | [optional] |
8
8
  | **at_date** | **Date** | Holdings update date. | [optional] |
9
9
  | **number_of_holdings** | **Integer** | Number of holdings. | [optional] |
10
- | **holdings** | **Array<Object>** | Array of holdings. | [optional] |
10
+ | **holdings** | [**Array<ETFHoldingsData>**](ETFHoldingsData.md) | Array of holdings. | [optional] |
11
11
 
12
12
  ## Example
13
13
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | ETF symbol. | [optional] |
8
- | **sector_exposure** | **Array<Object>** | Array of industries and exposure levels. | [optional] |
8
+ | **sector_exposure** | [**Array<ETFSectorExposureData>**](ETFSectorExposureData.md) | Array of industries and exposure levels. | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **earnings_calendar** | **Array<Object>** | Array of earnings release. | [optional] |
7
+ | **earnings_calendar** | [**Array<EarningRelease>**](EarningRelease.md) | Array of earnings release. | [optional] |
8
8
 
9
9
  ## Example
10
10
 
@@ -5,12 +5,12 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | Company symbol. | [optional] |
8
- | **transcript** | **Array<Object>** | Transcript content. | [optional] |
9
- | **participant** | **Array<Object>** | Participant list | [optional] |
8
+ | **transcript** | [**Array<TranscriptContent>**](TranscriptContent.md) | Transcript content. | [optional] |
9
+ | **participant** | [**Array<TranscriptParticipant>**](TranscriptParticipant.md) | Participant list | [optional] |
10
10
  | **audio** | **String** | Audio link. | [optional] |
11
11
  | **id** | **String** | Transcript's ID. | [optional] |
12
12
  | **title** | **String** | Title. | [optional] |
13
- | **time** | **Time** | Time of the event. | [optional] |
13
+ | **time** | **String** | Time of the event. | [optional] |
14
14
  | **year** | **Integer** | Year of earnings result in the case of earnings call transcript. | [optional] |
15
15
  | **quarter** | **Integer** | Quarter of earnings result in the case of earnings call transcript. | [optional] |
16
16
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | Company symbol. | [optional] |
8
- | **transcripts** | **Array<Object>** | Array of transcripts' metadata | [optional] |
8
+ | **transcripts** | [**Array<StockTranscripts>**](StockTranscripts.md) | Array of transcripts' metadata | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -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<EarningEstimate>**](EarningEstimate.md) | List of estimates | [optional] |
8
8
  | **freq** | **String** | Frequency: annual or quarterly. | [optional] |
9
9
  | **symbol** | **String** | Company symbol. | [optional] |
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **economic_calendar** | **Array<Object>** | Array of economic events. | [optional] |
7
+ | **economic_calendar** | [**Array<EconomicEvent>**](EconomicEvent.md) | Array of economic events. | [optional] |
8
8
 
9
9
  ## Example
10
10
 
data/docs/EconomicData.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **data** | **Array<Object>** | Array of economic data for requested code. | [optional] |
7
+ | **data** | [**Array<EconomicDataInfo>**](EconomicDataInfo.md) | Array of economic data for requested code. | [optional] |
8
8
  | **code** | **String** | Finnhub economic code | [optional] |
9
9
 
10
10
  ## Example
@@ -0,0 +1,20 @@
1
+ # FinnhubRuby::EconomicDataInfo
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **date** | **String** | Date of the reading | [optional] |
8
+ | **value** | **Float** | Value | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'finnhub_ruby'
14
+
15
+ instance = FinnhubRuby::EconomicDataInfo.new(
16
+ date: null,
17
+ value: null
18
+ )
19
+ ```
20
+
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **from_date** | **Time** | Start time of the event in EST. | [optional] |
8
- | **to_date** | **Time** | End time of the event in EST. | [optional] |
7
+ | **from_date** | **String** | Start time of the event in EST. | [optional] |
8
+ | **to_date** | **String** | End time of the event in EST. | [optional] |
9
9
  | **event_description** | **String** | Event's description. | [optional] |
10
10
  | **url** | **String** | URL. | [optional] |
11
11
 
data/docs/Filing.md CHANGED
@@ -8,8 +8,8 @@
8
8
  | **symbol** | **String** | Symbol. | [optional] |
9
9
  | **cik** | **String** | CIK. | [optional] |
10
10
  | **form** | **String** | Form type. | [optional] |
11
- | **filed_date** | **Time** | Filed date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
12
- | **accepted_date** | **Time** | Accepted date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
11
+ | **filed_date** | **String** | Filed date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
12
+ | **accepted_date** | **String** | Accepted date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
13
13
  | **report_url** | **String** | Report's URL. | [optional] |
14
14
  | **filing_url** | **String** | Filing's URL. | [optional] |
15
15
 
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | Symbol | [optional] |
8
8
  | **cik** | **String** | CIK | [optional] |
9
- | **data** | **Array<Object>** | Array of filings. | [optional] |
9
+ | **data** | [**Array<Report>**](Report.md) | Array of filings. | [optional] |
10
10
 
11
11
  ## Example
12
12
 
@@ -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<FundOwnershipInfo>**](FundOwnershipInfo.md) | Array of investors with detailed information about their holdings. | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -0,0 +1,26 @@
1
+ # FinnhubRuby::FundOwnershipInfo
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | Investor's name. | [optional] |
8
+ | **share** | **Integer** | Number of shares held by the investor. | [optional] |
9
+ | **change** | **Integer** | Number of share changed (net buy or sell) from the last period. | [optional] |
10
+ | **filing_date** | **Date** | Filing date. | [optional] |
11
+ | **portfolio_percent** | **Float** | Percent of the fund's portfolio comprised of the company's share. | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'finnhub_ruby'
17
+
18
+ instance = FinnhubRuby::FundOwnershipInfo.new(
19
+ name: null,
20
+ share: null,
21
+ change: null,
22
+ filing_date: null,
23
+ portfolio_percent: null
24
+ )
25
+ ```
26
+
@@ -15,7 +15,7 @@
15
15
  | **b** | **Array<Float>** | List of Bid price data. | [optional] |
16
16
  | **bx** | **Array<String>** | List of venues/exchanges - Bid price. 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] |
17
17
  | **t** | **Array<Integer>** | List of timestamp in UNIX ms. | [optional] |
18
- | **c** | **Array<Array<NULL_SCHEMA_ERR>>** | List of quote conditions. A comprehensive list of quote conditions code can be found <a target=\"_blank\" href=\"https://docs.google.com/spreadsheets/d/1iiA6e7Osdtai0oPMOUzgAIKXCsay89dFDmsegz6OpEg/edit?usp=sharing\">here</a> | [optional] |
18
+ | **c** | **Array<Array<String>>** | List of quote conditions. A comprehensive list of quote conditions code can be found <a target=\"_blank\" href=\"https://docs.google.com/spreadsheets/d/1iiA6e7Osdtai0oPMOUzgAIKXCsay89dFDmsegz6OpEg/edit?usp=sharing\">here</a> | [optional] |
19
19
 
20
20
  ## Example
21
21
 
data/docs/IPOCalendar.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **ipo_calendar** | **Array<Object>** | Array of IPO events. | [optional] |
7
+ | **ipo_calendar** | [**Array<IPOEvent>**](IPOEvent.md) | Array of IPO events. | [optional] |
8
8
 
9
9
  ## Example
10
10
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | Index's symbol. | [optional] |
8
- | **historical_constituents** | **Array<Object>** | Array of historical constituents. | [optional] |
8
+ | **historical_constituents** | [**Array<IndexHistoricalConstituent>**](IndexHistoricalConstituent.md) | Array of historical constituents. | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | Symbol of the company. | [optional] |
8
- | **data** | **Array<Object>** | Array of insider transactions. | [optional] |
8
+ | **data** | [**Array<Transactions>**](Transactions.md) | Array of insider transactions. | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **symbol** | **String** | Symbol. | [optional] |
8
8
  | **company_name** | **String** | Company name. | [optional] |
9
- | **filed_date** | **Time** | Filed date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
9
+ | **filed_date** | **String** | Filed date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] |
10
10
  | **category** | **String** | Category. | [optional] |
11
11
  | **title** | **String** | Document's title. | [optional] |
12
12
  | **description** | **String** | Document's description. | [optional] |
@@ -1,18 +1,18 @@
1
- # FinnhubRuby::InvestmentThemesThematicInvesting
1
+ # FinnhubRuby::InvestmentThemes
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **theme** | **String** | Investment theme | [optional] |
8
- | **data** | **Array<Object>** | Investment theme portfolio. | [optional] |
8
+ | **data** | [**Array<InvestmentThemePortfolio>**](InvestmentThemePortfolio.md) | Investment theme portfolio. | [optional] |
9
9
 
10
10
  ## Example
11
11
 
12
12
  ```ruby
13
13
  require 'finnhub_ruby'
14
14
 
15
- instance = FinnhubRuby::InvestmentThemesThematicInvesting.new(
15
+ instance = FinnhubRuby::InvestmentThemes.new(
16
16
  theme: null,
17
17
  data: null
18
18
  )
@@ -1,4 +1,4 @@
1
- # FinnhubRuby::News
1
+ # FinnhubRuby::MarketNews
2
2
 
3
3
  ## Properties
4
4
 
@@ -19,7 +19,7 @@
19
19
  ```ruby
20
20
  require 'finnhub_ruby'
21
21
 
22
- instance = FinnhubRuby::News.new(
22
+ instance = FinnhubRuby::MarketNews.new(
23
23
  category: null,
24
24
  datetime: null,
25
25
  headline: null,
@@ -0,0 +1,20 @@
1
+ # FinnhubRuby::MutualFundCountryExposure
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **symbol** | **String** | Symbol. | [optional] |
8
+ | **country_exposure** | [**Array<MutualFundCountryExposureData>**](MutualFundCountryExposureData.md) | Array of countries and and exposure levels. | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'finnhub_ruby'
14
+
15
+ instance = FinnhubRuby::MutualFundCountryExposure.new(
16
+ symbol: null,
17
+ country_exposure: null
18
+ )
19
+ ```
20
+
@@ -1,4 +1,4 @@
1
- # FinnhubRuby::MutualFundsHoldings
1
+ # FinnhubRuby::MutualFundHoldings
2
2
 
3
3
  ## Properties
4
4
 
@@ -7,14 +7,14 @@
7
7
  | **symbol** | **String** | Symbol. | [optional] |
8
8
  | **at_date** | **Date** | Holdings update date. | [optional] |
9
9
  | **number_of_holdings** | **Integer** | Number of holdings. | [optional] |
10
- | **holdings** | **Array<Object>** | Array of holdings. | [optional] |
10
+ | **holdings** | [**Array<MutualFundHoldingsData>**](MutualFundHoldingsData.md) | Array of holdings. | [optional] |
11
11
 
12
12
  ## Example
13
13
 
14
14
  ```ruby
15
15
  require 'finnhub_ruby'
16
16
 
17
- instance = FinnhubRuby::MutualFundsHoldings.new(
17
+ instance = FinnhubRuby::MutualFundHoldings.new(
18
18
  symbol: null,
19
19
  at_date: null,
20
20
  number_of_holdings: null,
@@ -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
+