finnhub_ruby 1.1.18 → 1.1.19

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 (64) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/docs/BondTickData.md +6 -0
  4. data/docs/BondYieldCurve.md +20 -0
  5. data/docs/BondYieldCurveInfo.md +20 -0
  6. data/docs/CompanyProfile.md +5 -1
  7. data/docs/CongressionalTrading.md +20 -0
  8. data/docs/CongressionalTransaction.md +36 -0
  9. data/docs/DefaultApi.md +312 -92
  10. data/docs/Dividends.md +3 -1
  11. data/docs/DocumentResponse.md +28 -0
  12. data/docs/ETFHoldingsData.md +3 -1
  13. data/docs/EarningResult.md +5 -1
  14. data/docs/ExcerptResponse.md +24 -0
  15. data/docs/FilingResponse.md +42 -0
  16. data/docs/InFilingResponse.md +44 -0
  17. data/docs/InFilingSearchBody.md +20 -0
  18. data/docs/MutualFundEet.md +20 -0
  19. data/docs/MutualFundEetPai.md +20 -0
  20. data/docs/MutualFundHoldingsData.md +3 -1
  21. data/docs/PriceMetrics.md +2 -0
  22. data/docs/SearchBody.md +60 -0
  23. data/docs/SearchFilter.md +20 -0
  24. data/docs/SearchResponse.md +24 -0
  25. data/finnhub_ruby-1.1.18.gem +0 -0
  26. data/lib/finnhub_ruby/api/default_api.rb +296 -86
  27. data/lib/finnhub_ruby/models/bond_tick_data.rb +37 -1
  28. data/lib/finnhub_ruby/models/bond_yield_curve.rb +231 -0
  29. data/lib/finnhub_ruby/models/bond_yield_curve_info.rb +229 -0
  30. data/lib/finnhub_ruby/models/company_profile.rb +22 -2
  31. data/lib/finnhub_ruby/models/congressional_trading.rb +231 -0
  32. data/lib/finnhub_ruby/models/congressional_transaction.rb +309 -0
  33. data/lib/finnhub_ruby/models/dividends.rb +14 -4
  34. data/lib/finnhub_ruby/models/document_response.rb +271 -0
  35. data/lib/finnhub_ruby/models/earning_result.rb +24 -4
  36. data/lib/finnhub_ruby/models/etf_holdings_data.rb +14 -4
  37. data/lib/finnhub_ruby/models/excerpt_response.rb +249 -0
  38. data/lib/finnhub_ruby/models/filing_response.rb +339 -0
  39. data/lib/finnhub_ruby/models/in_filing_response.rb +351 -0
  40. data/lib/finnhub_ruby/models/in_filing_search_body.rb +239 -0
  41. data/lib/finnhub_ruby/models/mutual_fund_eet.rb +228 -0
  42. data/lib/finnhub_ruby/models/mutual_fund_eet_pai.rb +228 -0
  43. data/lib/finnhub_ruby/models/mutual_fund_holdings_data.rb +14 -4
  44. data/lib/finnhub_ruby/models/price_metrics.rb +11 -1
  45. data/lib/finnhub_ruby/models/search_body.rb +434 -0
  46. data/lib/finnhub_ruby/models/search_filter.rb +229 -0
  47. data/lib/finnhub_ruby/models/search_response.rb +251 -0
  48. data/lib/finnhub_ruby/version.rb +1 -1
  49. data/lib/finnhub_ruby.rb +14 -0
  50. data/spec/models/bond_yield_curve_info_spec.rb +40 -0
  51. data/spec/models/bond_yield_curve_spec.rb +40 -0
  52. data/spec/models/congressional_trading_spec.rb +40 -0
  53. data/spec/models/congressional_transaction_spec.rb +88 -0
  54. data/spec/models/document_response_spec.rb +64 -0
  55. data/spec/models/excerpt_response_spec.rb +52 -0
  56. data/spec/models/filing_response_spec.rb +106 -0
  57. data/spec/models/in_filing_response_spec.rb +112 -0
  58. data/spec/models/in_filing_search_body_spec.rb +40 -0
  59. data/spec/models/mutual_fund_eet_pai_spec.rb +40 -0
  60. data/spec/models/mutual_fund_eet_spec.rb +40 -0
  61. data/spec/models/search_body_spec.rb +160 -0
  62. data/spec/models/search_filter_spec.rb +40 -0
  63. data/spec/models/search_response_spec.rb +52 -0
  64. metadata +60 -3
@@ -0,0 +1,160 @@
1
+ =begin
2
+ #Finnhub API
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FinnhubRuby::SearchBody
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FinnhubRuby::SearchBody do
21
+ let(:instance) { FinnhubRuby::SearchBody.new }
22
+
23
+ describe 'test an instance of SearchBody' do
24
+ it 'should create an instance of SearchBody' do
25
+ expect(instance).to be_instance_of(FinnhubRuby::SearchBody)
26
+ end
27
+ end
28
+ describe 'test attribute "query"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "isins"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "cusips"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ end
44
+ end
45
+
46
+ describe 'test attribute "ciks"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ end
50
+ end
51
+
52
+ describe 'test attribute "sedar_ids"' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ end
56
+ end
57
+
58
+ describe 'test attribute "ch_ids"' do
59
+ it 'should work' do
60
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
+ end
62
+ end
63
+
64
+ describe 'test attribute "symbols"' do
65
+ it 'should work' do
66
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
67
+ end
68
+ end
69
+
70
+ describe 'test attribute "sedols"' do
71
+ it 'should work' do
72
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
+ end
74
+ end
75
+
76
+ describe 'test attribute "sources"' do
77
+ it 'should work' do
78
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
+ end
80
+ end
81
+
82
+ describe 'test attribute "forms"' do
83
+ it 'should work' do
84
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
85
+ end
86
+ end
87
+
88
+ describe 'test attribute "gics"' do
89
+ it 'should work' do
90
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
+ end
92
+ end
93
+
94
+ describe 'test attribute "naics"' do
95
+ it 'should work' do
96
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
97
+ end
98
+ end
99
+
100
+ describe 'test attribute "exhibits"' do
101
+ it 'should work' do
102
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
103
+ end
104
+ end
105
+
106
+ describe 'test attribute "exchanges"' do
107
+ it 'should work' do
108
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
+ end
110
+ end
111
+
112
+ describe 'test attribute "countries"' do
113
+ it 'should work' do
114
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
115
+ end
116
+ end
117
+
118
+ describe 'test attribute "acts"' do
119
+ it 'should work' do
120
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
121
+ end
122
+ end
123
+
124
+ describe 'test attribute "caps"' do
125
+ it 'should work' do
126
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
127
+ end
128
+ end
129
+
130
+ describe 'test attribute "from_date"' do
131
+ it 'should work' do
132
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
133
+ end
134
+ end
135
+
136
+ describe 'test attribute "to_date"' do
137
+ it 'should work' do
138
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
139
+ end
140
+ end
141
+
142
+ describe 'test attribute "page"' do
143
+ it 'should work' do
144
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
145
+ end
146
+ end
147
+
148
+ describe 'test attribute "sort"' do
149
+ it 'should work' do
150
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
151
+ end
152
+ end
153
+
154
+ describe 'test attribute "highlighted"' do
155
+ it 'should work' do
156
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
157
+ end
158
+ end
159
+
160
+ end
@@ -0,0 +1,40 @@
1
+ =begin
2
+ #Finnhub API
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FinnhubRuby::SearchFilter
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FinnhubRuby::SearchFilter do
21
+ let(:instance) { FinnhubRuby::SearchFilter.new }
22
+
23
+ describe 'test an instance of SearchFilter' do
24
+ it 'should create an instance of SearchFilter' do
25
+ expect(instance).to be_instance_of(FinnhubRuby::SearchFilter)
26
+ end
27
+ end
28
+ describe 'test attribute "id"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "name"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ end
@@ -0,0 +1,52 @@
1
+ =begin
2
+ #Finnhub API
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for FinnhubRuby::SearchResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe FinnhubRuby::SearchResponse do
21
+ let(:instance) { FinnhubRuby::SearchResponse.new }
22
+
23
+ describe 'test an instance of SearchResponse' do
24
+ it 'should create an instance of SearchResponse' do
25
+ expect(instance).to be_instance_of(FinnhubRuby::SearchResponse)
26
+ end
27
+ end
28
+ describe 'test attribute "count"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "took"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "page"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ end
44
+ end
45
+
46
+ describe 'test attribute "filings"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ end
50
+ end
51
+
52
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: finnhub_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.18
4
+ version: 1.1.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-07 00:00:00.000000000 Z
11
+ date: 2023-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -66,6 +66,8 @@ files:
66
66
  - docs/BondCandles.md
67
67
  - docs/BondProfile.md
68
68
  - docs/BondTickData.md
69
+ - docs/BondYieldCurve.md
70
+ - docs/BondYieldCurveInfo.md
69
71
  - docs/BreakdownItem.md
70
72
  - docs/Company.md
71
73
  - docs/CompanyESG.md
@@ -76,6 +78,8 @@ files:
76
78
  - docs/CompanyNewsStatistics.md
77
79
  - docs/CompanyProfile.md
78
80
  - docs/CompanyProfile2.md
81
+ - docs/CongressionalTrading.md
82
+ - docs/CongressionalTransaction.md
79
83
  - docs/CountryMetadata.md
80
84
  - docs/CovidInfo.md
81
85
  - docs/CryptoCandles.md
@@ -86,6 +90,7 @@ files:
86
90
  - docs/Dividends.md
87
91
  - docs/Dividends2.md
88
92
  - docs/Dividends2Info.md
93
+ - docs/DocumentResponse.md
89
94
  - docs/ETFCountryExposureData.md
90
95
  - docs/ETFHoldingsData.md
91
96
  - docs/ETFProfileData.md
@@ -112,8 +117,10 @@ files:
112
117
  - docs/EconomicDataInfo.md
113
118
  - docs/EconomicEvent.md
114
119
  - docs/Estimate.md
120
+ - docs/ExcerptResponse.md
115
121
  - docs/FDAComitteeMeeting.md
116
122
  - docs/Filing.md
123
+ - docs/FilingResponse.md
117
124
  - docs/FilingSentiment.md
118
125
  - docs/FinancialStatements.md
119
126
  - docs/FinancialsAsReported.md
@@ -125,6 +132,8 @@ files:
125
132
  - docs/HistoricalNBBO.md
126
133
  - docs/IPOCalendar.md
127
134
  - docs/IPOEvent.md
135
+ - docs/InFilingResponse.md
136
+ - docs/InFilingSearchBody.md
128
137
  - docs/IndexHistoricalConstituent.md
129
138
  - docs/Indicator.md
130
139
  - docs/IndicesConstituents.md
@@ -152,6 +161,8 @@ files:
152
161
  - docs/MarketNews.md
153
162
  - docs/MutualFundCountryExposure.md
154
163
  - docs/MutualFundCountryExposureData.md
164
+ - docs/MutualFundEet.md
165
+ - docs/MutualFundEetPai.md
155
166
  - docs/MutualFundHoldings.md
156
167
  - docs/MutualFundHoldingsData.md
157
168
  - docs/MutualFundProfile.md
@@ -173,6 +184,9 @@ files:
173
184
  - docs/RevenueEstimates.md
174
185
  - docs/RevenueEstimatesInfo.md
175
186
  - docs/SECSentimentAnalysis.md
187
+ - docs/SearchBody.md
188
+ - docs/SearchFilter.md
189
+ - docs/SearchResponse.md
176
190
  - docs/SectorMetric.md
177
191
  - docs/SectorMetricData.md
178
192
  - docs/Sentiment.md
@@ -211,6 +225,7 @@ files:
211
225
  - finnhub_ruby-1.1.15.gem
212
226
  - finnhub_ruby-1.1.16.gem
213
227
  - finnhub_ruby-1.1.17.gem
228
+ - finnhub_ruby-1.1.18.gem
214
229
  - finnhub_ruby-1.1.7.gem
215
230
  - finnhub_ruby-1.1.8.gem
216
231
  - finnhub_ruby-1.1.9.gem
@@ -226,6 +241,8 @@ files:
226
241
  - lib/finnhub_ruby/models/bond_candles.rb
227
242
  - lib/finnhub_ruby/models/bond_profile.rb
228
243
  - lib/finnhub_ruby/models/bond_tick_data.rb
244
+ - lib/finnhub_ruby/models/bond_yield_curve.rb
245
+ - lib/finnhub_ruby/models/bond_yield_curve_info.rb
229
246
  - lib/finnhub_ruby/models/breakdown_item.rb
230
247
  - lib/finnhub_ruby/models/company.rb
231
248
  - lib/finnhub_ruby/models/company_earnings_quality_score.rb
@@ -236,6 +253,8 @@ files:
236
253
  - lib/finnhub_ruby/models/company_news_statistics.rb
237
254
  - lib/finnhub_ruby/models/company_profile.rb
238
255
  - lib/finnhub_ruby/models/company_profile2.rb
256
+ - lib/finnhub_ruby/models/congressional_trading.rb
257
+ - lib/finnhub_ruby/models/congressional_transaction.rb
239
258
  - lib/finnhub_ruby/models/country_metadata.rb
240
259
  - lib/finnhub_ruby/models/covid_info.rb
241
260
  - lib/finnhub_ruby/models/crypto_candles.rb
@@ -246,6 +265,7 @@ files:
246
265
  - lib/finnhub_ruby/models/dividends2.rb
247
266
  - lib/finnhub_ruby/models/dividends2_basic.rb
248
267
  - lib/finnhub_ruby/models/dividends2_info.rb
268
+ - lib/finnhub_ruby/models/document_response.rb
249
269
  - lib/finnhub_ruby/models/earning_estimate.rb
250
270
  - lib/finnhub_ruby/models/earning_release.rb
251
271
  - lib/finnhub_ruby/models/earning_result.rb
@@ -276,8 +296,10 @@ files:
276
296
  - lib/finnhub_ruby/models/etfs_holdings.rb
277
297
  - lib/finnhub_ruby/models/etfs_profile.rb
278
298
  - lib/finnhub_ruby/models/etfs_sector_exposure.rb
299
+ - lib/finnhub_ruby/models/excerpt_response.rb
279
300
  - lib/finnhub_ruby/models/fda_comittee_meeting.rb
280
301
  - lib/finnhub_ruby/models/filing.rb
302
+ - lib/finnhub_ruby/models/filing_response.rb
281
303
  - lib/finnhub_ruby/models/filing_sentiment.rb
282
304
  - lib/finnhub_ruby/models/financial_statements.rb
283
305
  - lib/finnhub_ruby/models/financials_as_reported.rb
@@ -287,6 +309,8 @@ files:
287
309
  - lib/finnhub_ruby/models/fund_ownership.rb
288
310
  - lib/finnhub_ruby/models/fund_ownership_info.rb
289
311
  - lib/finnhub_ruby/models/historical_nbbo.rb
312
+ - lib/finnhub_ruby/models/in_filing_response.rb
313
+ - lib/finnhub_ruby/models/in_filing_search_body.rb
290
314
  - lib/finnhub_ruby/models/index_historical_constituent.rb
291
315
  - lib/finnhub_ruby/models/indicator.rb
292
316
  - lib/finnhub_ruby/models/indices_constituents.rb
@@ -321,6 +345,8 @@ files:
321
345
  - lib/finnhub_ruby/models/market_news.rb
322
346
  - lib/finnhub_ruby/models/mutual_fund_country_exposure.rb
323
347
  - lib/finnhub_ruby/models/mutual_fund_country_exposure_data.rb
348
+ - lib/finnhub_ruby/models/mutual_fund_eet.rb
349
+ - lib/finnhub_ruby/models/mutual_fund_eet_pai.rb
324
350
  - lib/finnhub_ruby/models/mutual_fund_holdings.rb
325
351
  - lib/finnhub_ruby/models/mutual_fund_holdings_data.rb
326
352
  - lib/finnhub_ruby/models/mutual_fund_profile.rb
@@ -345,6 +371,9 @@ files:
345
371
  - lib/finnhub_ruby/models/revenue_breakdown.rb
346
372
  - lib/finnhub_ruby/models/revenue_estimates.rb
347
373
  - lib/finnhub_ruby/models/revenue_estimates_info.rb
374
+ - lib/finnhub_ruby/models/search_body.rb
375
+ - lib/finnhub_ruby/models/search_filter.rb
376
+ - lib/finnhub_ruby/models/search_response.rb
348
377
  - lib/finnhub_ruby/models/sec_sentiment_analysis.rb
349
378
  - lib/finnhub_ruby/models/sector_metric.rb
350
379
  - lib/finnhub_ruby/models/sector_metric_data.rb
@@ -387,6 +416,8 @@ files:
387
416
  - spec/models/bond_candles_spec.rb
388
417
  - spec/models/bond_profile_spec.rb
389
418
  - spec/models/bond_tick_data_spec.rb
419
+ - spec/models/bond_yield_curve_info_spec.rb
420
+ - spec/models/bond_yield_curve_spec.rb
390
421
  - spec/models/breakdown_item_spec.rb
391
422
  - spec/models/company_earnings_quality_score_data_spec.rb
392
423
  - spec/models/company_earnings_quality_score_spec.rb
@@ -397,6 +428,8 @@ files:
397
428
  - spec/models/company_profile2_spec.rb
398
429
  - spec/models/company_profile_spec.rb
399
430
  - spec/models/company_spec.rb
431
+ - spec/models/congressional_trading_spec.rb
432
+ - spec/models/congressional_transaction_spec.rb
400
433
  - spec/models/country_metadata_spec.rb
401
434
  - spec/models/covid_info_spec.rb
402
435
  - spec/models/crypto_candles_spec.rb
@@ -406,6 +439,7 @@ files:
406
439
  - spec/models/dividends2_info_spec.rb
407
440
  - spec/models/dividends2_spec.rb
408
441
  - spec/models/dividends_spec.rb
442
+ - spec/models/document_response_spec.rb
409
443
  - spec/models/earning_estimate_spec.rb
410
444
  - spec/models/earning_release_spec.rb
411
445
  - spec/models/earning_result_spec.rb
@@ -432,7 +466,9 @@ files:
432
466
  - spec/models/etfs_holdings_spec.rb
433
467
  - spec/models/etfs_profile_spec.rb
434
468
  - spec/models/etfs_sector_exposure_spec.rb
469
+ - spec/models/excerpt_response_spec.rb
435
470
  - spec/models/fda_comittee_meeting_spec.rb
471
+ - spec/models/filing_response_spec.rb
436
472
  - spec/models/filing_sentiment_spec.rb
437
473
  - spec/models/filing_spec.rb
438
474
  - spec/models/financial_statements_spec.rb
@@ -443,6 +479,8 @@ files:
443
479
  - spec/models/fund_ownership_info_spec.rb
444
480
  - spec/models/fund_ownership_spec.rb
445
481
  - spec/models/historical_nbbo_spec.rb
482
+ - spec/models/in_filing_response_spec.rb
483
+ - spec/models/in_filing_search_body_spec.rb
446
484
  - spec/models/index_historical_constituent_spec.rb
447
485
  - spec/models/indicator_spec.rb
448
486
  - spec/models/indices_constituents_spec.rb
@@ -472,6 +510,8 @@ files:
472
510
  - spec/models/market_news_spec.rb
473
511
  - spec/models/mutual_fund_country_exposure_data_spec.rb
474
512
  - spec/models/mutual_fund_country_exposure_spec.rb
513
+ - spec/models/mutual_fund_eet_pai_spec.rb
514
+ - spec/models/mutual_fund_eet_spec.rb
475
515
  - spec/models/mutual_fund_holdings_data_spec.rb
476
516
  - spec/models/mutual_fund_holdings_spec.rb
477
517
  - spec/models/mutual_fund_profile_data_spec.rb
@@ -492,6 +532,9 @@ files:
492
532
  - spec/models/revenue_breakdown_spec.rb
493
533
  - spec/models/revenue_estimates_info_spec.rb
494
534
  - spec/models/revenue_estimates_spec.rb
535
+ - spec/models/search_body_spec.rb
536
+ - spec/models/search_filter_spec.rb
537
+ - spec/models/search_response_spec.rb
495
538
  - spec/models/sec_sentiment_analysis_spec.rb
496
539
  - spec/models/sector_metric_data_spec.rb
497
540
  - spec/models/sector_metric_spec.rb
@@ -543,7 +586,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
543
586
  - !ruby/object:Gem::Version
544
587
  version: '0'
545
588
  requirements: []
546
- rubygems_version: 3.0.3
589
+ rubygems_version: 3.0.3.1
547
590
  signing_key:
548
591
  specification_version: 4
549
592
  summary: Finnhub API Ruby Gem
@@ -555,6 +598,7 @@ test_files:
555
598
  - spec/models/lobbying_result_spec.rb
556
599
  - spec/models/mutual_fund_sector_exposure_spec.rb
557
600
  - spec/models/economic_calendar_spec.rb
601
+ - spec/models/filing_response_spec.rb
558
602
  - spec/models/visa_application_spec.rb
559
603
  - spec/models/economic_data_info_spec.rb
560
604
  - spec/models/filing_spec.rb
@@ -566,12 +610,15 @@ test_files:
566
610
  - spec/models/ebit_estimates_info_spec.rb
567
611
  - spec/models/bond_profile_spec.rb
568
612
  - spec/models/development_spec.rb
613
+ - spec/models/congressional_transaction_spec.rb
569
614
  - spec/models/social_sentiment_spec.rb
570
615
  - spec/models/company_news_statistics_spec.rb
571
616
  - spec/models/price_target_spec.rb
617
+ - spec/models/mutual_fund_eet_pai_spec.rb
572
618
  - spec/models/company_esg_spec.rb
573
619
  - spec/models/insider_transactions_spec.rb
574
620
  - spec/models/ipo_event_spec.rb
621
+ - spec/models/search_body_spec.rb
575
622
  - spec/models/institutional_portfolio_spec.rb
576
623
  - spec/models/basic_financials_spec.rb
577
624
  - spec/models/crypto_candles_spec.rb
@@ -589,7 +636,9 @@ test_files:
589
636
  - spec/models/earnings_estimates_spec.rb
590
637
  - spec/models/transcript_participant_spec.rb
591
638
  - spec/models/revenue_breakdown_spec.rb
639
+ - spec/models/congressional_trading_spec.rb
592
640
  - spec/models/company_spec.rb
641
+ - spec/models/bond_yield_curve_spec.rb
593
642
  - spec/models/investment_theme_portfolio_spec.rb
594
643
  - spec/models/ebit_estimates_spec.rb
595
644
  - spec/models/crypto_profile_spec.rb
@@ -600,8 +649,10 @@ test_files:
600
649
  - spec/models/forex_symbol_spec.rb
601
650
  - spec/models/sector_metric_spec.rb
602
651
  - spec/models/symbol_change_info_spec.rb
652
+ - spec/models/mutual_fund_eet_spec.rb
603
653
  - spec/models/key_customers_suppliers_spec.rb
604
654
  - spec/models/symbol_lookup_info_spec.rb
655
+ - spec/models/document_response_spec.rb
605
656
  - spec/models/lobbying_data_spec.rb
606
657
  - spec/models/mutual_fund_sector_exposure_data_spec.rb
607
658
  - spec/models/earning_estimate_spec.rb
@@ -619,12 +670,14 @@ test_files:
619
670
  - spec/models/similarity_index_spec.rb
620
671
  - spec/models/visa_application_result_spec.rb
621
672
  - spec/models/bond_candles_spec.rb
673
+ - spec/models/excerpt_response_spec.rb
622
674
  - spec/models/etf_profile_data_spec.rb
623
675
  - spec/models/country_metadata_spec.rb
624
676
  - spec/models/institutional_portfolio_info_spec.rb
625
677
  - spec/models/news_sentiment_spec.rb
626
678
  - spec/models/institutional_profile_spec.rb
627
679
  - spec/models/insider_sentiments_data_spec.rb
680
+ - spec/models/in_filing_response_spec.rb
628
681
  - spec/models/forex_candles_spec.rb
629
682
  - spec/models/dividends2_info_spec.rb
630
683
  - spec/models/tick_data_spec.rb
@@ -657,11 +710,14 @@ test_files:
657
710
  - spec/models/institutional_ownership_group_spec.rb
658
711
  - spec/models/sentiment_spec.rb
659
712
  - spec/models/similarity_index_info_spec.rb
713
+ - spec/models/search_response_spec.rb
660
714
  - spec/models/company_profile_spec.rb
661
715
  - spec/models/estimate_spec.rb
662
716
  - spec/models/economic_event_spec.rb
717
+ - spec/models/bond_yield_curve_info_spec.rb
663
718
  - spec/models/etfs_sector_exposure_spec.rb
664
719
  - spec/models/etf_sector_exposure_data_spec.rb
720
+ - spec/models/in_filing_search_body_spec.rb
665
721
  - spec/models/quote_spec.rb
666
722
  - spec/models/filing_sentiment_spec.rb
667
723
  - spec/models/upgrade_downgrade_spec.rb
@@ -678,6 +734,7 @@ test_files:
678
734
  - spec/models/ebitda_estimates_info_spec.rb
679
735
  - spec/models/institutional_ownership_spec.rb
680
736
  - spec/models/investment_themes_spec.rb
737
+ - spec/models/search_filter_spec.rb
681
738
  - spec/models/financial_statements_spec.rb
682
739
  - spec/models/ipo_calendar_spec.rb
683
740
  - spec/models/company_earnings_quality_score_spec.rb