intrinio-sdk 5.3.0 → 5.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Gemfile +2 -0
- data/README.md +56 -12
- data/docs/ApiResponseETFHoldings.md +25 -0
- data/docs/ApiResponseETFs.md +21 -0
- data/docs/ApiResponseZacksEPSEstimates.md +24 -0
- data/docs/ApiResponseZacksEPSGrowthRates.md +24 -0
- data/docs/ApiResponseZacksETFHoldings.md +24 -0
- data/docs/ApiResponseZacksInstitutionalHoldingCompanies.md +24 -0
- data/docs/ApiResponseZacksInstitutionalHoldingOwners.md +24 -0
- data/docs/ApiResponseZacksInstitutionalHoldings.md +24 -0
- data/docs/ApiResponseZacksLongTermGrowthRates.md +24 -0
- data/docs/ApiResponseZacksTargetPriceConsensuses.md +24 -0
- data/docs/BulkDownloadsApi.md +3 -7
- data/docs/CompanyApi.md +113 -172
- data/docs/DataPointApi.md +10 -22
- data/docs/DataTagApi.md +21 -33
- data/docs/ETF.md +138 -0
- data/docs/ETFAnalytics.md +31 -0
- data/docs/ETFHolding.md +37 -0
- data/docs/ETFStats.md +53 -0
- data/docs/ETFSummary.md +27 -0
- data/docs/ETFsApi.md +490 -0
- data/docs/FilingApi.md +72 -116
- data/docs/ForexApi.md +22 -35
- data/docs/FundamentalsApi.md +19 -42
- data/docs/HistoricalDataApi.md +14 -19
- data/docs/IndexApi.md +117 -204
- data/docs/MunicipalityApi.md +28 -39
- data/docs/OptionsApi.md +45 -62
- data/docs/RealtimeStockPrice.md +1 -0
- data/docs/SecurityApi.md +534 -719
- data/docs/StockExchangeApi.md +43 -67
- data/docs/TechnicalApi.md +359 -483
- data/docs/ZacksApi.md +798 -101
- data/docs/ZacksEPSEstimate.md +39 -0
- data/docs/ZacksEPSGrowthRate.md +45 -0
- data/docs/ZacksETFHolding.md +26 -0
- data/docs/ZacksInstitutionalHolding.md +41 -0
- data/docs/ZacksInstitutionalHoldingCompanyDetail.md +32 -0
- data/docs/ZacksInstitutionalHoldingCompanySummary.md +22 -0
- data/docs/ZacksInstitutionalHoldingHistoricalSummary.md +21 -0
- data/docs/ZacksInstitutionalHoldingOwnerDetail.md +40 -0
- data/docs/ZacksInstitutionalHoldingOwnerSummary.md +21 -0
- data/docs/ZacksLongTermGrowthRate.md +47 -0
- data/docs/ZacksTargetPriceConsensus.md +35 -0
- data/intrinio-sdk.gemspec +3 -2
- data/lib/intrinio-sdk.rb +28 -1
- data/lib/intrinio-sdk/api/bulk_downloads_api.rb +1 -1
- data/lib/intrinio-sdk/api/company_api.rb +1 -1
- data/lib/intrinio-sdk/api/data_point_api.rb +1 -1
- data/lib/intrinio-sdk/api/data_tag_api.rb +1 -1
- data/lib/intrinio-sdk/api/et_fs_api.rb +359 -0
- data/lib/intrinio-sdk/api/filing_api.rb +1 -1
- data/lib/intrinio-sdk/api/forex_api.rb +5 -5
- data/lib/intrinio-sdk/api/fundamentals_api.rb +1 -1
- data/lib/intrinio-sdk/api/historical_data_api.rb +1 -1
- data/lib/intrinio-sdk/api/index_api.rb +1 -1
- data/lib/intrinio-sdk/api/municipality_api.rb +3 -3
- data/lib/intrinio-sdk/api/options_api.rb +1 -1
- data/lib/intrinio-sdk/api/security_api.rb +9 -9
- data/lib/intrinio-sdk/api/stock_exchange_api.rb +1 -1
- data/lib/intrinio-sdk/api/technical_api.rb +1 -1
- data/lib/intrinio-sdk/api/zacks_api.rb +538 -13
- data/lib/intrinio-sdk/api_client.rb +30 -24
- data/lib/intrinio-sdk/api_error.rb +1 -1
- data/lib/intrinio-sdk/configuration.rb +4 -1
- data/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_bulk_download_links.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_et_fs.rb +198 -0
- data/lib/intrinio-sdk/models/api_response_etf_holdings.rb +207 -0
- data/lib/intrinio-sdk/models/api_response_filing_fundamentals.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_forex_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_option_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_chain.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_force_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb +201 -0
- data/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb +201 -0
- data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_etf_holdings.rb +201 -0
- data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_companies.rb +201 -0
- data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_owners.rb +201 -0
- data/lib/intrinio-sdk/models/api_response_zacks_institutional_holdings.rb +201 -0
- data/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb +201 -0
- data/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb +201 -0
- data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/bulk_download_links.rb +1 -1
- data/lib/intrinio-sdk/models/bulk_download_summary.rb +1 -1
- data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/company.rb +1 -1
- data/lib/intrinio-sdk/models/company_filing.rb +1 -1
- data/lib/intrinio-sdk/models/company_initial_public_offering.rb +1 -1
- data/lib/intrinio-sdk/models/company_news.rb +1 -1
- data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
- data/lib/intrinio-sdk/models/company_summary.rb +1 -1
- data/lib/intrinio-sdk/models/data_tag.rb +1 -1
- data/lib/intrinio-sdk/models/data_tag_summary.rb +1 -1
- data/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
- data/lib/intrinio-sdk/models/donchian_channel_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
- data/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/economic_index.rb +1 -1
- data/lib/intrinio-sdk/models/economic_index_summary.rb +1 -1
- data/lib/intrinio-sdk/models/etf.rb +1369 -0
- data/lib/intrinio-sdk/models/etf_analytics.rb +268 -0
- data/lib/intrinio-sdk/models/etf_holding.rb +359 -0
- data/lib/intrinio-sdk/models/etf_stats.rb +487 -0
- data/lib/intrinio-sdk/models/etf_summary.rb +259 -0
- data/lib/intrinio-sdk/models/filing.rb +1 -1
- data/lib/intrinio-sdk/models/filing_note.rb +1 -1
- data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
- data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
- data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
- data/lib/intrinio-sdk/models/force_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/forex_currency.rb +1 -1
- data/lib/intrinio-sdk/models/forex_pair.rb +1 -1
- data/lib/intrinio-sdk/models/forex_price.rb +1 -1
- data/lib/intrinio-sdk/models/fundamental.rb +1 -1
- data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
- data/lib/intrinio-sdk/models/historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
- data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/mass_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/municipality.rb +1 -1
- data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
- data/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/option.rb +1 -1
- data/lib/intrinio-sdk/models/option_chain.rb +1 -1
- data/lib/intrinio-sdk/models/option_price.rb +1 -1
- data/lib/intrinio-sdk/models/realtime_stock_price.rb +12 -2
- data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
- data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
- data/lib/intrinio-sdk/models/reported_financial_dimension.rb +1 -1
- data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
- data/lib/intrinio-sdk/models/security.rb +1 -1
- data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
- data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
- data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
- data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
- data/lib/intrinio-sdk/models/security_summary.rb +1 -1
- data/lib/intrinio-sdk/models/sic_index.rb +1 -1
- data/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
- data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
- data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
- data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
- data/lib/intrinio-sdk/models/stock_price.rb +1 -1
- data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
- data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
- data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
- data/lib/intrinio-sdk/models/technical_indicator.rb +1 -1
- data/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +1 -1
- data/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/williams_r_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_analyst_rating.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_eps_estimate.rb +348 -0
- data/lib/intrinio-sdk/models/zacks_eps_growth_rate.rb +408 -0
- data/lib/intrinio-sdk/models/zacks_eps_surprise.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_etf_holding.rb +249 -0
- data/lib/intrinio-sdk/models/zacks_institutional_holding.rb +308 -0
- data/lib/intrinio-sdk/models/zacks_institutional_holding_company_detail.rb +309 -0
- data/lib/intrinio-sdk/models/zacks_institutional_holding_company_summary.rb +209 -0
- data/lib/intrinio-sdk/models/zacks_institutional_holding_historical_summary.rb +199 -0
- data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_detail.rb +389 -0
- data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_summary.rb +199 -0
- data/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb +429 -0
- data/lib/intrinio-sdk/models/zacks_sales_surprise.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_target_price_consensus.rb +308 -0
- data/lib/intrinio-sdk/version.rb +2 -2
- data/spec/api/bulk_downloads_api_spec.rb +1 -1
- data/spec/api/company_api_spec.rb +1 -1
- data/spec/api/data_point_api_spec.rb +1 -1
- data/spec/api/data_tag_api_spec.rb +1 -1
- data/spec/api/et_fs_api_spec.rb +111 -0
- data/spec/api/filing_api_spec.rb +1 -1
- data/spec/api/forex_api_spec.rb +3 -3
- data/spec/api/fundamentals_api_spec.rb +1 -1
- data/spec/api/historical_data_api_spec.rb +1 -1
- data/spec/api/index_api_spec.rb +1 -1
- data/spec/api/municipality_api_spec.rb +2 -2
- data/spec/api/options_api_spec.rb +1 -1
- data/spec/api/security_api_spec.rb +5 -5
- data/spec/api/stock_exchange_api_spec.rb +1 -1
- data/spec/api/technical_api_spec.rb +1 -1
- data/spec/api/zacks_api_spec.rb +132 -7
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/accumulation_distribution_index_technical_value_spec.rb +1 -1
- data/spec/models/api_response_bulk_download_links_spec.rb +1 -1
- data/spec/models/api_response_companies_search_spec.rb +1 -1
- data/spec/models/api_response_companies_spec.rb +1 -1
- data/spec/models/api_response_company_filings_spec.rb +1 -1
- data/spec/models/api_response_company_fundamentals_spec.rb +1 -1
- data/spec/models/api_response_company_historical_data_spec.rb +1 -1
- data/spec/models/api_response_company_news_spec.rb +1 -1
- data/spec/models/api_response_company_securities_spec.rb +1 -1
- data/spec/models/api_response_data_tags_search_spec.rb +1 -1
- data/spec/models/api_response_data_tags_spec.rb +1 -1
- data/spec/models/api_response_economic_index_historical_data_spec.rb +1 -1
- data/spec/models/api_response_economic_indices_search_spec.rb +1 -1
- data/spec/models/api_response_economic_indices_spec.rb +1 -1
- data/spec/models/api_response_et_fs_spec.rb +48 -0
- data/spec/models/api_response_etf_holdings_spec.rb +54 -0
- data/spec/models/api_response_filing_fundamentals_spec.rb +1 -1
- data/spec/models/api_response_filing_notes_search_spec.rb +1 -1
- data/spec/models/api_response_filing_notes_spec.rb +1 -1
- data/spec/models/api_response_filings_spec.rb +1 -1
- data/spec/models/api_response_forex_currencies_spec.rb +1 -1
- data/spec/models/api_response_forex_pairs_spec.rb +1 -1
- data/spec/models/api_response_forex_prices_spec.rb +1 -1
- data/spec/models/api_response_historical_data_spec.rb +1 -1
- data/spec/models/api_response_initial_public_offerings_spec.rb +1 -1
- data/spec/models/api_response_municipalities_spec.rb +1 -1
- data/spec/models/api_response_municipalitiy_financials_spec.rb +1 -1
- data/spec/models/api_response_news_spec.rb +1 -1
- data/spec/models/api_response_option_prices_spec.rb +1 -1
- data/spec/models/api_response_options_chain_spec.rb +1 -1
- data/spec/models/api_response_options_expirations_spec.rb +1 -1
- data/spec/models/api_response_options_spec.rb +1 -1
- data/spec/models/api_response_reported_financials_spec.rb +1 -1
- data/spec/models/api_response_securities_search_spec.rb +1 -1
- data/spec/models/api_response_securities_spec.rb +1 -1
- data/spec/models/api_response_security_accumulation_distribution_index_spec.rb +1 -1
- data/spec/models/api_response_security_average_daily_trading_volume_spec.rb +1 -1
- data/spec/models/api_response_security_average_directional_index_spec.rb +1 -1
- data/spec/models/api_response_security_average_true_range_spec.rb +1 -1
- data/spec/models/api_response_security_awesome_oscillator_spec.rb +1 -1
- data/spec/models/api_response_security_bollinger_bands_spec.rb +1 -1
- data/spec/models/api_response_security_chaikin_money_flow_spec.rb +1 -1
- data/spec/models/api_response_security_commodity_channel_index_spec.rb +1 -1
- data/spec/models/api_response_security_detrended_price_oscillator_spec.rb +1 -1
- data/spec/models/api_response_security_donchian_channel_spec.rb +1 -1
- data/spec/models/api_response_security_ease_of_movement_spec.rb +1 -1
- data/spec/models/api_response_security_force_index_spec.rb +1 -1
- data/spec/models/api_response_security_historical_data_spec.rb +1 -1
- data/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +1 -1
- data/spec/models/api_response_security_intraday_prices_spec.rb +1 -1
- data/spec/models/api_response_security_keltner_channel_spec.rb +1 -1
- data/spec/models/api_response_security_know_sure_thing_spec.rb +1 -1
- data/spec/models/api_response_security_mass_index_spec.rb +1 -1
- data/spec/models/api_response_security_money_flow_index_spec.rb +1 -1
- data/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +1 -1
- data/spec/models/api_response_security_negative_volume_index_spec.rb +1 -1
- data/spec/models/api_response_security_on_balance_volume_mean_spec.rb +1 -1
- data/spec/models/api_response_security_on_balance_volume_spec.rb +1 -1
- data/spec/models/api_response_security_relative_strength_index_spec.rb +1 -1
- data/spec/models/api_response_security_simple_moving_average_spec.rb +1 -1
- data/spec/models/api_response_security_stochastic_oscillator_spec.rb +1 -1
- data/spec/models/api_response_security_stock_price_adjustments_spec.rb +1 -1
- data/spec/models/api_response_security_stock_prices_spec.rb +1 -1
- data/spec/models/api_response_security_triple_exponential_average_spec.rb +1 -1
- data/spec/models/api_response_security_true_strength_index_spec.rb +1 -1
- data/spec/models/api_response_security_ultimate_oscillator_spec.rb +1 -1
- data/spec/models/api_response_security_volume_price_trend_spec.rb +1 -1
- data/spec/models/api_response_security_volume_weighted_average_price_spec.rb +1 -1
- data/spec/models/api_response_security_vortex_indicator_spec.rb +1 -1
- data/spec/models/api_response_security_williams_r_spec.rb +1 -1
- data/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb +1 -1
- data/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +1 -1
- data/spec/models/api_response_security_zacks_eps_surprises_spec.rb +1 -1
- data/spec/models/api_response_security_zacks_sales_surprises_spec.rb +1 -1
- data/spec/models/api_response_sic_index_historical_data_spec.rb +1 -1
- data/spec/models/api_response_sic_indices_search_spec.rb +1 -1
- data/spec/models/api_response_sic_indices_spec.rb +1 -1
- data/spec/models/api_response_standardized_financials_spec.rb +1 -1
- data/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb +1 -1
- data/spec/models/api_response_stock_exchange_securities_spec.rb +1 -1
- data/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb +1 -1
- data/spec/models/api_response_stock_exchange_stock_prices_spec.rb +1 -1
- data/spec/models/api_response_stock_exchanges_spec.rb +1 -1
- data/spec/models/api_response_stock_market_index_historical_data_spec.rb +1 -1
- data/spec/models/api_response_stock_market_indices_search_spec.rb +1 -1
- data/spec/models/api_response_stock_market_indices_spec.rb +1 -1
- data/spec/models/api_response_zacks_analyst_ratings_spec.rb +1 -1
- data/spec/models/api_response_zacks_eps_estimates_spec.rb +48 -0
- data/spec/models/api_response_zacks_eps_growth_rates_spec.rb +48 -0
- data/spec/models/api_response_zacks_eps_surprises_spec.rb +1 -1
- data/spec/models/api_response_zacks_etf_holdings_spec.rb +48 -0
- data/spec/models/api_response_zacks_institutional_holding_companies_spec.rb +48 -0
- data/spec/models/api_response_zacks_institutional_holding_owners_spec.rb +48 -0
- data/spec/models/api_response_zacks_institutional_holdings_spec.rb +48 -0
- data/spec/models/api_response_zacks_long_term_growth_rates_spec.rb +48 -0
- data/spec/models/api_response_zacks_sales_surprises_spec.rb +1 -1
- data/spec/models/api_response_zacks_target_price_consensuses_spec.rb +48 -0
- data/spec/models/average_daily_trading_volume_technical_value_spec.rb +1 -1
- data/spec/models/average_directional_index_technical_value_spec.rb +1 -1
- data/spec/models/average_true_range_technical_value_spec.rb +1 -1
- data/spec/models/awesome_oscillator_technical_value_spec.rb +1 -1
- data/spec/models/bollinger_bands_technical_value_spec.rb +1 -1
- data/spec/models/bulk_download_links_spec.rb +1 -1
- data/spec/models/bulk_download_summary_spec.rb +1 -1
- data/spec/models/chaikin_money_flow_technical_value_spec.rb +1 -1
- data/spec/models/commodity_channel_index_technical_value_spec.rb +1 -1
- data/spec/models/company_filing_spec.rb +1 -1
- data/spec/models/company_initial_public_offering_spec.rb +1 -1
- data/spec/models/company_news_spec.rb +1 -1
- data/spec/models/company_news_summary_spec.rb +1 -1
- data/spec/models/company_spec.rb +1 -1
- data/spec/models/company_summary_spec.rb +1 -1
- data/spec/models/data_tag_spec.rb +1 -1
- data/spec/models/data_tag_summary_spec.rb +1 -1
- data/spec/models/detrended_price_oscillator_technical_value_spec.rb +1 -1
- data/spec/models/dividend_record_spec.rb +1 -1
- data/spec/models/donchian_channel_technical_value_spec.rb +1 -1
- data/spec/models/earnings_record_spec.rb +1 -1
- data/spec/models/ease_of_movement_technical_value_spec.rb +1 -1
- data/spec/models/economic_index_spec.rb +1 -1
- data/spec/models/economic_index_summary_spec.rb +1 -1
- data/spec/models/etf_analytics_spec.rb +90 -0
- data/spec/models/etf_holding_spec.rb +144 -0
- data/spec/models/etf_spec.rb +750 -0
- data/spec/models/etf_stats_spec.rb +222 -0
- data/spec/models/etf_summary_spec.rb +84 -0
- data/spec/models/filing_note_filing_spec.rb +1 -1
- data/spec/models/filing_note_spec.rb +1 -1
- data/spec/models/filing_note_summary_spec.rb +1 -1
- data/spec/models/filing_spec.rb +1 -1
- data/spec/models/filing_summary_spec.rb +1 -1
- data/spec/models/force_index_technical_value_spec.rb +1 -1
- data/spec/models/forex_currency_spec.rb +1 -1
- data/spec/models/forex_pair_spec.rb +1 -1
- data/spec/models/forex_price_spec.rb +1 -1
- data/spec/models/fundamental_spec.rb +1 -1
- data/spec/models/fundamental_summary_spec.rb +1 -1
- data/spec/models/historical_data_spec.rb +1 -1
- data/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +1 -1
- data/spec/models/intraday_stock_price_spec.rb +1 -1
- data/spec/models/keltner_channel_technical_value_spec.rb +1 -1
- data/spec/models/know_sure_thing_technical_value_spec.rb +1 -1
- data/spec/models/mass_index_technical_value_spec.rb +1 -1
- data/spec/models/money_flow_index_technical_value_spec.rb +1 -1
- data/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +1 -1
- data/spec/models/municipality_financial_spec.rb +1 -1
- data/spec/models/municipality_spec.rb +1 -1
- data/spec/models/negative_volume_index_technical_value_spec.rb +1 -1
- data/spec/models/on_balance_volume_mean_technical_value_spec.rb +1 -1
- data/spec/models/on_balance_volume_technical_value_spec.rb +1 -1
- data/spec/models/option_chain_spec.rb +1 -1
- data/spec/models/option_price_spec.rb +1 -1
- data/spec/models/option_spec.rb +1 -1
- data/spec/models/realtime_stock_price_security_spec.rb +1 -1
- data/spec/models/realtime_stock_price_spec.rb +7 -1
- data/spec/models/relative_strength_index_technical_value_spec.rb +1 -1
- data/spec/models/reported_financial_dimension_spec.rb +1 -1
- data/spec/models/reported_financial_spec.rb +1 -1
- data/spec/models/reported_tag_spec.rb +1 -1
- data/spec/models/security_screen_clause_spec.rb +1 -1
- data/spec/models/security_screen_group_spec.rb +1 -1
- data/spec/models/security_screen_result_data_spec.rb +1 -1
- data/spec/models/security_screen_result_spec.rb +1 -1
- data/spec/models/security_spec.rb +1 -1
- data/spec/models/security_summary_spec.rb +1 -1
- data/spec/models/sic_index_spec.rb +1 -1
- data/spec/models/simple_moving_average_technical_value_spec.rb +1 -1
- data/spec/models/standardized_financial_spec.rb +1 -1
- data/spec/models/stochastic_oscillator_technical_value_spec.rb +1 -1
- data/spec/models/stock_exchange_spec.rb +1 -1
- data/spec/models/stock_market_index_spec.rb +1 -1
- data/spec/models/stock_market_index_summary_spec.rb +1 -1
- data/spec/models/stock_price_adjustment_spec.rb +1 -1
- data/spec/models/stock_price_adjustment_summary_spec.rb +1 -1
- data/spec/models/stock_price_spec.rb +1 -1
- data/spec/models/stock_price_summary_spec.rb +1 -1
- data/spec/models/technical_indicator_spec.rb +1 -1
- data/spec/models/triple_exponential_average_technical_value_spec.rb +1 -1
- data/spec/models/true_strength_index_technical_value_spec.rb +1 -1
- data/spec/models/ultimate_oscillator_technical_value_spec.rb +1 -1
- data/spec/models/volume_price_trend_technical_value_spec.rb +1 -1
- data/spec/models/volume_weighted_average_price_value_spec.rb +1 -1
- data/spec/models/vortex_indicator_technical_value_spec.rb +1 -1
- data/spec/models/williams_r_technical_value_spec.rb +1 -1
- data/spec/models/zacks_analyst_rating_snapshot_spec.rb +1 -1
- data/spec/models/zacks_analyst_rating_spec.rb +1 -1
- data/spec/models/zacks_analyst_rating_summary_spec.rb +1 -1
- data/spec/models/zacks_eps_estimate_spec.rb +138 -0
- data/spec/models/zacks_eps_growth_rate_spec.rb +174 -0
- data/spec/models/zacks_eps_surprise_spec.rb +1 -1
- data/spec/models/zacks_eps_surprise_summary_spec.rb +1 -1
- data/spec/models/zacks_etf_holding_spec.rb +78 -0
- data/spec/models/zacks_institutional_holding_company_detail_spec.rb +114 -0
- data/spec/models/zacks_institutional_holding_company_summary_spec.rb +54 -0
- data/spec/models/zacks_institutional_holding_historical_summary_spec.rb +48 -0
- data/spec/models/zacks_institutional_holding_owner_detail_spec.rb +162 -0
- data/spec/models/zacks_institutional_holding_owner_summary_spec.rb +48 -0
- data/spec/models/zacks_institutional_holding_spec.rb +114 -0
- data/spec/models/zacks_long_term_growth_rate_spec.rb +186 -0
- data/spec/models/zacks_sales_surprise_spec.rb +1 -1
- data/spec/models/zacks_sales_surprise_summary_spec.rb +1 -1
- data/spec/models/zacks_target_price_consensus_spec.rb +114 -0
- data/spec/spec_helper.rb +1 -1
- metadata +134 -7
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.15.3
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: unset
|
@@ -0,0 +1,348 @@
|
|
1
|
+
=begin
|
2
|
+
#Intrinio API
|
3
|
+
|
4
|
+
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
|
+
|
6
|
+
OpenAPI spec version: 2.15.3
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: unset
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
module Intrinio
|
16
|
+
# Zacks consensus earnings-per-share (EPS) estimates from analysts for thousands of stocks. Zacks storied research team aggregates and validates the estimates. Each EPS Estimate includes metadata about the corresponding Company.
|
17
|
+
class ZacksEPSEstimate
|
18
|
+
attr_accessor :company
|
19
|
+
|
20
|
+
# The period end date
|
21
|
+
attr_accessor :date
|
22
|
+
|
23
|
+
# The company’s fiscal year for the reported period
|
24
|
+
attr_accessor :fiscal_year
|
25
|
+
|
26
|
+
# The company’s fiscal quarter for the reported period
|
27
|
+
attr_accessor :fiscal_quarter
|
28
|
+
|
29
|
+
# The closest calendar year for the company’s fiscal year
|
30
|
+
attr_accessor :calendar_year
|
31
|
+
|
32
|
+
# The closest calendar quarter for the company’s fiscal year
|
33
|
+
attr_accessor :calendar_quarter
|
34
|
+
|
35
|
+
# The number of estimates for the period
|
36
|
+
attr_accessor :count
|
37
|
+
|
38
|
+
# The earnings per share (EPS) mean estimate for the period
|
39
|
+
attr_accessor :mean
|
40
|
+
|
41
|
+
# The earnings per share (EPS) median estimate for the period
|
42
|
+
attr_accessor :median
|
43
|
+
|
44
|
+
# The earnings per share (EPS) high estimate for the period
|
45
|
+
attr_accessor :high
|
46
|
+
|
47
|
+
# The earnings per share (EPS) low estimate for the period
|
48
|
+
attr_accessor :low
|
49
|
+
|
50
|
+
# The earnings per share (EPS) standard deviation estimate for the period
|
51
|
+
attr_accessor :standard_deviation
|
52
|
+
|
53
|
+
# The earnings per share (EPS) percent change in estimate for the period
|
54
|
+
attr_accessor :percent_change
|
55
|
+
|
56
|
+
# The long term growth mean estimate - 7 Days Ago
|
57
|
+
attr_accessor :mean_7_days_ago
|
58
|
+
|
59
|
+
# The long term growth mean estimate - 30 Days Ago
|
60
|
+
attr_accessor :mean_30_days_ago
|
61
|
+
|
62
|
+
# The long term growth mean estimate - 60 Days Ago
|
63
|
+
attr_accessor :mean_60_days_ago
|
64
|
+
|
65
|
+
# The long term growth mean estimate - 90 Days Ago
|
66
|
+
attr_accessor :mean_90_days_ago
|
67
|
+
|
68
|
+
|
69
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
70
|
+
def self.attribute_map
|
71
|
+
{
|
72
|
+
:'company' => :'company',
|
73
|
+
:'date' => :'date',
|
74
|
+
:'fiscal_year' => :'fiscal_year',
|
75
|
+
:'fiscal_quarter' => :'fiscal_quarter',
|
76
|
+
:'calendar_year' => :'calendar_year',
|
77
|
+
:'calendar_quarter' => :'calendar_quarter',
|
78
|
+
:'count' => :'count',
|
79
|
+
:'mean' => :'mean',
|
80
|
+
:'median' => :'median',
|
81
|
+
:'high' => :'high',
|
82
|
+
:'low' => :'low',
|
83
|
+
:'standard_deviation' => :'standard_deviation',
|
84
|
+
:'percent_change' => :'percent_change',
|
85
|
+
:'mean_7_days_ago' => :'mean_7_days_ago',
|
86
|
+
:'mean_30_days_ago' => :'mean_30_days_ago',
|
87
|
+
:'mean_60_days_ago' => :'mean_60_days_ago',
|
88
|
+
:'mean_90_days_ago' => :'mean_90_days_ago'
|
89
|
+
}
|
90
|
+
end
|
91
|
+
|
92
|
+
# Attribute type mapping.
|
93
|
+
def self.swagger_types
|
94
|
+
{
|
95
|
+
:'company' => :'CompanySummary',
|
96
|
+
:'date' => :'Date',
|
97
|
+
:'fiscal_year' => :'Integer',
|
98
|
+
:'fiscal_quarter' => :'String',
|
99
|
+
:'calendar_year' => :'Integer',
|
100
|
+
:'calendar_quarter' => :'String',
|
101
|
+
:'count' => :'Integer',
|
102
|
+
:'mean' => :'Float',
|
103
|
+
:'median' => :'Float',
|
104
|
+
:'high' => :'Float',
|
105
|
+
:'low' => :'Float',
|
106
|
+
:'standard_deviation' => :'Float',
|
107
|
+
:'percent_change' => :'Float',
|
108
|
+
:'mean_7_days_ago' => :'Float',
|
109
|
+
:'mean_30_days_ago' => :'Float',
|
110
|
+
:'mean_60_days_ago' => :'Float',
|
111
|
+
:'mean_90_days_ago' => :'Float'
|
112
|
+
}
|
113
|
+
end
|
114
|
+
|
115
|
+
# Initializes the object
|
116
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
117
|
+
def initialize(attributes = {})
|
118
|
+
return unless attributes.is_a?(Hash)
|
119
|
+
|
120
|
+
# convert string to symbol for hash key
|
121
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
122
|
+
|
123
|
+
if attributes.has_key?(:'company')
|
124
|
+
self.company = attributes[:'company']
|
125
|
+
end
|
126
|
+
|
127
|
+
if attributes.has_key?(:'date')
|
128
|
+
self.date = attributes[:'date']
|
129
|
+
end
|
130
|
+
|
131
|
+
if attributes.has_key?(:'fiscal_year')
|
132
|
+
self.fiscal_year = attributes[:'fiscal_year']
|
133
|
+
end
|
134
|
+
|
135
|
+
if attributes.has_key?(:'fiscal_quarter')
|
136
|
+
self.fiscal_quarter = attributes[:'fiscal_quarter']
|
137
|
+
end
|
138
|
+
|
139
|
+
if attributes.has_key?(:'calendar_year')
|
140
|
+
self.calendar_year = attributes[:'calendar_year']
|
141
|
+
end
|
142
|
+
|
143
|
+
if attributes.has_key?(:'calendar_quarter')
|
144
|
+
self.calendar_quarter = attributes[:'calendar_quarter']
|
145
|
+
end
|
146
|
+
|
147
|
+
if attributes.has_key?(:'count')
|
148
|
+
self.count = attributes[:'count']
|
149
|
+
end
|
150
|
+
|
151
|
+
if attributes.has_key?(:'mean')
|
152
|
+
self.mean = attributes[:'mean']
|
153
|
+
end
|
154
|
+
|
155
|
+
if attributes.has_key?(:'median')
|
156
|
+
self.median = attributes[:'median']
|
157
|
+
end
|
158
|
+
|
159
|
+
if attributes.has_key?(:'high')
|
160
|
+
self.high = attributes[:'high']
|
161
|
+
end
|
162
|
+
|
163
|
+
if attributes.has_key?(:'low')
|
164
|
+
self.low = attributes[:'low']
|
165
|
+
end
|
166
|
+
|
167
|
+
if attributes.has_key?(:'standard_deviation')
|
168
|
+
self.standard_deviation = attributes[:'standard_deviation']
|
169
|
+
end
|
170
|
+
|
171
|
+
if attributes.has_key?(:'percent_change')
|
172
|
+
self.percent_change = attributes[:'percent_change']
|
173
|
+
end
|
174
|
+
|
175
|
+
if attributes.has_key?(:'mean_7_days_ago')
|
176
|
+
self.mean_7_days_ago = attributes[:'mean_7_days_ago']
|
177
|
+
end
|
178
|
+
|
179
|
+
if attributes.has_key?(:'mean_30_days_ago')
|
180
|
+
self.mean_30_days_ago = attributes[:'mean_30_days_ago']
|
181
|
+
end
|
182
|
+
|
183
|
+
if attributes.has_key?(:'mean_60_days_ago')
|
184
|
+
self.mean_60_days_ago = attributes[:'mean_60_days_ago']
|
185
|
+
end
|
186
|
+
|
187
|
+
if attributes.has_key?(:'mean_90_days_ago')
|
188
|
+
self.mean_90_days_ago = attributes[:'mean_90_days_ago']
|
189
|
+
end
|
190
|
+
|
191
|
+
end
|
192
|
+
|
193
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
194
|
+
# @return Array for valid properties with the reasons
|
195
|
+
def list_invalid_properties
|
196
|
+
invalid_properties = Array.new
|
197
|
+
return invalid_properties
|
198
|
+
end
|
199
|
+
|
200
|
+
# Check to see if the all the properties in the model are valid
|
201
|
+
# @return true if the model is valid
|
202
|
+
def valid?
|
203
|
+
return true
|
204
|
+
end
|
205
|
+
|
206
|
+
# Checks equality by comparing each attribute.
|
207
|
+
# @param [Object] Object to be compared
|
208
|
+
def ==(o)
|
209
|
+
return true if self.equal?(o)
|
210
|
+
self.class == o.class &&
|
211
|
+
company == o.company &&
|
212
|
+
date == o.date &&
|
213
|
+
fiscal_year == o.fiscal_year &&
|
214
|
+
fiscal_quarter == o.fiscal_quarter &&
|
215
|
+
calendar_year == o.calendar_year &&
|
216
|
+
calendar_quarter == o.calendar_quarter &&
|
217
|
+
count == o.count &&
|
218
|
+
mean == o.mean &&
|
219
|
+
median == o.median &&
|
220
|
+
high == o.high &&
|
221
|
+
low == o.low &&
|
222
|
+
standard_deviation == o.standard_deviation &&
|
223
|
+
percent_change == o.percent_change &&
|
224
|
+
mean_7_days_ago == o.mean_7_days_ago &&
|
225
|
+
mean_30_days_ago == o.mean_30_days_ago &&
|
226
|
+
mean_60_days_ago == o.mean_60_days_ago &&
|
227
|
+
mean_90_days_ago == o.mean_90_days_ago
|
228
|
+
end
|
229
|
+
|
230
|
+
# @see the `==` method
|
231
|
+
# @param [Object] Object to be compared
|
232
|
+
def eql?(o)
|
233
|
+
self == o
|
234
|
+
end
|
235
|
+
|
236
|
+
# Calculates hash code according to all attributes.
|
237
|
+
# @return [Fixnum] Hash code
|
238
|
+
def hash
|
239
|
+
[company, date, fiscal_year, fiscal_quarter, calendar_year, calendar_quarter, count, mean, median, high, low, standard_deviation, percent_change, mean_7_days_ago, mean_30_days_ago, mean_60_days_ago, mean_90_days_ago].hash
|
240
|
+
end
|
241
|
+
|
242
|
+
# Builds the object from hash
|
243
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
244
|
+
# @return [Object] Returns the model itself
|
245
|
+
def build_from_hash(attributes)
|
246
|
+
return nil unless attributes.is_a?(Hash)
|
247
|
+
self.class.swagger_types.each_pair do |key, type|
|
248
|
+
if type =~ /\AArray<(.*)>/i
|
249
|
+
# check to ensure the input is an array given that the the attribute
|
250
|
+
# is documented as an array but the input is not
|
251
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
252
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
253
|
+
end
|
254
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
255
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
256
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
257
|
+
end
|
258
|
+
|
259
|
+
self
|
260
|
+
end
|
261
|
+
|
262
|
+
# Deserializes the data based on type
|
263
|
+
# @param string type Data type
|
264
|
+
# @param string value Value to be deserialized
|
265
|
+
# @return [Object] Deserialized data
|
266
|
+
def _deserialize(type, value)
|
267
|
+
case type.to_sym
|
268
|
+
when :DateTime
|
269
|
+
DateTime.parse(value)
|
270
|
+
when :Date
|
271
|
+
Date.parse(value)
|
272
|
+
when :String
|
273
|
+
value.to_s
|
274
|
+
when :Integer
|
275
|
+
value.to_i
|
276
|
+
when :Float
|
277
|
+
value.to_f
|
278
|
+
when :BOOLEAN
|
279
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
280
|
+
true
|
281
|
+
else
|
282
|
+
false
|
283
|
+
end
|
284
|
+
when :Object
|
285
|
+
# generic object (usually a Hash), return directly
|
286
|
+
value
|
287
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
288
|
+
inner_type = Regexp.last_match[:inner_type]
|
289
|
+
value.map { |v| _deserialize(inner_type, v) }
|
290
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
291
|
+
k_type = Regexp.last_match[:k_type]
|
292
|
+
v_type = Regexp.last_match[:v_type]
|
293
|
+
{}.tap do |hash|
|
294
|
+
value.each do |k, v|
|
295
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
296
|
+
end
|
297
|
+
end
|
298
|
+
else # model
|
299
|
+
temp_model = Intrinio.const_get(type).new
|
300
|
+
temp_model.build_from_hash(value)
|
301
|
+
end
|
302
|
+
end
|
303
|
+
|
304
|
+
# Returns the string representation of the object
|
305
|
+
# @return [String] String presentation of the object
|
306
|
+
def to_s
|
307
|
+
to_hash.to_s
|
308
|
+
end
|
309
|
+
|
310
|
+
# to_body is an alias to to_hash (backward compatibility)
|
311
|
+
# @return [Hash] Returns the object in the form of hash
|
312
|
+
def to_body
|
313
|
+
to_hash
|
314
|
+
end
|
315
|
+
|
316
|
+
# Returns the object in the form of hash
|
317
|
+
# @return [Hash] Returns the object in the form of hash
|
318
|
+
def to_hash
|
319
|
+
hash = {}
|
320
|
+
self.class.attribute_map.each_pair do |attr, param|
|
321
|
+
value = self.send(attr)
|
322
|
+
next if value.nil?
|
323
|
+
hash[param] = _to_hash(value)
|
324
|
+
end
|
325
|
+
hash
|
326
|
+
end
|
327
|
+
|
328
|
+
# Outputs non-array value in the form of hash
|
329
|
+
# For object, use to_hash. Otherwise, just return the value
|
330
|
+
# @param [Object] value Any valid value
|
331
|
+
# @return [Hash] Returns the value in the form of hash
|
332
|
+
def _to_hash(value)
|
333
|
+
if value.is_a?(Array)
|
334
|
+
value.compact.map{ |v| _to_hash(v) }
|
335
|
+
elsif value.is_a?(Hash)
|
336
|
+
{}.tap do |hash|
|
337
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
338
|
+
end
|
339
|
+
elsif value.respond_to? :to_hash
|
340
|
+
value.to_hash
|
341
|
+
else
|
342
|
+
value
|
343
|
+
end
|
344
|
+
end
|
345
|
+
|
346
|
+
end
|
347
|
+
|
348
|
+
end
|
@@ -0,0 +1,408 @@
|
|
1
|
+
=begin
|
2
|
+
#Intrinio API
|
3
|
+
|
4
|
+
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
|
5
|
+
|
6
|
+
OpenAPI spec version: 2.15.3
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: unset
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
module Intrinio
|
16
|
+
# Zacks earnings-per-share (EPS) growth rates from analysts for thousands of stocks. Zacks storied research team aggregates and validates the estimates. Each Growth Rate includes metadata about the corresponding Company.
|
17
|
+
class ZacksEPSGrowthRate
|
18
|
+
# The Zacks common exchange ticker
|
19
|
+
attr_accessor :ticker
|
20
|
+
|
21
|
+
# The company name
|
22
|
+
attr_accessor :company_name
|
23
|
+
|
24
|
+
# The Zacks industry group number
|
25
|
+
attr_accessor :industry_group_number
|
26
|
+
|
27
|
+
# The Zacks industry group name
|
28
|
+
attr_accessor :industry_group_name
|
29
|
+
|
30
|
+
# The current fiscal year
|
31
|
+
attr_accessor :fiscal_year_0
|
32
|
+
|
33
|
+
# The next fiscal year
|
34
|
+
attr_accessor :fiscal_year_1
|
35
|
+
|
36
|
+
# The fiscal year after the next fiscal year
|
37
|
+
attr_accessor :fiscal_year_2
|
38
|
+
|
39
|
+
# The company's last 5 year actual percentage earnings-per-share (EPS) growth rate
|
40
|
+
attr_accessor :company_last_5_year_actual
|
41
|
+
|
42
|
+
# The company's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate
|
43
|
+
attr_accessor :company_fiscal_year_1_vs_fiscal_year_0
|
44
|
+
|
45
|
+
# The company's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate
|
46
|
+
attr_accessor :company_fiscal_year_2_vs_fiscal_year_1
|
47
|
+
|
48
|
+
# The company's long term growth rate mean estimate
|
49
|
+
attr_accessor :company_long_term_growth_mean
|
50
|
+
|
51
|
+
# The company's forward (current fiscal year) price-to-earnings (P/E) ratio
|
52
|
+
attr_accessor :company_fiscal_year_1_forward_price_to_earnings
|
53
|
+
|
54
|
+
# The industry's last 5 year actual percentage earnings-per-share (EPS) growth rate
|
55
|
+
attr_accessor :industry_last_5_year_actual
|
56
|
+
|
57
|
+
# The industry's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate
|
58
|
+
attr_accessor :industry_fiscal_year_1_vs_fiscal_year_0
|
59
|
+
|
60
|
+
# The industry's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate
|
61
|
+
attr_accessor :industry_fiscal_year_2_vs_fiscal_year_1
|
62
|
+
|
63
|
+
# The industry's long term growth rate mean estimate
|
64
|
+
attr_accessor :industry_long_term_growth_mean
|
65
|
+
|
66
|
+
# The industry's forward (current fiscal year) price-to-earnings (P/E) ratio
|
67
|
+
attr_accessor :industry_fiscal_year_1_forward_price_to_earnings
|
68
|
+
|
69
|
+
# The S&P 500's last 5 year actual percentage earnings-per-share (EPS) growth rate
|
70
|
+
attr_accessor :sp500_last_5_year_actual
|
71
|
+
|
72
|
+
# The S&P 500's current fiscal year / last fiscal year percentage earnings-per-share (EPS) growth rate
|
73
|
+
attr_accessor :sp500_fiscal_year_1_vs_fiscal_year_0
|
74
|
+
|
75
|
+
# The S&P 500's next fiscal year / current fiscal year percentage earnings-per-share (EPS) growth rate
|
76
|
+
attr_accessor :sp500_fiscal_year_2_vs_fiscal_year_1
|
77
|
+
|
78
|
+
# The S&P 500's long term growth rate mean estimate
|
79
|
+
attr_accessor :sp500_long_term_growth
|
80
|
+
|
81
|
+
# The S&P 500's forward (current fiscal year) price-to-earnings (P/E) ratio
|
82
|
+
attr_accessor :sp500_fiscal_year_1_price_to_earnings
|
83
|
+
|
84
|
+
attr_accessor :company
|
85
|
+
|
86
|
+
|
87
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
88
|
+
def self.attribute_map
|
89
|
+
{
|
90
|
+
:'ticker' => :'ticker',
|
91
|
+
:'company_name' => :'company_name',
|
92
|
+
:'industry_group_number' => :'industry_group_number',
|
93
|
+
:'industry_group_name' => :'industry_group_name',
|
94
|
+
:'fiscal_year_0' => :'fiscal_year_0',
|
95
|
+
:'fiscal_year_1' => :'fiscal_year_1',
|
96
|
+
:'fiscal_year_2' => :'fiscal_year_2',
|
97
|
+
:'company_last_5_year_actual' => :'company_last_5_year_actual',
|
98
|
+
:'company_fiscal_year_1_vs_fiscal_year_0' => :'company_fiscal_year_1_vs_fiscal_year_0',
|
99
|
+
:'company_fiscal_year_2_vs_fiscal_year_1' => :'company_fiscal_year_2_vs_fiscal_year_1',
|
100
|
+
:'company_long_term_growth_mean' => :'company_long_term_growth_mean',
|
101
|
+
:'company_fiscal_year_1_forward_price_to_earnings' => :'company_fiscal_year_1_forward_price_to_earnings',
|
102
|
+
:'industry_last_5_year_actual' => :'industry_last_5_year_actual',
|
103
|
+
:'industry_fiscal_year_1_vs_fiscal_year_0' => :'industry_fiscal_year_1_vs_fiscal_year_0',
|
104
|
+
:'industry_fiscal_year_2_vs_fiscal_year_1' => :'industry_fiscal_year_2_vs_fiscal_year_1',
|
105
|
+
:'industry_long_term_growth_mean' => :'industry_long_term_growth_mean',
|
106
|
+
:'industry_fiscal_year_1_forward_price_to_earnings' => :'industry_fiscal_year_1_forward_price_to_earnings',
|
107
|
+
:'sp500_last_5_year_actual' => :'sp500_last_5_year_actual',
|
108
|
+
:'sp500_fiscal_year_1_vs_fiscal_year_0' => :'sp500_fiscal_year_1_vs_fiscal_year_0',
|
109
|
+
:'sp500_fiscal_year_2_vs_fiscal_year_1' => :'sp500_fiscal_year_2_vs_fiscal_year_1',
|
110
|
+
:'sp500_long_term_growth' => :'sp500_long_term_growth',
|
111
|
+
:'sp500_fiscal_year_1_price_to_earnings' => :'sp500_fiscal_year_1_price_to_earnings',
|
112
|
+
:'company' => :'company'
|
113
|
+
}
|
114
|
+
end
|
115
|
+
|
116
|
+
# Attribute type mapping.
|
117
|
+
def self.swagger_types
|
118
|
+
{
|
119
|
+
:'ticker' => :'String',
|
120
|
+
:'company_name' => :'String',
|
121
|
+
:'industry_group_number' => :'String',
|
122
|
+
:'industry_group_name' => :'String',
|
123
|
+
:'fiscal_year_0' => :'Integer',
|
124
|
+
:'fiscal_year_1' => :'Integer',
|
125
|
+
:'fiscal_year_2' => :'Integer',
|
126
|
+
:'company_last_5_year_actual' => :'Float',
|
127
|
+
:'company_fiscal_year_1_vs_fiscal_year_0' => :'Float',
|
128
|
+
:'company_fiscal_year_2_vs_fiscal_year_1' => :'Float',
|
129
|
+
:'company_long_term_growth_mean' => :'Float',
|
130
|
+
:'company_fiscal_year_1_forward_price_to_earnings' => :'Float',
|
131
|
+
:'industry_last_5_year_actual' => :'Float',
|
132
|
+
:'industry_fiscal_year_1_vs_fiscal_year_0' => :'Float',
|
133
|
+
:'industry_fiscal_year_2_vs_fiscal_year_1' => :'Float',
|
134
|
+
:'industry_long_term_growth_mean' => :'Float',
|
135
|
+
:'industry_fiscal_year_1_forward_price_to_earnings' => :'Float',
|
136
|
+
:'sp500_last_5_year_actual' => :'Float',
|
137
|
+
:'sp500_fiscal_year_1_vs_fiscal_year_0' => :'Float',
|
138
|
+
:'sp500_fiscal_year_2_vs_fiscal_year_1' => :'Float',
|
139
|
+
:'sp500_long_term_growth' => :'Float',
|
140
|
+
:'sp500_fiscal_year_1_price_to_earnings' => :'Float',
|
141
|
+
:'company' => :'CompanySummary'
|
142
|
+
}
|
143
|
+
end
|
144
|
+
|
145
|
+
# Initializes the object
|
146
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
147
|
+
def initialize(attributes = {})
|
148
|
+
return unless attributes.is_a?(Hash)
|
149
|
+
|
150
|
+
# convert string to symbol for hash key
|
151
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
152
|
+
|
153
|
+
if attributes.has_key?(:'ticker')
|
154
|
+
self.ticker = attributes[:'ticker']
|
155
|
+
end
|
156
|
+
|
157
|
+
if attributes.has_key?(:'company_name')
|
158
|
+
self.company_name = attributes[:'company_name']
|
159
|
+
end
|
160
|
+
|
161
|
+
if attributes.has_key?(:'industry_group_number')
|
162
|
+
self.industry_group_number = attributes[:'industry_group_number']
|
163
|
+
end
|
164
|
+
|
165
|
+
if attributes.has_key?(:'industry_group_name')
|
166
|
+
self.industry_group_name = attributes[:'industry_group_name']
|
167
|
+
end
|
168
|
+
|
169
|
+
if attributes.has_key?(:'fiscal_year_0')
|
170
|
+
self.fiscal_year_0 = attributes[:'fiscal_year_0']
|
171
|
+
end
|
172
|
+
|
173
|
+
if attributes.has_key?(:'fiscal_year_1')
|
174
|
+
self.fiscal_year_1 = attributes[:'fiscal_year_1']
|
175
|
+
end
|
176
|
+
|
177
|
+
if attributes.has_key?(:'fiscal_year_2')
|
178
|
+
self.fiscal_year_2 = attributes[:'fiscal_year_2']
|
179
|
+
end
|
180
|
+
|
181
|
+
if attributes.has_key?(:'company_last_5_year_actual')
|
182
|
+
self.company_last_5_year_actual = attributes[:'company_last_5_year_actual']
|
183
|
+
end
|
184
|
+
|
185
|
+
if attributes.has_key?(:'company_fiscal_year_1_vs_fiscal_year_0')
|
186
|
+
self.company_fiscal_year_1_vs_fiscal_year_0 = attributes[:'company_fiscal_year_1_vs_fiscal_year_0']
|
187
|
+
end
|
188
|
+
|
189
|
+
if attributes.has_key?(:'company_fiscal_year_2_vs_fiscal_year_1')
|
190
|
+
self.company_fiscal_year_2_vs_fiscal_year_1 = attributes[:'company_fiscal_year_2_vs_fiscal_year_1']
|
191
|
+
end
|
192
|
+
|
193
|
+
if attributes.has_key?(:'company_long_term_growth_mean')
|
194
|
+
self.company_long_term_growth_mean = attributes[:'company_long_term_growth_mean']
|
195
|
+
end
|
196
|
+
|
197
|
+
if attributes.has_key?(:'company_fiscal_year_1_forward_price_to_earnings')
|
198
|
+
self.company_fiscal_year_1_forward_price_to_earnings = attributes[:'company_fiscal_year_1_forward_price_to_earnings']
|
199
|
+
end
|
200
|
+
|
201
|
+
if attributes.has_key?(:'industry_last_5_year_actual')
|
202
|
+
self.industry_last_5_year_actual = attributes[:'industry_last_5_year_actual']
|
203
|
+
end
|
204
|
+
|
205
|
+
if attributes.has_key?(:'industry_fiscal_year_1_vs_fiscal_year_0')
|
206
|
+
self.industry_fiscal_year_1_vs_fiscal_year_0 = attributes[:'industry_fiscal_year_1_vs_fiscal_year_0']
|
207
|
+
end
|
208
|
+
|
209
|
+
if attributes.has_key?(:'industry_fiscal_year_2_vs_fiscal_year_1')
|
210
|
+
self.industry_fiscal_year_2_vs_fiscal_year_1 = attributes[:'industry_fiscal_year_2_vs_fiscal_year_1']
|
211
|
+
end
|
212
|
+
|
213
|
+
if attributes.has_key?(:'industry_long_term_growth_mean')
|
214
|
+
self.industry_long_term_growth_mean = attributes[:'industry_long_term_growth_mean']
|
215
|
+
end
|
216
|
+
|
217
|
+
if attributes.has_key?(:'industry_fiscal_year_1_forward_price_to_earnings')
|
218
|
+
self.industry_fiscal_year_1_forward_price_to_earnings = attributes[:'industry_fiscal_year_1_forward_price_to_earnings']
|
219
|
+
end
|
220
|
+
|
221
|
+
if attributes.has_key?(:'sp500_last_5_year_actual')
|
222
|
+
self.sp500_last_5_year_actual = attributes[:'sp500_last_5_year_actual']
|
223
|
+
end
|
224
|
+
|
225
|
+
if attributes.has_key?(:'sp500_fiscal_year_1_vs_fiscal_year_0')
|
226
|
+
self.sp500_fiscal_year_1_vs_fiscal_year_0 = attributes[:'sp500_fiscal_year_1_vs_fiscal_year_0']
|
227
|
+
end
|
228
|
+
|
229
|
+
if attributes.has_key?(:'sp500_fiscal_year_2_vs_fiscal_year_1')
|
230
|
+
self.sp500_fiscal_year_2_vs_fiscal_year_1 = attributes[:'sp500_fiscal_year_2_vs_fiscal_year_1']
|
231
|
+
end
|
232
|
+
|
233
|
+
if attributes.has_key?(:'sp500_long_term_growth')
|
234
|
+
self.sp500_long_term_growth = attributes[:'sp500_long_term_growth']
|
235
|
+
end
|
236
|
+
|
237
|
+
if attributes.has_key?(:'sp500_fiscal_year_1_price_to_earnings')
|
238
|
+
self.sp500_fiscal_year_1_price_to_earnings = attributes[:'sp500_fiscal_year_1_price_to_earnings']
|
239
|
+
end
|
240
|
+
|
241
|
+
if attributes.has_key?(:'company')
|
242
|
+
self.company = attributes[:'company']
|
243
|
+
end
|
244
|
+
|
245
|
+
end
|
246
|
+
|
247
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
248
|
+
# @return Array for valid properties with the reasons
|
249
|
+
def list_invalid_properties
|
250
|
+
invalid_properties = Array.new
|
251
|
+
return invalid_properties
|
252
|
+
end
|
253
|
+
|
254
|
+
# Check to see if the all the properties in the model are valid
|
255
|
+
# @return true if the model is valid
|
256
|
+
def valid?
|
257
|
+
return true
|
258
|
+
end
|
259
|
+
|
260
|
+
# Checks equality by comparing each attribute.
|
261
|
+
# @param [Object] Object to be compared
|
262
|
+
def ==(o)
|
263
|
+
return true if self.equal?(o)
|
264
|
+
self.class == o.class &&
|
265
|
+
ticker == o.ticker &&
|
266
|
+
company_name == o.company_name &&
|
267
|
+
industry_group_number == o.industry_group_number &&
|
268
|
+
industry_group_name == o.industry_group_name &&
|
269
|
+
fiscal_year_0 == o.fiscal_year_0 &&
|
270
|
+
fiscal_year_1 == o.fiscal_year_1 &&
|
271
|
+
fiscal_year_2 == o.fiscal_year_2 &&
|
272
|
+
company_last_5_year_actual == o.company_last_5_year_actual &&
|
273
|
+
company_fiscal_year_1_vs_fiscal_year_0 == o.company_fiscal_year_1_vs_fiscal_year_0 &&
|
274
|
+
company_fiscal_year_2_vs_fiscal_year_1 == o.company_fiscal_year_2_vs_fiscal_year_1 &&
|
275
|
+
company_long_term_growth_mean == o.company_long_term_growth_mean &&
|
276
|
+
company_fiscal_year_1_forward_price_to_earnings == o.company_fiscal_year_1_forward_price_to_earnings &&
|
277
|
+
industry_last_5_year_actual == o.industry_last_5_year_actual &&
|
278
|
+
industry_fiscal_year_1_vs_fiscal_year_0 == o.industry_fiscal_year_1_vs_fiscal_year_0 &&
|
279
|
+
industry_fiscal_year_2_vs_fiscal_year_1 == o.industry_fiscal_year_2_vs_fiscal_year_1 &&
|
280
|
+
industry_long_term_growth_mean == o.industry_long_term_growth_mean &&
|
281
|
+
industry_fiscal_year_1_forward_price_to_earnings == o.industry_fiscal_year_1_forward_price_to_earnings &&
|
282
|
+
sp500_last_5_year_actual == o.sp500_last_5_year_actual &&
|
283
|
+
sp500_fiscal_year_1_vs_fiscal_year_0 == o.sp500_fiscal_year_1_vs_fiscal_year_0 &&
|
284
|
+
sp500_fiscal_year_2_vs_fiscal_year_1 == o.sp500_fiscal_year_2_vs_fiscal_year_1 &&
|
285
|
+
sp500_long_term_growth == o.sp500_long_term_growth &&
|
286
|
+
sp500_fiscal_year_1_price_to_earnings == o.sp500_fiscal_year_1_price_to_earnings &&
|
287
|
+
company == o.company
|
288
|
+
end
|
289
|
+
|
290
|
+
# @see the `==` method
|
291
|
+
# @param [Object] Object to be compared
|
292
|
+
def eql?(o)
|
293
|
+
self == o
|
294
|
+
end
|
295
|
+
|
296
|
+
# Calculates hash code according to all attributes.
|
297
|
+
# @return [Fixnum] Hash code
|
298
|
+
def hash
|
299
|
+
[ticker, company_name, industry_group_number, industry_group_name, fiscal_year_0, fiscal_year_1, fiscal_year_2, company_last_5_year_actual, company_fiscal_year_1_vs_fiscal_year_0, company_fiscal_year_2_vs_fiscal_year_1, company_long_term_growth_mean, company_fiscal_year_1_forward_price_to_earnings, industry_last_5_year_actual, industry_fiscal_year_1_vs_fiscal_year_0, industry_fiscal_year_2_vs_fiscal_year_1, industry_long_term_growth_mean, industry_fiscal_year_1_forward_price_to_earnings, sp500_last_5_year_actual, sp500_fiscal_year_1_vs_fiscal_year_0, sp500_fiscal_year_2_vs_fiscal_year_1, sp500_long_term_growth, sp500_fiscal_year_1_price_to_earnings, company].hash
|
300
|
+
end
|
301
|
+
|
302
|
+
# Builds the object from hash
|
303
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
304
|
+
# @return [Object] Returns the model itself
|
305
|
+
def build_from_hash(attributes)
|
306
|
+
return nil unless attributes.is_a?(Hash)
|
307
|
+
self.class.swagger_types.each_pair do |key, type|
|
308
|
+
if type =~ /\AArray<(.*)>/i
|
309
|
+
# check to ensure the input is an array given that the the attribute
|
310
|
+
# is documented as an array but the input is not
|
311
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
312
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
313
|
+
end
|
314
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
315
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
316
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
317
|
+
end
|
318
|
+
|
319
|
+
self
|
320
|
+
end
|
321
|
+
|
322
|
+
# Deserializes the data based on type
|
323
|
+
# @param string type Data type
|
324
|
+
# @param string value Value to be deserialized
|
325
|
+
# @return [Object] Deserialized data
|
326
|
+
def _deserialize(type, value)
|
327
|
+
case type.to_sym
|
328
|
+
when :DateTime
|
329
|
+
DateTime.parse(value)
|
330
|
+
when :Date
|
331
|
+
Date.parse(value)
|
332
|
+
when :String
|
333
|
+
value.to_s
|
334
|
+
when :Integer
|
335
|
+
value.to_i
|
336
|
+
when :Float
|
337
|
+
value.to_f
|
338
|
+
when :BOOLEAN
|
339
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
340
|
+
true
|
341
|
+
else
|
342
|
+
false
|
343
|
+
end
|
344
|
+
when :Object
|
345
|
+
# generic object (usually a Hash), return directly
|
346
|
+
value
|
347
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
348
|
+
inner_type = Regexp.last_match[:inner_type]
|
349
|
+
value.map { |v| _deserialize(inner_type, v) }
|
350
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
351
|
+
k_type = Regexp.last_match[:k_type]
|
352
|
+
v_type = Regexp.last_match[:v_type]
|
353
|
+
{}.tap do |hash|
|
354
|
+
value.each do |k, v|
|
355
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
356
|
+
end
|
357
|
+
end
|
358
|
+
else # model
|
359
|
+
temp_model = Intrinio.const_get(type).new
|
360
|
+
temp_model.build_from_hash(value)
|
361
|
+
end
|
362
|
+
end
|
363
|
+
|
364
|
+
# Returns the string representation of the object
|
365
|
+
# @return [String] String presentation of the object
|
366
|
+
def to_s
|
367
|
+
to_hash.to_s
|
368
|
+
end
|
369
|
+
|
370
|
+
# to_body is an alias to to_hash (backward compatibility)
|
371
|
+
# @return [Hash] Returns the object in the form of hash
|
372
|
+
def to_body
|
373
|
+
to_hash
|
374
|
+
end
|
375
|
+
|
376
|
+
# Returns the object in the form of hash
|
377
|
+
# @return [Hash] Returns the object in the form of hash
|
378
|
+
def to_hash
|
379
|
+
hash = {}
|
380
|
+
self.class.attribute_map.each_pair do |attr, param|
|
381
|
+
value = self.send(attr)
|
382
|
+
next if value.nil?
|
383
|
+
hash[param] = _to_hash(value)
|
384
|
+
end
|
385
|
+
hash
|
386
|
+
end
|
387
|
+
|
388
|
+
# Outputs non-array value in the form of hash
|
389
|
+
# For object, use to_hash. Otherwise, just return the value
|
390
|
+
# @param [Object] value Any valid value
|
391
|
+
# @return [Hash] Returns the value in the form of hash
|
392
|
+
def _to_hash(value)
|
393
|
+
if value.is_a?(Array)
|
394
|
+
value.compact.map{ |v| _to_hash(v) }
|
395
|
+
elsif value.is_a?(Hash)
|
396
|
+
{}.tap do |hash|
|
397
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
398
|
+
end
|
399
|
+
elsif value.respond_to? :to_hash
|
400
|
+
value.to_hash
|
401
|
+
else
|
402
|
+
value
|
403
|
+
end
|
404
|
+
end
|
405
|
+
|
406
|
+
end
|
407
|
+
|
408
|
+
end
|