finnhub_ruby 1.1.2 → 1.1.4
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.
- checksums.yaml +4 -4
- data/README.md +42 -12
- data/docs/AggregateIndicators.md +10 -9
- data/docs/BasicFinancials.md +14 -11
- data/docs/BreakdownItem.md +20 -0
- data/docs/Company.md +20 -19
- data/docs/CompanyExecutive.md +10 -9
- data/docs/CompanyNewsStatistics.md +12 -11
- data/docs/CompanyProfile.md +62 -61
- data/docs/CompanyProfile2.md +30 -29
- data/docs/CountryMetadata.md +18 -17
- data/docs/CovidInfo.md +14 -13
- data/docs/CryptoCandles.md +20 -19
- data/docs/CryptoSymbol.md +12 -11
- data/docs/DefaultApi.md +2927 -891
- data/docs/Development.md +16 -13
- data/docs/Dividends.md +22 -21
- data/docs/Dividends2Basic.md +20 -0
- data/docs/ETFCountryExposureData.md +10 -9
- data/docs/ETFHoldingsData.md +20 -11
- data/docs/ETFProfileData.md +52 -0
- data/docs/ETFSectorExposureData.md +10 -9
- data/docs/ETFsCountryExposure.md +10 -9
- data/docs/ETFsHoldings.md +14 -9
- data/docs/ETFsProfile.md +10 -9
- data/docs/ETFsSectorExposure.md +20 -0
- data/docs/EarningEstimate.md +16 -15
- data/docs/EarningRelease.md +24 -23
- data/docs/EarningResult.md +18 -13
- data/docs/EarningsCalendar.md +8 -7
- data/docs/EarningsCallTranscripts.md +24 -23
- data/docs/EarningsCallTranscriptsList.md +10 -9
- data/docs/EarningsEstimates.md +12 -11
- data/docs/EconomicCalendar.md +8 -7
- data/docs/EconomicCode.md +14 -13
- data/docs/EconomicData.md +10 -9
- data/docs/EconomicEvent.md +22 -21
- data/docs/Estimate.md +16 -15
- data/docs/FDAComitteeMeeting.md +24 -0
- data/docs/Filing.md +22 -21
- data/docs/FilingSentiment.md +34 -0
- data/docs/FinancialStatements.md +10 -9
- data/docs/FinancialsAsReported.md +12 -11
- data/docs/ForexCandles.md +20 -19
- data/docs/ForexSymbol.md +12 -11
- data/docs/Forexrates.md +10 -9
- data/docs/FundOwnership.md +10 -9
- data/docs/HistoricalNBBO.md +40 -0
- data/docs/IPOCalendar.md +8 -7
- data/docs/IPOEvent.md +22 -21
- data/docs/IndexHistoricalConstituent.md +12 -11
- data/docs/Indicator.md +12 -11
- data/docs/IndicesConstituents.md +10 -9
- data/docs/IndicesHistoricalConstituents.md +10 -9
- data/docs/InsiderTransactions.md +20 -0
- data/docs/InternationalFiling.md +34 -0
- data/docs/InvestmentThemePortfolio.md +18 -0
- data/docs/InvestmentThemesThematicInvesting.md +20 -0
- data/docs/Investor.md +14 -13
- data/docs/KeyCustomersSuppliers.md +24 -0
- data/docs/LastBidAsk.md +16 -15
- data/docs/MajorPressReleases.md +20 -0
- data/docs/MutualFundCountryExposureData.md +20 -0
- data/docs/MutualFundSectorExposure.md +20 -0
- data/docs/MutualFundSectorExposureData.md +20 -0
- data/docs/MutualFundsCountryExposure.md +20 -0
- data/docs/MutualFundsHoldings.md +24 -0
- data/docs/MutualFundsProfile.md +20 -0
- data/docs/News.md +24 -23
- data/docs/NewsSentiment.md +18 -17
- data/docs/Ownership.md +20 -0
- data/docs/PatternRecognition.md +8 -7
- data/docs/PriceTarget.md +18 -17
- data/docs/Quote.md +20 -15
- data/docs/RecommendationTrend.md +20 -19
- data/docs/RedditSentimentContent.md +30 -0
- data/docs/Report.md +28 -27
- data/docs/RevenueBreakdown.md +22 -0
- data/docs/RevenueEstimates.md +12 -11
- data/docs/SECSentimentAnalysis.md +24 -0
- data/docs/Sentiment.md +10 -9
- data/docs/SimilarityIndex.md +12 -11
- data/docs/SocialSentiment.md +22 -0
- data/docs/Split.md +14 -13
- data/docs/Stock.md +14 -15
- data/docs/StockCandles.md +20 -19
- data/docs/StockTranscripts.md +16 -15
- data/docs/SupplyChainRelationships.md +20 -0
- data/docs/SupportResistance.md +8 -7
- data/docs/SymbolLookup.md +20 -0
- data/docs/TechnicalAnalysis.md +10 -9
- data/docs/TickData.md +24 -21
- data/docs/Transactions.md +30 -0
- data/docs/TranscriptContent.md +12 -9
- data/docs/TranscriptParticipant.md +12 -9
- data/docs/Trend.md +10 -9
- data/docs/TwitterSentimentContent.md +30 -0
- data/docs/UpgradeDowngrade.md +18 -17
- data/finnhub_ruby.gemspec +7 -8
- data/lib/finnhub_ruby.rb +32 -7
- data/lib/finnhub_ruby/api/default_api.rb +1514 -466
- data/lib/finnhub_ruby/api_client.rb +52 -49
- data/lib/finnhub_ruby/api_error.rb +1 -1
- data/lib/finnhub_ruby/configuration.rb +39 -10
- data/lib/finnhub_ruby/models/aggregate_indicators.rb +19 -7
- data/lib/finnhub_ruby/models/basic_financials.rb +29 -8
- data/lib/finnhub_ruby/models/breakdown_item.rb +228 -0
- data/lib/finnhub_ruby/models/company.rb +19 -7
- data/lib/finnhub_ruby/models/company_executive.rb +19 -7
- data/lib/finnhub_ruby/models/company_news_statistics.rb +19 -7
- data/lib/finnhub_ruby/models/company_profile.rb +19 -7
- data/lib/finnhub_ruby/models/company_profile2.rb +19 -7
- data/lib/finnhub_ruby/models/country_metadata.rb +19 -7
- data/lib/finnhub_ruby/models/covid_info.rb +20 -8
- data/lib/finnhub_ruby/models/crypto_candles.rb +19 -7
- data/lib/finnhub_ruby/models/crypto_symbol.rb +19 -7
- data/lib/finnhub_ruby/models/development.rb +34 -12
- data/lib/finnhub_ruby/models/dividends.rb +19 -7
- data/lib/finnhub_ruby/models/dividends2_basic.rb +231 -0
- data/lib/finnhub_ruby/models/earning_estimate.rb +20 -8
- data/lib/finnhub_ruby/models/earning_release.rb +20 -8
- data/lib/finnhub_ruby/models/earning_result.rb +40 -8
- data/lib/finnhub_ruby/models/earnings_calendar.rb +19 -7
- data/lib/finnhub_ruby/models/earnings_call_transcripts.rb +20 -8
- data/lib/finnhub_ruby/models/earnings_call_transcripts_list.rb +19 -7
- data/lib/finnhub_ruby/models/earnings_estimates.rb +19 -7
- data/lib/finnhub_ruby/models/economic_calendar.rb +19 -7
- data/lib/finnhub_ruby/models/economic_code.rb +19 -7
- data/lib/finnhub_ruby/models/economic_data.rb +19 -7
- data/lib/finnhub_ruby/models/economic_event.rb +19 -7
- data/lib/finnhub_ruby/models/estimate.rb +20 -8
- data/lib/finnhub_ruby/models/etf_country_exposure_data.rb +20 -8
- data/lib/finnhub_ruby/models/etf_holdings_data.rb +63 -11
- data/lib/finnhub_ruby/models/etf_profile_data.rb +389 -0
- data/lib/finnhub_ruby/models/etf_sector_exposure_data.rb +20 -8
- data/lib/finnhub_ruby/models/etfs_country_exposure.rb +231 -0
- data/lib/finnhub_ruby/models/etfs_holdings.rb +251 -0
- data/lib/finnhub_ruby/models/etfs_profile.rb +228 -0
- data/lib/finnhub_ruby/models/etfs_sector_exposure.rb +231 -0
- data/lib/finnhub_ruby/models/fda_comittee_meeting.rb +249 -0
- data/lib/finnhub_ruby/models/filing.rb +21 -9
- data/lib/finnhub_ruby/models/filing_sentiment.rb +299 -0
- data/lib/finnhub_ruby/models/financial_statements.rb +19 -7
- data/lib/finnhub_ruby/models/financials_as_reported.rb +19 -7
- data/lib/finnhub_ruby/models/forex_candles.rb +19 -7
- data/lib/finnhub_ruby/models/forex_symbol.rb +19 -7
- data/lib/finnhub_ruby/models/forexrates.rb +19 -7
- data/lib/finnhub_ruby/models/fund_ownership.rb +19 -7
- data/lib/finnhub_ruby/models/historical_nbbo.rb +345 -0
- data/lib/finnhub_ruby/models/index_historical_constituent.rb +19 -7
- data/lib/finnhub_ruby/models/indicator.rb +19 -7
- data/lib/finnhub_ruby/models/indices_constituents.rb +19 -7
- data/lib/finnhub_ruby/models/indices_historical_constituents.rb +19 -7
- data/lib/finnhub_ruby/models/insider_transactions.rb +231 -0
- data/lib/finnhub_ruby/models/international_filing.rb +299 -0
- data/lib/finnhub_ruby/models/investment_theme_portfolio.rb +219 -0
- data/lib/finnhub_ruby/models/investment_themes_thematic_investing.rb +231 -0
- data/lib/finnhub_ruby/models/investor.rb +19 -7
- data/lib/finnhub_ruby/models/ipo_calendar.rb +19 -7
- data/lib/finnhub_ruby/models/ipo_event.rb +19 -7
- data/lib/finnhub_ruby/models/key_customers_suppliers.rb +249 -0
- data/lib/finnhub_ruby/models/last_bid_ask.rb +19 -7
- data/lib/finnhub_ruby/models/major_press_releases.rb +231 -0
- data/lib/finnhub_ruby/models/mutual_fund_country_exposure_data.rb +229 -0
- data/lib/finnhub_ruby/models/mutual_fund_sector_exposure.rb +231 -0
- data/lib/finnhub_ruby/models/mutual_fund_sector_exposure_data.rb +229 -0
- data/lib/finnhub_ruby/models/mutual_funds_country_exposure.rb +231 -0
- data/lib/finnhub_ruby/models/mutual_funds_holdings.rb +251 -0
- data/lib/finnhub_ruby/models/mutual_funds_profile.rb +228 -0
- data/lib/finnhub_ruby/models/news.rb +19 -7
- data/lib/finnhub_ruby/models/news_sentiment.rb +19 -7
- data/lib/finnhub_ruby/models/ownership.rb +231 -0
- data/lib/finnhub_ruby/models/pattern_recognition.rb +19 -7
- data/lib/finnhub_ruby/models/price_target.rb +20 -8
- data/lib/finnhub_ruby/models/quote.rb +43 -11
- data/lib/finnhub_ruby/models/recommendation_trend.rb +19 -7
- data/lib/finnhub_ruby/models/reddit_sentiment_content.rb +279 -0
- data/lib/finnhub_ruby/models/report.rb +23 -11
- data/lib/finnhub_ruby/models/revenue_breakdown.rb +241 -0
- data/lib/finnhub_ruby/models/revenue_estimates.rb +19 -7
- data/lib/finnhub_ruby/models/sec_sentiment_analysis.rb +248 -0
- data/lib/finnhub_ruby/models/sentiment.rb +19 -7
- data/lib/finnhub_ruby/models/similarity_index.rb +19 -7
- data/lib/finnhub_ruby/models/social_sentiment.rb +243 -0
- data/lib/finnhub_ruby/models/split.rb +19 -7
- data/lib/finnhub_ruby/models/stock.rb +23 -21
- data/lib/finnhub_ruby/models/stock_candles.rb +19 -7
- data/lib/finnhub_ruby/models/stock_transcripts.rb +20 -8
- data/lib/finnhub_ruby/models/supply_chain_relationships.rb +231 -0
- data/lib/finnhub_ruby/models/support_resistance.rb +19 -7
- data/lib/finnhub_ruby/models/symbol_lookup.rb +231 -0
- data/lib/finnhub_ruby/models/technical_analysis.rb +19 -7
- data/lib/finnhub_ruby/models/tick_data.rb +36 -12
- data/lib/finnhub_ruby/models/transactions.rb +279 -0
- data/lib/finnhub_ruby/models/transcript_content.rb +33 -11
- data/lib/finnhub_ruby/models/transcript_participant.rb +33 -11
- data/lib/finnhub_ruby/models/trend.rb +19 -7
- data/lib/finnhub_ruby/models/twitter_sentiment_content.rb +279 -0
- data/lib/finnhub_ruby/models/upgrade_downgrade.rb +19 -7
- data/lib/finnhub_ruby/version.rb +2 -2
- data/release.sh +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/breakdown_item_spec.rb +40 -0
- data/spec/models/dividends2_basic_spec.rb +40 -0
- data/spec/models/etf_profile_data_spec.rb +136 -0
- data/spec/models/etfs_country_exposure_spec.rb +40 -0
- data/spec/models/etfs_holdings_spec.rb +52 -0
- data/spec/models/etfs_profile_spec.rb +40 -0
- data/spec/models/etfs_sector_exposure_spec.rb +40 -0
- data/spec/models/fda_comittee_meeting_spec.rb +52 -0
- data/spec/models/filing_sentiment_spec.rb +82 -0
- data/spec/models/historical_nbbo_spec.rb +100 -0
- data/spec/models/insider_transactions_spec.rb +40 -0
- data/spec/models/international_filing_spec.rb +82 -0
- data/spec/models/investment_theme_portfolio_spec.rb +34 -0
- data/spec/models/investment_themes_thematic_investing_spec.rb +40 -0
- data/spec/models/key_customers_suppliers_spec.rb +52 -0
- data/spec/models/major_press_releases_spec.rb +40 -0
- data/spec/models/mutual_fund_country_exposure_data_spec.rb +40 -0
- data/spec/models/mutual_fund_sector_exposure_data_spec.rb +40 -0
- data/spec/models/mutual_fund_sector_exposure_spec.rb +40 -0
- data/spec/models/mutual_funds_country_exposure_spec.rb +40 -0
- data/spec/models/mutual_funds_holdings_spec.rb +52 -0
- data/spec/models/mutual_funds_profile_spec.rb +40 -0
- data/spec/models/ownership_spec.rb +40 -0
- data/spec/models/reddit_sentiment_content_spec.rb +70 -0
- data/spec/models/revenue_breakdown_spec.rb +46 -0
- data/spec/models/sec_sentiment_analysis_spec.rb +52 -0
- data/spec/models/social_sentiment_spec.rb +46 -0
- data/spec/models/supply_chain_relationships_spec.rb +40 -0
- data/spec/models/symbol_lookup_spec.rb +40 -0
- data/spec/models/transactions_spec.rb +70 -0
- data/spec/models/twitter_sentiment_content_spec.rb +70 -0
- data/spec/spec_helper.rb +1 -1
- metadata +129 -29
- data/test.rb +0 -157
|
@@ -6,11 +6,12 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'date'
|
|
14
|
+
require 'time'
|
|
14
15
|
|
|
15
16
|
module FinnhubRuby
|
|
16
17
|
class Development
|
|
@@ -26,23 +27,33 @@ module FinnhubRuby
|
|
|
26
27
|
# Development description.
|
|
27
28
|
attr_accessor :description
|
|
28
29
|
|
|
30
|
+
# URL.
|
|
31
|
+
attr_accessor :url
|
|
32
|
+
|
|
29
33
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
30
34
|
def self.attribute_map
|
|
31
35
|
{
|
|
32
36
|
:'symbol' => :'symbol',
|
|
33
37
|
:'datetime' => :'datetime',
|
|
34
38
|
:'headline' => :'headline',
|
|
35
|
-
:'description' => :'description'
|
|
39
|
+
:'description' => :'description',
|
|
40
|
+
:'url' => :'url'
|
|
36
41
|
}
|
|
37
42
|
end
|
|
38
43
|
|
|
44
|
+
# Returns all the JSON keys this model knows about
|
|
45
|
+
def self.acceptable_attributes
|
|
46
|
+
attribute_map.values
|
|
47
|
+
end
|
|
48
|
+
|
|
39
49
|
# Attribute type mapping.
|
|
40
50
|
def self.openapi_types
|
|
41
51
|
{
|
|
42
52
|
:'symbol' => :'String',
|
|
43
|
-
:'datetime' => :'
|
|
53
|
+
:'datetime' => :'Time',
|
|
44
54
|
:'headline' => :'String',
|
|
45
|
-
:'description' => :'String'
|
|
55
|
+
:'description' => :'String',
|
|
56
|
+
:'url' => :'String'
|
|
46
57
|
}
|
|
47
58
|
end
|
|
48
59
|
|
|
@@ -82,6 +93,10 @@ module FinnhubRuby
|
|
|
82
93
|
if attributes.key?(:'description')
|
|
83
94
|
self.description = attributes[:'description']
|
|
84
95
|
end
|
|
96
|
+
|
|
97
|
+
if attributes.key?(:'url')
|
|
98
|
+
self.url = attributes[:'url']
|
|
99
|
+
end
|
|
85
100
|
end
|
|
86
101
|
|
|
87
102
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -105,7 +120,8 @@ module FinnhubRuby
|
|
|
105
120
|
symbol == o.symbol &&
|
|
106
121
|
datetime == o.datetime &&
|
|
107
122
|
headline == o.headline &&
|
|
108
|
-
description == o.description
|
|
123
|
+
description == o.description &&
|
|
124
|
+
url == o.url
|
|
109
125
|
end
|
|
110
126
|
|
|
111
127
|
# @see the `==` method
|
|
@@ -117,7 +133,7 @@ module FinnhubRuby
|
|
|
117
133
|
# Calculates hash code according to all attributes.
|
|
118
134
|
# @return [Integer] Hash code
|
|
119
135
|
def hash
|
|
120
|
-
[symbol, datetime, headline, description].hash
|
|
136
|
+
[symbol, datetime, headline, description, url].hash
|
|
121
137
|
end
|
|
122
138
|
|
|
123
139
|
# Builds the object from hash
|
|
@@ -133,7 +149,9 @@ module FinnhubRuby
|
|
|
133
149
|
def build_from_hash(attributes)
|
|
134
150
|
return nil unless attributes.is_a?(Hash)
|
|
135
151
|
self.class.openapi_types.each_pair do |key, type|
|
|
136
|
-
if
|
|
152
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
|
153
|
+
self.send("#{key}=", nil)
|
|
154
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
137
155
|
# check to ensure the input is an array given that the attribute
|
|
138
156
|
# is documented as an array but the input is not
|
|
139
157
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
@@ -141,7 +159,7 @@ module FinnhubRuby
|
|
|
141
159
|
end
|
|
142
160
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
143
161
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
144
|
-
end
|
|
162
|
+
end
|
|
145
163
|
end
|
|
146
164
|
|
|
147
165
|
self
|
|
@@ -153,8 +171,8 @@ module FinnhubRuby
|
|
|
153
171
|
# @return [Object] Deserialized data
|
|
154
172
|
def _deserialize(type, value)
|
|
155
173
|
case type.to_sym
|
|
156
|
-
when :
|
|
157
|
-
|
|
174
|
+
when :Time
|
|
175
|
+
Time.parse(value)
|
|
158
176
|
when :Date
|
|
159
177
|
Date.parse(value)
|
|
160
178
|
when :String
|
|
@@ -184,7 +202,9 @@ module FinnhubRuby
|
|
|
184
202
|
end
|
|
185
203
|
end
|
|
186
204
|
else # model
|
|
187
|
-
|
|
205
|
+
# models (e.g. Pet) or oneOf
|
|
206
|
+
klass = FinnhubRuby.const_get(type)
|
|
207
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
188
208
|
end
|
|
189
209
|
end
|
|
190
210
|
|
|
@@ -210,7 +230,7 @@ module FinnhubRuby
|
|
|
210
230
|
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
211
231
|
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
212
232
|
end
|
|
213
|
-
|
|
233
|
+
|
|
214
234
|
hash[param] = _to_hash(value)
|
|
215
235
|
end
|
|
216
236
|
hash
|
|
@@ -233,5 +253,7 @@ module FinnhubRuby
|
|
|
233
253
|
value
|
|
234
254
|
end
|
|
235
255
|
end
|
|
256
|
+
|
|
236
257
|
end
|
|
258
|
+
|
|
237
259
|
end
|
|
@@ -6,11 +6,12 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'date'
|
|
14
|
+
require 'time'
|
|
14
15
|
|
|
15
16
|
module FinnhubRuby
|
|
16
17
|
class Dividends
|
|
@@ -52,6 +53,11 @@ module FinnhubRuby
|
|
|
52
53
|
}
|
|
53
54
|
end
|
|
54
55
|
|
|
56
|
+
# Returns all the JSON keys this model knows about
|
|
57
|
+
def self.acceptable_attributes
|
|
58
|
+
attribute_map.values
|
|
59
|
+
end
|
|
60
|
+
|
|
55
61
|
# Attribute type mapping.
|
|
56
62
|
def self.openapi_types
|
|
57
63
|
{
|
|
@@ -173,7 +179,9 @@ module FinnhubRuby
|
|
|
173
179
|
def build_from_hash(attributes)
|
|
174
180
|
return nil unless attributes.is_a?(Hash)
|
|
175
181
|
self.class.openapi_types.each_pair do |key, type|
|
|
176
|
-
if
|
|
182
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
|
183
|
+
self.send("#{key}=", nil)
|
|
184
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
177
185
|
# check to ensure the input is an array given that the attribute
|
|
178
186
|
# is documented as an array but the input is not
|
|
179
187
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
@@ -181,7 +189,7 @@ module FinnhubRuby
|
|
|
181
189
|
end
|
|
182
190
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
183
191
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
184
|
-
end
|
|
192
|
+
end
|
|
185
193
|
end
|
|
186
194
|
|
|
187
195
|
self
|
|
@@ -193,8 +201,8 @@ module FinnhubRuby
|
|
|
193
201
|
# @return [Object] Deserialized data
|
|
194
202
|
def _deserialize(type, value)
|
|
195
203
|
case type.to_sym
|
|
196
|
-
when :
|
|
197
|
-
|
|
204
|
+
when :Time
|
|
205
|
+
Time.parse(value)
|
|
198
206
|
when :Date
|
|
199
207
|
Date.parse(value)
|
|
200
208
|
when :String
|
|
@@ -224,7 +232,9 @@ module FinnhubRuby
|
|
|
224
232
|
end
|
|
225
233
|
end
|
|
226
234
|
else # model
|
|
227
|
-
|
|
235
|
+
# models (e.g. Pet) or oneOf
|
|
236
|
+
klass = FinnhubRuby.const_get(type)
|
|
237
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
228
238
|
end
|
|
229
239
|
end
|
|
230
240
|
|
|
@@ -250,7 +260,7 @@ module FinnhubRuby
|
|
|
250
260
|
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
251
261
|
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
252
262
|
end
|
|
253
|
-
|
|
263
|
+
|
|
254
264
|
hash[param] = _to_hash(value)
|
|
255
265
|
end
|
|
256
266
|
hash
|
|
@@ -273,5 +283,7 @@ module FinnhubRuby
|
|
|
273
283
|
value
|
|
274
284
|
end
|
|
275
285
|
end
|
|
286
|
+
|
|
276
287
|
end
|
|
288
|
+
|
|
277
289
|
end
|
|
@@ -0,0 +1,231 @@
|
|
|
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.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'date'
|
|
14
|
+
require 'time'
|
|
15
|
+
|
|
16
|
+
module FinnhubRuby
|
|
17
|
+
class Dividends2Basic
|
|
18
|
+
# Symbol
|
|
19
|
+
attr_accessor :symbol
|
|
20
|
+
|
|
21
|
+
#
|
|
22
|
+
attr_accessor :data
|
|
23
|
+
|
|
24
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
25
|
+
def self.attribute_map
|
|
26
|
+
{
|
|
27
|
+
:'symbol' => :'symbol',
|
|
28
|
+
:'data' => :'data'
|
|
29
|
+
}
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
# Returns all the JSON keys this model knows about
|
|
33
|
+
def self.acceptable_attributes
|
|
34
|
+
attribute_map.values
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
# Attribute type mapping.
|
|
38
|
+
def self.openapi_types
|
|
39
|
+
{
|
|
40
|
+
:'symbol' => :'String',
|
|
41
|
+
:'data' => :'Array<Object>'
|
|
42
|
+
}
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
# List of attributes with nullable: true
|
|
46
|
+
def self.openapi_nullable
|
|
47
|
+
Set.new([
|
|
48
|
+
])
|
|
49
|
+
end
|
|
50
|
+
|
|
51
|
+
# Initializes the object
|
|
52
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
53
|
+
def initialize(attributes = {})
|
|
54
|
+
if (!attributes.is_a?(Hash))
|
|
55
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `FinnhubRuby::Dividends2Basic` initialize method"
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
59
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
60
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
|
61
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `FinnhubRuby::Dividends2Basic`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
62
|
+
end
|
|
63
|
+
h[k.to_sym] = v
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
if attributes.key?(:'symbol')
|
|
67
|
+
self.symbol = attributes[:'symbol']
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
if attributes.key?(:'data')
|
|
71
|
+
if (value = attributes[:'data']).is_a?(Array)
|
|
72
|
+
self.data = value
|
|
73
|
+
end
|
|
74
|
+
end
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
78
|
+
# @return Array for valid properties with the reasons
|
|
79
|
+
def list_invalid_properties
|
|
80
|
+
invalid_properties = Array.new
|
|
81
|
+
invalid_properties
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
# Check to see if the all the properties in the model are valid
|
|
85
|
+
# @return true if the model is valid
|
|
86
|
+
def valid?
|
|
87
|
+
true
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
# Checks equality by comparing each attribute.
|
|
91
|
+
# @param [Object] Object to be compared
|
|
92
|
+
def ==(o)
|
|
93
|
+
return true if self.equal?(o)
|
|
94
|
+
self.class == o.class &&
|
|
95
|
+
symbol == o.symbol &&
|
|
96
|
+
data == o.data
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
# @see the `==` method
|
|
100
|
+
# @param [Object] Object to be compared
|
|
101
|
+
def eql?(o)
|
|
102
|
+
self == o
|
|
103
|
+
end
|
|
104
|
+
|
|
105
|
+
# Calculates hash code according to all attributes.
|
|
106
|
+
# @return [Integer] Hash code
|
|
107
|
+
def hash
|
|
108
|
+
[symbol, data].hash
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
# Builds the object from hash
|
|
112
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
113
|
+
# @return [Object] Returns the model itself
|
|
114
|
+
def self.build_from_hash(attributes)
|
|
115
|
+
new.build_from_hash(attributes)
|
|
116
|
+
end
|
|
117
|
+
|
|
118
|
+
# Builds the object from hash
|
|
119
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
120
|
+
# @return [Object] Returns the model itself
|
|
121
|
+
def build_from_hash(attributes)
|
|
122
|
+
return nil unless attributes.is_a?(Hash)
|
|
123
|
+
self.class.openapi_types.each_pair do |key, type|
|
|
124
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
|
125
|
+
self.send("#{key}=", nil)
|
|
126
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
127
|
+
# check to ensure the input is an array given that the attribute
|
|
128
|
+
# is documented as an array but the input is not
|
|
129
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
130
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
131
|
+
end
|
|
132
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
133
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
134
|
+
end
|
|
135
|
+
end
|
|
136
|
+
|
|
137
|
+
self
|
|
138
|
+
end
|
|
139
|
+
|
|
140
|
+
# Deserializes the data based on type
|
|
141
|
+
# @param string type Data type
|
|
142
|
+
# @param string value Value to be deserialized
|
|
143
|
+
# @return [Object] Deserialized data
|
|
144
|
+
def _deserialize(type, value)
|
|
145
|
+
case type.to_sym
|
|
146
|
+
when :Time
|
|
147
|
+
Time.parse(value)
|
|
148
|
+
when :Date
|
|
149
|
+
Date.parse(value)
|
|
150
|
+
when :String
|
|
151
|
+
value.to_s
|
|
152
|
+
when :Integer
|
|
153
|
+
value.to_i
|
|
154
|
+
when :Float
|
|
155
|
+
value.to_f
|
|
156
|
+
when :Boolean
|
|
157
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
158
|
+
true
|
|
159
|
+
else
|
|
160
|
+
false
|
|
161
|
+
end
|
|
162
|
+
when :Object
|
|
163
|
+
# generic object (usually a Hash), return directly
|
|
164
|
+
value
|
|
165
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
166
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
167
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
168
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
169
|
+
k_type = Regexp.last_match[:k_type]
|
|
170
|
+
v_type = Regexp.last_match[:v_type]
|
|
171
|
+
{}.tap do |hash|
|
|
172
|
+
value.each do |k, v|
|
|
173
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
174
|
+
end
|
|
175
|
+
end
|
|
176
|
+
else # model
|
|
177
|
+
# models (e.g. Pet) or oneOf
|
|
178
|
+
klass = FinnhubRuby.const_get(type)
|
|
179
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
180
|
+
end
|
|
181
|
+
end
|
|
182
|
+
|
|
183
|
+
# Returns the string representation of the object
|
|
184
|
+
# @return [String] String presentation of the object
|
|
185
|
+
def to_s
|
|
186
|
+
to_hash.to_s
|
|
187
|
+
end
|
|
188
|
+
|
|
189
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
190
|
+
# @return [Hash] Returns the object in the form of hash
|
|
191
|
+
def to_body
|
|
192
|
+
to_hash
|
|
193
|
+
end
|
|
194
|
+
|
|
195
|
+
# Returns the object in the form of hash
|
|
196
|
+
# @return [Hash] Returns the object in the form of hash
|
|
197
|
+
def to_hash
|
|
198
|
+
hash = {}
|
|
199
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
200
|
+
value = self.send(attr)
|
|
201
|
+
if value.nil?
|
|
202
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
203
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
204
|
+
end
|
|
205
|
+
|
|
206
|
+
hash[param] = _to_hash(value)
|
|
207
|
+
end
|
|
208
|
+
hash
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
# Outputs non-array value in the form of hash
|
|
212
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
213
|
+
# @param [Object] value Any valid value
|
|
214
|
+
# @return [Hash] Returns the value in the form of hash
|
|
215
|
+
def _to_hash(value)
|
|
216
|
+
if value.is_a?(Array)
|
|
217
|
+
value.compact.map { |v| _to_hash(v) }
|
|
218
|
+
elsif value.is_a?(Hash)
|
|
219
|
+
{}.tap do |hash|
|
|
220
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
221
|
+
end
|
|
222
|
+
elsif value.respond_to? :to_hash
|
|
223
|
+
value.to_hash
|
|
224
|
+
else
|
|
225
|
+
value
|
|
226
|
+
end
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
end
|
|
230
|
+
|
|
231
|
+
end
|
|
@@ -6,15 +6,16 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'date'
|
|
14
|
+
require 'time'
|
|
14
15
|
|
|
15
16
|
module FinnhubRuby
|
|
16
17
|
class EarningEstimate
|
|
17
|
-
# Average EPS estimates.
|
|
18
|
+
# Average EPS estimates including Finnhub's proprietary estimates.
|
|
18
19
|
attr_accessor :eps_avg
|
|
19
20
|
|
|
20
21
|
# Highest estimate.
|
|
@@ -40,6 +41,11 @@ module FinnhubRuby
|
|
|
40
41
|
}
|
|
41
42
|
end
|
|
42
43
|
|
|
44
|
+
# Returns all the JSON keys this model knows about
|
|
45
|
+
def self.acceptable_attributes
|
|
46
|
+
attribute_map.values
|
|
47
|
+
end
|
|
48
|
+
|
|
43
49
|
# Attribute type mapping.
|
|
44
50
|
def self.openapi_types
|
|
45
51
|
{
|
|
@@ -143,7 +149,9 @@ module FinnhubRuby
|
|
|
143
149
|
def build_from_hash(attributes)
|
|
144
150
|
return nil unless attributes.is_a?(Hash)
|
|
145
151
|
self.class.openapi_types.each_pair do |key, type|
|
|
146
|
-
if
|
|
152
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
|
153
|
+
self.send("#{key}=", nil)
|
|
154
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
147
155
|
# check to ensure the input is an array given that the attribute
|
|
148
156
|
# is documented as an array but the input is not
|
|
149
157
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
@@ -151,7 +159,7 @@ module FinnhubRuby
|
|
|
151
159
|
end
|
|
152
160
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
153
161
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
154
|
-
end
|
|
162
|
+
end
|
|
155
163
|
end
|
|
156
164
|
|
|
157
165
|
self
|
|
@@ -163,8 +171,8 @@ module FinnhubRuby
|
|
|
163
171
|
# @return [Object] Deserialized data
|
|
164
172
|
def _deserialize(type, value)
|
|
165
173
|
case type.to_sym
|
|
166
|
-
when :
|
|
167
|
-
|
|
174
|
+
when :Time
|
|
175
|
+
Time.parse(value)
|
|
168
176
|
when :Date
|
|
169
177
|
Date.parse(value)
|
|
170
178
|
when :String
|
|
@@ -194,7 +202,9 @@ module FinnhubRuby
|
|
|
194
202
|
end
|
|
195
203
|
end
|
|
196
204
|
else # model
|
|
197
|
-
|
|
205
|
+
# models (e.g. Pet) or oneOf
|
|
206
|
+
klass = FinnhubRuby.const_get(type)
|
|
207
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
198
208
|
end
|
|
199
209
|
end
|
|
200
210
|
|
|
@@ -220,7 +230,7 @@ module FinnhubRuby
|
|
|
220
230
|
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
221
231
|
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
222
232
|
end
|
|
223
|
-
|
|
233
|
+
|
|
224
234
|
hash[param] = _to_hash(value)
|
|
225
235
|
end
|
|
226
236
|
hash
|
|
@@ -243,5 +253,7 @@ module FinnhubRuby
|
|
|
243
253
|
value
|
|
244
254
|
end
|
|
245
255
|
end
|
|
256
|
+
|
|
246
257
|
end
|
|
258
|
+
|
|
247
259
|
end
|