From 60446873003eecf325d4a3e07f65f00872ae1376 Mon Sep 17 00:00:00 2001 From: ssnyder-intrinio Date: Tue, 26 Nov 2024 21:55:19 -0600 Subject: [PATCH] No release notes for this build --- README.md | 7 +- docs/ApiResponseStockExchangeBetas.md | 28 ++ docs/Beta.md | 29 ++ docs/OptionInterval.md | 3 +- docs/OptionIntervalMover.md | 3 +- docs/OptionsApi.md | 14 +- docs/SecurityIntervalMover.md | 3 +- docs/StockExchangeApi.md | 89 ++++++ docs/StockPriceInterval.md | 1 + intrinio-sdk.gemspec | 2 +- lib/intrinio-sdk.rb | 4 +- lib/intrinio-sdk/api/bulk_downloads_api.rb | 2 +- lib/intrinio-sdk/api/company_api.rb | 2 +- lib/intrinio-sdk/api/data_point_api.rb | 2 +- lib/intrinio-sdk/api/data_tag_api.rb | 2 +- lib/intrinio-sdk/api/esg_api.rb | 2 +- lib/intrinio-sdk/api/et_fs_api.rb | 2 +- lib/intrinio-sdk/api/filing_api.rb | 2 +- lib/intrinio-sdk/api/forex_api.rb | 2 +- lib/intrinio-sdk/api/fundamentals_api.rb | 2 +- lib/intrinio-sdk/api/historical_data_api.rb | 2 +- lib/intrinio-sdk/api/index_api.rb | 2 +- .../api/insider_transaction_filings_api.rb | 2 +- lib/intrinio-sdk/api/market_api.rb | 2 +- lib/intrinio-sdk/api/municipality_api.rb | 2 +- lib/intrinio-sdk/api/options_api.rb | 5 +- lib/intrinio-sdk/api/owners_api.rb | 2 +- lib/intrinio-sdk/api/security_api.rb | 2 +- lib/intrinio-sdk/api/stock_exchange_api.rb | 74 ++++- lib/intrinio-sdk/api/technical_api.rb | 2 +- lib/intrinio-sdk/api/zacks_api.rb | 2 +- lib/intrinio-sdk/api_client.rb | 2 +- lib/intrinio-sdk/api_error.rb | 2 +- lib/intrinio-sdk/configuration.rb | 2 +- ...tion_distribution_index_technical_value.rb | 2 +- .../api_response_bulk_download_links.rb | 2 +- .../models/api_response_companies.rb | 2 +- .../models/api_response_companies_search.rb | 2 +- .../models/api_response_company_answers.rb | 2 +- .../api_response_company_daily_metrics.rb | 2 +- .../models/api_response_company_filings.rb | 2 +- .../api_response_company_fundamentals.rb | 2 +- .../api_response_company_historical_data.rb | 2 +- ...nse_company_insider_transaction_filings.rb | 2 +- .../models/api_response_company_news.rb | 2 +- .../models/api_response_company_news_body.rb | 2 +- ...pi_response_company_public_float_result.rb | 2 +- .../models/api_response_company_recognize.rb | 2 +- .../models/api_response_company_securities.rb | 2 +- ...api_response_company_shares_outstanding.rb | 2 +- .../models/api_response_data_tags.rb | 2 +- .../models/api_response_data_tags_search.rb | 2 +- ...response_economic_index_historical_data.rb | 2 +- .../models/api_response_economic_indices.rb | 2 +- .../api_response_economic_indices_search.rb | 2 +- .../models/api_response_eod_index_prices.rb | 2 +- .../api_response_eod_index_prices_all.rb | 2 +- .../models/api_response_esg_companies.rb | 2 +- ...sg_company_comprehensive_rating_history.rb | 2 +- ...api_response_esg_company_rating_history.rb | 2 +- .../models/api_response_esg_latest.rb | 2 +- .../api_response_esg_latest_comprehensive.rb | 2 +- lib/intrinio-sdk/models/api_response_et_fs.rb | 2 +- .../models/api_response_etf_holdings.rb | 2 +- .../models/api_response_filing_answers.rb | 2 +- .../api_response_filing_fundamentals.rb | 2 +- .../models/api_response_filing_notes.rb | 2 +- .../api_response_filing_notes_search.rb | 2 +- .../models/api_response_filings.rb | 2 +- .../models/api_response_forex_currencies.rb | 2 +- .../models/api_response_forex_pairs.rb | 2 +- .../models/api_response_forex_prices.rb | 2 +- .../models/api_response_historical_data.rb | 2 +- lib/intrinio-sdk/models/api_response_index.rb | 2 +- .../models/api_response_index_constituents.rb | 2 +- .../models/api_response_indices.rb | 2 +- .../api_response_initial_public_offerings.rb | 2 +- ...pi_response_insider_transaction_filings.rb | 2 +- .../models/api_response_municipalities.rb | 2 +- .../api_response_municipalitiy_financials.rb | 2 +- lib/intrinio-sdk/models/api_response_news.rb | 2 +- .../models/api_response_option_prices.rb | 2 +- .../models/api_response_options.rb | 2 +- .../models/api_response_options_aggregates.rb | 2 +- .../models/api_response_options_chain.rb | 2 +- .../models/api_response_options_chain_eod.rb | 2 +- .../api_response_options_chain_realtime.rb | 2 +- .../api_response_options_expirations.rb | 2 +- .../api_response_options_price_realtime.rb | 2 +- ..._response_options_prices_batch_realtime.rb | 2 +- ...i_response_options_prices_by_ticker_eod.rb | 2 +- ...ponse_options_prices_by_ticker_realtime.rb | 2 +- .../models/api_response_options_prices_eod.rb | 2 +- .../models/api_response_options_realtime.rb | 2 +- .../api_response_options_stats_realtime.rb | 2 +- .../models/api_response_options_tickers.rb | 2 +- .../api_response_options_unusual_activity.rb | 2 +- ...ponse_owner_insider_transaction_filings.rb | 2 +- ...i_response_owner_institutional_holdings.rb | 2 +- .../models/api_response_owners.rb | 2 +- .../api_response_realtime_index_prices.rb | 2 +- .../api_response_reported_financials.rb | 2 +- .../models/api_response_securities.rb | 2 +- .../models/api_response_securities_search.rb | 2 +- ...ecurity_accumulation_distribution_index.rb | 2 +- ...e_security_average_daily_trading_volume.rb | 2 +- ...onse_security_average_directional_index.rb | 2 +- ...pi_response_security_average_true_range.rb | 2 +- ...pi_response_security_awesome_oscillator.rb | 2 +- .../api_response_security_bollinger_bands.rb | 2 +- ...pi_response_security_chaikin_money_flow.rb | 2 +- ...sponse_security_commodity_channel_index.rb | 2 +- ...nse_security_detrended_price_oscillator.rb | 2 +- .../api_response_security_donchian_channel.rb | 2 +- .../api_response_security_ease_of_movement.rb | 2 +- .../api_response_security_force_index.rb | 2 +- .../api_response_security_historical_data.rb | 2 +- ...pi_response_security_ichimoku_kinko_hyo.rb | 2 +- ...sponse_security_institutional_ownership.rb | 2 +- .../api_response_security_interval_prices.rb | 2 +- .../api_response_security_intraday_prices.rb | 2 +- .../api_response_security_keltner_channel.rb | 2 +- .../api_response_security_know_sure_thing.rb | 2 +- .../api_response_security_mass_index.rb | 2 +- .../api_response_security_money_flow_index.rb | 2 +- ...y_moving_average_convergence_divergence.rb | 2 +- ...response_security_negative_volume_index.rb | 2 +- ...api_response_security_on_balance_volume.rb | 2 +- ...esponse_security_on_balance_volume_mean.rb | 2 +- .../models/api_response_security_quote.rb | 2 +- ...sponse_security_relative_strength_index.rb | 2 +- ...response_security_simple_moving_average.rb | 2 +- ...response_security_stochastic_oscillator.rb | 2 +- ...sponse_security_stock_price_adjustments.rb | 2 +- .../api_response_security_stock_prices.rb | 2 +- ...nse_security_triple_exponential_average.rb | 2 +- ...i_response_security_true_strength_index.rb | 2 +- ...i_response_security_ultimate_oscillator.rb | 2 +- ...pi_response_security_volume_price_trend.rb | 2 +- ..._security_volume_weighted_average_price.rb | 2 +- .../api_response_security_vortex_indicator.rb | 2 +- .../api_response_security_williams_r.rb | 2 +- ...response_security_zacks_analyst_ratings.rb | 2 +- ...security_zacks_analyst_ratings_snapshot.rb | 2 +- ...i_response_security_zacks_eps_surprises.rb | 2 +- ...response_security_zacks_sales_surprises.rb | 2 +- .../api_response_sic_index_historical_data.rb | 2 +- .../models/api_response_sic_indices.rb | 2 +- .../models/api_response_sic_indices_search.rb | 2 +- .../api_response_standardized_financials.rb | 2 +- ...onse_standardized_financials_dimensions.rb | 2 +- .../api_response_stock_exchange_betas.rb | 211 +++++++++++++ .../api_response_stock_exchange_movers.rb | 2 +- .../api_response_stock_exchange_quote.rb | 2 +- ...se_stock_exchange_realtime_stock_prices.rb | 2 +- .../api_response_stock_exchange_securities.rb | 2 +- ..._stock_exchange_stock_price_adjustments.rb | 2 +- ...pi_response_stock_exchange_stock_prices.rb | 2 +- .../models/api_response_stock_exchanges.rb | 2 +- ...onse_stock_market_index_historical_data.rb | 2 +- .../api_response_stock_market_indices.rb | 2 +- ...pi_response_stock_market_indices_search.rb | 2 +- .../api_response_zacks_analyst_ratings.rb | 2 +- .../api_response_zacks_ebitda_consensus.rb | 2 +- .../api_response_zacks_eps_estimates.rb | 2 +- .../api_response_zacks_eps_growth_rates.rb | 2 +- .../api_response_zacks_eps_surprises.rb | 2 +- .../models/api_response_zacks_etf_holdings.rb | 2 +- .../models/api_response_zacks_forward_p_es.rb | 2 +- ...e_zacks_institutional_holding_companies.rb | 2 +- ...onse_zacks_institutional_holding_owners.rb | 2 +- ...i_response_zacks_institutional_holdings.rb | 2 +- ...i_response_zacks_long_term_growth_rates.rb | 2 +- .../api_response_zacks_sales_estimates.rb | 2 +- .../api_response_zacks_sales_surprises.rb | 2 +- ...response_zacks_target_price_consensuses.rb | 2 +- ...ge_daily_trading_volume_technical_value.rb | 2 +- ...erage_directional_index_technical_value.rb | 2 +- .../average_true_range_technical_value.rb | 2 +- .../awesome_oscillator_technical_value.rb | 2 +- lib/intrinio-sdk/models/beta.rb | 282 ++++++++++++++++++ .../models/bollinger_bands_technical_value.rb | 2 +- .../models/bulk_download_links.rb | 2 +- .../models/bulk_download_summary.rb | 2 +- .../chaikin_money_flow_technical_value.rb | 2 +- ...commodity_channel_index_technical_value.rb | 2 +- lib/intrinio-sdk/models/company.rb | 2 +- .../models/company_daily_metric.rb | 2 +- lib/intrinio-sdk/models/company_filing.rb | 2 +- .../models/company_initial_public_offering.rb | 2 +- lib/intrinio-sdk/models/company_news.rb | 2 +- .../models/company_news_summary.rb | 2 +- .../models/company_public_float.rb | 2 +- .../models/company_shares_outstanding.rb | 2 +- lib/intrinio-sdk/models/company_summary.rb | 2 +- lib/intrinio-sdk/models/data_tag.rb | 2 +- lib/intrinio-sdk/models/data_tag_summary.rb | 2 +- ...rended_price_oscillator_technical_value.rb | 2 +- lib/intrinio-sdk/models/dividend_record.rb | 2 +- .../donchian_channel_technical_value.rb | 2 +- lib/intrinio-sdk/models/earnings_record.rb | 2 +- .../ease_of_movement_technical_value.rb | 2 +- lib/intrinio-sdk/models/economic_index.rb | 2 +- .../models/economic_index_summary.rb | 2 +- lib/intrinio-sdk/models/eod_index_price.rb | 2 +- .../models/eod_index_price_summary.rb | 2 +- .../models/esg_company_summary.rb | 2 +- .../models/esg_comprehensive_rating.rb | 2 +- .../esg_comprehensive_rating_with_company.rb | 2 +- lib/intrinio-sdk/models/esg_rating.rb | 2 +- .../models/esg_rating_with_company.rb | 2 +- lib/intrinio-sdk/models/etf.rb | 2 +- lib/intrinio-sdk/models/etf_analytics.rb | 2 +- lib/intrinio-sdk/models/etf_holding.rb | 2 +- lib/intrinio-sdk/models/etf_stats.rb | 2 +- lib/intrinio-sdk/models/etf_summary.rb | 2 +- lib/intrinio-sdk/models/filing.rb | 2 +- lib/intrinio-sdk/models/filing_note.rb | 2 +- lib/intrinio-sdk/models/filing_note_filing.rb | 2 +- .../models/filing_note_summary.rb | 2 +- lib/intrinio-sdk/models/filing_summary.rb | 2 +- .../models/force_index_technical_value.rb | 2 +- lib/intrinio-sdk/models/forex_currency.rb | 2 +- lib/intrinio-sdk/models/forex_pair.rb | 2 +- lib/intrinio-sdk/models/forex_price.rb | 2 +- lib/intrinio-sdk/models/fundamental.rb | 2 +- .../models/fundamental_summary.rb | 2 +- lib/intrinio-sdk/models/historical_data.rb | 2 +- .../ichimoku_kinko_hyo_technical_value.rb | 2 +- .../models/insider_transaction.rb | 2 +- .../models/insider_transaction_filing.rb | 2 +- .../models/institutional_holding.rb | 2 +- .../models/institutional_ownership.rb | 2 +- .../models/intraday_stock_price.rb | 2 +- .../models/keltner_channel_technical_value.rb | 2 +- .../models/know_sure_thing_technical_value.rb | 2 +- .../models/market_status_result.rb | 2 +- .../models/mass_index_technical_value.rb | 2 +- .../money_flow_index_technical_value.rb | 2 +- ..._convergence_divergence_technical_value.rb | 2 +- lib/intrinio-sdk/models/municipality.rb | 2 +- .../models/municipality_financial.rb | 2 +- .../negative_volume_index_technical_value.rb | 2 +- lib/intrinio-sdk/models/news_topic.rb | 2 +- .../on_balance_volume_mean_technical_value.rb | 2 +- .../on_balance_volume_technical_value.rb | 2 +- lib/intrinio-sdk/models/option.rb | 2 +- lib/intrinio-sdk/models/option_chain.rb | 2 +- lib/intrinio-sdk/models/option_chain_eod.rb | 2 +- .../models/option_chain_realtime.rb | 2 +- .../models/option_contracts_list.rb | 2 +- lib/intrinio-sdk/models/option_eod.rb | 2 +- .../models/option_factors_realtime.rb | 2 +- lib/intrinio-sdk/models/option_interval.rb | 22 +- .../models/option_interval_mover.rb | 22 +- .../models/option_intervals_movers_result.rb | 2 +- .../models/option_intervals_result.rb | 2 +- lib/intrinio-sdk/models/option_price.rb | 2 +- .../models/option_price_batch_realtime.rb | 2 +- lib/intrinio-sdk/models/option_price_eod.rb | 2 +- .../models/option_price_realtime.rb | 2 +- .../models/option_price_realtime_extended.rb | 2 +- lib/intrinio-sdk/models/option_realtime.rb | 2 +- .../models/option_snapshot_group.rb | 2 +- .../models/option_snapshots_result.rb | 2 +- .../models/option_stats_realtime.rb | 2 +- lib/intrinio-sdk/models/option_trades.rb | 2 +- .../models/option_trades_result.rb | 2 +- .../models/option_unusual_trade.rb | 2 +- lib/intrinio-sdk/models/options_aggregate.rb | 2 +- lib/intrinio-sdk/models/options_price_eod.rb | 2 +- lib/intrinio-sdk/models/owner.rb | 2 +- lib/intrinio-sdk/models/owner_summary.rb | 2 +- .../models/realtime_index_price.rb | 2 +- .../models/realtime_index_price_index.rb | 2 +- .../models/realtime_stock_price.rb | 2 +- .../models/realtime_stock_price_security.rb | 2 +- ...relative_strength_index_technical_value.rb | 2 +- lib/intrinio-sdk/models/reported_financial.rb | 2 +- .../models/reported_financial_dimension.rb | 2 +- lib/intrinio-sdk/models/reported_tag.rb | 2 +- lib/intrinio-sdk/models/security.rb | 2 +- lib/intrinio-sdk/models/security_history.rb | 2 +- .../models/security_history_list_result.rb | 2 +- .../models/security_interval_mover.rb | 22 +- .../security_intervals_movers_result.rb | 2 +- .../models/security_replay_file_result.rb | 2 +- .../models/security_screen_clause.rb | 2 +- .../models/security_screen_group.rb | 2 +- .../models/security_screen_result.rb | 2 +- .../models/security_screen_result_data.rb | 2 +- .../models/security_snapshot_group.rb | 2 +- .../models/security_snapshots_result.rb | 2 +- lib/intrinio-sdk/models/security_summary.rb | 2 +- lib/intrinio-sdk/models/security_trades.rb | 2 +- .../models/security_trades_result.rb | 2 +- lib/intrinio-sdk/models/sic_index.rb | 2 +- .../simple_moving_average_technical_value.rb | 2 +- .../models/standardized_financial.rb | 2 +- .../standardized_financials_dimension.rb | 2 +- .../stochastic_oscillator_technical_value.rb | 2 +- lib/intrinio-sdk/models/stock_exchange.rb | 2 +- .../models/stock_exchange_mover.rb | 2 +- lib/intrinio-sdk/models/stock_market_index.rb | 2 +- .../models/stock_market_index_summary.rb | 2 +- lib/intrinio-sdk/models/stock_price.rb | 2 +- .../models/stock_price_adjustment.rb | 2 +- .../models/stock_price_adjustment_summary.rb | 2 +- .../models/stock_price_interval.rb | 20 +- .../models/stock_price_summary.rb | 2 +- .../models/technical_indicator.rb | 2 +- lib/intrinio-sdk/models/thea_entity_answer.rb | 2 +- .../models/thea_source_document.rb | 2 +- ...ple_exponential_average_technical_value.rb | 2 +- .../true_strength_index_technical_value.rb | 2 +- .../ultimate_oscillator_technical_value.rb | 2 +- .../volume_price_trend_technical_value.rb | 2 +- .../volume_weighted_average_price_value.rb | 2 +- .../vortex_indicator_technical_value.rb | 2 +- .../models/williams_r_technical_value.rb | 2 +- .../models/zacks_analyst_rating.rb | 2 +- .../models/zacks_analyst_rating_snapshot.rb | 2 +- .../models/zacks_analyst_rating_summary.rb | 2 +- .../models/zacks_ebitda_consensus.rb | 2 +- lib/intrinio-sdk/models/zacks_eps_estimate.rb | 2 +- .../models/zacks_eps_growth_rate.rb | 2 +- lib/intrinio-sdk/models/zacks_eps_surprise.rb | 2 +- .../models/zacks_eps_surprise_summary.rb | 2 +- lib/intrinio-sdk/models/zacks_etf_holding.rb | 2 +- lib/intrinio-sdk/models/zacks_forward_pe.rb | 2 +- .../models/zacks_institutional_holding.rb | 2 +- ...ks_institutional_holding_company_detail.rb | 2 +- ...s_institutional_holding_company_summary.rb | 2 +- ...nstitutional_holding_historical_summary.rb | 2 +- ...acks_institutional_holding_owner_detail.rb | 2 +- ...cks_institutional_holding_owner_summary.rb | 2 +- .../models/zacks_long_term_growth_rate.rb | 2 +- .../models/zacks_sales_estimate.rb | 2 +- .../models/zacks_sales_surprise.rb | 2 +- .../models/zacks_sales_surprise_summary.rb | 2 +- .../models/zacks_target_price_consensus.rb | 2 +- lib/intrinio-sdk/version.rb | 4 +- spec/api/bulk_downloads_api_spec.rb | 2 +- spec/api/company_api_spec.rb | 2 +- spec/api/data_point_api_spec.rb | 2 +- spec/api/data_tag_api_spec.rb | 2 +- spec/api/esg_api_spec.rb | 2 +- spec/api/et_fs_api_spec.rb | 2 +- spec/api/filing_api_spec.rb | 2 +- spec/api/forex_api_spec.rb | 2 +- spec/api/fundamentals_api_spec.rb | 2 +- spec/api/historical_data_api_spec.rb | 2 +- spec/api/index_api_spec.rb | 2 +- .../insider_transaction_filings_api_spec.rb | 2 +- spec/api/market_api_spec.rb | 2 +- spec/api/municipality_api_spec.rb | 2 +- spec/api/options_api_spec.rb | 3 +- spec/api/owners_api_spec.rb | 2 +- spec/api/security_api_spec.rb | 2 +- spec/api/stock_exchange_api_spec.rb | 18 +- spec/api/technical_api_spec.rb | 2 +- spec/api/zacks_api_spec.rb | 2 +- spec/api_client_spec.rb | 2 +- spec/configuration_spec.rb | 2 +- ...distribution_index_technical_value_spec.rb | 2 +- .../api_response_bulk_download_links_spec.rb | 2 +- .../api_response_companies_search_spec.rb | 2 +- spec/models/api_response_companies_spec.rb | 2 +- .../api_response_company_answers_spec.rb | 2 +- ...api_response_company_daily_metrics_spec.rb | 2 +- .../api_response_company_filings_spec.rb | 2 +- .../api_response_company_fundamentals_spec.rb | 2 +- ...i_response_company_historical_data_spec.rb | 2 +- ...ompany_insider_transaction_filings_spec.rb | 2 +- .../api_response_company_news_body_spec.rb | 2 +- spec/models/api_response_company_news_spec.rb | 2 +- ...sponse_company_public_float_result_spec.rb | 2 +- .../api_response_company_recognize_spec.rb | 2 +- .../api_response_company_securities_spec.rb | 2 +- ...esponse_company_shares_outstanding_spec.rb | 2 +- .../api_response_data_tags_search_spec.rb | 2 +- spec/models/api_response_data_tags_spec.rb | 2 +- ...nse_economic_index_historical_data_spec.rb | 2 +- ...i_response_economic_indices_search_spec.rb | 2 +- .../api_response_economic_indices_spec.rb | 2 +- .../api_response_eod_index_prices_all_spec.rb | 2 +- .../api_response_eod_index_prices_spec.rb | 2 +- .../models/api_response_esg_companies_spec.rb | 2 +- ...mpany_comprehensive_rating_history_spec.rb | 2 +- ...esponse_esg_company_rating_history_spec.rb | 2 +- ..._response_esg_latest_comprehensive_spec.rb | 2 +- spec/models/api_response_esg_latest_spec.rb | 2 +- spec/models/api_response_et_fs_spec.rb | 2 +- spec/models/api_response_etf_holdings_spec.rb | 2 +- .../api_response_filing_answers_spec.rb | 2 +- .../api_response_filing_fundamentals_spec.rb | 2 +- .../api_response_filing_notes_search_spec.rb | 2 +- spec/models/api_response_filing_notes_spec.rb | 2 +- spec/models/api_response_filings_spec.rb | 2 +- .../api_response_forex_currencies_spec.rb | 2 +- spec/models/api_response_forex_pairs_spec.rb | 2 +- spec/models/api_response_forex_prices_spec.rb | 2 +- .../api_response_historical_data_spec.rb | 2 +- .../api_response_index_constituents_spec.rb | 2 +- spec/models/api_response_index_spec.rb | 2 +- spec/models/api_response_indices_spec.rb | 2 +- ..._response_initial_public_offerings_spec.rb | 2 +- ...sponse_insider_transaction_filings_spec.rb | 2 +- .../api_response_municipalities_spec.rb | 2 +- ..._response_municipalitiy_financials_spec.rb | 2 +- spec/models/api_response_news_spec.rb | 2 +- .../models/api_response_option_prices_spec.rb | 2 +- .../api_response_options_aggregates_spec.rb | 2 +- .../api_response_options_chain_eod_spec.rb | 2 +- ...pi_response_options_chain_realtime_spec.rb | 2 +- .../models/api_response_options_chain_spec.rb | 2 +- .../api_response_options_expirations_spec.rb | 2 +- ...pi_response_options_price_realtime_spec.rb | 2 +- ...onse_options_prices_batch_realtime_spec.rb | 2 +- ...ponse_options_prices_by_ticker_eod_spec.rb | 2 +- ..._options_prices_by_ticker_realtime_spec.rb | 2 +- .../api_response_options_prices_eod_spec.rb | 2 +- .../api_response_options_realtime_spec.rb | 2 +- spec/models/api_response_options_spec.rb | 2 +- ...pi_response_options_stats_realtime_spec.rb | 2 +- .../api_response_options_tickers_spec.rb | 2 +- ..._response_options_unusual_activity_spec.rb | 2 +- ..._owner_insider_transaction_filings_spec.rb | 2 +- ...ponse_owner_institutional_holdings_spec.rb | 2 +- spec/models/api_response_owners_spec.rb | 2 +- ...api_response_realtime_index_prices_spec.rb | 2 +- .../api_response_reported_financials_spec.rb | 2 +- .../api_response_securities_search_spec.rb | 2 +- spec/models/api_response_securities_spec.rb | 2 +- ...ty_accumulation_distribution_index_spec.rb | 2 +- ...urity_average_daily_trading_volume_spec.rb | 2 +- ...security_average_directional_index_spec.rb | 2 +- ...sponse_security_average_true_range_spec.rb | 2 +- ...sponse_security_awesome_oscillator_spec.rb | 2 +- ..._response_security_bollinger_bands_spec.rb | 2 +- ...sponse_security_chaikin_money_flow_spec.rb | 2 +- ...e_security_commodity_channel_index_spec.rb | 2 +- ...ecurity_detrended_price_oscillator_spec.rb | 2 +- ...response_security_donchian_channel_spec.rb | 2 +- ...response_security_ease_of_movement_spec.rb | 2 +- .../api_response_security_force_index_spec.rb | 2 +- ..._response_security_historical_data_spec.rb | 2 +- ...sponse_security_ichimoku_kinko_hyo_spec.rb | 2 +- ...e_security_institutional_ownership_spec.rb | 2 +- ..._response_security_interval_prices_spec.rb | 2 +- ..._response_security_intraday_prices_spec.rb | 2 +- ..._response_security_keltner_channel_spec.rb | 2 +- ..._response_security_know_sure_thing_spec.rb | 2 +- .../api_response_security_mass_index_spec.rb | 2 +- ...response_security_money_flow_index_spec.rb | 2 +- ...ing_average_convergence_divergence_spec.rb | 2 +- ...nse_security_negative_volume_index_spec.rb | 2 +- ...se_security_on_balance_volume_mean_spec.rb | 2 +- ...esponse_security_on_balance_volume_spec.rb | 2 +- .../api_response_security_quote_spec.rb | 2 +- ...e_security_relative_strength_index_spec.rb | 2 +- ...nse_security_simple_moving_average_spec.rb | 2 +- ...nse_security_stochastic_oscillator_spec.rb | 2 +- ...e_security_stock_price_adjustments_spec.rb | 2 +- ...api_response_security_stock_prices_spec.rb | 2 +- ...ecurity_triple_exponential_average_spec.rb | 2 +- ...ponse_security_true_strength_index_spec.rb | 2 +- ...ponse_security_ultimate_oscillator_spec.rb | 2 +- ...sponse_security_volume_price_trend_spec.rb | 2 +- ...rity_volume_weighted_average_price_spec.rb | 2 +- ...response_security_vortex_indicator_spec.rb | 2 +- .../api_response_security_williams_r_spec.rb | 2 +- ...ity_zacks_analyst_ratings_snapshot_spec.rb | 2 +- ...nse_security_zacks_analyst_ratings_spec.rb | 2 +- ...ponse_security_zacks_eps_surprises_spec.rb | 2 +- ...nse_security_zacks_sales_surprises_spec.rb | 2 +- ...response_sic_index_historical_data_spec.rb | 2 +- .../api_response_sic_indices_search_spec.rb | 2 +- spec/models/api_response_sic_indices_spec.rb | 2 +- ...standardized_financials_dimensions_spec.rb | 2 +- ...i_response_standardized_financials_spec.rb | 2 +- .../api_response_stock_exchange_betas_spec.rb | 54 ++++ ...api_response_stock_exchange_movers_spec.rb | 2 +- .../api_response_stock_exchange_quote_spec.rb | 2 +- ...ock_exchange_realtime_stock_prices_spec.rb | 2 +- ...response_stock_exchange_securities_spec.rb | 2 +- ...k_exchange_stock_price_adjustments_spec.rb | 2 +- ...sponse_stock_exchange_stock_prices_spec.rb | 2 +- .../api_response_stock_exchanges_spec.rb | 2 +- ...stock_market_index_historical_data_spec.rb | 2 +- ...sponse_stock_market_indices_search_spec.rb | 2 +- .../api_response_stock_market_indices_spec.rb | 2 +- ...api_response_zacks_analyst_ratings_spec.rb | 2 +- ...pi_response_zacks_ebitda_consensus_spec.rb | 2 +- .../api_response_zacks_eps_estimates_spec.rb | 2 +- ...pi_response_zacks_eps_growth_rates_spec.rb | 2 +- .../api_response_zacks_eps_surprises_spec.rb | 2 +- .../api_response_zacks_etf_holdings_spec.rb | 2 +- .../api_response_zacks_forward_p_es_spec.rb | 2 +- ...ks_institutional_holding_companies_spec.rb | 2 +- ...zacks_institutional_holding_owners_spec.rb | 2 +- ...ponse_zacks_institutional_holdings_spec.rb | 2 +- ...ponse_zacks_long_term_growth_rates_spec.rb | 2 +- ...api_response_zacks_sales_estimates_spec.rb | 2 +- ...api_response_zacks_sales_surprises_spec.rb | 2 +- ...nse_zacks_target_price_consensuses_spec.rb | 2 +- ...ily_trading_volume_technical_value_spec.rb | 2 +- ..._directional_index_technical_value_spec.rb | 2 +- ...average_true_range_technical_value_spec.rb | 2 +- ...awesome_oscillator_technical_value_spec.rb | 2 +- spec/models/beta_spec.rb | 82 +++++ .../bollinger_bands_technical_value_spec.rb | 2 +- spec/models/bulk_download_links_spec.rb | 2 +- spec/models/bulk_download_summary_spec.rb | 2 +- ...chaikin_money_flow_technical_value_spec.rb | 2 +- ...dity_channel_index_technical_value_spec.rb | 2 +- spec/models/company_daily_metric_spec.rb | 2 +- spec/models/company_filing_spec.rb | 2 +- .../company_initial_public_offering_spec.rb | 2 +- spec/models/company_news_spec.rb | 2 +- spec/models/company_news_summary_spec.rb | 2 +- spec/models/company_public_float_spec.rb | 2 +- .../models/company_shares_outstanding_spec.rb | 2 +- spec/models/company_spec.rb | 2 +- spec/models/company_summary_spec.rb | 2 +- spec/models/data_tag_spec.rb | 2 +- spec/models/data_tag_summary_spec.rb | 2 +- ...d_price_oscillator_technical_value_spec.rb | 2 +- spec/models/dividend_record_spec.rb | 2 +- .../donchian_channel_technical_value_spec.rb | 2 +- spec/models/earnings_record_spec.rb | 2 +- .../ease_of_movement_technical_value_spec.rb | 2 +- spec/models/economic_index_spec.rb | 2 +- spec/models/economic_index_summary_spec.rb | 2 +- spec/models/eod_index_price_spec.rb | 2 +- spec/models/eod_index_price_summary_spec.rb | 2 +- spec/models/esg_company_summary_spec.rb | 2 +- spec/models/esg_comprehensive_rating_spec.rb | 2 +- ..._comprehensive_rating_with_company_spec.rb | 2 +- spec/models/esg_rating_spec.rb | 2 +- spec/models/esg_rating_with_company_spec.rb | 2 +- spec/models/etf_analytics_spec.rb | 2 +- spec/models/etf_holding_spec.rb | 2 +- spec/models/etf_spec.rb | 2 +- spec/models/etf_stats_spec.rb | 2 +- spec/models/etf_summary_spec.rb | 2 +- spec/models/filing_note_filing_spec.rb | 2 +- spec/models/filing_note_spec.rb | 2 +- spec/models/filing_note_summary_spec.rb | 2 +- spec/models/filing_spec.rb | 2 +- spec/models/filing_summary_spec.rb | 2 +- .../force_index_technical_value_spec.rb | 2 +- spec/models/forex_currency_spec.rb | 2 +- spec/models/forex_pair_spec.rb | 2 +- spec/models/forex_price_spec.rb | 2 +- spec/models/fundamental_spec.rb | 2 +- spec/models/fundamental_summary_spec.rb | 2 +- spec/models/historical_data_spec.rb | 2 +- ...ichimoku_kinko_hyo_technical_value_spec.rb | 2 +- .../models/insider_transaction_filing_spec.rb | 2 +- spec/models/insider_transaction_spec.rb | 2 +- spec/models/institutional_holding_spec.rb | 2 +- spec/models/institutional_ownership_spec.rb | 2 +- spec/models/intraday_stock_price_spec.rb | 2 +- .../keltner_channel_technical_value_spec.rb | 2 +- .../know_sure_thing_technical_value_spec.rb | 2 +- spec/models/market_status_result_spec.rb | 2 +- .../models/mass_index_technical_value_spec.rb | 2 +- .../money_flow_index_technical_value_spec.rb | 2 +- ...ergence_divergence_technical_value_spec.rb | 2 +- spec/models/municipality_financial_spec.rb | 2 +- spec/models/municipality_spec.rb | 2 +- ...ative_volume_index_technical_value_spec.rb | 2 +- spec/models/news_topic_spec.rb | 2 +- ...alance_volume_mean_technical_value_spec.rb | 2 +- .../on_balance_volume_technical_value_spec.rb | 2 +- spec/models/option_chain_eod_spec.rb | 2 +- spec/models/option_chain_realtime_spec.rb | 2 +- spec/models/option_chain_spec.rb | 2 +- spec/models/option_contracts_list_spec.rb | 2 +- spec/models/option_eod_spec.rb | 2 +- spec/models/option_factors_realtime_spec.rb | 2 +- spec/models/option_interval_mover_spec.rb | 8 +- spec/models/option_interval_spec.rb | 8 +- .../option_intervals_movers_result_spec.rb | 2 +- spec/models/option_intervals_result_spec.rb | 2 +- .../option_price_batch_realtime_spec.rb | 2 +- spec/models/option_price_eod_spec.rb | 2 +- .../option_price_realtime_extended_spec.rb | 2 +- spec/models/option_price_realtime_spec.rb | 2 +- spec/models/option_price_spec.rb | 2 +- spec/models/option_realtime_spec.rb | 2 +- spec/models/option_snapshot_group_spec.rb | 2 +- spec/models/option_snapshots_result_spec.rb | 2 +- spec/models/option_spec.rb | 2 +- spec/models/option_stats_realtime_spec.rb | 2 +- spec/models/option_trades_result_spec.rb | 2 +- spec/models/option_trades_spec.rb | 2 +- spec/models/option_unusual_trade_spec.rb | 2 +- spec/models/options_aggregate_spec.rb | 2 +- spec/models/options_price_eod_spec.rb | 2 +- spec/models/owner_spec.rb | 2 +- spec/models/owner_summary_spec.rb | 2 +- .../models/realtime_index_price_index_spec.rb | 2 +- spec/models/realtime_index_price_spec.rb | 2 +- .../realtime_stock_price_security_spec.rb | 2 +- spec/models/realtime_stock_price_spec.rb | 2 +- ...ive_strength_index_technical_value_spec.rb | 2 +- .../reported_financial_dimension_spec.rb | 2 +- spec/models/reported_financial_spec.rb | 2 +- spec/models/reported_tag_spec.rb | 2 +- .../security_history_list_result_spec.rb | 2 +- spec/models/security_history_spec.rb | 2 +- spec/models/security_interval_mover_spec.rb | 8 +- .../security_intervals_movers_result_spec.rb | 2 +- .../security_replay_file_result_spec.rb | 2 +- spec/models/security_screen_clause_spec.rb | 2 +- spec/models/security_screen_group_spec.rb | 2 +- .../security_screen_result_data_spec.rb | 2 +- spec/models/security_screen_result_spec.rb | 2 +- spec/models/security_snapshot_group_spec.rb | 2 +- spec/models/security_snapshots_result_spec.rb | 2 +- spec/models/security_spec.rb | 2 +- spec/models/security_summary_spec.rb | 2 +- spec/models/security_trades_result_spec.rb | 2 +- spec/models/security_trades_spec.rb | 2 +- spec/models/sic_index_spec.rb | 2 +- ...ple_moving_average_technical_value_spec.rb | 2 +- spec/models/standardized_financial_spec.rb | 2 +- .../standardized_financials_dimension_spec.rb | 2 +- ...chastic_oscillator_technical_value_spec.rb | 2 +- spec/models/stock_exchange_mover_spec.rb | 2 +- spec/models/stock_exchange_spec.rb | 2 +- spec/models/stock_market_index_spec.rb | 2 +- .../models/stock_market_index_summary_spec.rb | 2 +- spec/models/stock_price_adjustment_spec.rb | 2 +- .../stock_price_adjustment_summary_spec.rb | 2 +- spec/models/stock_price_interval_spec.rb | 8 +- spec/models/stock_price_spec.rb | 2 +- spec/models/stock_price_summary_spec.rb | 2 +- spec/models/technical_indicator_spec.rb | 2 +- spec/models/thea_entity_answer_spec.rb | 2 +- spec/models/thea_source_document_spec.rb | 2 +- ...xponential_average_technical_value_spec.rb | 2 +- ...rue_strength_index_technical_value_spec.rb | 2 +- ...ltimate_oscillator_technical_value_spec.rb | 2 +- ...volume_price_trend_technical_value_spec.rb | 2 +- ...olume_weighted_average_price_value_spec.rb | 2 +- .../vortex_indicator_technical_value_spec.rb | 2 +- .../models/williams_r_technical_value_spec.rb | 2 +- .../zacks_analyst_rating_snapshot_spec.rb | 2 +- spec/models/zacks_analyst_rating_spec.rb | 2 +- .../zacks_analyst_rating_summary_spec.rb | 2 +- spec/models/zacks_ebitda_consensus_spec.rb | 2 +- spec/models/zacks_eps_estimate_spec.rb | 2 +- spec/models/zacks_eps_growth_rate_spec.rb | 2 +- spec/models/zacks_eps_surprise_spec.rb | 2 +- .../models/zacks_eps_surprise_summary_spec.rb | 2 +- spec/models/zacks_etf_holding_spec.rb | 2 +- spec/models/zacks_forward_pe_spec.rb | 2 +- ...stitutional_holding_company_detail_spec.rb | 2 +- ...titutional_holding_company_summary_spec.rb | 2 +- ...utional_holding_historical_summary_spec.rb | 2 +- ...institutional_holding_owner_detail_spec.rb | 2 +- ...nstitutional_holding_owner_summary_spec.rb | 2 +- .../zacks_institutional_holding_spec.rb | 2 +- .../zacks_long_term_growth_rate_spec.rb | 2 +- spec/models/zacks_sales_estimate_spec.rb | 2 +- spec/models/zacks_sales_surprise_spec.rb | 2 +- .../zacks_sales_surprise_summary_spec.rb | 2 +- .../zacks_target_price_consensus_spec.rb | 2 +- spec/spec_helper.rb | 2 +- 672 files changed, 1635 insertions(+), 687 deletions(-) create mode 100644 docs/ApiResponseStockExchangeBetas.md create mode 100644 docs/Beta.md create mode 100644 lib/intrinio-sdk/models/api_response_stock_exchange_betas.rb create mode 100644 lib/intrinio-sdk/models/beta.rb create mode 100644 spec/models/api_response_stock_exchange_betas_spec.rb create mode 100644 spec/models/beta_spec.rb diff --git a/README.md b/README.md index 032425aa2..18c275c37 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: -- API version: 2.75.0 -- Package version: 6.33.0 +- API version: 2.76.3 +- Package version: 6.34.0 ## Installation @@ -246,6 +246,7 @@ Class | Method | HTTP request | Description *Intrinio::SecurityApi* | [**screen_securities**](docs/SecurityApi.md#screen_securities) | **POST** /securities/screen | Screen Securities *Intrinio::SecurityApi* | [**search_securities**](docs/SecurityApi.md#search_securities) | **GET** /securities/search | Search Securities *Intrinio::StockExchangeApi* | [**get_all_stock_exchanges**](docs/StockExchangeApi.md#get_all_stock_exchanges) | **GET** /stock_exchanges | All Stock Exchanges +*Intrinio::StockExchangeApi* | [**get_stock_exchange_betas**](docs/StockExchangeApi.md#get_stock_exchange_betas) | **GET** /stock_exchanges/{identifier}/betas | Security Betas *Intrinio::StockExchangeApi* | [**get_stock_exchange_by_id**](docs/StockExchangeApi.md#get_stock_exchange_by_id) | **GET** /stock_exchanges/{identifier} | Lookup Stock Exchange *Intrinio::StockExchangeApi* | [**get_stock_exchange_gainers**](docs/StockExchangeApi.md#get_stock_exchange_gainers) | **GET** /stock_exchanges/{identifier}/gainers | Top Gainers by Exchange *Intrinio::StockExchangeApi* | [**get_stock_exchange_losers**](docs/StockExchangeApi.md#get_stock_exchange_losers) | **GET** /stock_exchanges/{identifier}/losers | Top Losers by Exchange @@ -421,6 +422,7 @@ Class | Method | HTTP request | Description - [Intrinio::ApiResponseSecurityZacksSalesSurprises](docs/ApiResponseSecurityZacksSalesSurprises.md) - [Intrinio::ApiResponseStandardizedFinancials](docs/ApiResponseStandardizedFinancials.md) - [Intrinio::ApiResponseStandardizedFinancialsDimensions](docs/ApiResponseStandardizedFinancialsDimensions.md) + - [Intrinio::ApiResponseStockExchangeBetas](docs/ApiResponseStockExchangeBetas.md) - [Intrinio::ApiResponseStockExchangeMovers](docs/ApiResponseStockExchangeMovers.md) - [Intrinio::ApiResponseStockExchangeQuote](docs/ApiResponseStockExchangeQuote.md) - [Intrinio::ApiResponseStockExchangeRealtimeStockPrices](docs/ApiResponseStockExchangeRealtimeStockPrices.md) @@ -449,6 +451,7 @@ Class | Method | HTTP request | Description - [Intrinio::AverageDirectionalIndexTechnicalValue](docs/AverageDirectionalIndexTechnicalValue.md) - [Intrinio::AverageTrueRangeTechnicalValue](docs/AverageTrueRangeTechnicalValue.md) - [Intrinio::AwesomeOscillatorTechnicalValue](docs/AwesomeOscillatorTechnicalValue.md) + - [Intrinio::Beta](docs/Beta.md) - [Intrinio::BollingerBandsTechnicalValue](docs/BollingerBandsTechnicalValue.md) - [Intrinio::BulkDownloadLinks](docs/BulkDownloadLinks.md) - [Intrinio::BulkDownloadSummary](docs/BulkDownloadSummary.md) diff --git a/docs/ApiResponseStockExchangeBetas.md b/docs/ApiResponseStockExchangeBetas.md new file mode 100644 index 000000000..0c62f5eb5 --- /dev/null +++ b/docs/ApiResponseStockExchangeBetas.md @@ -0,0 +1,28 @@ + + +[//]: # (CLASS:Intrinio::ApiResponseStockExchangeBetas) + +[//]: # (KIND:object) + +### Intrinio::ApiResponseStockExchangeBetas + +#### Properties + +[//]: # (START_DEFINITION) + +Name | Type | Description +------------ | ------------- | ------------- +**betas** | [**Array<Beta>**](Beta.md) | The mover security.   +**stock_exchange** | [**StockExchange**](StockExchange.md) | The Stock Exchange resolved from the given identifier   +**next_page** | String | The token required to request the next page of the data. If null, no further results are available.   + +[//]: # (END_DEFINITION) + + +[//]: # (CONTAINED_CLASS:Intrinio::Beta) + + +[//]: # (CONTAINED_CLASS:Intrinio::StockExchange) + + + diff --git a/docs/Beta.md b/docs/Beta.md new file mode 100644 index 000000000..76b706eb1 --- /dev/null +++ b/docs/Beta.md @@ -0,0 +1,29 @@ + + +[//]: # (CLASS:Intrinio::Beta) + +[//]: # (KIND:object) + +### Intrinio::Beta + +#### Properties + +[//]: # (START_DEFINITION) + +Name | Type | Description +------------ | ------------- | ------------- +**period_type** | String | Type of period for this beta value.   +**one_year_beta** | Float | The one year beta value for this security.   +**three_year_beta** | Float | The three year beta value for this security.   +**five_year_beta** | Float | The five year beta value for this security.   +**seven_year_beta** | Float | The seven year beta value for this security.   +**ten_year_beta** | Float | The ten year beta value for this security.   +**security** | [**SecuritySummary**](SecuritySummary.md) | The Security.   + +[//]: # (END_DEFINITION) + + +[//]: # (CONTAINED_CLASS:Intrinio::SecuritySummary) + + + diff --git a/docs/OptionInterval.md b/docs/OptionInterval.md index 613940c5e..6d5e6963c 100644 --- a/docs/OptionInterval.md +++ b/docs/OptionInterval.md @@ -18,9 +18,10 @@ Name | Type | Description **high** | Float | The highest traded contract price in this interval.   **low** | Float | The lowest traded contract price in this interval.   **close** | Float | The last traded contract price in this interval.   -**volume** | Float | The volume of contract trades in this interval.   +**volume** | Float | The volume of contracts traded in this interval.   **average** | Float | The volume weighted average price of contract trades in this interval.   **change** | Float | The ratio of Close minus Open to Open.   +**trade_count** | Float | The number of qualified trades executed during the period   [//]: # (END_DEFINITION) diff --git a/docs/OptionIntervalMover.md b/docs/OptionIntervalMover.md index f9a2f12f0..896b64def 100644 --- a/docs/OptionIntervalMover.md +++ b/docs/OptionIntervalMover.md @@ -18,8 +18,9 @@ Name | Type | Description **high** | Float | The highest traded contract price in this interval.   **low** | Float | The lowest traded contract price in this interval.   **close** | Float | The last traded contract price in this interval.   -**volume** | Float | The volume of contract trades in this interval.   +**volume** | Float | The volume of contracts traded in this interval.   **average** | Float | The volume weighted average price of contract trades in this interval.   +**trade_count** | Float | The number of contract trades executed in this interval   [//]: # (END_DEFINITION) diff --git a/docs/OptionsApi.md b/docs/OptionsApi.md index 76f647f37..667cd693e 100644 --- a/docs/OptionsApi.md +++ b/docs/OptionsApi.md @@ -60,7 +60,7 @@ Method | HTTP request | Description [//]: # (START_OVERVIEW) -> ApiResponseOptionsTickers get_all_options_tickers +> ApiResponseOptionsTickers get_all_options_tickers(opts) #### Options Tickers @@ -85,7 +85,12 @@ Intrinio.configure do |config| end options_api = Intrinio::OptionsApi.new -result = options_api.get_all_options_tickers + +opts = { + use_underlying_symbols: false +} + +result = options_api.get_all_options_tickers(opts) pp result ``` @@ -97,7 +102,10 @@ pp result [//]: # (START_PARAMETERS) -This endpoint does not need any parameter. + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **use_underlying_symbols** | BOOLEAN| Use underlying symbol vs contract symbol | [optional] [default to false]   [//]: # (END_PARAMETERS) diff --git a/docs/SecurityIntervalMover.md b/docs/SecurityIntervalMover.md index b7444dcf9..c4923ddc4 100644 --- a/docs/SecurityIntervalMover.md +++ b/docs/SecurityIntervalMover.md @@ -18,8 +18,9 @@ Name | Type | Description **high** | Float | The highest traded price in this interval.   **low** | Float | The lowest traded price in this interval.   **close** | Float | The last traded price in this interval.   -**volume** | Float | The volume of trades in this interval.   +**volume** | Float | The volume of shares in this interval.   **average** | Float | The volume weighted average price of trades in this interval.   +**trade_count** | Float | The of trades in this interval.   [//]: # (END_DEFINITION) diff --git a/docs/StockExchangeApi.md b/docs/StockExchangeApi.md index d680b9754..d0bdf78a6 100644 --- a/docs/StockExchangeApi.md +++ b/docs/StockExchangeApi.md @@ -5,6 +5,7 @@ All URIs are relative to *https://api-v2.intrinio.com* Method | HTTP request | Description ------------- | ------------- | ------------- [**get_all_stock_exchanges**](StockExchangeApi.md#get_all_stock_exchanges) | **GET** /stock_exchanges | All Stock Exchanges +[**get_stock_exchange_betas**](StockExchangeApi.md#get_stock_exchange_betas) | **GET** /stock_exchanges/{identifier}/betas | Security Betas [**get_stock_exchange_by_id**](StockExchangeApi.md#get_stock_exchange_by_id) | **GET** /stock_exchanges/{identifier} | Lookup Stock Exchange [**get_stock_exchange_gainers**](StockExchangeApi.md#get_stock_exchange_gainers) | **GET** /stock_exchanges/{identifier}/gainers | Top Gainers by Exchange [**get_stock_exchange_losers**](StockExchangeApi.md#get_stock_exchange_losers) | **GET** /stock_exchanges/{identifier}/losers | Top Losers by Exchange @@ -102,6 +103,94 @@ Name | Type | Description | Notes [//]: # (END_OPERATION) +[//]: # (START_OPERATION) + +[//]: # (CLASS:Intrinio::StockExchangeApi) + +[//]: # (METHOD:get_stock_exchange_betas) + +[//]: # (RETURN_TYPE:Intrinio::ApiResponseStockExchangeBetas) + +[//]: # (RETURN_TYPE_KIND:object) + +[//]: # (RETURN_TYPE_DOC:ApiResponseStockExchangeBetas.md) + +[//]: # (OPERATION:get_stock_exchange_betas_v2) + +[//]: # (ENDPOINT:/stock_exchanges/{identifier}/betas) + +[//]: # (DOCUMENT_LINK:StockExchangeApi.md#get_stock_exchange_betas) + +## **get_stock_exchange_betas** + +[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_stock_exchange_betas_v2) + +[//]: # (START_OVERVIEW) + +> ApiResponseStockExchangeBetas get_stock_exchange_betas(identifier, opts) + +#### Security Betas + + +Returns security beta data in the Stock Exchange with the given `identifier` + +[//]: # (END_OVERVIEW) + +### Example + +[//]: # (START_CODE_EXAMPLE) + +```ruby +# Load the gem +require 'intrinio-sdk' +require 'pp' + +# Setup authorization +Intrinio.configure do |config| + config.api_key['api_key'] = 'YOUR_API_KEY' + config.allow_retries = true +end + +stockExchange_api = Intrinio::StockExchangeApi.new +identifier = "USCOMP" + +opts = { + type: "weekly", + date: "2024-04-24", + page_size: 100, + next_page: nil +} + +result = stockExchange_api.get_stock_exchange_betas(identifier, opts) +pp result +``` + +[//]: # (END_CODE_EXAMPLE) + +[//]: # (START_DEFINITION) + +### Parameters + +[//]: # (START_PARAMETERS) + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **identifier** | String| A Stock Exchange identifier (MIC or Intrinio ID) |   + **type** | String| Only of the given type | [optional] [default to weekly]   + **date** | [**Object**](.md)| Return data for this period end date. | [optional]   + **page_size** | Integer| The number of results to return | [optional] [default to 100]   + **next_page** | String| Gets the next page of data from a previous API call | [optional]   + +[//]: # (END_PARAMETERS) + +### Return type + +[**ApiResponseStockExchangeBetas**](ApiResponseStockExchangeBetas.md) + +[//]: # (END_OPERATION) + + [//]: # (START_OPERATION) [//]: # (CLASS:Intrinio::StockExchangeApi) diff --git a/docs/StockPriceInterval.md b/docs/StockPriceInterval.md index f0930e1cf..c19d59a6a 100644 --- a/docs/StockPriceInterval.md +++ b/docs/StockPriceInterval.md @@ -36,6 +36,7 @@ Name | Type | Description **ask_first_time** | DateTime | The timestamp that represents the first ask time from the interval span.   **ask_last_time** | DateTime | The timestamp that represents the last ask time from the interval span.   **ask_change_percent** | Float | The ratio of the close to open ask difference, in percent.   +**trade_count** | Float | The number of qualified trades executed during the period   [//]: # (END_DEFINITION) diff --git a/intrinio-sdk.gemspec b/intrinio-sdk.gemspec index 919207228..ccac1c6eb 100644 --- a/intrinio-sdk.gemspec +++ b/intrinio-sdk.gemspec @@ -5,7 +5,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk.rb b/lib/intrinio-sdk.rb index 265d22fb7..c5b5481a3 100644 --- a/lib/intrinio-sdk.rb +++ b/lib/intrinio-sdk.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset @@ -134,6 +134,7 @@ require 'intrinio-sdk/models/api_response_security_zacks_sales_surprises' require 'intrinio-sdk/models/api_response_standardized_financials' require 'intrinio-sdk/models/api_response_standardized_financials_dimensions' +require 'intrinio-sdk/models/api_response_stock_exchange_betas' require 'intrinio-sdk/models/api_response_stock_exchange_movers' require 'intrinio-sdk/models/api_response_stock_exchange_quote' require 'intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices' @@ -162,6 +163,7 @@ require 'intrinio-sdk/models/average_directional_index_technical_value' require 'intrinio-sdk/models/average_true_range_technical_value' require 'intrinio-sdk/models/awesome_oscillator_technical_value' +require 'intrinio-sdk/models/beta' require 'intrinio-sdk/models/bollinger_bands_technical_value' require 'intrinio-sdk/models/bulk_download_links' require 'intrinio-sdk/models/bulk_download_summary' diff --git a/lib/intrinio-sdk/api/bulk_downloads_api.rb b/lib/intrinio-sdk/api/bulk_downloads_api.rb index e2b66c523..728cce479 100644 --- a/lib/intrinio-sdk/api/bulk_downloads_api.rb +++ b/lib/intrinio-sdk/api/bulk_downloads_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api/company_api.rb b/lib/intrinio-sdk/api/company_api.rb index 096059479..ff1280b3d 100644 --- a/lib/intrinio-sdk/api/company_api.rb +++ b/lib/intrinio-sdk/api/company_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api/data_point_api.rb b/lib/intrinio-sdk/api/data_point_api.rb index 37658a627..e8bd4375c 100644 --- a/lib/intrinio-sdk/api/data_point_api.rb +++ b/lib/intrinio-sdk/api/data_point_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api/data_tag_api.rb b/lib/intrinio-sdk/api/data_tag_api.rb index 6633e519a..86e6d94f2 100644 --- a/lib/intrinio-sdk/api/data_tag_api.rb +++ b/lib/intrinio-sdk/api/data_tag_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api/esg_api.rb b/lib/intrinio-sdk/api/esg_api.rb index 28c884a95..1454da364 100644 --- a/lib/intrinio-sdk/api/esg_api.rb +++ b/lib/intrinio-sdk/api/esg_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api/et_fs_api.rb b/lib/intrinio-sdk/api/et_fs_api.rb index 41c12ce94..1b92c8903 100644 --- a/lib/intrinio-sdk/api/et_fs_api.rb +++ b/lib/intrinio-sdk/api/et_fs_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api/filing_api.rb b/lib/intrinio-sdk/api/filing_api.rb index 8ba62d8fa..5ff0ba089 100644 --- a/lib/intrinio-sdk/api/filing_api.rb +++ b/lib/intrinio-sdk/api/filing_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api/forex_api.rb b/lib/intrinio-sdk/api/forex_api.rb index 8a50ec10a..0ea96c505 100644 --- a/lib/intrinio-sdk/api/forex_api.rb +++ b/lib/intrinio-sdk/api/forex_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api/fundamentals_api.rb b/lib/intrinio-sdk/api/fundamentals_api.rb index 32973de0e..cb50b6713 100644 --- a/lib/intrinio-sdk/api/fundamentals_api.rb +++ b/lib/intrinio-sdk/api/fundamentals_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api/historical_data_api.rb b/lib/intrinio-sdk/api/historical_data_api.rb index ec25ea3fb..d5be0addf 100644 --- a/lib/intrinio-sdk/api/historical_data_api.rb +++ b/lib/intrinio-sdk/api/historical_data_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api/index_api.rb b/lib/intrinio-sdk/api/index_api.rb index 3ac59ce57..e1ce0a0da 100644 --- a/lib/intrinio-sdk/api/index_api.rb +++ b/lib/intrinio-sdk/api/index_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api/insider_transaction_filings_api.rb b/lib/intrinio-sdk/api/insider_transaction_filings_api.rb index f4ea96e46..5c346ee3e 100644 --- a/lib/intrinio-sdk/api/insider_transaction_filings_api.rb +++ b/lib/intrinio-sdk/api/insider_transaction_filings_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api/market_api.rb b/lib/intrinio-sdk/api/market_api.rb index 7f1956406..83dd2962e 100644 --- a/lib/intrinio-sdk/api/market_api.rb +++ b/lib/intrinio-sdk/api/market_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api/municipality_api.rb b/lib/intrinio-sdk/api/municipality_api.rb index af16b192e..245883ae3 100644 --- a/lib/intrinio-sdk/api/municipality_api.rb +++ b/lib/intrinio-sdk/api/municipality_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api/options_api.rb b/lib/intrinio-sdk/api/options_api.rb index ff5cc7f2c..f69e5357b 100644 --- a/lib/intrinio-sdk/api/options_api.rb +++ b/lib/intrinio-sdk/api/options_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset @@ -23,6 +23,7 @@ def initialize(api_client = ApiClient.default) # Options Tickers # Returns all tickers that have existing options contracts. # @param [Hash] opts the optional parameters + # @option opts [BOOLEAN] :use_underlying_symbols Use underlying symbol vs contract symbol (default to false) # @return [ApiResponseOptionsTickers] def get_all_options_tickers(opts = {}) data, _status_code, _headers = get_all_options_tickers_with_http_info(opts) @@ -32,6 +33,7 @@ def get_all_options_tickers(opts = {}) # Options Tickers # Returns all tickers that have existing options contracts. # @param [Hash] opts the optional parameters + # @option opts [BOOLEAN] :use_underlying_symbols Use underlying symbol vs contract symbol # @return [Array<(ApiResponseOptionsTickers, Fixnum, Hash)>] ApiResponseOptionsTickers data, response status code and response headers def get_all_options_tickers_with_http_info(opts = {}) if @api_client.config.debugging @@ -42,6 +44,7 @@ def get_all_options_tickers_with_http_info(opts = {}) # query parameters query_params = {} + query_params[:'use_underlying_symbols'] = opts[:'use_underlying_symbols'] if !opts[:'use_underlying_symbols'].nil? # header parameters header_params = {} diff --git a/lib/intrinio-sdk/api/owners_api.rb b/lib/intrinio-sdk/api/owners_api.rb index 9fc33c79f..d3f43769b 100644 --- a/lib/intrinio-sdk/api/owners_api.rb +++ b/lib/intrinio-sdk/api/owners_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api/security_api.rb b/lib/intrinio-sdk/api/security_api.rb index 6a82386cf..4fb12eca9 100644 --- a/lib/intrinio-sdk/api/security_api.rb +++ b/lib/intrinio-sdk/api/security_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api/stock_exchange_api.rb b/lib/intrinio-sdk/api/stock_exchange_api.rb index 680258a4c..19a7dfcec 100644 --- a/lib/intrinio-sdk/api/stock_exchange_api.rb +++ b/lib/intrinio-sdk/api/stock_exchange_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset @@ -83,6 +83,78 @@ def get_all_stock_exchanges_with_http_info(opts = {}) return data, status_code, headers end + # Security Betas + # Returns security beta data in the Stock Exchange with the given `identifier` + # @param identifier A Stock Exchange identifier (MIC or Intrinio ID) + # @param [Hash] opts the optional parameters + # @option opts [String] :type Only of the given type (default to weekly) + # @option opts [Object] :date Return data for this period end date. + # @option opts [Integer] :page_size The number of results to return (default to 100) + # @option opts [String] :next_page Gets the next page of data from a previous API call + # @return [ApiResponseStockExchangeBetas] + def get_stock_exchange_betas(identifier, opts = {}) + data, _status_code, _headers = get_stock_exchange_betas_with_http_info(identifier, opts) + return data + end + + # Security Betas + # Returns security beta data in the Stock Exchange with the given `identifier` + # @param identifier A Stock Exchange identifier (MIC or Intrinio ID) + # @param [Hash] opts the optional parameters + # @option opts [String] :type Only of the given type + # @option opts [Object] :date Return data for this period end date. + # @option opts [Integer] :page_size The number of results to return + # @option opts [String] :next_page Gets the next page of data from a previous API call + # @return [Array<(ApiResponseStockExchangeBetas, Fixnum, Hash)>] ApiResponseStockExchangeBetas data, response status code and response headers + def get_stock_exchange_betas_with_http_info(identifier, opts = {}) + if @api_client.config.debugging + @api_client.config.logger.debug "Calling API: StockExchangeApi.get_stock_exchange_betas ..." + end + # verify the required parameter 'identifier' is set + if @api_client.config.client_side_validation && identifier.nil? + fail ArgumentError, "Missing the required parameter 'identifier' when calling StockExchangeApi.get_stock_exchange_betas" + end + if @api_client.config.client_side_validation && opts[:'type'] && !['weekly', 'monthly'].include?(opts[:'type']) + fail ArgumentError, 'invalid value for "type", must be one of weekly, monthly' + end + if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000 + fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling StockExchangeApi.get_stock_exchange_betas, must be smaller than or equal to 10000.' + end + + # resource path + local_var_path = "/stock_exchanges/{identifier}/betas".sub('{' + 'identifier' + '}', identifier.to_s) + + # query parameters + query_params = {} + query_params[:'type'] = opts[:'type'] if !opts[:'type'].nil? + query_params[:'date'] = opts[:'date'] if !opts[:'date'].nil? + query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil? + query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil? + + # header parameters + header_params = {} + # HTTP header 'Accept' (if needed) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) + + # form parameters + form_params = {} + + # http body (model) + post_body = nil + auth_names = ['ApiKeyAuth'] + data, status_code, headers = @api_client.call_api(:GET, local_var_path, + :header_params => header_params, + :query_params => query_params, + :form_params => form_params, + :body => post_body, + :auth_names => auth_names, + :return_type => 'ApiResponseStockExchangeBetas') + if @api_client.config.debugging + @api_client.config.logger.debug "API called: StockExchangeApi#get_stock_exchange_betas\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" + end + return data, status_code, headers + end + # Lookup Stock Exchange # Returns the Stock Exchange with the given `identifier` # @param identifier A Stock Exchange identifier (MIC or Intrinio ID) diff --git a/lib/intrinio-sdk/api/technical_api.rb b/lib/intrinio-sdk/api/technical_api.rb index 4e374fdf0..8b871482c 100644 --- a/lib/intrinio-sdk/api/technical_api.rb +++ b/lib/intrinio-sdk/api/technical_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api/zacks_api.rb b/lib/intrinio-sdk/api/zacks_api.rb index ab6490d07..c245d5178 100644 --- a/lib/intrinio-sdk/api/zacks_api.rb +++ b/lib/intrinio-sdk/api/zacks_api.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api_client.rb b/lib/intrinio-sdk/api_client.rb index 529fb51c0..289091222 100644 --- a/lib/intrinio-sdk/api_client.rb +++ b/lib/intrinio-sdk/api_client.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/api_error.rb b/lib/intrinio-sdk/api_error.rb index 3ffc7ff5d..b20097320 100644 --- a/lib/intrinio-sdk/api_error.rb +++ b/lib/intrinio-sdk/api_error.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/configuration.rb b/lib/intrinio-sdk/configuration.rb index 89f9a1383..e02191a30 100644 --- a/lib/intrinio-sdk/configuration.rb +++ b/lib/intrinio-sdk/configuration.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb b/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb index 261e65b6c..4993e4161 100644 --- a/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb +++ b/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_bulk_download_links.rb b/lib/intrinio-sdk/models/api_response_bulk_download_links.rb index 70de9c9bb..8a0f08272 100644 --- a/lib/intrinio-sdk/models/api_response_bulk_download_links.rb +++ b/lib/intrinio-sdk/models/api_response_bulk_download_links.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_companies.rb b/lib/intrinio-sdk/models/api_response_companies.rb index 046cf005a..a2d460dda 100644 --- a/lib/intrinio-sdk/models/api_response_companies.rb +++ b/lib/intrinio-sdk/models/api_response_companies.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_companies_search.rb b/lib/intrinio-sdk/models/api_response_companies_search.rb index a3d9883fb..f1ea75055 100644 --- a/lib/intrinio-sdk/models/api_response_companies_search.rb +++ b/lib/intrinio-sdk/models/api_response_companies_search.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_company_answers.rb b/lib/intrinio-sdk/models/api_response_company_answers.rb index 1aafaf895..34fe9dd5d 100644 --- a/lib/intrinio-sdk/models/api_response_company_answers.rb +++ b/lib/intrinio-sdk/models/api_response_company_answers.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_company_daily_metrics.rb b/lib/intrinio-sdk/models/api_response_company_daily_metrics.rb index 7a06dddd0..32f2ccb46 100644 --- a/lib/intrinio-sdk/models/api_response_company_daily_metrics.rb +++ b/lib/intrinio-sdk/models/api_response_company_daily_metrics.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_company_filings.rb b/lib/intrinio-sdk/models/api_response_company_filings.rb index 85f44b2be..3f71abf5c 100644 --- a/lib/intrinio-sdk/models/api_response_company_filings.rb +++ b/lib/intrinio-sdk/models/api_response_company_filings.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_company_fundamentals.rb b/lib/intrinio-sdk/models/api_response_company_fundamentals.rb index 13f132a4f..0b99a3600 100644 --- a/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +++ b/lib/intrinio-sdk/models/api_response_company_fundamentals.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_company_historical_data.rb b/lib/intrinio-sdk/models/api_response_company_historical_data.rb index c4df4afc3..be9db066c 100644 --- a/lib/intrinio-sdk/models/api_response_company_historical_data.rb +++ b/lib/intrinio-sdk/models/api_response_company_historical_data.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_company_insider_transaction_filings.rb b/lib/intrinio-sdk/models/api_response_company_insider_transaction_filings.rb index d7011fbdd..d90076011 100644 --- a/lib/intrinio-sdk/models/api_response_company_insider_transaction_filings.rb +++ b/lib/intrinio-sdk/models/api_response_company_insider_transaction_filings.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_company_news.rb b/lib/intrinio-sdk/models/api_response_company_news.rb index ffc33c414..fdab845ca 100644 --- a/lib/intrinio-sdk/models/api_response_company_news.rb +++ b/lib/intrinio-sdk/models/api_response_company_news.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_company_news_body.rb b/lib/intrinio-sdk/models/api_response_company_news_body.rb index a11dc3d7b..cc1b6ab67 100644 --- a/lib/intrinio-sdk/models/api_response_company_news_body.rb +++ b/lib/intrinio-sdk/models/api_response_company_news_body.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_company_public_float_result.rb b/lib/intrinio-sdk/models/api_response_company_public_float_result.rb index 8f2471706..501c2ca46 100644 --- a/lib/intrinio-sdk/models/api_response_company_public_float_result.rb +++ b/lib/intrinio-sdk/models/api_response_company_public_float_result.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_company_recognize.rb b/lib/intrinio-sdk/models/api_response_company_recognize.rb index b0f903377..cd863c31e 100644 --- a/lib/intrinio-sdk/models/api_response_company_recognize.rb +++ b/lib/intrinio-sdk/models/api_response_company_recognize.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_company_securities.rb b/lib/intrinio-sdk/models/api_response_company_securities.rb index 1defd420c..fbeaf305b 100644 --- a/lib/intrinio-sdk/models/api_response_company_securities.rb +++ b/lib/intrinio-sdk/models/api_response_company_securities.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_company_shares_outstanding.rb b/lib/intrinio-sdk/models/api_response_company_shares_outstanding.rb index ec1679b5d..ccfe5511d 100644 --- a/lib/intrinio-sdk/models/api_response_company_shares_outstanding.rb +++ b/lib/intrinio-sdk/models/api_response_company_shares_outstanding.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_data_tags.rb b/lib/intrinio-sdk/models/api_response_data_tags.rb index 307c82585..fbdb4047e 100644 --- a/lib/intrinio-sdk/models/api_response_data_tags.rb +++ b/lib/intrinio-sdk/models/api_response_data_tags.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_data_tags_search.rb b/lib/intrinio-sdk/models/api_response_data_tags_search.rb index 6c12cb06a..4d7b7aece 100644 --- a/lib/intrinio-sdk/models/api_response_data_tags_search.rb +++ b/lib/intrinio-sdk/models/api_response_data_tags_search.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb b/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb index b9beccf5b..0770759c0 100644 --- a/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +++ b/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_economic_indices.rb b/lib/intrinio-sdk/models/api_response_economic_indices.rb index c9eeacf37..5f96520dd 100644 --- a/lib/intrinio-sdk/models/api_response_economic_indices.rb +++ b/lib/intrinio-sdk/models/api_response_economic_indices.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_economic_indices_search.rb b/lib/intrinio-sdk/models/api_response_economic_indices_search.rb index e7506db3b..a08b3354b 100644 --- a/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +++ b/lib/intrinio-sdk/models/api_response_economic_indices_search.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_eod_index_prices.rb b/lib/intrinio-sdk/models/api_response_eod_index_prices.rb index 03d10830d..daff1140a 100644 --- a/lib/intrinio-sdk/models/api_response_eod_index_prices.rb +++ b/lib/intrinio-sdk/models/api_response_eod_index_prices.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_eod_index_prices_all.rb b/lib/intrinio-sdk/models/api_response_eod_index_prices_all.rb index 563a24d7e..9240344f3 100644 --- a/lib/intrinio-sdk/models/api_response_eod_index_prices_all.rb +++ b/lib/intrinio-sdk/models/api_response_eod_index_prices_all.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_esg_companies.rb b/lib/intrinio-sdk/models/api_response_esg_companies.rb index 92be9b2cd..7dfcd212d 100644 --- a/lib/intrinio-sdk/models/api_response_esg_companies.rb +++ b/lib/intrinio-sdk/models/api_response_esg_companies.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_esg_company_comprehensive_rating_history.rb b/lib/intrinio-sdk/models/api_response_esg_company_comprehensive_rating_history.rb index b3949009d..08824aff2 100644 --- a/lib/intrinio-sdk/models/api_response_esg_company_comprehensive_rating_history.rb +++ b/lib/intrinio-sdk/models/api_response_esg_company_comprehensive_rating_history.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_esg_company_rating_history.rb b/lib/intrinio-sdk/models/api_response_esg_company_rating_history.rb index 4709b99cc..4c86a7ebd 100644 --- a/lib/intrinio-sdk/models/api_response_esg_company_rating_history.rb +++ b/lib/intrinio-sdk/models/api_response_esg_company_rating_history.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_esg_latest.rb b/lib/intrinio-sdk/models/api_response_esg_latest.rb index 5df847da8..cbccb7541 100644 --- a/lib/intrinio-sdk/models/api_response_esg_latest.rb +++ b/lib/intrinio-sdk/models/api_response_esg_latest.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_esg_latest_comprehensive.rb b/lib/intrinio-sdk/models/api_response_esg_latest_comprehensive.rb index 2f3ec3ca3..f4cfd92a0 100644 --- a/lib/intrinio-sdk/models/api_response_esg_latest_comprehensive.rb +++ b/lib/intrinio-sdk/models/api_response_esg_latest_comprehensive.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_et_fs.rb b/lib/intrinio-sdk/models/api_response_et_fs.rb index 60143d6b1..553d16502 100644 --- a/lib/intrinio-sdk/models/api_response_et_fs.rb +++ b/lib/intrinio-sdk/models/api_response_et_fs.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_etf_holdings.rb b/lib/intrinio-sdk/models/api_response_etf_holdings.rb index b15450db3..33da3719f 100644 --- a/lib/intrinio-sdk/models/api_response_etf_holdings.rb +++ b/lib/intrinio-sdk/models/api_response_etf_holdings.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_filing_answers.rb b/lib/intrinio-sdk/models/api_response_filing_answers.rb index af61338c0..afb643758 100644 --- a/lib/intrinio-sdk/models/api_response_filing_answers.rb +++ b/lib/intrinio-sdk/models/api_response_filing_answers.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_filing_fundamentals.rb b/lib/intrinio-sdk/models/api_response_filing_fundamentals.rb index 8047836fa..0aece501e 100644 --- a/lib/intrinio-sdk/models/api_response_filing_fundamentals.rb +++ b/lib/intrinio-sdk/models/api_response_filing_fundamentals.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_filing_notes.rb b/lib/intrinio-sdk/models/api_response_filing_notes.rb index 78a29c564..38fa36bdd 100644 --- a/lib/intrinio-sdk/models/api_response_filing_notes.rb +++ b/lib/intrinio-sdk/models/api_response_filing_notes.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_filing_notes_search.rb b/lib/intrinio-sdk/models/api_response_filing_notes_search.rb index 2ade6fc20..918a594d2 100644 --- a/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +++ b/lib/intrinio-sdk/models/api_response_filing_notes_search.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_filings.rb b/lib/intrinio-sdk/models/api_response_filings.rb index 9cd78c4a8..73b949136 100644 --- a/lib/intrinio-sdk/models/api_response_filings.rb +++ b/lib/intrinio-sdk/models/api_response_filings.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_forex_currencies.rb b/lib/intrinio-sdk/models/api_response_forex_currencies.rb index 43fbfd305..d99b16c4d 100644 --- a/lib/intrinio-sdk/models/api_response_forex_currencies.rb +++ b/lib/intrinio-sdk/models/api_response_forex_currencies.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_forex_pairs.rb b/lib/intrinio-sdk/models/api_response_forex_pairs.rb index cacb215a6..4f90473c2 100644 --- a/lib/intrinio-sdk/models/api_response_forex_pairs.rb +++ b/lib/intrinio-sdk/models/api_response_forex_pairs.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_forex_prices.rb b/lib/intrinio-sdk/models/api_response_forex_prices.rb index 65fb06456..58df4eee4 100644 --- a/lib/intrinio-sdk/models/api_response_forex_prices.rb +++ b/lib/intrinio-sdk/models/api_response_forex_prices.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_historical_data.rb b/lib/intrinio-sdk/models/api_response_historical_data.rb index 5093d9306..e26bfbc55 100644 --- a/lib/intrinio-sdk/models/api_response_historical_data.rb +++ b/lib/intrinio-sdk/models/api_response_historical_data.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_index.rb b/lib/intrinio-sdk/models/api_response_index.rb index bb316c35b..2f283b45f 100644 --- a/lib/intrinio-sdk/models/api_response_index.rb +++ b/lib/intrinio-sdk/models/api_response_index.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_index_constituents.rb b/lib/intrinio-sdk/models/api_response_index_constituents.rb index 15210e9de..2f4887409 100644 --- a/lib/intrinio-sdk/models/api_response_index_constituents.rb +++ b/lib/intrinio-sdk/models/api_response_index_constituents.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_indices.rb b/lib/intrinio-sdk/models/api_response_indices.rb index bb0f751de..0136b1f94 100644 --- a/lib/intrinio-sdk/models/api_response_indices.rb +++ b/lib/intrinio-sdk/models/api_response_indices.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb b/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb index 6cad055fd..c0a0bd614 100644 --- a/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb +++ b/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_insider_transaction_filings.rb b/lib/intrinio-sdk/models/api_response_insider_transaction_filings.rb index d7d9dd5d3..f6c3c87d1 100644 --- a/lib/intrinio-sdk/models/api_response_insider_transaction_filings.rb +++ b/lib/intrinio-sdk/models/api_response_insider_transaction_filings.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_municipalities.rb b/lib/intrinio-sdk/models/api_response_municipalities.rb index 698486146..fe92af2c4 100644 --- a/lib/intrinio-sdk/models/api_response_municipalities.rb +++ b/lib/intrinio-sdk/models/api_response_municipalities.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb b/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb index 6ffae0414..1ab9aa4c3 100644 --- a/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +++ b/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_news.rb b/lib/intrinio-sdk/models/api_response_news.rb index 58bf73144..2c88bfe71 100644 --- a/lib/intrinio-sdk/models/api_response_news.rb +++ b/lib/intrinio-sdk/models/api_response_news.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_option_prices.rb b/lib/intrinio-sdk/models/api_response_option_prices.rb index f20242557..c3bef7ceb 100644 --- a/lib/intrinio-sdk/models/api_response_option_prices.rb +++ b/lib/intrinio-sdk/models/api_response_option_prices.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_options.rb b/lib/intrinio-sdk/models/api_response_options.rb index 51d615041..195069676 100644 --- a/lib/intrinio-sdk/models/api_response_options.rb +++ b/lib/intrinio-sdk/models/api_response_options.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_options_aggregates.rb b/lib/intrinio-sdk/models/api_response_options_aggregates.rb index 384f3de30..4a65c6ba1 100644 --- a/lib/intrinio-sdk/models/api_response_options_aggregates.rb +++ b/lib/intrinio-sdk/models/api_response_options_aggregates.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_options_chain.rb b/lib/intrinio-sdk/models/api_response_options_chain.rb index 738df6f26..53051fee7 100644 --- a/lib/intrinio-sdk/models/api_response_options_chain.rb +++ b/lib/intrinio-sdk/models/api_response_options_chain.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_options_chain_eod.rb b/lib/intrinio-sdk/models/api_response_options_chain_eod.rb index ae89af430..b81d687d7 100644 --- a/lib/intrinio-sdk/models/api_response_options_chain_eod.rb +++ b/lib/intrinio-sdk/models/api_response_options_chain_eod.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_options_chain_realtime.rb b/lib/intrinio-sdk/models/api_response_options_chain_realtime.rb index 407a76775..d39348ead 100644 --- a/lib/intrinio-sdk/models/api_response_options_chain_realtime.rb +++ b/lib/intrinio-sdk/models/api_response_options_chain_realtime.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_options_expirations.rb b/lib/intrinio-sdk/models/api_response_options_expirations.rb index 24f701384..c5bb30846 100644 --- a/lib/intrinio-sdk/models/api_response_options_expirations.rb +++ b/lib/intrinio-sdk/models/api_response_options_expirations.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_options_price_realtime.rb b/lib/intrinio-sdk/models/api_response_options_price_realtime.rb index 999a05fdf..1ad101969 100644 --- a/lib/intrinio-sdk/models/api_response_options_price_realtime.rb +++ b/lib/intrinio-sdk/models/api_response_options_price_realtime.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_options_prices_batch_realtime.rb b/lib/intrinio-sdk/models/api_response_options_prices_batch_realtime.rb index c9b7474f9..424193669 100644 --- a/lib/intrinio-sdk/models/api_response_options_prices_batch_realtime.rb +++ b/lib/intrinio-sdk/models/api_response_options_prices_batch_realtime.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_options_prices_by_ticker_eod.rb b/lib/intrinio-sdk/models/api_response_options_prices_by_ticker_eod.rb index ef960eca2..cae141e60 100644 --- a/lib/intrinio-sdk/models/api_response_options_prices_by_ticker_eod.rb +++ b/lib/intrinio-sdk/models/api_response_options_prices_by_ticker_eod.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_options_prices_by_ticker_realtime.rb b/lib/intrinio-sdk/models/api_response_options_prices_by_ticker_realtime.rb index a5c73cdb8..467a07a84 100644 --- a/lib/intrinio-sdk/models/api_response_options_prices_by_ticker_realtime.rb +++ b/lib/intrinio-sdk/models/api_response_options_prices_by_ticker_realtime.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_options_prices_eod.rb b/lib/intrinio-sdk/models/api_response_options_prices_eod.rb index 082e02973..2fa6b4b33 100644 --- a/lib/intrinio-sdk/models/api_response_options_prices_eod.rb +++ b/lib/intrinio-sdk/models/api_response_options_prices_eod.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_options_realtime.rb b/lib/intrinio-sdk/models/api_response_options_realtime.rb index 76b185dfd..63d9388bd 100644 --- a/lib/intrinio-sdk/models/api_response_options_realtime.rb +++ b/lib/intrinio-sdk/models/api_response_options_realtime.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_options_stats_realtime.rb b/lib/intrinio-sdk/models/api_response_options_stats_realtime.rb index fc424c2f4..415353cfa 100644 --- a/lib/intrinio-sdk/models/api_response_options_stats_realtime.rb +++ b/lib/intrinio-sdk/models/api_response_options_stats_realtime.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_options_tickers.rb b/lib/intrinio-sdk/models/api_response_options_tickers.rb index b04643c52..da2df9e9b 100644 --- a/lib/intrinio-sdk/models/api_response_options_tickers.rb +++ b/lib/intrinio-sdk/models/api_response_options_tickers.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_options_unusual_activity.rb b/lib/intrinio-sdk/models/api_response_options_unusual_activity.rb index 1c3738131..9639d7d9f 100644 --- a/lib/intrinio-sdk/models/api_response_options_unusual_activity.rb +++ b/lib/intrinio-sdk/models/api_response_options_unusual_activity.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_owner_insider_transaction_filings.rb b/lib/intrinio-sdk/models/api_response_owner_insider_transaction_filings.rb index 811fd7cac..fc9db7f8e 100644 --- a/lib/intrinio-sdk/models/api_response_owner_insider_transaction_filings.rb +++ b/lib/intrinio-sdk/models/api_response_owner_insider_transaction_filings.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_owner_institutional_holdings.rb b/lib/intrinio-sdk/models/api_response_owner_institutional_holdings.rb index 5ad49e0a5..f22a9fe7a 100644 --- a/lib/intrinio-sdk/models/api_response_owner_institutional_holdings.rb +++ b/lib/intrinio-sdk/models/api_response_owner_institutional_holdings.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_owners.rb b/lib/intrinio-sdk/models/api_response_owners.rb index bfb4f50e3..11e9e7e7c 100644 --- a/lib/intrinio-sdk/models/api_response_owners.rb +++ b/lib/intrinio-sdk/models/api_response_owners.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_realtime_index_prices.rb b/lib/intrinio-sdk/models/api_response_realtime_index_prices.rb index bac5824cf..28783f466 100644 --- a/lib/intrinio-sdk/models/api_response_realtime_index_prices.rb +++ b/lib/intrinio-sdk/models/api_response_realtime_index_prices.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_reported_financials.rb b/lib/intrinio-sdk/models/api_response_reported_financials.rb index 3164ed8f0..847cc46e1 100644 --- a/lib/intrinio-sdk/models/api_response_reported_financials.rb +++ b/lib/intrinio-sdk/models/api_response_reported_financials.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_securities.rb b/lib/intrinio-sdk/models/api_response_securities.rb index 2ce2f6c22..cacd9cb46 100644 --- a/lib/intrinio-sdk/models/api_response_securities.rb +++ b/lib/intrinio-sdk/models/api_response_securities.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_securities_search.rb b/lib/intrinio-sdk/models/api_response_securities_search.rb index d25c543f6..d15063a39 100644 --- a/lib/intrinio-sdk/models/api_response_securities_search.rb +++ b/lib/intrinio-sdk/models/api_response_securities_search.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb b/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb index ac99f8ccf..16c233915 100644 --- a/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb +++ b/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb b/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb index 5d233bb4a..1c9aad624 100644 --- a/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +++ b/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb b/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb index ef62c9665..89724304a 100644 --- a/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +++ b/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_average_true_range.rb b/lib/intrinio-sdk/models/api_response_security_average_true_range.rb index e2f9b1f8e..036d3c4eb 100644 --- a/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +++ b/lib/intrinio-sdk/models/api_response_security_average_true_range.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb b/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb index 80628e909..aedb76931 100644 --- a/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +++ b/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb b/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb index 61c87727d..8673ecb0c 100644 --- a/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +++ b/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb b/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb index 5526af8ab..7e65a04ef 100644 --- a/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +++ b/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb b/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb index 104913d88..795b5cc29 100644 --- a/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +++ b/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb b/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb index 5f13b00f2..cd5b7325c 100644 --- a/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +++ b/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb b/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb index 59253d782..86502e952 100644 --- a/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +++ b/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb b/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb index ccb78722a..d33f427ae 100644 --- a/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +++ b/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_force_index.rb b/lib/intrinio-sdk/models/api_response_security_force_index.rb index 9763354de..87e99e0c6 100644 --- a/lib/intrinio-sdk/models/api_response_security_force_index.rb +++ b/lib/intrinio-sdk/models/api_response_security_force_index.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_historical_data.rb b/lib/intrinio-sdk/models/api_response_security_historical_data.rb index 586c23bda..818f35008 100644 --- a/lib/intrinio-sdk/models/api_response_security_historical_data.rb +++ b/lib/intrinio-sdk/models/api_response_security_historical_data.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb b/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb index de77cf641..bb6552e75 100644 --- a/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb +++ b/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_institutional_ownership.rb b/lib/intrinio-sdk/models/api_response_security_institutional_ownership.rb index 094b61ccd..b242600d0 100644 --- a/lib/intrinio-sdk/models/api_response_security_institutional_ownership.rb +++ b/lib/intrinio-sdk/models/api_response_security_institutional_ownership.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_interval_prices.rb b/lib/intrinio-sdk/models/api_response_security_interval_prices.rb index d3a009ba5..c94e91384 100644 --- a/lib/intrinio-sdk/models/api_response_security_interval_prices.rb +++ b/lib/intrinio-sdk/models/api_response_security_interval_prices.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb b/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb index 588e41d35..330971b5b 100644 --- a/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +++ b/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb b/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb index 4d8ff6363..07d28ce7e 100644 --- a/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +++ b/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb b/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb index 232831f36..e6683955b 100644 --- a/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +++ b/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_mass_index.rb b/lib/intrinio-sdk/models/api_response_security_mass_index.rb index f16803287..5202ddafc 100644 --- a/lib/intrinio-sdk/models/api_response_security_mass_index.rb +++ b/lib/intrinio-sdk/models/api_response_security_mass_index.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb b/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb index 03746dfa4..59cff6e45 100644 --- a/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +++ b/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb b/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb index 246f3b215..15fe0116f 100644 --- a/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +++ b/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb b/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb index 56a376764..e272f57c3 100644 --- a/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +++ b/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb b/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb index 799f901eb..ceea7eb5e 100644 --- a/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +++ b/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb b/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb index 69fa23138..6e14d0823 100644 --- a/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +++ b/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_quote.rb b/lib/intrinio-sdk/models/api_response_security_quote.rb index dd05a8351..fdbfc87b9 100644 --- a/lib/intrinio-sdk/models/api_response_security_quote.rb +++ b/lib/intrinio-sdk/models/api_response_security_quote.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb b/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb index 119e590fd..fb03f9cae 100644 --- a/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +++ b/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb b/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb index 2c14af6fc..5bf3f31f1 100644 --- a/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +++ b/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb b/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb index bd2aac4d3..b2d56ef7b 100644 --- a/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +++ b/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb b/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb index f280a62d8..17e6d3c1c 100644 --- a/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +++ b/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_stock_prices.rb b/lib/intrinio-sdk/models/api_response_security_stock_prices.rb index b6258194d..82b9caba6 100644 --- a/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +++ b/lib/intrinio-sdk/models/api_response_security_stock_prices.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb b/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb index 597569d30..834b4397e 100644 --- a/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +++ b/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb b/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb index b3ccad1a9..826e8a878 100644 --- a/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +++ b/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb b/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb index 4c0870d1f..cd20cd2a2 100644 --- a/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +++ b/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb b/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb index 86fa3b5d8..2e6224c38 100644 --- a/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +++ b/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb b/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb index c44ea6553..521d3edb9 100644 --- a/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +++ b/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb b/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb index 6bc47ce29..70a5c0565 100644 --- a/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +++ b/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_williams_r.rb b/lib/intrinio-sdk/models/api_response_security_williams_r.rb index 84c8945b2..52453e6c2 100644 --- a/lib/intrinio-sdk/models/api_response_security_williams_r.rb +++ b/lib/intrinio-sdk/models/api_response_security_williams_r.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb b/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb index 344f51768..6099d68c4 100644 --- a/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +++ b/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb b/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb index 95c836b2d..3d31ea460 100644 --- a/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +++ b/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb b/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb index dbbd62b5c..3b4590f03 100644 --- a/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +++ b/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb b/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb index 58150fd91..e45c3af70 100644 --- a/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +++ b/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb b/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb index d5f7a0d0c..c4bad0492 100644 --- a/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +++ b/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_sic_indices.rb b/lib/intrinio-sdk/models/api_response_sic_indices.rb index 6b30e30ca..f22ed7704 100644 --- a/lib/intrinio-sdk/models/api_response_sic_indices.rb +++ b/lib/intrinio-sdk/models/api_response_sic_indices.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_sic_indices_search.rb b/lib/intrinio-sdk/models/api_response_sic_indices_search.rb index 47f541bcd..d0a00ef0d 100644 --- a/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +++ b/lib/intrinio-sdk/models/api_response_sic_indices_search.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_standardized_financials.rb b/lib/intrinio-sdk/models/api_response_standardized_financials.rb index 53e412435..14e44bf5e 100644 --- a/lib/intrinio-sdk/models/api_response_standardized_financials.rb +++ b/lib/intrinio-sdk/models/api_response_standardized_financials.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_standardized_financials_dimensions.rb b/lib/intrinio-sdk/models/api_response_standardized_financials_dimensions.rb index 91a83787f..d95eeb40b 100644 --- a/lib/intrinio-sdk/models/api_response_standardized_financials_dimensions.rb +++ b/lib/intrinio-sdk/models/api_response_standardized_financials_dimensions.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_stock_exchange_betas.rb b/lib/intrinio-sdk/models/api_response_stock_exchange_betas.rb new file mode 100644 index 000000000..4a61cd5c4 --- /dev/null +++ b/lib/intrinio-sdk/models/api_response_stock_exchange_betas.rb @@ -0,0 +1,211 @@ +=begin +#Intrinio API + +#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://docs.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. + +OpenAPI spec version: 2.76.3 + +Generated by: https://github.com/swagger-api/swagger-codegen.git +Swagger Codegen version: unset + +=end + +require 'date' + +module Intrinio + + class ApiResponseStockExchangeBetas + # The mover security. + attr_accessor :betas + + # The Stock Exchange resolved from the given identifier + attr_accessor :stock_exchange + + # The token required to request the next page of the data. If null, no further results are available. + attr_accessor :next_page + + + # Attribute mapping from ruby-style variable name to JSON key. + def self.attribute_map + { + :'betas' => :'betas', + :'stock_exchange' => :'stock_exchange', + :'next_page' => :'next_page' + } + end + + # Attribute type mapping. + def self.swagger_types + { + :'betas' => :'Array', + :'stock_exchange' => :'StockExchange', + :'next_page' => :'String' + } + end + + # Initializes the object + # @param [Hash] attributes Model attributes in the form of hash + def initialize(attributes = {}) + return unless attributes.is_a?(Hash) + + # convert string to symbol for hash key + attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v} + + if attributes.has_key?(:'betas') + if (value = attributes[:'betas']).is_a?(Array) + self.betas = value + end + end + + if attributes.has_key?(:'stock_exchange') + self.stock_exchange = attributes[:'stock_exchange'] + end + + if attributes.has_key?(:'next_page') + self.next_page = attributes[:'next_page'] + end + + end + + # Show invalid properties with the reasons. Usually used together with valid? + # @return Array for valid properties with the reasons + def list_invalid_properties + invalid_properties = Array.new + return invalid_properties + end + + # Check to see if the all the properties in the model are valid + # @return true if the model is valid + def valid? + return true + end + + # Checks equality by comparing each attribute. + # @param [Object] Object to be compared + def ==(o) + return true if self.equal?(o) + self.class == o.class && + betas == o.betas && + stock_exchange == o.stock_exchange && + next_page == o.next_page + end + + # @see the `==` method + # @param [Object] Object to be compared + def eql?(o) + self == o + end + + # Calculates hash code according to all attributes. + # @return [Fixnum] Hash code + def hash + [betas, stock_exchange, next_page].hash + end + + # Builds the object from hash + # @param [Hash] attributes Model attributes in the form of hash + # @return [Object] Returns the model itself + def build_from_hash(attributes) + return nil unless attributes.is_a?(Hash) + self.class.swagger_types.each_pair do |key, type| + if type =~ /\AArray<(.*)>/i + # check to ensure the input is an array given that the the attribute + # is documented as an array but the input is not + if attributes[self.class.attribute_map[key]].is_a?(Array) + self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } ) + end + elsif !attributes[self.class.attribute_map[key]].nil? + self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]])) + end # or else data not found in attributes(hash), not an issue as the data can be optional + end + + self + end + + # Deserializes the data based on type + # @param string type Data type + # @param string value Value to be deserialized + # @return [Object] Deserialized data + def _deserialize(type, value) + case type.to_sym + when :DateTime + DateTime.parse(value) + when :Date + Date.parse(value) + when :String + value.to_s + when :Integer + value.to_i + when :Float + value.to_f + when :BOOLEAN + if value.to_s =~ /\A(true|t|yes|y|1)\z/i + true + else + false + end + when :Object + # generic object (usually a Hash), return directly + value + when /\AArray<(?.+)>\z/ + inner_type = Regexp.last_match[:inner_type] + value.map { |v| _deserialize(inner_type, v) } + when /\AHash<(?.+?), (?.+)>\z/ + k_type = Regexp.last_match[:k_type] + v_type = Regexp.last_match[:v_type] + {}.tap do |hash| + value.each do |k, v| + hash[_deserialize(k_type, k)] = _deserialize(v_type, v) + end + end + else # model + temp_model = Intrinio.const_get(type).new + temp_model.build_from_hash(value) + end + end + + # Returns the string representation of the object + # @return [String] String presentation of the object + def to_s + to_hash.to_s + end + + # to_body is an alias to to_hash (backward compatibility) + # @return [Hash] Returns the object in the form of hash + def to_body + to_hash + end + + # Returns the object in the form of hash + # @return [Hash] Returns the object in the form of hash + def to_hash + hash = {} + self.class.attribute_map.each_pair do |attr, param| + value = self.send(attr) + next if value.nil? + hash[param] = _to_hash(value) + end + hash + end + + # Outputs non-array value in the form of hash + # For object, use to_hash. Otherwise, just return the value + # @param [Object] value Any valid value + # @return [Hash] Returns the value in the form of hash + def _to_hash(value) + if value.is_a?(Array) + value.compact.map{ |v| _to_hash(v) } + elsif value.is_a?(Hash) + {}.tap do |hash| + value.each { |k, v| hash[k] = _to_hash(v) } + end + elsif value.respond_to? :to_hash + value.to_hash + else + value + end + end + + end + +end diff --git a/lib/intrinio-sdk/models/api_response_stock_exchange_movers.rb b/lib/intrinio-sdk/models/api_response_stock_exchange_movers.rb index 09e1aa0a8..a742af2a4 100644 --- a/lib/intrinio-sdk/models/api_response_stock_exchange_movers.rb +++ b/lib/intrinio-sdk/models/api_response_stock_exchange_movers.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_stock_exchange_quote.rb b/lib/intrinio-sdk/models/api_response_stock_exchange_quote.rb index c21ff27fc..016178d44 100644 --- a/lib/intrinio-sdk/models/api_response_stock_exchange_quote.rb +++ b/lib/intrinio-sdk/models/api_response_stock_exchange_quote.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb b/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb index 305dcf778..ad617f595 100644 --- a/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +++ b/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb b/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb index 0370c86db..533b1702a 100644 --- a/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +++ b/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb b/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb index a37d36dda..996ba9495 100644 --- a/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +++ b/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb b/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb index c39920b25..09cb29b24 100644 --- a/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +++ b/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_stock_exchanges.rb b/lib/intrinio-sdk/models/api_response_stock_exchanges.rb index f38030306..1fe11dada 100644 --- a/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +++ b/lib/intrinio-sdk/models/api_response_stock_exchanges.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb b/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb index 995043c34..0e37282c5 100644 --- a/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +++ b/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_stock_market_indices.rb b/lib/intrinio-sdk/models/api_response_stock_market_indices.rb index 4f5394251..be31bbf8d 100644 --- a/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +++ b/lib/intrinio-sdk/models/api_response_stock_market_indices.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb b/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb index d0505fe14..49df366e6 100644 --- a/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +++ b/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb b/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb index 88aa971f5..20e34d7bf 100644 --- a/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb +++ b/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_zacks_ebitda_consensus.rb b/lib/intrinio-sdk/models/api_response_zacks_ebitda_consensus.rb index fc63f53b6..09dc67568 100644 --- a/lib/intrinio-sdk/models/api_response_zacks_ebitda_consensus.rb +++ b/lib/intrinio-sdk/models/api_response_zacks_ebitda_consensus.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb b/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb index 21723343b..40fce5daa 100644 --- a/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb +++ b/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb b/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb index dc99a3830..b58b16fcf 100644 --- a/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb +++ b/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb b/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb index 4b9625c32..59ad0b13c 100644 --- a/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +++ b/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_zacks_etf_holdings.rb b/lib/intrinio-sdk/models/api_response_zacks_etf_holdings.rb index 5aeaa3fe0..c736d8c5b 100644 --- a/lib/intrinio-sdk/models/api_response_zacks_etf_holdings.rb +++ b/lib/intrinio-sdk/models/api_response_zacks_etf_holdings.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_zacks_forward_p_es.rb b/lib/intrinio-sdk/models/api_response_zacks_forward_p_es.rb index 7ee022902..8c5f3e740 100644 --- a/lib/intrinio-sdk/models/api_response_zacks_forward_p_es.rb +++ b/lib/intrinio-sdk/models/api_response_zacks_forward_p_es.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_companies.rb b/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_companies.rb index 428565db9..c9b94da32 100644 --- a/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_companies.rb +++ b/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_companies.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_owners.rb b/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_owners.rb index 754847e8c..b0a964555 100644 --- a/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_owners.rb +++ b/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_owners.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_zacks_institutional_holdings.rb b/lib/intrinio-sdk/models/api_response_zacks_institutional_holdings.rb index aa00c7ec3..501bf858c 100644 --- a/lib/intrinio-sdk/models/api_response_zacks_institutional_holdings.rb +++ b/lib/intrinio-sdk/models/api_response_zacks_institutional_holdings.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb b/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb index b76e2eb57..d8055ac7f 100644 --- a/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb +++ b/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_zacks_sales_estimates.rb b/lib/intrinio-sdk/models/api_response_zacks_sales_estimates.rb index ffdb1faf3..130ed003a 100644 --- a/lib/intrinio-sdk/models/api_response_zacks_sales_estimates.rb +++ b/lib/intrinio-sdk/models/api_response_zacks_sales_estimates.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb b/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb index f04dbb62e..d470d4a30 100644 --- a/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +++ b/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb b/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb index 09d3517ef..12091ad65 100644 --- a/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb +++ b/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb b/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb index a28556b7c..449a2ca71 100644 --- a/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +++ b/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/average_directional_index_technical_value.rb b/lib/intrinio-sdk/models/average_directional_index_technical_value.rb index c6b8fb4be..59e5c271f 100644 --- a/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +++ b/lib/intrinio-sdk/models/average_directional_index_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/average_true_range_technical_value.rb b/lib/intrinio-sdk/models/average_true_range_technical_value.rb index 1768311d7..d5d3afee9 100644 --- a/lib/intrinio-sdk/models/average_true_range_technical_value.rb +++ b/lib/intrinio-sdk/models/average_true_range_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb b/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb index 26b31b8d3..34849d880 100644 --- a/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +++ b/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/beta.rb b/lib/intrinio-sdk/models/beta.rb new file mode 100644 index 000000000..b5d381231 --- /dev/null +++ b/lib/intrinio-sdk/models/beta.rb @@ -0,0 +1,282 @@ +=begin +#Intrinio API + +#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://docs.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. + +OpenAPI spec version: 2.76.3 + +Generated by: https://github.com/swagger-api/swagger-codegen.git +Swagger Codegen version: unset + +=end + +require 'date' + +module Intrinio + # A beta value for a security. + class Beta + # Type of period for this beta value. + attr_accessor :period_type + + # The one year beta value for this security. + attr_accessor :one_year_beta + + # The three year beta value for this security. + attr_accessor :three_year_beta + + # The five year beta value for this security. + attr_accessor :five_year_beta + + # The seven year beta value for this security. + attr_accessor :seven_year_beta + + # The ten year beta value for this security. + attr_accessor :ten_year_beta + + # The Security. + attr_accessor :security + + class EnumAttributeValidator + attr_reader :datatype + attr_reader :allowable_values + + def initialize(datatype, allowable_values) + @allowable_values = allowable_values.map do |value| + case datatype.to_s + when /Integer/i + value.to_i + when /Float/i + value.to_f + else + value + end + end + end + + def valid?(value) + !value || allowable_values.include?(value) + end + end + + # Attribute mapping from ruby-style variable name to JSON key. + def self.attribute_map + { + :'period_type' => :'period_type', + :'one_year_beta' => :'one_year_beta', + :'three_year_beta' => :'three_year_beta', + :'five_year_beta' => :'five_year_beta', + :'seven_year_beta' => :'seven_year_beta', + :'ten_year_beta' => :'ten_year_beta', + :'security' => :'security' + } + end + + # Attribute type mapping. + def self.swagger_types + { + :'period_type' => :'String', + :'one_year_beta' => :'Float', + :'three_year_beta' => :'Float', + :'five_year_beta' => :'Float', + :'seven_year_beta' => :'Float', + :'ten_year_beta' => :'Float', + :'security' => :'SecuritySummary' + } + end + + # Initializes the object + # @param [Hash] attributes Model attributes in the form of hash + def initialize(attributes = {}) + return unless attributes.is_a?(Hash) + + # convert string to symbol for hash key + attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v} + + if attributes.has_key?(:'period_type') + self.period_type = attributes[:'period_type'] + end + + if attributes.has_key?(:'one_year_beta') + self.one_year_beta = attributes[:'one_year_beta'] + end + + if attributes.has_key?(:'three_year_beta') + self.three_year_beta = attributes[:'three_year_beta'] + end + + if attributes.has_key?(:'five_year_beta') + self.five_year_beta = attributes[:'five_year_beta'] + end + + if attributes.has_key?(:'seven_year_beta') + self.seven_year_beta = attributes[:'seven_year_beta'] + end + + if attributes.has_key?(:'ten_year_beta') + self.ten_year_beta = attributes[:'ten_year_beta'] + end + + if attributes.has_key?(:'security') + self.security = attributes[:'security'] + end + + end + + # Show invalid properties with the reasons. Usually used together with valid? + # @return Array for valid properties with the reasons + def list_invalid_properties + invalid_properties = Array.new + return invalid_properties + end + + # Check to see if the all the properties in the model are valid + # @return true if the model is valid + def valid? + period_type_validator = EnumAttributeValidator.new('String', ["weekly", "monthly"]) + return false unless period_type_validator.valid?(@period_type) + return true + end + + # Custom attribute writer method checking allowed values (enum). + # @param [Object] period_type Object to be assigned + def period_type=(period_type) + validator = EnumAttributeValidator.new('String', ["weekly", "monthly"]) + unless validator.valid?(period_type) + fail ArgumentError, "invalid value for 'period_type', must be one of #{validator.allowable_values}." + end + @period_type = period_type + end + + # Checks equality by comparing each attribute. + # @param [Object] Object to be compared + def ==(o) + return true if self.equal?(o) + self.class == o.class && + period_type == o.period_type && + one_year_beta == o.one_year_beta && + three_year_beta == o.three_year_beta && + five_year_beta == o.five_year_beta && + seven_year_beta == o.seven_year_beta && + ten_year_beta == o.ten_year_beta && + security == o.security + end + + # @see the `==` method + # @param [Object] Object to be compared + def eql?(o) + self == o + end + + # Calculates hash code according to all attributes. + # @return [Fixnum] Hash code + def hash + [period_type, one_year_beta, three_year_beta, five_year_beta, seven_year_beta, ten_year_beta, security].hash + end + + # Builds the object from hash + # @param [Hash] attributes Model attributes in the form of hash + # @return [Object] Returns the model itself + def build_from_hash(attributes) + return nil unless attributes.is_a?(Hash) + self.class.swagger_types.each_pair do |key, type| + if type =~ /\AArray<(.*)>/i + # check to ensure the input is an array given that the the attribute + # is documented as an array but the input is not + if attributes[self.class.attribute_map[key]].is_a?(Array) + self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } ) + end + elsif !attributes[self.class.attribute_map[key]].nil? + self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]])) + end # or else data not found in attributes(hash), not an issue as the data can be optional + end + + self + end + + # Deserializes the data based on type + # @param string type Data type + # @param string value Value to be deserialized + # @return [Object] Deserialized data + def _deserialize(type, value) + case type.to_sym + when :DateTime + DateTime.parse(value) + when :Date + Date.parse(value) + when :String + value.to_s + when :Integer + value.to_i + when :Float + value.to_f + when :BOOLEAN + if value.to_s =~ /\A(true|t|yes|y|1)\z/i + true + else + false + end + when :Object + # generic object (usually a Hash), return directly + value + when /\AArray<(?.+)>\z/ + inner_type = Regexp.last_match[:inner_type] + value.map { |v| _deserialize(inner_type, v) } + when /\AHash<(?.+?), (?.+)>\z/ + k_type = Regexp.last_match[:k_type] + v_type = Regexp.last_match[:v_type] + {}.tap do |hash| + value.each do |k, v| + hash[_deserialize(k_type, k)] = _deserialize(v_type, v) + end + end + else # model + temp_model = Intrinio.const_get(type).new + temp_model.build_from_hash(value) + end + end + + # Returns the string representation of the object + # @return [String] String presentation of the object + def to_s + to_hash.to_s + end + + # to_body is an alias to to_hash (backward compatibility) + # @return [Hash] Returns the object in the form of hash + def to_body + to_hash + end + + # Returns the object in the form of hash + # @return [Hash] Returns the object in the form of hash + def to_hash + hash = {} + self.class.attribute_map.each_pair do |attr, param| + value = self.send(attr) + next if value.nil? + hash[param] = _to_hash(value) + end + hash + end + + # Outputs non-array value in the form of hash + # For object, use to_hash. Otherwise, just return the value + # @param [Object] value Any valid value + # @return [Hash] Returns the value in the form of hash + def _to_hash(value) + if value.is_a?(Array) + value.compact.map{ |v| _to_hash(v) } + elsif value.is_a?(Hash) + {}.tap do |hash| + value.each { |k, v| hash[k] = _to_hash(v) } + end + elsif value.respond_to? :to_hash + value.to_hash + else + value + end + end + + end + +end diff --git a/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb b/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb index 7b6bbbb62..a6920e4b2 100644 --- a/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +++ b/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/bulk_download_links.rb b/lib/intrinio-sdk/models/bulk_download_links.rb index c4c53856e..74821e2be 100644 --- a/lib/intrinio-sdk/models/bulk_download_links.rb +++ b/lib/intrinio-sdk/models/bulk_download_links.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/bulk_download_summary.rb b/lib/intrinio-sdk/models/bulk_download_summary.rb index 07095782c..1156fe640 100644 --- a/lib/intrinio-sdk/models/bulk_download_summary.rb +++ b/lib/intrinio-sdk/models/bulk_download_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb b/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb index 6610904f0..c1480eda5 100644 --- a/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +++ b/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb b/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb index 2270837ea..c795e0c86 100644 --- a/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +++ b/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/company.rb b/lib/intrinio-sdk/models/company.rb index 6aeda17cb..ef35e65f8 100644 --- a/lib/intrinio-sdk/models/company.rb +++ b/lib/intrinio-sdk/models/company.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/company_daily_metric.rb b/lib/intrinio-sdk/models/company_daily_metric.rb index 1c5767844..1a7cd2488 100644 --- a/lib/intrinio-sdk/models/company_daily_metric.rb +++ b/lib/intrinio-sdk/models/company_daily_metric.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/company_filing.rb b/lib/intrinio-sdk/models/company_filing.rb index b9a71a449..944ee4a7b 100644 --- a/lib/intrinio-sdk/models/company_filing.rb +++ b/lib/intrinio-sdk/models/company_filing.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/company_initial_public_offering.rb b/lib/intrinio-sdk/models/company_initial_public_offering.rb index fb4337a62..810fa3562 100644 --- a/lib/intrinio-sdk/models/company_initial_public_offering.rb +++ b/lib/intrinio-sdk/models/company_initial_public_offering.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/company_news.rb b/lib/intrinio-sdk/models/company_news.rb index 9083df362..41da76b27 100644 --- a/lib/intrinio-sdk/models/company_news.rb +++ b/lib/intrinio-sdk/models/company_news.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/company_news_summary.rb b/lib/intrinio-sdk/models/company_news_summary.rb index 94c60d25f..4443f0c8e 100644 --- a/lib/intrinio-sdk/models/company_news_summary.rb +++ b/lib/intrinio-sdk/models/company_news_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/company_public_float.rb b/lib/intrinio-sdk/models/company_public_float.rb index 1326cb31f..00b59e73f 100644 --- a/lib/intrinio-sdk/models/company_public_float.rb +++ b/lib/intrinio-sdk/models/company_public_float.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/company_shares_outstanding.rb b/lib/intrinio-sdk/models/company_shares_outstanding.rb index 00124ace6..75d8d36dd 100644 --- a/lib/intrinio-sdk/models/company_shares_outstanding.rb +++ b/lib/intrinio-sdk/models/company_shares_outstanding.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/company_summary.rb b/lib/intrinio-sdk/models/company_summary.rb index a7d2a474a..92d19a8bd 100644 --- a/lib/intrinio-sdk/models/company_summary.rb +++ b/lib/intrinio-sdk/models/company_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/data_tag.rb b/lib/intrinio-sdk/models/data_tag.rb index 4dae682bc..e283c523b 100644 --- a/lib/intrinio-sdk/models/data_tag.rb +++ b/lib/intrinio-sdk/models/data_tag.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/data_tag_summary.rb b/lib/intrinio-sdk/models/data_tag_summary.rb index f267c0489..e47d3a190 100644 --- a/lib/intrinio-sdk/models/data_tag_summary.rb +++ b/lib/intrinio-sdk/models/data_tag_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb b/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb index 28514496c..56de2876f 100644 --- a/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb +++ b/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/dividend_record.rb b/lib/intrinio-sdk/models/dividend_record.rb index 0295a1633..72da8bec9 100644 --- a/lib/intrinio-sdk/models/dividend_record.rb +++ b/lib/intrinio-sdk/models/dividend_record.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/donchian_channel_technical_value.rb b/lib/intrinio-sdk/models/donchian_channel_technical_value.rb index ad17ab3b9..1557b89d2 100644 --- a/lib/intrinio-sdk/models/donchian_channel_technical_value.rb +++ b/lib/intrinio-sdk/models/donchian_channel_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/earnings_record.rb b/lib/intrinio-sdk/models/earnings_record.rb index 7154ab50e..89a692ede 100644 --- a/lib/intrinio-sdk/models/earnings_record.rb +++ b/lib/intrinio-sdk/models/earnings_record.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb b/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb index ebbb70066..d9f88183b 100644 --- a/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb +++ b/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/economic_index.rb b/lib/intrinio-sdk/models/economic_index.rb index 929910887..413dff877 100644 --- a/lib/intrinio-sdk/models/economic_index.rb +++ b/lib/intrinio-sdk/models/economic_index.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/economic_index_summary.rb b/lib/intrinio-sdk/models/economic_index_summary.rb index 4067ab9f8..96f20c239 100644 --- a/lib/intrinio-sdk/models/economic_index_summary.rb +++ b/lib/intrinio-sdk/models/economic_index_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/eod_index_price.rb b/lib/intrinio-sdk/models/eod_index_price.rb index d778686b6..39900c9cd 100644 --- a/lib/intrinio-sdk/models/eod_index_price.rb +++ b/lib/intrinio-sdk/models/eod_index_price.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/eod_index_price_summary.rb b/lib/intrinio-sdk/models/eod_index_price_summary.rb index f2fd03f4a..d7f6a5953 100644 --- a/lib/intrinio-sdk/models/eod_index_price_summary.rb +++ b/lib/intrinio-sdk/models/eod_index_price_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/esg_company_summary.rb b/lib/intrinio-sdk/models/esg_company_summary.rb index 34b0ff6c3..d2ba94041 100644 --- a/lib/intrinio-sdk/models/esg_company_summary.rb +++ b/lib/intrinio-sdk/models/esg_company_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/esg_comprehensive_rating.rb b/lib/intrinio-sdk/models/esg_comprehensive_rating.rb index b9824df7a..ca0226b8c 100644 --- a/lib/intrinio-sdk/models/esg_comprehensive_rating.rb +++ b/lib/intrinio-sdk/models/esg_comprehensive_rating.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/esg_comprehensive_rating_with_company.rb b/lib/intrinio-sdk/models/esg_comprehensive_rating_with_company.rb index d72cd5f07..dda0bc36d 100644 --- a/lib/intrinio-sdk/models/esg_comprehensive_rating_with_company.rb +++ b/lib/intrinio-sdk/models/esg_comprehensive_rating_with_company.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/esg_rating.rb b/lib/intrinio-sdk/models/esg_rating.rb index dfd636356..08ff23758 100644 --- a/lib/intrinio-sdk/models/esg_rating.rb +++ b/lib/intrinio-sdk/models/esg_rating.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/esg_rating_with_company.rb b/lib/intrinio-sdk/models/esg_rating_with_company.rb index 7baa9375d..f0dd83d48 100644 --- a/lib/intrinio-sdk/models/esg_rating_with_company.rb +++ b/lib/intrinio-sdk/models/esg_rating_with_company.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/etf.rb b/lib/intrinio-sdk/models/etf.rb index f73efb5d7..f257fa644 100644 --- a/lib/intrinio-sdk/models/etf.rb +++ b/lib/intrinio-sdk/models/etf.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/etf_analytics.rb b/lib/intrinio-sdk/models/etf_analytics.rb index 47c7c3987..7ddc1ffba 100644 --- a/lib/intrinio-sdk/models/etf_analytics.rb +++ b/lib/intrinio-sdk/models/etf_analytics.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/etf_holding.rb b/lib/intrinio-sdk/models/etf_holding.rb index 3f4fed69b..71d17403d 100644 --- a/lib/intrinio-sdk/models/etf_holding.rb +++ b/lib/intrinio-sdk/models/etf_holding.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/etf_stats.rb b/lib/intrinio-sdk/models/etf_stats.rb index a59689fa5..e4241ad55 100644 --- a/lib/intrinio-sdk/models/etf_stats.rb +++ b/lib/intrinio-sdk/models/etf_stats.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/etf_summary.rb b/lib/intrinio-sdk/models/etf_summary.rb index a55ce6603..ca52d7936 100644 --- a/lib/intrinio-sdk/models/etf_summary.rb +++ b/lib/intrinio-sdk/models/etf_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/filing.rb b/lib/intrinio-sdk/models/filing.rb index 0d1004a33..68a53e9cc 100644 --- a/lib/intrinio-sdk/models/filing.rb +++ b/lib/intrinio-sdk/models/filing.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/filing_note.rb b/lib/intrinio-sdk/models/filing_note.rb index 45a7deb79..3b3f51ca2 100644 --- a/lib/intrinio-sdk/models/filing_note.rb +++ b/lib/intrinio-sdk/models/filing_note.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/filing_note_filing.rb b/lib/intrinio-sdk/models/filing_note_filing.rb index ab9cb496c..0216cf5ba 100644 --- a/lib/intrinio-sdk/models/filing_note_filing.rb +++ b/lib/intrinio-sdk/models/filing_note_filing.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/filing_note_summary.rb b/lib/intrinio-sdk/models/filing_note_summary.rb index c2176d574..2af09c5f6 100644 --- a/lib/intrinio-sdk/models/filing_note_summary.rb +++ b/lib/intrinio-sdk/models/filing_note_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/filing_summary.rb b/lib/intrinio-sdk/models/filing_summary.rb index e62c5b890..db742f3f3 100644 --- a/lib/intrinio-sdk/models/filing_summary.rb +++ b/lib/intrinio-sdk/models/filing_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/force_index_technical_value.rb b/lib/intrinio-sdk/models/force_index_technical_value.rb index 82b7bace5..5b81d3c95 100644 --- a/lib/intrinio-sdk/models/force_index_technical_value.rb +++ b/lib/intrinio-sdk/models/force_index_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/forex_currency.rb b/lib/intrinio-sdk/models/forex_currency.rb index 587fcd3c7..3cf8086df 100644 --- a/lib/intrinio-sdk/models/forex_currency.rb +++ b/lib/intrinio-sdk/models/forex_currency.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/forex_pair.rb b/lib/intrinio-sdk/models/forex_pair.rb index 845ce0281..beb8a3c5d 100644 --- a/lib/intrinio-sdk/models/forex_pair.rb +++ b/lib/intrinio-sdk/models/forex_pair.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/forex_price.rb b/lib/intrinio-sdk/models/forex_price.rb index 370409a6d..c3c521ad6 100644 --- a/lib/intrinio-sdk/models/forex_price.rb +++ b/lib/intrinio-sdk/models/forex_price.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/fundamental.rb b/lib/intrinio-sdk/models/fundamental.rb index f5ec13e57..2835a49db 100644 --- a/lib/intrinio-sdk/models/fundamental.rb +++ b/lib/intrinio-sdk/models/fundamental.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/fundamental_summary.rb b/lib/intrinio-sdk/models/fundamental_summary.rb index e8480a5d5..e18101617 100644 --- a/lib/intrinio-sdk/models/fundamental_summary.rb +++ b/lib/intrinio-sdk/models/fundamental_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/historical_data.rb b/lib/intrinio-sdk/models/historical_data.rb index 4df67f0a9..900eaf318 100644 --- a/lib/intrinio-sdk/models/historical_data.rb +++ b/lib/intrinio-sdk/models/historical_data.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb b/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb index 56c02c580..71377b6f5 100644 --- a/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +++ b/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/insider_transaction.rb b/lib/intrinio-sdk/models/insider_transaction.rb index e2d7841b4..94c8a8c4f 100644 --- a/lib/intrinio-sdk/models/insider_transaction.rb +++ b/lib/intrinio-sdk/models/insider_transaction.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/insider_transaction_filing.rb b/lib/intrinio-sdk/models/insider_transaction_filing.rb index 06a881e4e..bb12aceac 100644 --- a/lib/intrinio-sdk/models/insider_transaction_filing.rb +++ b/lib/intrinio-sdk/models/insider_transaction_filing.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/institutional_holding.rb b/lib/intrinio-sdk/models/institutional_holding.rb index d66111a4a..1de09ed32 100644 --- a/lib/intrinio-sdk/models/institutional_holding.rb +++ b/lib/intrinio-sdk/models/institutional_holding.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/institutional_ownership.rb b/lib/intrinio-sdk/models/institutional_ownership.rb index cbc51a2ab..172fbe0df 100644 --- a/lib/intrinio-sdk/models/institutional_ownership.rb +++ b/lib/intrinio-sdk/models/institutional_ownership.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/intraday_stock_price.rb b/lib/intrinio-sdk/models/intraday_stock_price.rb index 5d7f6c511..e6d490a86 100644 --- a/lib/intrinio-sdk/models/intraday_stock_price.rb +++ b/lib/intrinio-sdk/models/intraday_stock_price.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/keltner_channel_technical_value.rb b/lib/intrinio-sdk/models/keltner_channel_technical_value.rb index 93d36ec2f..eb7c53fbc 100644 --- a/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +++ b/lib/intrinio-sdk/models/keltner_channel_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb b/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb index 2f26a50f7..b22edd19e 100644 --- a/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +++ b/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/market_status_result.rb b/lib/intrinio-sdk/models/market_status_result.rb index 3049947f1..bb7b70f9a 100644 --- a/lib/intrinio-sdk/models/market_status_result.rb +++ b/lib/intrinio-sdk/models/market_status_result.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/mass_index_technical_value.rb b/lib/intrinio-sdk/models/mass_index_technical_value.rb index 2ad6865bb..1e6df75fd 100644 --- a/lib/intrinio-sdk/models/mass_index_technical_value.rb +++ b/lib/intrinio-sdk/models/mass_index_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/money_flow_index_technical_value.rb b/lib/intrinio-sdk/models/money_flow_index_technical_value.rb index f957d4ff3..5780bb0e8 100644 --- a/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +++ b/lib/intrinio-sdk/models/money_flow_index_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb b/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb index 3c75fdad9..98dbbdb69 100644 --- a/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +++ b/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/municipality.rb b/lib/intrinio-sdk/models/municipality.rb index 2cb5403e9..5184587be 100644 --- a/lib/intrinio-sdk/models/municipality.rb +++ b/lib/intrinio-sdk/models/municipality.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/municipality_financial.rb b/lib/intrinio-sdk/models/municipality_financial.rb index f358401a0..34f049a7e 100644 --- a/lib/intrinio-sdk/models/municipality_financial.rb +++ b/lib/intrinio-sdk/models/municipality_financial.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb b/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb index feca41027..400da2618 100644 --- a/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +++ b/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/news_topic.rb b/lib/intrinio-sdk/models/news_topic.rb index 853e94e46..8729853cb 100644 --- a/lib/intrinio-sdk/models/news_topic.rb +++ b/lib/intrinio-sdk/models/news_topic.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb b/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb index 46c123329..fcfc1a275 100644 --- a/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +++ b/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb b/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb index cba059337..39c052eb1 100644 --- a/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +++ b/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option.rb b/lib/intrinio-sdk/models/option.rb index 7554baa71..16a4a2279 100644 --- a/lib/intrinio-sdk/models/option.rb +++ b/lib/intrinio-sdk/models/option.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_chain.rb b/lib/intrinio-sdk/models/option_chain.rb index 91a3fbabe..9a8c9dd34 100644 --- a/lib/intrinio-sdk/models/option_chain.rb +++ b/lib/intrinio-sdk/models/option_chain.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_chain_eod.rb b/lib/intrinio-sdk/models/option_chain_eod.rb index c0b3dd651..b2a844957 100644 --- a/lib/intrinio-sdk/models/option_chain_eod.rb +++ b/lib/intrinio-sdk/models/option_chain_eod.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_chain_realtime.rb b/lib/intrinio-sdk/models/option_chain_realtime.rb index 75ddc756f..f4df102af 100644 --- a/lib/intrinio-sdk/models/option_chain_realtime.rb +++ b/lib/intrinio-sdk/models/option_chain_realtime.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_contracts_list.rb b/lib/intrinio-sdk/models/option_contracts_list.rb index 12edecbf4..985fe063d 100644 --- a/lib/intrinio-sdk/models/option_contracts_list.rb +++ b/lib/intrinio-sdk/models/option_contracts_list.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_eod.rb b/lib/intrinio-sdk/models/option_eod.rb index 89ce595af..ebdc38dc6 100644 --- a/lib/intrinio-sdk/models/option_eod.rb +++ b/lib/intrinio-sdk/models/option_eod.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_factors_realtime.rb b/lib/intrinio-sdk/models/option_factors_realtime.rb index 4ced97851..e1c34402a 100644 --- a/lib/intrinio-sdk/models/option_factors_realtime.rb +++ b/lib/intrinio-sdk/models/option_factors_realtime.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_interval.rb b/lib/intrinio-sdk/models/option_interval.rb index 8eca1c921..37243095d 100644 --- a/lib/intrinio-sdk/models/option_interval.rb +++ b/lib/intrinio-sdk/models/option_interval.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset @@ -33,7 +33,7 @@ class OptionInterval # The last traded contract price in this interval. attr_accessor :close - # The volume of contract trades in this interval. + # The volume of contracts traded in this interval. attr_accessor :volume # The volume weighted average price of contract trades in this interval. @@ -42,6 +42,9 @@ class OptionInterval # The ratio of Close minus Open to Open. attr_accessor :change + # The number of qualified trades executed during the period + attr_accessor :trade_count + # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map @@ -54,7 +57,8 @@ def self.attribute_map :'close' => :'close', :'volume' => :'volume', :'average' => :'average', - :'change' => :'change' + :'change' => :'change', + :'trade_count' => :'trade_count' } end @@ -69,7 +73,8 @@ def self.swagger_types :'close' => :'Float', :'volume' => :'Float', :'average' => :'Float', - :'change' => :'Float' + :'change' => :'Float', + :'trade_count' => :'Float' } end @@ -117,6 +122,10 @@ def initialize(attributes = {}) self.change = attributes[:'change'] end + if attributes.has_key?(:'trade_count') + self.trade_count = attributes[:'trade_count'] + end + end # Show invalid properties with the reasons. Usually used together with valid? @@ -145,7 +154,8 @@ def ==(o) close == o.close && volume == o.volume && average == o.average && - change == o.change + change == o.change && + trade_count == o.trade_count end # @see the `==` method @@ -157,7 +167,7 @@ def eql?(o) # Calculates hash code according to all attributes. # @return [Fixnum] Hash code def hash - [open_time, close_time, open, high, low, close, volume, average, change].hash + [open_time, close_time, open, high, low, close, volume, average, change, trade_count].hash end # Builds the object from hash diff --git a/lib/intrinio-sdk/models/option_interval_mover.rb b/lib/intrinio-sdk/models/option_interval_mover.rb index f81d97090..f8c91f0ac 100644 --- a/lib/intrinio-sdk/models/option_interval_mover.rb +++ b/lib/intrinio-sdk/models/option_interval_mover.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset @@ -33,12 +33,15 @@ class OptionIntervalMover # The last traded contract price in this interval. attr_accessor :close - # The volume of contract trades in this interval. + # The volume of contracts traded in this interval. attr_accessor :volume # The volume weighted average price of contract trades in this interval. attr_accessor :average + # The number of contract trades executed in this interval + attr_accessor :trade_count + # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map @@ -50,7 +53,8 @@ def self.attribute_map :'low' => :'low', :'close' => :'close', :'volume' => :'volume', - :'average' => :'average' + :'average' => :'average', + :'trade_count' => :'trade_count' } end @@ -64,7 +68,8 @@ def self.swagger_types :'low' => :'Float', :'close' => :'Float', :'volume' => :'Float', - :'average' => :'Float' + :'average' => :'Float', + :'trade_count' => :'Float' } end @@ -108,6 +113,10 @@ def initialize(attributes = {}) self.average = attributes[:'average'] end + if attributes.has_key?(:'trade_count') + self.trade_count = attributes[:'trade_count'] + end + end # Show invalid properties with the reasons. Usually used together with valid? @@ -135,7 +144,8 @@ def ==(o) low == o.low && close == o.close && volume == o.volume && - average == o.average + average == o.average && + trade_count == o.trade_count end # @see the `==` method @@ -147,7 +157,7 @@ def eql?(o) # Calculates hash code according to all attributes. # @return [Fixnum] Hash code def hash - [contract, change, open, high, low, close, volume, average].hash + [contract, change, open, high, low, close, volume, average, trade_count].hash end # Builds the object from hash diff --git a/lib/intrinio-sdk/models/option_intervals_movers_result.rb b/lib/intrinio-sdk/models/option_intervals_movers_result.rb index df35c942f..03ca2b851 100644 --- a/lib/intrinio-sdk/models/option_intervals_movers_result.rb +++ b/lib/intrinio-sdk/models/option_intervals_movers_result.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_intervals_result.rb b/lib/intrinio-sdk/models/option_intervals_result.rb index c193526d2..150fff9ad 100644 --- a/lib/intrinio-sdk/models/option_intervals_result.rb +++ b/lib/intrinio-sdk/models/option_intervals_result.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_price.rb b/lib/intrinio-sdk/models/option_price.rb index 342480c3f..0f21c5376 100644 --- a/lib/intrinio-sdk/models/option_price.rb +++ b/lib/intrinio-sdk/models/option_price.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_price_batch_realtime.rb b/lib/intrinio-sdk/models/option_price_batch_realtime.rb index 62b8f7685..4eaa9173c 100644 --- a/lib/intrinio-sdk/models/option_price_batch_realtime.rb +++ b/lib/intrinio-sdk/models/option_price_batch_realtime.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_price_eod.rb b/lib/intrinio-sdk/models/option_price_eod.rb index 20671d34a..157eec746 100644 --- a/lib/intrinio-sdk/models/option_price_eod.rb +++ b/lib/intrinio-sdk/models/option_price_eod.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_price_realtime.rb b/lib/intrinio-sdk/models/option_price_realtime.rb index ec803b8ad..9f58bb409 100644 --- a/lib/intrinio-sdk/models/option_price_realtime.rb +++ b/lib/intrinio-sdk/models/option_price_realtime.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_price_realtime_extended.rb b/lib/intrinio-sdk/models/option_price_realtime_extended.rb index d2f42769d..f86ed7802 100644 --- a/lib/intrinio-sdk/models/option_price_realtime_extended.rb +++ b/lib/intrinio-sdk/models/option_price_realtime_extended.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_realtime.rb b/lib/intrinio-sdk/models/option_realtime.rb index 8a82ce59c..93c1f28ca 100644 --- a/lib/intrinio-sdk/models/option_realtime.rb +++ b/lib/intrinio-sdk/models/option_realtime.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_snapshot_group.rb b/lib/intrinio-sdk/models/option_snapshot_group.rb index 10c2ca373..4c83ab082 100644 --- a/lib/intrinio-sdk/models/option_snapshot_group.rb +++ b/lib/intrinio-sdk/models/option_snapshot_group.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_snapshots_result.rb b/lib/intrinio-sdk/models/option_snapshots_result.rb index 22c38907a..6c8b6350c 100644 --- a/lib/intrinio-sdk/models/option_snapshots_result.rb +++ b/lib/intrinio-sdk/models/option_snapshots_result.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_stats_realtime.rb b/lib/intrinio-sdk/models/option_stats_realtime.rb index 16edc66db..6a6c73498 100644 --- a/lib/intrinio-sdk/models/option_stats_realtime.rb +++ b/lib/intrinio-sdk/models/option_stats_realtime.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_trades.rb b/lib/intrinio-sdk/models/option_trades.rb index fd0c55ae0..b70060d77 100644 --- a/lib/intrinio-sdk/models/option_trades.rb +++ b/lib/intrinio-sdk/models/option_trades.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_trades_result.rb b/lib/intrinio-sdk/models/option_trades_result.rb index 602bf4849..e474d026a 100644 --- a/lib/intrinio-sdk/models/option_trades_result.rb +++ b/lib/intrinio-sdk/models/option_trades_result.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/option_unusual_trade.rb b/lib/intrinio-sdk/models/option_unusual_trade.rb index e89af1a1c..91b847531 100644 --- a/lib/intrinio-sdk/models/option_unusual_trade.rb +++ b/lib/intrinio-sdk/models/option_unusual_trade.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/options_aggregate.rb b/lib/intrinio-sdk/models/options_aggregate.rb index fa985a0fb..3af49f066 100644 --- a/lib/intrinio-sdk/models/options_aggregate.rb +++ b/lib/intrinio-sdk/models/options_aggregate.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/options_price_eod.rb b/lib/intrinio-sdk/models/options_price_eod.rb index 989806458..c8725f93f 100644 --- a/lib/intrinio-sdk/models/options_price_eod.rb +++ b/lib/intrinio-sdk/models/options_price_eod.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/owner.rb b/lib/intrinio-sdk/models/owner.rb index 718052f03..5641ba0ce 100644 --- a/lib/intrinio-sdk/models/owner.rb +++ b/lib/intrinio-sdk/models/owner.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/owner_summary.rb b/lib/intrinio-sdk/models/owner_summary.rb index 34b8a8b25..a11d81d49 100644 --- a/lib/intrinio-sdk/models/owner_summary.rb +++ b/lib/intrinio-sdk/models/owner_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/realtime_index_price.rb b/lib/intrinio-sdk/models/realtime_index_price.rb index 9eb4ec768..3dbfa24e5 100644 --- a/lib/intrinio-sdk/models/realtime_index_price.rb +++ b/lib/intrinio-sdk/models/realtime_index_price.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/realtime_index_price_index.rb b/lib/intrinio-sdk/models/realtime_index_price_index.rb index 686866a4d..e272c045e 100644 --- a/lib/intrinio-sdk/models/realtime_index_price_index.rb +++ b/lib/intrinio-sdk/models/realtime_index_price_index.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/realtime_stock_price.rb b/lib/intrinio-sdk/models/realtime_stock_price.rb index 3c7dfa3ec..630b461d7 100644 --- a/lib/intrinio-sdk/models/realtime_stock_price.rb +++ b/lib/intrinio-sdk/models/realtime_stock_price.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/realtime_stock_price_security.rb b/lib/intrinio-sdk/models/realtime_stock_price_security.rb index effb280c5..2666794a8 100644 --- a/lib/intrinio-sdk/models/realtime_stock_price_security.rb +++ b/lib/intrinio-sdk/models/realtime_stock_price_security.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb b/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb index 0ef87445c..8f3fd815a 100644 --- a/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +++ b/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/reported_financial.rb b/lib/intrinio-sdk/models/reported_financial.rb index 69a717239..5efca7b00 100644 --- a/lib/intrinio-sdk/models/reported_financial.rb +++ b/lib/intrinio-sdk/models/reported_financial.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/reported_financial_dimension.rb b/lib/intrinio-sdk/models/reported_financial_dimension.rb index 2cea6156d..5611376e6 100644 --- a/lib/intrinio-sdk/models/reported_financial_dimension.rb +++ b/lib/intrinio-sdk/models/reported_financial_dimension.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/reported_tag.rb b/lib/intrinio-sdk/models/reported_tag.rb index c51f0f30f..2a416c9a0 100644 --- a/lib/intrinio-sdk/models/reported_tag.rb +++ b/lib/intrinio-sdk/models/reported_tag.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/security.rb b/lib/intrinio-sdk/models/security.rb index 2a649fa8a..9641cbee9 100644 --- a/lib/intrinio-sdk/models/security.rb +++ b/lib/intrinio-sdk/models/security.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/security_history.rb b/lib/intrinio-sdk/models/security_history.rb index 31165b0e8..c1210dcc5 100644 --- a/lib/intrinio-sdk/models/security_history.rb +++ b/lib/intrinio-sdk/models/security_history.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/security_history_list_result.rb b/lib/intrinio-sdk/models/security_history_list_result.rb index d2bb7ee87..7086d5ab4 100644 --- a/lib/intrinio-sdk/models/security_history_list_result.rb +++ b/lib/intrinio-sdk/models/security_history_list_result.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/security_interval_mover.rb b/lib/intrinio-sdk/models/security_interval_mover.rb index 3f2e49071..5800056f6 100644 --- a/lib/intrinio-sdk/models/security_interval_mover.rb +++ b/lib/intrinio-sdk/models/security_interval_mover.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset @@ -33,12 +33,15 @@ class SecurityIntervalMover # The last traded price in this interval. attr_accessor :close - # The volume of trades in this interval. + # The volume of shares in this interval. attr_accessor :volume # The volume weighted average price of trades in this interval. attr_accessor :average + # The of trades in this interval. + attr_accessor :trade_count + # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map @@ -50,7 +53,8 @@ def self.attribute_map :'low' => :'low', :'close' => :'close', :'volume' => :'volume', - :'average' => :'average' + :'average' => :'average', + :'trade_count' => :'trade_count' } end @@ -64,7 +68,8 @@ def self.swagger_types :'low' => :'Float', :'close' => :'Float', :'volume' => :'Float', - :'average' => :'Float' + :'average' => :'Float', + :'trade_count' => :'Float' } end @@ -108,6 +113,10 @@ def initialize(attributes = {}) self.average = attributes[:'average'] end + if attributes.has_key?(:'trade_count') + self.trade_count = attributes[:'trade_count'] + end + end # Show invalid properties with the reasons. Usually used together with valid? @@ -135,7 +144,8 @@ def ==(o) low == o.low && close == o.close && volume == o.volume && - average == o.average + average == o.average && + trade_count == o.trade_count end # @see the `==` method @@ -147,7 +157,7 @@ def eql?(o) # Calculates hash code according to all attributes. # @return [Fixnum] Hash code def hash - [symbol, change, open, high, low, close, volume, average].hash + [symbol, change, open, high, low, close, volume, average, trade_count].hash end # Builds the object from hash diff --git a/lib/intrinio-sdk/models/security_intervals_movers_result.rb b/lib/intrinio-sdk/models/security_intervals_movers_result.rb index 885ee1ab0..1dd6eae0b 100644 --- a/lib/intrinio-sdk/models/security_intervals_movers_result.rb +++ b/lib/intrinio-sdk/models/security_intervals_movers_result.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/security_replay_file_result.rb b/lib/intrinio-sdk/models/security_replay_file_result.rb index a553cb335..65a40acc7 100644 --- a/lib/intrinio-sdk/models/security_replay_file_result.rb +++ b/lib/intrinio-sdk/models/security_replay_file_result.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/security_screen_clause.rb b/lib/intrinio-sdk/models/security_screen_clause.rb index fd51b6613..539debfe9 100644 --- a/lib/intrinio-sdk/models/security_screen_clause.rb +++ b/lib/intrinio-sdk/models/security_screen_clause.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/security_screen_group.rb b/lib/intrinio-sdk/models/security_screen_group.rb index 292052367..66a204c6b 100644 --- a/lib/intrinio-sdk/models/security_screen_group.rb +++ b/lib/intrinio-sdk/models/security_screen_group.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/security_screen_result.rb b/lib/intrinio-sdk/models/security_screen_result.rb index eadf45222..a1dded522 100644 --- a/lib/intrinio-sdk/models/security_screen_result.rb +++ b/lib/intrinio-sdk/models/security_screen_result.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/security_screen_result_data.rb b/lib/intrinio-sdk/models/security_screen_result_data.rb index a39f32f68..bac94ef6a 100644 --- a/lib/intrinio-sdk/models/security_screen_result_data.rb +++ b/lib/intrinio-sdk/models/security_screen_result_data.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/security_snapshot_group.rb b/lib/intrinio-sdk/models/security_snapshot_group.rb index 47465f0ba..2b6124ed4 100644 --- a/lib/intrinio-sdk/models/security_snapshot_group.rb +++ b/lib/intrinio-sdk/models/security_snapshot_group.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/security_snapshots_result.rb b/lib/intrinio-sdk/models/security_snapshots_result.rb index 830589adf..26122e679 100644 --- a/lib/intrinio-sdk/models/security_snapshots_result.rb +++ b/lib/intrinio-sdk/models/security_snapshots_result.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/security_summary.rb b/lib/intrinio-sdk/models/security_summary.rb index e47cdc5d4..d0c0c7013 100644 --- a/lib/intrinio-sdk/models/security_summary.rb +++ b/lib/intrinio-sdk/models/security_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/security_trades.rb b/lib/intrinio-sdk/models/security_trades.rb index 6a3749583..f81264fa7 100644 --- a/lib/intrinio-sdk/models/security_trades.rb +++ b/lib/intrinio-sdk/models/security_trades.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/security_trades_result.rb b/lib/intrinio-sdk/models/security_trades_result.rb index 5d352a9f3..713e95d6d 100644 --- a/lib/intrinio-sdk/models/security_trades_result.rb +++ b/lib/intrinio-sdk/models/security_trades_result.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/sic_index.rb b/lib/intrinio-sdk/models/sic_index.rb index 1c0a72f60..435de96fe 100644 --- a/lib/intrinio-sdk/models/sic_index.rb +++ b/lib/intrinio-sdk/models/sic_index.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb b/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb index 4cfd45127..d532d721e 100644 --- a/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +++ b/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/standardized_financial.rb b/lib/intrinio-sdk/models/standardized_financial.rb index 2fac98711..6ba9ee5ff 100644 --- a/lib/intrinio-sdk/models/standardized_financial.rb +++ b/lib/intrinio-sdk/models/standardized_financial.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/standardized_financials_dimension.rb b/lib/intrinio-sdk/models/standardized_financials_dimension.rb index 40a04b49e..0b288c4f5 100644 --- a/lib/intrinio-sdk/models/standardized_financials_dimension.rb +++ b/lib/intrinio-sdk/models/standardized_financials_dimension.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb b/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb index 18fe2c40a..ad9ca21e6 100644 --- a/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +++ b/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/stock_exchange.rb b/lib/intrinio-sdk/models/stock_exchange.rb index baa7491b5..d27014837 100644 --- a/lib/intrinio-sdk/models/stock_exchange.rb +++ b/lib/intrinio-sdk/models/stock_exchange.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/stock_exchange_mover.rb b/lib/intrinio-sdk/models/stock_exchange_mover.rb index 93c1f2357..c605777a1 100644 --- a/lib/intrinio-sdk/models/stock_exchange_mover.rb +++ b/lib/intrinio-sdk/models/stock_exchange_mover.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/stock_market_index.rb b/lib/intrinio-sdk/models/stock_market_index.rb index 429b01ea7..fae052614 100644 --- a/lib/intrinio-sdk/models/stock_market_index.rb +++ b/lib/intrinio-sdk/models/stock_market_index.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/stock_market_index_summary.rb b/lib/intrinio-sdk/models/stock_market_index_summary.rb index 94db7e0d5..9cee1d323 100644 --- a/lib/intrinio-sdk/models/stock_market_index_summary.rb +++ b/lib/intrinio-sdk/models/stock_market_index_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/stock_price.rb b/lib/intrinio-sdk/models/stock_price.rb index eaaf7ba48..67a8e0f26 100644 --- a/lib/intrinio-sdk/models/stock_price.rb +++ b/lib/intrinio-sdk/models/stock_price.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/stock_price_adjustment.rb b/lib/intrinio-sdk/models/stock_price_adjustment.rb index c27163c63..3afec4382 100644 --- a/lib/intrinio-sdk/models/stock_price_adjustment.rb +++ b/lib/intrinio-sdk/models/stock_price_adjustment.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb b/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb index 585b44f0f..3a94df128 100644 --- a/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +++ b/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/stock_price_interval.rb b/lib/intrinio-sdk/models/stock_price_interval.rb index bd9c4a148..128e58f0a 100644 --- a/lib/intrinio-sdk/models/stock_price_interval.rb +++ b/lib/intrinio-sdk/models/stock_price_interval.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset @@ -87,6 +87,9 @@ class StockPriceInterval # The ratio of the close to open ask difference, in percent. attr_accessor :ask_change_percent + # The number of qualified trades executed during the period + attr_accessor :trade_count + class EnumAttributeValidator attr_reader :datatype attr_reader :allowable_values @@ -135,7 +138,8 @@ def self.attribute_map :'ask_open' => :'ask_open', :'ask_first_time' => :'ask_first_time', :'ask_last_time' => :'ask_last_time', - :'ask_change_percent' => :'ask_change_percent' + :'ask_change_percent' => :'ask_change_percent', + :'trade_count' => :'trade_count' } end @@ -165,7 +169,8 @@ def self.swagger_types :'ask_open' => :'Float', :'ask_first_time' => :'DateTime', :'ask_last_time' => :'DateTime', - :'ask_change_percent' => :'Float' + :'ask_change_percent' => :'Float', + :'trade_count' => :'Float' } end @@ -273,6 +278,10 @@ def initialize(attributes = {}) self.ask_change_percent = attributes[:'ask_change_percent'] end + if attributes.has_key?(:'trade_count') + self.trade_count = attributes[:'trade_count'] + end + end # Show invalid properties with the reasons. Usually used together with valid? @@ -328,7 +337,8 @@ def ==(o) ask_open == o.ask_open && ask_first_time == o.ask_first_time && ask_last_time == o.ask_last_time && - ask_change_percent == o.ask_change_percent + ask_change_percent == o.ask_change_percent && + trade_count == o.trade_count end # @see the `==` method @@ -340,7 +350,7 @@ def eql?(o) # Calculates hash code according to all attributes. # @return [Fixnum] Hash code def hash - [time, open, close, high, low, volume, close_time, interval, average, change, bid_high, bid_low, bid_close, bid_open, bid_first_time, bid_last_time, bid_change_percent, ask_high, ask_low, ask_close, ask_open, ask_first_time, ask_last_time, ask_change_percent].hash + [time, open, close, high, low, volume, close_time, interval, average, change, bid_high, bid_low, bid_close, bid_open, bid_first_time, bid_last_time, bid_change_percent, ask_high, ask_low, ask_close, ask_open, ask_first_time, ask_last_time, ask_change_percent, trade_count].hash end # Builds the object from hash diff --git a/lib/intrinio-sdk/models/stock_price_summary.rb b/lib/intrinio-sdk/models/stock_price_summary.rb index deef12ad0..8425dd21c 100644 --- a/lib/intrinio-sdk/models/stock_price_summary.rb +++ b/lib/intrinio-sdk/models/stock_price_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/technical_indicator.rb b/lib/intrinio-sdk/models/technical_indicator.rb index 8b26c8778..9bf31f48c 100644 --- a/lib/intrinio-sdk/models/technical_indicator.rb +++ b/lib/intrinio-sdk/models/technical_indicator.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/thea_entity_answer.rb b/lib/intrinio-sdk/models/thea_entity_answer.rb index a39ab1ebc..af2653123 100644 --- a/lib/intrinio-sdk/models/thea_entity_answer.rb +++ b/lib/intrinio-sdk/models/thea_entity_answer.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/thea_source_document.rb b/lib/intrinio-sdk/models/thea_source_document.rb index 683e204a0..5df7db16e 100644 --- a/lib/intrinio-sdk/models/thea_source_document.rb +++ b/lib/intrinio-sdk/models/thea_source_document.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb b/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb index eacf0979f..6d416cdf7 100644 --- a/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +++ b/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/true_strength_index_technical_value.rb b/lib/intrinio-sdk/models/true_strength_index_technical_value.rb index 9d00f1e91..502caca9f 100644 --- a/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +++ b/lib/intrinio-sdk/models/true_strength_index_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb b/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb index 11c981631..5a6e7bf6d 100644 --- a/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +++ b/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb b/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb index 20f29da5c..e33824472 100644 --- a/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +++ b/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb b/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb index eaead195c..acd5cba7b 100644 --- a/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +++ b/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb b/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb index 635fb232c..d659d3d70 100644 --- a/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +++ b/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/williams_r_technical_value.rb b/lib/intrinio-sdk/models/williams_r_technical_value.rb index 42855dbcb..583b542eb 100644 --- a/lib/intrinio-sdk/models/williams_r_technical_value.rb +++ b/lib/intrinio-sdk/models/williams_r_technical_value.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_analyst_rating.rb b/lib/intrinio-sdk/models/zacks_analyst_rating.rb index aabd1f4a5..e6697e9f4 100644 --- a/lib/intrinio-sdk/models/zacks_analyst_rating.rb +++ b/lib/intrinio-sdk/models/zacks_analyst_rating.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb b/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb index 19b6f6df3..b27258d41 100644 --- a/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +++ b/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb b/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb index 4fb19cdbf..40ed1eb37 100644 --- a/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +++ b/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_ebitda_consensus.rb b/lib/intrinio-sdk/models/zacks_ebitda_consensus.rb index f56e77111..83f42c428 100644 --- a/lib/intrinio-sdk/models/zacks_ebitda_consensus.rb +++ b/lib/intrinio-sdk/models/zacks_ebitda_consensus.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_eps_estimate.rb b/lib/intrinio-sdk/models/zacks_eps_estimate.rb index 32fe8411c..041ede29b 100644 --- a/lib/intrinio-sdk/models/zacks_eps_estimate.rb +++ b/lib/intrinio-sdk/models/zacks_eps_estimate.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_eps_growth_rate.rb b/lib/intrinio-sdk/models/zacks_eps_growth_rate.rb index 05d63557e..6edf4d380 100644 --- a/lib/intrinio-sdk/models/zacks_eps_growth_rate.rb +++ b/lib/intrinio-sdk/models/zacks_eps_growth_rate.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_eps_surprise.rb b/lib/intrinio-sdk/models/zacks_eps_surprise.rb index 8b204667e..0085f9db8 100644 --- a/lib/intrinio-sdk/models/zacks_eps_surprise.rb +++ b/lib/intrinio-sdk/models/zacks_eps_surprise.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb b/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb index 608f254aa..746a3dcf1 100644 --- a/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb +++ b/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_etf_holding.rb b/lib/intrinio-sdk/models/zacks_etf_holding.rb index e907d4130..7636235db 100644 --- a/lib/intrinio-sdk/models/zacks_etf_holding.rb +++ b/lib/intrinio-sdk/models/zacks_etf_holding.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_forward_pe.rb b/lib/intrinio-sdk/models/zacks_forward_pe.rb index 981c1b9ca..df9583826 100644 --- a/lib/intrinio-sdk/models/zacks_forward_pe.rb +++ b/lib/intrinio-sdk/models/zacks_forward_pe.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_institutional_holding.rb b/lib/intrinio-sdk/models/zacks_institutional_holding.rb index 877605970..5bef9633b 100644 --- a/lib/intrinio-sdk/models/zacks_institutional_holding.rb +++ b/lib/intrinio-sdk/models/zacks_institutional_holding.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_institutional_holding_company_detail.rb b/lib/intrinio-sdk/models/zacks_institutional_holding_company_detail.rb index c44407170..e9e31545f 100644 --- a/lib/intrinio-sdk/models/zacks_institutional_holding_company_detail.rb +++ b/lib/intrinio-sdk/models/zacks_institutional_holding_company_detail.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_institutional_holding_company_summary.rb b/lib/intrinio-sdk/models/zacks_institutional_holding_company_summary.rb index 4f252604e..aa9fa5eb7 100644 --- a/lib/intrinio-sdk/models/zacks_institutional_holding_company_summary.rb +++ b/lib/intrinio-sdk/models/zacks_institutional_holding_company_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_institutional_holding_historical_summary.rb b/lib/intrinio-sdk/models/zacks_institutional_holding_historical_summary.rb index 7bfbfb4ac..46d13f14b 100644 --- a/lib/intrinio-sdk/models/zacks_institutional_holding_historical_summary.rb +++ b/lib/intrinio-sdk/models/zacks_institutional_holding_historical_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_institutional_holding_owner_detail.rb b/lib/intrinio-sdk/models/zacks_institutional_holding_owner_detail.rb index 7f4b13a60..a5bb7240b 100644 --- a/lib/intrinio-sdk/models/zacks_institutional_holding_owner_detail.rb +++ b/lib/intrinio-sdk/models/zacks_institutional_holding_owner_detail.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_institutional_holding_owner_summary.rb b/lib/intrinio-sdk/models/zacks_institutional_holding_owner_summary.rb index 4dc56e8bf..624328a33 100644 --- a/lib/intrinio-sdk/models/zacks_institutional_holding_owner_summary.rb +++ b/lib/intrinio-sdk/models/zacks_institutional_holding_owner_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb b/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb index 7ac9e04d9..d0bcbf216 100644 --- a/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb +++ b/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_sales_estimate.rb b/lib/intrinio-sdk/models/zacks_sales_estimate.rb index f208bbcb8..b5424f508 100644 --- a/lib/intrinio-sdk/models/zacks_sales_estimate.rb +++ b/lib/intrinio-sdk/models/zacks_sales_estimate.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_sales_surprise.rb b/lib/intrinio-sdk/models/zacks_sales_surprise.rb index f34789021..3bc7bbee4 100644 --- a/lib/intrinio-sdk/models/zacks_sales_surprise.rb +++ b/lib/intrinio-sdk/models/zacks_sales_surprise.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb b/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb index 9b68c53ed..3f12672d6 100644 --- a/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +++ b/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/models/zacks_target_price_consensus.rb b/lib/intrinio-sdk/models/zacks_target_price_consensus.rb index 166883bc5..77aae6f6b 100644 --- a/lib/intrinio-sdk/models/zacks_target_price_consensus.rb +++ b/lib/intrinio-sdk/models/zacks_target_price_consensus.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/lib/intrinio-sdk/version.rb b/lib/intrinio-sdk/version.rb index b0748a5f9..5088d79dd 100644 --- a/lib/intrinio-sdk/version.rb +++ b/lib/intrinio-sdk/version.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset @@ -11,5 +11,5 @@ =end module Intrinio - VERSION = "6.33.0" + VERSION = "6.34.0" end diff --git a/spec/api/bulk_downloads_api_spec.rb b/spec/api/bulk_downloads_api_spec.rb index 3a5053731..d4e31cb43 100644 --- a/spec/api/bulk_downloads_api_spec.rb +++ b/spec/api/bulk_downloads_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api/company_api_spec.rb b/spec/api/company_api_spec.rb index 9467d3cb5..4e78df506 100644 --- a/spec/api/company_api_spec.rb +++ b/spec/api/company_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api/data_point_api_spec.rb b/spec/api/data_point_api_spec.rb index 2a18e81a7..73af6d5c8 100644 --- a/spec/api/data_point_api_spec.rb +++ b/spec/api/data_point_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api/data_tag_api_spec.rb b/spec/api/data_tag_api_spec.rb index ec9ccbe05..751bdef18 100644 --- a/spec/api/data_tag_api_spec.rb +++ b/spec/api/data_tag_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api/esg_api_spec.rb b/spec/api/esg_api_spec.rb index baf57b929..f5ceb30c7 100644 --- a/spec/api/esg_api_spec.rb +++ b/spec/api/esg_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api/et_fs_api_spec.rb b/spec/api/et_fs_api_spec.rb index 6911ec7ea..27a019be0 100644 --- a/spec/api/et_fs_api_spec.rb +++ b/spec/api/et_fs_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api/filing_api_spec.rb b/spec/api/filing_api_spec.rb index abb1d0a2f..dec073d9a 100644 --- a/spec/api/filing_api_spec.rb +++ b/spec/api/filing_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api/forex_api_spec.rb b/spec/api/forex_api_spec.rb index ec080cd94..c3a6531eb 100644 --- a/spec/api/forex_api_spec.rb +++ b/spec/api/forex_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api/fundamentals_api_spec.rb b/spec/api/fundamentals_api_spec.rb index 942a1f81b..9d909b5cc 100644 --- a/spec/api/fundamentals_api_spec.rb +++ b/spec/api/fundamentals_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api/historical_data_api_spec.rb b/spec/api/historical_data_api_spec.rb index 896c52cbe..867398e66 100644 --- a/spec/api/historical_data_api_spec.rb +++ b/spec/api/historical_data_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api/index_api_spec.rb b/spec/api/index_api_spec.rb index 08bca1f63..04c9f541c 100644 --- a/spec/api/index_api_spec.rb +++ b/spec/api/index_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api/insider_transaction_filings_api_spec.rb b/spec/api/insider_transaction_filings_api_spec.rb index 07d7d14ae..c3c1a24d4 100644 --- a/spec/api/insider_transaction_filings_api_spec.rb +++ b/spec/api/insider_transaction_filings_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api/market_api_spec.rb b/spec/api/market_api_spec.rb index 96c5c7396..329a05749 100644 --- a/spec/api/market_api_spec.rb +++ b/spec/api/market_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api/municipality_api_spec.rb b/spec/api/municipality_api_spec.rb index dd38767ae..3eeecf707 100644 --- a/spec/api/municipality_api_spec.rb +++ b/spec/api/municipality_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api/options_api_spec.rb b/spec/api/options_api_spec.rb index 8ffcccaee..be22dda87 100644 --- a/spec/api/options_api_spec.rb +++ b/spec/api/options_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset @@ -36,6 +36,7 @@ # Options Tickers # Returns all tickers that have existing options contracts. # @param [Hash] opts the optional parameters + # @option opts [BOOLEAN] :use_underlying_symbols Use underlying symbol vs contract symbol # @return [ApiResponseOptionsTickers] describe 'get_all_options_tickers test' do it "should work" do diff --git a/spec/api/owners_api_spec.rb b/spec/api/owners_api_spec.rb index 5f1c352ca..76ca04348 100644 --- a/spec/api/owners_api_spec.rb +++ b/spec/api/owners_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api/security_api_spec.rb b/spec/api/security_api_spec.rb index cbeb7c690..de5655d67 100644 --- a/spec/api/security_api_spec.rb +++ b/spec/api/security_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api/stock_exchange_api_spec.rb b/spec/api/stock_exchange_api_spec.rb index 2b8ed5ad6..28b7580c4 100644 --- a/spec/api/stock_exchange_api_spec.rb +++ b/spec/api/stock_exchange_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset @@ -47,6 +47,22 @@ end end + # unit tests for get_stock_exchange_betas + # Security Betas + # Returns security beta data in the Stock Exchange with the given `identifier` + # @param identifier A Stock Exchange identifier (MIC or Intrinio ID) + # @param [Hash] opts the optional parameters + # @option opts [String] :type Only of the given type + # @option opts [Object] :date Return data for this period end date. + # @option opts [Integer] :page_size The number of results to return + # @option opts [String] :next_page Gets the next page of data from a previous API call + # @return [ApiResponseStockExchangeBetas] + describe 'get_stock_exchange_betas test' do + it "should work" do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + # unit tests for get_stock_exchange_by_id # Lookup Stock Exchange # Returns the Stock Exchange with the given `identifier` diff --git a/spec/api/technical_api_spec.rb b/spec/api/technical_api_spec.rb index f7976ecff..87fd2c986 100644 --- a/spec/api/technical_api_spec.rb +++ b/spec/api/technical_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api/zacks_api_spec.rb b/spec/api/zacks_api_spec.rb index ada07bba1..a3e9b44f8 100644 --- a/spec/api/zacks_api_spec.rb +++ b/spec/api/zacks_api_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/api_client_spec.rb b/spec/api_client_spec.rb index 8b07f5104..72d0c9ca2 100644 --- a/spec/api_client_spec.rb +++ b/spec/api_client_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/configuration_spec.rb b/spec/configuration_spec.rb index 713d89ce7..c3efa561b 100644 --- a/spec/configuration_spec.rb +++ b/spec/configuration_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/accumulation_distribution_index_technical_value_spec.rb b/spec/models/accumulation_distribution_index_technical_value_spec.rb index 79d4b9f36..aa2c5f6ac 100644 --- a/spec/models/accumulation_distribution_index_technical_value_spec.rb +++ b/spec/models/accumulation_distribution_index_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_bulk_download_links_spec.rb b/spec/models/api_response_bulk_download_links_spec.rb index ce56bb48e..fa9e614bb 100644 --- a/spec/models/api_response_bulk_download_links_spec.rb +++ b/spec/models/api_response_bulk_download_links_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_companies_search_spec.rb b/spec/models/api_response_companies_search_spec.rb index a521590b5..ed6a1548f 100644 --- a/spec/models/api_response_companies_search_spec.rb +++ b/spec/models/api_response_companies_search_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_companies_spec.rb b/spec/models/api_response_companies_spec.rb index d09f10ac8..1200e8889 100644 --- a/spec/models/api_response_companies_spec.rb +++ b/spec/models/api_response_companies_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_company_answers_spec.rb b/spec/models/api_response_company_answers_spec.rb index 0a9713c70..e03ff7b5e 100644 --- a/spec/models/api_response_company_answers_spec.rb +++ b/spec/models/api_response_company_answers_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_company_daily_metrics_spec.rb b/spec/models/api_response_company_daily_metrics_spec.rb index a0e1a329c..e7e2cb32d 100644 --- a/spec/models/api_response_company_daily_metrics_spec.rb +++ b/spec/models/api_response_company_daily_metrics_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_company_filings_spec.rb b/spec/models/api_response_company_filings_spec.rb index 8359e678c..4e4d22c10 100644 --- a/spec/models/api_response_company_filings_spec.rb +++ b/spec/models/api_response_company_filings_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_company_fundamentals_spec.rb b/spec/models/api_response_company_fundamentals_spec.rb index d6fad6ff0..d93efb71c 100644 --- a/spec/models/api_response_company_fundamentals_spec.rb +++ b/spec/models/api_response_company_fundamentals_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_company_historical_data_spec.rb b/spec/models/api_response_company_historical_data_spec.rb index 74976d2c3..9f23e2dec 100644 --- a/spec/models/api_response_company_historical_data_spec.rb +++ b/spec/models/api_response_company_historical_data_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_company_insider_transaction_filings_spec.rb b/spec/models/api_response_company_insider_transaction_filings_spec.rb index 5166a7e3f..822115d17 100644 --- a/spec/models/api_response_company_insider_transaction_filings_spec.rb +++ b/spec/models/api_response_company_insider_transaction_filings_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_company_news_body_spec.rb b/spec/models/api_response_company_news_body_spec.rb index 671d9e3f8..22c5654ba 100644 --- a/spec/models/api_response_company_news_body_spec.rb +++ b/spec/models/api_response_company_news_body_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_company_news_spec.rb b/spec/models/api_response_company_news_spec.rb index dd6609033..7effb945c 100644 --- a/spec/models/api_response_company_news_spec.rb +++ b/spec/models/api_response_company_news_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_company_public_float_result_spec.rb b/spec/models/api_response_company_public_float_result_spec.rb index 33201b1cd..4048029ed 100644 --- a/spec/models/api_response_company_public_float_result_spec.rb +++ b/spec/models/api_response_company_public_float_result_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_company_recognize_spec.rb b/spec/models/api_response_company_recognize_spec.rb index b476c291d..5923e0205 100644 --- a/spec/models/api_response_company_recognize_spec.rb +++ b/spec/models/api_response_company_recognize_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_company_securities_spec.rb b/spec/models/api_response_company_securities_spec.rb index f24c4e86e..f7bb90004 100644 --- a/spec/models/api_response_company_securities_spec.rb +++ b/spec/models/api_response_company_securities_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_company_shares_outstanding_spec.rb b/spec/models/api_response_company_shares_outstanding_spec.rb index 4202cabeb..bef798373 100644 --- a/spec/models/api_response_company_shares_outstanding_spec.rb +++ b/spec/models/api_response_company_shares_outstanding_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_data_tags_search_spec.rb b/spec/models/api_response_data_tags_search_spec.rb index d0deb4d94..dd7be31b3 100644 --- a/spec/models/api_response_data_tags_search_spec.rb +++ b/spec/models/api_response_data_tags_search_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_data_tags_spec.rb b/spec/models/api_response_data_tags_spec.rb index 1042eb830..1b29d7bba 100644 --- a/spec/models/api_response_data_tags_spec.rb +++ b/spec/models/api_response_data_tags_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_economic_index_historical_data_spec.rb b/spec/models/api_response_economic_index_historical_data_spec.rb index e3d4cca3c..e5b2b464e 100644 --- a/spec/models/api_response_economic_index_historical_data_spec.rb +++ b/spec/models/api_response_economic_index_historical_data_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_economic_indices_search_spec.rb b/spec/models/api_response_economic_indices_search_spec.rb index 8b9ada8aa..74b92849d 100644 --- a/spec/models/api_response_economic_indices_search_spec.rb +++ b/spec/models/api_response_economic_indices_search_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_economic_indices_spec.rb b/spec/models/api_response_economic_indices_spec.rb index 1f25a0e0d..ccda42bc9 100644 --- a/spec/models/api_response_economic_indices_spec.rb +++ b/spec/models/api_response_economic_indices_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_eod_index_prices_all_spec.rb b/spec/models/api_response_eod_index_prices_all_spec.rb index 0a0aba22c..99a33b05e 100644 --- a/spec/models/api_response_eod_index_prices_all_spec.rb +++ b/spec/models/api_response_eod_index_prices_all_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_eod_index_prices_spec.rb b/spec/models/api_response_eod_index_prices_spec.rb index 1cd2737a4..edac69bd4 100644 --- a/spec/models/api_response_eod_index_prices_spec.rb +++ b/spec/models/api_response_eod_index_prices_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_esg_companies_spec.rb b/spec/models/api_response_esg_companies_spec.rb index a76aa29cc..e57bff37d 100644 --- a/spec/models/api_response_esg_companies_spec.rb +++ b/spec/models/api_response_esg_companies_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_esg_company_comprehensive_rating_history_spec.rb b/spec/models/api_response_esg_company_comprehensive_rating_history_spec.rb index 7332ccbd5..6bac10b73 100644 --- a/spec/models/api_response_esg_company_comprehensive_rating_history_spec.rb +++ b/spec/models/api_response_esg_company_comprehensive_rating_history_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_esg_company_rating_history_spec.rb b/spec/models/api_response_esg_company_rating_history_spec.rb index 7ecccaa8b..9f4436fe0 100644 --- a/spec/models/api_response_esg_company_rating_history_spec.rb +++ b/spec/models/api_response_esg_company_rating_history_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_esg_latest_comprehensive_spec.rb b/spec/models/api_response_esg_latest_comprehensive_spec.rb index 08b431d51..baa7651a3 100644 --- a/spec/models/api_response_esg_latest_comprehensive_spec.rb +++ b/spec/models/api_response_esg_latest_comprehensive_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_esg_latest_spec.rb b/spec/models/api_response_esg_latest_spec.rb index b85581f27..1273a1b56 100644 --- a/spec/models/api_response_esg_latest_spec.rb +++ b/spec/models/api_response_esg_latest_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_et_fs_spec.rb b/spec/models/api_response_et_fs_spec.rb index 14b0916a3..fec0dbe34 100644 --- a/spec/models/api_response_et_fs_spec.rb +++ b/spec/models/api_response_et_fs_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_etf_holdings_spec.rb b/spec/models/api_response_etf_holdings_spec.rb index 8b0ddb0eb..7777bf4d7 100644 --- a/spec/models/api_response_etf_holdings_spec.rb +++ b/spec/models/api_response_etf_holdings_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_filing_answers_spec.rb b/spec/models/api_response_filing_answers_spec.rb index b814d6ed0..737bdbfc8 100644 --- a/spec/models/api_response_filing_answers_spec.rb +++ b/spec/models/api_response_filing_answers_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_filing_fundamentals_spec.rb b/spec/models/api_response_filing_fundamentals_spec.rb index 9a50c743a..ba9554c14 100644 --- a/spec/models/api_response_filing_fundamentals_spec.rb +++ b/spec/models/api_response_filing_fundamentals_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_filing_notes_search_spec.rb b/spec/models/api_response_filing_notes_search_spec.rb index d42a6d5fa..ce6225d68 100644 --- a/spec/models/api_response_filing_notes_search_spec.rb +++ b/spec/models/api_response_filing_notes_search_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_filing_notes_spec.rb b/spec/models/api_response_filing_notes_spec.rb index 9dbb31cf1..a71909a01 100644 --- a/spec/models/api_response_filing_notes_spec.rb +++ b/spec/models/api_response_filing_notes_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_filings_spec.rb b/spec/models/api_response_filings_spec.rb index 5125b33a6..bca5721c6 100644 --- a/spec/models/api_response_filings_spec.rb +++ b/spec/models/api_response_filings_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_forex_currencies_spec.rb b/spec/models/api_response_forex_currencies_spec.rb index d573b5dde..136731e2c 100644 --- a/spec/models/api_response_forex_currencies_spec.rb +++ b/spec/models/api_response_forex_currencies_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_forex_pairs_spec.rb b/spec/models/api_response_forex_pairs_spec.rb index c32924462..bdb020f8a 100644 --- a/spec/models/api_response_forex_pairs_spec.rb +++ b/spec/models/api_response_forex_pairs_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_forex_prices_spec.rb b/spec/models/api_response_forex_prices_spec.rb index 70b686747..25db68f9b 100644 --- a/spec/models/api_response_forex_prices_spec.rb +++ b/spec/models/api_response_forex_prices_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_historical_data_spec.rb b/spec/models/api_response_historical_data_spec.rb index 8c1d3e7d7..163d5ea0c 100644 --- a/spec/models/api_response_historical_data_spec.rb +++ b/spec/models/api_response_historical_data_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_index_constituents_spec.rb b/spec/models/api_response_index_constituents_spec.rb index ce1f27343..9abd6ab43 100644 --- a/spec/models/api_response_index_constituents_spec.rb +++ b/spec/models/api_response_index_constituents_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_index_spec.rb b/spec/models/api_response_index_spec.rb index ef421e0f2..e36ab1af7 100644 --- a/spec/models/api_response_index_spec.rb +++ b/spec/models/api_response_index_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_indices_spec.rb b/spec/models/api_response_indices_spec.rb index 99eff52d1..5d6db419b 100644 --- a/spec/models/api_response_indices_spec.rb +++ b/spec/models/api_response_indices_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_initial_public_offerings_spec.rb b/spec/models/api_response_initial_public_offerings_spec.rb index 96df99d45..96dc8113b 100644 --- a/spec/models/api_response_initial_public_offerings_spec.rb +++ b/spec/models/api_response_initial_public_offerings_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_insider_transaction_filings_spec.rb b/spec/models/api_response_insider_transaction_filings_spec.rb index d84baf4a8..4c0b8ad68 100644 --- a/spec/models/api_response_insider_transaction_filings_spec.rb +++ b/spec/models/api_response_insider_transaction_filings_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_municipalities_spec.rb b/spec/models/api_response_municipalities_spec.rb index 070fcb7b8..e25f82ec5 100644 --- a/spec/models/api_response_municipalities_spec.rb +++ b/spec/models/api_response_municipalities_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_municipalitiy_financials_spec.rb b/spec/models/api_response_municipalitiy_financials_spec.rb index df078a5e2..248726966 100644 --- a/spec/models/api_response_municipalitiy_financials_spec.rb +++ b/spec/models/api_response_municipalitiy_financials_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_news_spec.rb b/spec/models/api_response_news_spec.rb index 1095de7e7..cdb82f8f6 100644 --- a/spec/models/api_response_news_spec.rb +++ b/spec/models/api_response_news_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_option_prices_spec.rb b/spec/models/api_response_option_prices_spec.rb index 8c502bef1..da6d8d5cd 100644 --- a/spec/models/api_response_option_prices_spec.rb +++ b/spec/models/api_response_option_prices_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_options_aggregates_spec.rb b/spec/models/api_response_options_aggregates_spec.rb index 8b13e01fe..0d88504ae 100644 --- a/spec/models/api_response_options_aggregates_spec.rb +++ b/spec/models/api_response_options_aggregates_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_options_chain_eod_spec.rb b/spec/models/api_response_options_chain_eod_spec.rb index 90036b15c..3fe10c7ff 100644 --- a/spec/models/api_response_options_chain_eod_spec.rb +++ b/spec/models/api_response_options_chain_eod_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_options_chain_realtime_spec.rb b/spec/models/api_response_options_chain_realtime_spec.rb index 9f994fa27..4ab2bcd24 100644 --- a/spec/models/api_response_options_chain_realtime_spec.rb +++ b/spec/models/api_response_options_chain_realtime_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_options_chain_spec.rb b/spec/models/api_response_options_chain_spec.rb index 82acc6864..dfac7edeb 100644 --- a/spec/models/api_response_options_chain_spec.rb +++ b/spec/models/api_response_options_chain_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_options_expirations_spec.rb b/spec/models/api_response_options_expirations_spec.rb index 5f0fceb31..6569fa15a 100644 --- a/spec/models/api_response_options_expirations_spec.rb +++ b/spec/models/api_response_options_expirations_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_options_price_realtime_spec.rb b/spec/models/api_response_options_price_realtime_spec.rb index cf3076c16..97223f8d3 100644 --- a/spec/models/api_response_options_price_realtime_spec.rb +++ b/spec/models/api_response_options_price_realtime_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_options_prices_batch_realtime_spec.rb b/spec/models/api_response_options_prices_batch_realtime_spec.rb index 053986dca..466e1411c 100644 --- a/spec/models/api_response_options_prices_batch_realtime_spec.rb +++ b/spec/models/api_response_options_prices_batch_realtime_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_options_prices_by_ticker_eod_spec.rb b/spec/models/api_response_options_prices_by_ticker_eod_spec.rb index 8c6da381b..691529cd0 100644 --- a/spec/models/api_response_options_prices_by_ticker_eod_spec.rb +++ b/spec/models/api_response_options_prices_by_ticker_eod_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_options_prices_by_ticker_realtime_spec.rb b/spec/models/api_response_options_prices_by_ticker_realtime_spec.rb index cf9fb4a4e..b987df91e 100644 --- a/spec/models/api_response_options_prices_by_ticker_realtime_spec.rb +++ b/spec/models/api_response_options_prices_by_ticker_realtime_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_options_prices_eod_spec.rb b/spec/models/api_response_options_prices_eod_spec.rb index c9b6f4503..66c03f3ae 100644 --- a/spec/models/api_response_options_prices_eod_spec.rb +++ b/spec/models/api_response_options_prices_eod_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_options_realtime_spec.rb b/spec/models/api_response_options_realtime_spec.rb index 95642239c..f77e0aac8 100644 --- a/spec/models/api_response_options_realtime_spec.rb +++ b/spec/models/api_response_options_realtime_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_options_spec.rb b/spec/models/api_response_options_spec.rb index b830f2edc..8cab8ccbe 100644 --- a/spec/models/api_response_options_spec.rb +++ b/spec/models/api_response_options_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_options_stats_realtime_spec.rb b/spec/models/api_response_options_stats_realtime_spec.rb index 440e4e220..6dff516ab 100644 --- a/spec/models/api_response_options_stats_realtime_spec.rb +++ b/spec/models/api_response_options_stats_realtime_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_options_tickers_spec.rb b/spec/models/api_response_options_tickers_spec.rb index d241a7b60..ecf8e5de6 100644 --- a/spec/models/api_response_options_tickers_spec.rb +++ b/spec/models/api_response_options_tickers_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_options_unusual_activity_spec.rb b/spec/models/api_response_options_unusual_activity_spec.rb index 56bbe07e4..96b9546af 100644 --- a/spec/models/api_response_options_unusual_activity_spec.rb +++ b/spec/models/api_response_options_unusual_activity_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_owner_insider_transaction_filings_spec.rb b/spec/models/api_response_owner_insider_transaction_filings_spec.rb index e0d46c12d..824d1176c 100644 --- a/spec/models/api_response_owner_insider_transaction_filings_spec.rb +++ b/spec/models/api_response_owner_insider_transaction_filings_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_owner_institutional_holdings_spec.rb b/spec/models/api_response_owner_institutional_holdings_spec.rb index 1e0b7569d..08ff3a399 100644 --- a/spec/models/api_response_owner_institutional_holdings_spec.rb +++ b/spec/models/api_response_owner_institutional_holdings_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_owners_spec.rb b/spec/models/api_response_owners_spec.rb index 104c9b3f2..7e1091bbb 100644 --- a/spec/models/api_response_owners_spec.rb +++ b/spec/models/api_response_owners_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_realtime_index_prices_spec.rb b/spec/models/api_response_realtime_index_prices_spec.rb index 337847781..4f41dce6d 100644 --- a/spec/models/api_response_realtime_index_prices_spec.rb +++ b/spec/models/api_response_realtime_index_prices_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_reported_financials_spec.rb b/spec/models/api_response_reported_financials_spec.rb index a31e7e2d4..aaeb0dd32 100644 --- a/spec/models/api_response_reported_financials_spec.rb +++ b/spec/models/api_response_reported_financials_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_securities_search_spec.rb b/spec/models/api_response_securities_search_spec.rb index 532dfb6c7..14a510a1d 100644 --- a/spec/models/api_response_securities_search_spec.rb +++ b/spec/models/api_response_securities_search_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_securities_spec.rb b/spec/models/api_response_securities_spec.rb index 591cb6aec..76814f3f1 100644 --- a/spec/models/api_response_securities_spec.rb +++ b/spec/models/api_response_securities_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_accumulation_distribution_index_spec.rb b/spec/models/api_response_security_accumulation_distribution_index_spec.rb index 46b3c0b9b..5c2011eb8 100644 --- a/spec/models/api_response_security_accumulation_distribution_index_spec.rb +++ b/spec/models/api_response_security_accumulation_distribution_index_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_average_daily_trading_volume_spec.rb b/spec/models/api_response_security_average_daily_trading_volume_spec.rb index 870a3e2cc..dbccddc03 100644 --- a/spec/models/api_response_security_average_daily_trading_volume_spec.rb +++ b/spec/models/api_response_security_average_daily_trading_volume_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_average_directional_index_spec.rb b/spec/models/api_response_security_average_directional_index_spec.rb index c2414ff87..9aa2978bd 100644 --- a/spec/models/api_response_security_average_directional_index_spec.rb +++ b/spec/models/api_response_security_average_directional_index_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_average_true_range_spec.rb b/spec/models/api_response_security_average_true_range_spec.rb index 62d5f7628..0388bc4f0 100644 --- a/spec/models/api_response_security_average_true_range_spec.rb +++ b/spec/models/api_response_security_average_true_range_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_awesome_oscillator_spec.rb b/spec/models/api_response_security_awesome_oscillator_spec.rb index 691bcfb54..74621f71e 100644 --- a/spec/models/api_response_security_awesome_oscillator_spec.rb +++ b/spec/models/api_response_security_awesome_oscillator_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_bollinger_bands_spec.rb b/spec/models/api_response_security_bollinger_bands_spec.rb index 2b6b65611..117c9796b 100644 --- a/spec/models/api_response_security_bollinger_bands_spec.rb +++ b/spec/models/api_response_security_bollinger_bands_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_chaikin_money_flow_spec.rb b/spec/models/api_response_security_chaikin_money_flow_spec.rb index 51d75cd3d..ca1d63641 100644 --- a/spec/models/api_response_security_chaikin_money_flow_spec.rb +++ b/spec/models/api_response_security_chaikin_money_flow_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_commodity_channel_index_spec.rb b/spec/models/api_response_security_commodity_channel_index_spec.rb index 344e279f9..486b56f26 100644 --- a/spec/models/api_response_security_commodity_channel_index_spec.rb +++ b/spec/models/api_response_security_commodity_channel_index_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_detrended_price_oscillator_spec.rb b/spec/models/api_response_security_detrended_price_oscillator_spec.rb index 0efa73710..a248f24bf 100644 --- a/spec/models/api_response_security_detrended_price_oscillator_spec.rb +++ b/spec/models/api_response_security_detrended_price_oscillator_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_donchian_channel_spec.rb b/spec/models/api_response_security_donchian_channel_spec.rb index 95bd2bec3..462200767 100644 --- a/spec/models/api_response_security_donchian_channel_spec.rb +++ b/spec/models/api_response_security_donchian_channel_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_ease_of_movement_spec.rb b/spec/models/api_response_security_ease_of_movement_spec.rb index 7d66979f9..85cb87254 100644 --- a/spec/models/api_response_security_ease_of_movement_spec.rb +++ b/spec/models/api_response_security_ease_of_movement_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_force_index_spec.rb b/spec/models/api_response_security_force_index_spec.rb index 6215ba3e9..a99202654 100644 --- a/spec/models/api_response_security_force_index_spec.rb +++ b/spec/models/api_response_security_force_index_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_historical_data_spec.rb b/spec/models/api_response_security_historical_data_spec.rb index c7a92f09f..fab6cf52b 100644 --- a/spec/models/api_response_security_historical_data_spec.rb +++ b/spec/models/api_response_security_historical_data_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb b/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb index 9eea0bfd0..4a6750403 100644 --- a/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +++ b/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_institutional_ownership_spec.rb b/spec/models/api_response_security_institutional_ownership_spec.rb index 8b6bcad83..fd883b2d3 100644 --- a/spec/models/api_response_security_institutional_ownership_spec.rb +++ b/spec/models/api_response_security_institutional_ownership_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_interval_prices_spec.rb b/spec/models/api_response_security_interval_prices_spec.rb index 7a59e11ac..49517da8e 100644 --- a/spec/models/api_response_security_interval_prices_spec.rb +++ b/spec/models/api_response_security_interval_prices_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_intraday_prices_spec.rb b/spec/models/api_response_security_intraday_prices_spec.rb index 9c2ebcb16..2cfbbed85 100644 --- a/spec/models/api_response_security_intraday_prices_spec.rb +++ b/spec/models/api_response_security_intraday_prices_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_keltner_channel_spec.rb b/spec/models/api_response_security_keltner_channel_spec.rb index cd628adc1..7c1fd2da8 100644 --- a/spec/models/api_response_security_keltner_channel_spec.rb +++ b/spec/models/api_response_security_keltner_channel_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_know_sure_thing_spec.rb b/spec/models/api_response_security_know_sure_thing_spec.rb index eceee41c8..cf34ced6b 100644 --- a/spec/models/api_response_security_know_sure_thing_spec.rb +++ b/spec/models/api_response_security_know_sure_thing_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_mass_index_spec.rb b/spec/models/api_response_security_mass_index_spec.rb index 8dbb0eba2..236292b20 100644 --- a/spec/models/api_response_security_mass_index_spec.rb +++ b/spec/models/api_response_security_mass_index_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_money_flow_index_spec.rb b/spec/models/api_response_security_money_flow_index_spec.rb index d206f1aea..cabecc7bb 100644 --- a/spec/models/api_response_security_money_flow_index_spec.rb +++ b/spec/models/api_response_security_money_flow_index_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb b/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb index c06a74b61..f060b7fef 100644 --- a/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +++ b/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_negative_volume_index_spec.rb b/spec/models/api_response_security_negative_volume_index_spec.rb index 820f07491..1e33fb606 100644 --- a/spec/models/api_response_security_negative_volume_index_spec.rb +++ b/spec/models/api_response_security_negative_volume_index_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_on_balance_volume_mean_spec.rb b/spec/models/api_response_security_on_balance_volume_mean_spec.rb index 0ed044175..9c7392587 100644 --- a/spec/models/api_response_security_on_balance_volume_mean_spec.rb +++ b/spec/models/api_response_security_on_balance_volume_mean_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_on_balance_volume_spec.rb b/spec/models/api_response_security_on_balance_volume_spec.rb index e3139b8ed..7df70f499 100644 --- a/spec/models/api_response_security_on_balance_volume_spec.rb +++ b/spec/models/api_response_security_on_balance_volume_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_quote_spec.rb b/spec/models/api_response_security_quote_spec.rb index 3eaa7b84b..49ec31aa1 100644 --- a/spec/models/api_response_security_quote_spec.rb +++ b/spec/models/api_response_security_quote_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_relative_strength_index_spec.rb b/spec/models/api_response_security_relative_strength_index_spec.rb index 6bf197ba6..39f2e2635 100644 --- a/spec/models/api_response_security_relative_strength_index_spec.rb +++ b/spec/models/api_response_security_relative_strength_index_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_simple_moving_average_spec.rb b/spec/models/api_response_security_simple_moving_average_spec.rb index 17dc79404..016146630 100644 --- a/spec/models/api_response_security_simple_moving_average_spec.rb +++ b/spec/models/api_response_security_simple_moving_average_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_stochastic_oscillator_spec.rb b/spec/models/api_response_security_stochastic_oscillator_spec.rb index b712ea75c..63b293cdd 100644 --- a/spec/models/api_response_security_stochastic_oscillator_spec.rb +++ b/spec/models/api_response_security_stochastic_oscillator_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_stock_price_adjustments_spec.rb b/spec/models/api_response_security_stock_price_adjustments_spec.rb index 332497ac1..93390cb52 100644 --- a/spec/models/api_response_security_stock_price_adjustments_spec.rb +++ b/spec/models/api_response_security_stock_price_adjustments_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_stock_prices_spec.rb b/spec/models/api_response_security_stock_prices_spec.rb index bbeb33ef2..f17473a24 100644 --- a/spec/models/api_response_security_stock_prices_spec.rb +++ b/spec/models/api_response_security_stock_prices_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_triple_exponential_average_spec.rb b/spec/models/api_response_security_triple_exponential_average_spec.rb index 63ca70f32..f6bbbc686 100644 --- a/spec/models/api_response_security_triple_exponential_average_spec.rb +++ b/spec/models/api_response_security_triple_exponential_average_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_true_strength_index_spec.rb b/spec/models/api_response_security_true_strength_index_spec.rb index 8e5e1dc6f..39e06325a 100644 --- a/spec/models/api_response_security_true_strength_index_spec.rb +++ b/spec/models/api_response_security_true_strength_index_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_ultimate_oscillator_spec.rb b/spec/models/api_response_security_ultimate_oscillator_spec.rb index ab8c59d10..072f9dfc6 100644 --- a/spec/models/api_response_security_ultimate_oscillator_spec.rb +++ b/spec/models/api_response_security_ultimate_oscillator_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_volume_price_trend_spec.rb b/spec/models/api_response_security_volume_price_trend_spec.rb index 2b3e27c04..22aaafdb7 100644 --- a/spec/models/api_response_security_volume_price_trend_spec.rb +++ b/spec/models/api_response_security_volume_price_trend_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_volume_weighted_average_price_spec.rb b/spec/models/api_response_security_volume_weighted_average_price_spec.rb index e767ca2db..9ed638712 100644 --- a/spec/models/api_response_security_volume_weighted_average_price_spec.rb +++ b/spec/models/api_response_security_volume_weighted_average_price_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_vortex_indicator_spec.rb b/spec/models/api_response_security_vortex_indicator_spec.rb index 0d26d9234..503f35d02 100644 --- a/spec/models/api_response_security_vortex_indicator_spec.rb +++ b/spec/models/api_response_security_vortex_indicator_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_williams_r_spec.rb b/spec/models/api_response_security_williams_r_spec.rb index 71f91b0d6..d4dfea51b 100644 --- a/spec/models/api_response_security_williams_r_spec.rb +++ b/spec/models/api_response_security_williams_r_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb b/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb index 91680b055..a889cc05c 100644 --- a/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb +++ b/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_zacks_analyst_ratings_spec.rb b/spec/models/api_response_security_zacks_analyst_ratings_spec.rb index 15a8465b8..a4f45973c 100644 --- a/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +++ b/spec/models/api_response_security_zacks_analyst_ratings_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_zacks_eps_surprises_spec.rb b/spec/models/api_response_security_zacks_eps_surprises_spec.rb index 5fa7edc71..5afccf80d 100644 --- a/spec/models/api_response_security_zacks_eps_surprises_spec.rb +++ b/spec/models/api_response_security_zacks_eps_surprises_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_security_zacks_sales_surprises_spec.rb b/spec/models/api_response_security_zacks_sales_surprises_spec.rb index a7941fad1..b09e21313 100644 --- a/spec/models/api_response_security_zacks_sales_surprises_spec.rb +++ b/spec/models/api_response_security_zacks_sales_surprises_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_sic_index_historical_data_spec.rb b/spec/models/api_response_sic_index_historical_data_spec.rb index 2e4a5326c..7c7d37c6c 100644 --- a/spec/models/api_response_sic_index_historical_data_spec.rb +++ b/spec/models/api_response_sic_index_historical_data_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_sic_indices_search_spec.rb b/spec/models/api_response_sic_indices_search_spec.rb index 76735092b..93674cb12 100644 --- a/spec/models/api_response_sic_indices_search_spec.rb +++ b/spec/models/api_response_sic_indices_search_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_sic_indices_spec.rb b/spec/models/api_response_sic_indices_spec.rb index 0f684fb57..caf926bcd 100644 --- a/spec/models/api_response_sic_indices_spec.rb +++ b/spec/models/api_response_sic_indices_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_standardized_financials_dimensions_spec.rb b/spec/models/api_response_standardized_financials_dimensions_spec.rb index 0e121f5f2..82f3d596c 100644 --- a/spec/models/api_response_standardized_financials_dimensions_spec.rb +++ b/spec/models/api_response_standardized_financials_dimensions_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_standardized_financials_spec.rb b/spec/models/api_response_standardized_financials_spec.rb index 5e875beb5..435279902 100644 --- a/spec/models/api_response_standardized_financials_spec.rb +++ b/spec/models/api_response_standardized_financials_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_stock_exchange_betas_spec.rb b/spec/models/api_response_stock_exchange_betas_spec.rb new file mode 100644 index 000000000..d787cf963 --- /dev/null +++ b/spec/models/api_response_stock_exchange_betas_spec.rb @@ -0,0 +1,54 @@ +=begin +#Intrinio API + +#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://docs.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. + +OpenAPI spec version: 2.76.3 + +Generated by: https://github.com/swagger-api/swagger-codegen.git +Swagger Codegen version: unset + +=end + +require 'spec_helper' +require 'json' +require 'date' + +# Unit tests for Intrinio::ApiResponseStockExchangeBetas +# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) +# Please update as you see appropriate +describe 'ApiResponseStockExchangeBetas' do + before do + # run before each test + @instance = Intrinio::ApiResponseStockExchangeBetas.new + end + + after do + # run after each test + end + + describe 'test an instance of ApiResponseStockExchangeBetas' do + it 'should create an instance of ApiResponseStockExchangeBetas' do + expect(@instance).to be_instance_of(Intrinio::ApiResponseStockExchangeBetas) + end + end + describe 'test attribute "betas"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "stock_exchange"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "next_page"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + +end + diff --git a/spec/models/api_response_stock_exchange_movers_spec.rb b/spec/models/api_response_stock_exchange_movers_spec.rb index 0ce8b42b3..a539f3250 100644 --- a/spec/models/api_response_stock_exchange_movers_spec.rb +++ b/spec/models/api_response_stock_exchange_movers_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_stock_exchange_quote_spec.rb b/spec/models/api_response_stock_exchange_quote_spec.rb index efa16b9ad..472399979 100644 --- a/spec/models/api_response_stock_exchange_quote_spec.rb +++ b/spec/models/api_response_stock_exchange_quote_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb b/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb index 0967cc9be..8890a9a96 100644 --- a/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb +++ b/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_stock_exchange_securities_spec.rb b/spec/models/api_response_stock_exchange_securities_spec.rb index 43c12ef0a..448f583c4 100644 --- a/spec/models/api_response_stock_exchange_securities_spec.rb +++ b/spec/models/api_response_stock_exchange_securities_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb b/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb index 860b79cd8..36b7a08df 100644 --- a/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb +++ b/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_stock_exchange_stock_prices_spec.rb b/spec/models/api_response_stock_exchange_stock_prices_spec.rb index d6668ad7a..62f5d08f3 100644 --- a/spec/models/api_response_stock_exchange_stock_prices_spec.rb +++ b/spec/models/api_response_stock_exchange_stock_prices_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_stock_exchanges_spec.rb b/spec/models/api_response_stock_exchanges_spec.rb index b408369d6..00e3ff168 100644 --- a/spec/models/api_response_stock_exchanges_spec.rb +++ b/spec/models/api_response_stock_exchanges_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_stock_market_index_historical_data_spec.rb b/spec/models/api_response_stock_market_index_historical_data_spec.rb index 9d8473b6f..fef957c46 100644 --- a/spec/models/api_response_stock_market_index_historical_data_spec.rb +++ b/spec/models/api_response_stock_market_index_historical_data_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_stock_market_indices_search_spec.rb b/spec/models/api_response_stock_market_indices_search_spec.rb index 2f16edad7..d577519ae 100644 --- a/spec/models/api_response_stock_market_indices_search_spec.rb +++ b/spec/models/api_response_stock_market_indices_search_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_stock_market_indices_spec.rb b/spec/models/api_response_stock_market_indices_spec.rb index 0d7cf0acf..f97840069 100644 --- a/spec/models/api_response_stock_market_indices_spec.rb +++ b/spec/models/api_response_stock_market_indices_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_zacks_analyst_ratings_spec.rb b/spec/models/api_response_zacks_analyst_ratings_spec.rb index 95bcc1f94..d4b68192d 100644 --- a/spec/models/api_response_zacks_analyst_ratings_spec.rb +++ b/spec/models/api_response_zacks_analyst_ratings_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_zacks_ebitda_consensus_spec.rb b/spec/models/api_response_zacks_ebitda_consensus_spec.rb index 7bb39ee58..2c06e9465 100644 --- a/spec/models/api_response_zacks_ebitda_consensus_spec.rb +++ b/spec/models/api_response_zacks_ebitda_consensus_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_zacks_eps_estimates_spec.rb b/spec/models/api_response_zacks_eps_estimates_spec.rb index 4c07464be..09b9e9154 100644 --- a/spec/models/api_response_zacks_eps_estimates_spec.rb +++ b/spec/models/api_response_zacks_eps_estimates_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_zacks_eps_growth_rates_spec.rb b/spec/models/api_response_zacks_eps_growth_rates_spec.rb index 3dc2a87b1..19a9c673c 100644 --- a/spec/models/api_response_zacks_eps_growth_rates_spec.rb +++ b/spec/models/api_response_zacks_eps_growth_rates_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_zacks_eps_surprises_spec.rb b/spec/models/api_response_zacks_eps_surprises_spec.rb index 573e9f0fa..494568e4c 100644 --- a/spec/models/api_response_zacks_eps_surprises_spec.rb +++ b/spec/models/api_response_zacks_eps_surprises_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_zacks_etf_holdings_spec.rb b/spec/models/api_response_zacks_etf_holdings_spec.rb index 879b4fb24..9d196d9bf 100644 --- a/spec/models/api_response_zacks_etf_holdings_spec.rb +++ b/spec/models/api_response_zacks_etf_holdings_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_zacks_forward_p_es_spec.rb b/spec/models/api_response_zacks_forward_p_es_spec.rb index 1dfa056cf..cc17e7ded 100644 --- a/spec/models/api_response_zacks_forward_p_es_spec.rb +++ b/spec/models/api_response_zacks_forward_p_es_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_zacks_institutional_holding_companies_spec.rb b/spec/models/api_response_zacks_institutional_holding_companies_spec.rb index 4d3f2071d..06ba28a2b 100644 --- a/spec/models/api_response_zacks_institutional_holding_companies_spec.rb +++ b/spec/models/api_response_zacks_institutional_holding_companies_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_zacks_institutional_holding_owners_spec.rb b/spec/models/api_response_zacks_institutional_holding_owners_spec.rb index 095ecd1ee..17126ddf6 100644 --- a/spec/models/api_response_zacks_institutional_holding_owners_spec.rb +++ b/spec/models/api_response_zacks_institutional_holding_owners_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_zacks_institutional_holdings_spec.rb b/spec/models/api_response_zacks_institutional_holdings_spec.rb index 583984d82..aa2d3a636 100644 --- a/spec/models/api_response_zacks_institutional_holdings_spec.rb +++ b/spec/models/api_response_zacks_institutional_holdings_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_zacks_long_term_growth_rates_spec.rb b/spec/models/api_response_zacks_long_term_growth_rates_spec.rb index 440319771..df8edab50 100644 --- a/spec/models/api_response_zacks_long_term_growth_rates_spec.rb +++ b/spec/models/api_response_zacks_long_term_growth_rates_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_zacks_sales_estimates_spec.rb b/spec/models/api_response_zacks_sales_estimates_spec.rb index fa24b09a6..04508c048 100644 --- a/spec/models/api_response_zacks_sales_estimates_spec.rb +++ b/spec/models/api_response_zacks_sales_estimates_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_zacks_sales_surprises_spec.rb b/spec/models/api_response_zacks_sales_surprises_spec.rb index 03b4c0afb..345c73ed6 100644 --- a/spec/models/api_response_zacks_sales_surprises_spec.rb +++ b/spec/models/api_response_zacks_sales_surprises_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/api_response_zacks_target_price_consensuses_spec.rb b/spec/models/api_response_zacks_target_price_consensuses_spec.rb index 701f9ff32..8413d5c7f 100644 --- a/spec/models/api_response_zacks_target_price_consensuses_spec.rb +++ b/spec/models/api_response_zacks_target_price_consensuses_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/average_daily_trading_volume_technical_value_spec.rb b/spec/models/average_daily_trading_volume_technical_value_spec.rb index 56620d373..80d6c86fe 100644 --- a/spec/models/average_daily_trading_volume_technical_value_spec.rb +++ b/spec/models/average_daily_trading_volume_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/average_directional_index_technical_value_spec.rb b/spec/models/average_directional_index_technical_value_spec.rb index 29442a1bc..c4cf7a590 100644 --- a/spec/models/average_directional_index_technical_value_spec.rb +++ b/spec/models/average_directional_index_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/average_true_range_technical_value_spec.rb b/spec/models/average_true_range_technical_value_spec.rb index 43f2fff27..79035fac2 100644 --- a/spec/models/average_true_range_technical_value_spec.rb +++ b/spec/models/average_true_range_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/awesome_oscillator_technical_value_spec.rb b/spec/models/awesome_oscillator_technical_value_spec.rb index bd93fe2dc..88a5eda9d 100644 --- a/spec/models/awesome_oscillator_technical_value_spec.rb +++ b/spec/models/awesome_oscillator_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/beta_spec.rb b/spec/models/beta_spec.rb new file mode 100644 index 000000000..df55e325e --- /dev/null +++ b/spec/models/beta_spec.rb @@ -0,0 +1,82 @@ +=begin +#Intrinio API + +#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://docs.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. + +OpenAPI spec version: 2.76.3 + +Generated by: https://github.com/swagger-api/swagger-codegen.git +Swagger Codegen version: unset + +=end + +require 'spec_helper' +require 'json' +require 'date' + +# Unit tests for Intrinio::Beta +# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) +# Please update as you see appropriate +describe 'Beta' do + before do + # run before each test + @instance = Intrinio::Beta.new + end + + after do + # run after each test + end + + describe 'test an instance of Beta' do + it 'should create an instance of Beta' do + expect(@instance).to be_instance_of(Intrinio::Beta) + end + end + describe 'test attribute "period_type"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + #validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["weekly", "monthly"]) + #validator.allowable_values.each do |value| + # expect { @instance.period_type = value }.not_to raise_error + #end + end + end + + describe 'test attribute "one_year_beta"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "three_year_beta"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "five_year_beta"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "seven_year_beta"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "ten_year_beta"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "security"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + +end + diff --git a/spec/models/bollinger_bands_technical_value_spec.rb b/spec/models/bollinger_bands_technical_value_spec.rb index f1283a0ab..ea4a9703f 100644 --- a/spec/models/bollinger_bands_technical_value_spec.rb +++ b/spec/models/bollinger_bands_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/bulk_download_links_spec.rb b/spec/models/bulk_download_links_spec.rb index e6a2770c0..958f50db3 100644 --- a/spec/models/bulk_download_links_spec.rb +++ b/spec/models/bulk_download_links_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/bulk_download_summary_spec.rb b/spec/models/bulk_download_summary_spec.rb index 0a0765bb5..5e52c5f43 100644 --- a/spec/models/bulk_download_summary_spec.rb +++ b/spec/models/bulk_download_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/chaikin_money_flow_technical_value_spec.rb b/spec/models/chaikin_money_flow_technical_value_spec.rb index a6598abe6..23f359030 100644 --- a/spec/models/chaikin_money_flow_technical_value_spec.rb +++ b/spec/models/chaikin_money_flow_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/commodity_channel_index_technical_value_spec.rb b/spec/models/commodity_channel_index_technical_value_spec.rb index cda23921e..070cb51e9 100644 --- a/spec/models/commodity_channel_index_technical_value_spec.rb +++ b/spec/models/commodity_channel_index_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/company_daily_metric_spec.rb b/spec/models/company_daily_metric_spec.rb index 20207d7ba..b5dad03c6 100644 --- a/spec/models/company_daily_metric_spec.rb +++ b/spec/models/company_daily_metric_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/company_filing_spec.rb b/spec/models/company_filing_spec.rb index 59af06506..2f2751bdf 100644 --- a/spec/models/company_filing_spec.rb +++ b/spec/models/company_filing_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/company_initial_public_offering_spec.rb b/spec/models/company_initial_public_offering_spec.rb index 80545ef5d..dac091e26 100644 --- a/spec/models/company_initial_public_offering_spec.rb +++ b/spec/models/company_initial_public_offering_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/company_news_spec.rb b/spec/models/company_news_spec.rb index c68312658..009f96d92 100644 --- a/spec/models/company_news_spec.rb +++ b/spec/models/company_news_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/company_news_summary_spec.rb b/spec/models/company_news_summary_spec.rb index 5ef15ccda..92b17e279 100644 --- a/spec/models/company_news_summary_spec.rb +++ b/spec/models/company_news_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/company_public_float_spec.rb b/spec/models/company_public_float_spec.rb index 066ef40e9..ba2b6521a 100644 --- a/spec/models/company_public_float_spec.rb +++ b/spec/models/company_public_float_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/company_shares_outstanding_spec.rb b/spec/models/company_shares_outstanding_spec.rb index 7c4de15ab..76b330e90 100644 --- a/spec/models/company_shares_outstanding_spec.rb +++ b/spec/models/company_shares_outstanding_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/company_spec.rb b/spec/models/company_spec.rb index 185d4c1c7..32b44cef9 100644 --- a/spec/models/company_spec.rb +++ b/spec/models/company_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/company_summary_spec.rb b/spec/models/company_summary_spec.rb index c29c7f82a..2e6dbc06d 100644 --- a/spec/models/company_summary_spec.rb +++ b/spec/models/company_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/data_tag_spec.rb b/spec/models/data_tag_spec.rb index a9e454d53..8ecef1cef 100644 --- a/spec/models/data_tag_spec.rb +++ b/spec/models/data_tag_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/data_tag_summary_spec.rb b/spec/models/data_tag_summary_spec.rb index 3e924fa50..f48d81c37 100644 --- a/spec/models/data_tag_summary_spec.rb +++ b/spec/models/data_tag_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/detrended_price_oscillator_technical_value_spec.rb b/spec/models/detrended_price_oscillator_technical_value_spec.rb index d35ae0171..4379f525f 100644 --- a/spec/models/detrended_price_oscillator_technical_value_spec.rb +++ b/spec/models/detrended_price_oscillator_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/dividend_record_spec.rb b/spec/models/dividend_record_spec.rb index 6a0c75a08..9d083e90c 100644 --- a/spec/models/dividend_record_spec.rb +++ b/spec/models/dividend_record_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/donchian_channel_technical_value_spec.rb b/spec/models/donchian_channel_technical_value_spec.rb index da88a4851..02f6890fb 100644 --- a/spec/models/donchian_channel_technical_value_spec.rb +++ b/spec/models/donchian_channel_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/earnings_record_spec.rb b/spec/models/earnings_record_spec.rb index 80da9b171..873bb0bab 100644 --- a/spec/models/earnings_record_spec.rb +++ b/spec/models/earnings_record_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/ease_of_movement_technical_value_spec.rb b/spec/models/ease_of_movement_technical_value_spec.rb index 33e135e66..3327d549e 100644 --- a/spec/models/ease_of_movement_technical_value_spec.rb +++ b/spec/models/ease_of_movement_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/economic_index_spec.rb b/spec/models/economic_index_spec.rb index 223eda977..9b80db1cd 100644 --- a/spec/models/economic_index_spec.rb +++ b/spec/models/economic_index_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/economic_index_summary_spec.rb b/spec/models/economic_index_summary_spec.rb index 0e3b93f94..c7d06f6fc 100644 --- a/spec/models/economic_index_summary_spec.rb +++ b/spec/models/economic_index_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/eod_index_price_spec.rb b/spec/models/eod_index_price_spec.rb index 6a843ff70..ea9562283 100644 --- a/spec/models/eod_index_price_spec.rb +++ b/spec/models/eod_index_price_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/eod_index_price_summary_spec.rb b/spec/models/eod_index_price_summary_spec.rb index 18281277c..56ed10211 100644 --- a/spec/models/eod_index_price_summary_spec.rb +++ b/spec/models/eod_index_price_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/esg_company_summary_spec.rb b/spec/models/esg_company_summary_spec.rb index 8f2f7809a..ace5643b3 100644 --- a/spec/models/esg_company_summary_spec.rb +++ b/spec/models/esg_company_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/esg_comprehensive_rating_spec.rb b/spec/models/esg_comprehensive_rating_spec.rb index 440c673b4..045fb7bce 100644 --- a/spec/models/esg_comprehensive_rating_spec.rb +++ b/spec/models/esg_comprehensive_rating_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/esg_comprehensive_rating_with_company_spec.rb b/spec/models/esg_comprehensive_rating_with_company_spec.rb index 3fcb43302..85e9942f5 100644 --- a/spec/models/esg_comprehensive_rating_with_company_spec.rb +++ b/spec/models/esg_comprehensive_rating_with_company_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/esg_rating_spec.rb b/spec/models/esg_rating_spec.rb index 801ef329d..bb6076c2c 100644 --- a/spec/models/esg_rating_spec.rb +++ b/spec/models/esg_rating_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/esg_rating_with_company_spec.rb b/spec/models/esg_rating_with_company_spec.rb index a77459ac5..e33554fc9 100644 --- a/spec/models/esg_rating_with_company_spec.rb +++ b/spec/models/esg_rating_with_company_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/etf_analytics_spec.rb b/spec/models/etf_analytics_spec.rb index deabe1934..821d23ba3 100644 --- a/spec/models/etf_analytics_spec.rb +++ b/spec/models/etf_analytics_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/etf_holding_spec.rb b/spec/models/etf_holding_spec.rb index acadc8e9d..014aac1f1 100644 --- a/spec/models/etf_holding_spec.rb +++ b/spec/models/etf_holding_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/etf_spec.rb b/spec/models/etf_spec.rb index dc2d92908..aed6cc874 100644 --- a/spec/models/etf_spec.rb +++ b/spec/models/etf_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/etf_stats_spec.rb b/spec/models/etf_stats_spec.rb index f85fbf76b..c3f27ed34 100644 --- a/spec/models/etf_stats_spec.rb +++ b/spec/models/etf_stats_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/etf_summary_spec.rb b/spec/models/etf_summary_spec.rb index fb7de71be..d3153f78b 100644 --- a/spec/models/etf_summary_spec.rb +++ b/spec/models/etf_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/filing_note_filing_spec.rb b/spec/models/filing_note_filing_spec.rb index ea7fcc667..f7c36865c 100644 --- a/spec/models/filing_note_filing_spec.rb +++ b/spec/models/filing_note_filing_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/filing_note_spec.rb b/spec/models/filing_note_spec.rb index e08d73129..48229c401 100644 --- a/spec/models/filing_note_spec.rb +++ b/spec/models/filing_note_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/filing_note_summary_spec.rb b/spec/models/filing_note_summary_spec.rb index 563e4e096..e7f2abf52 100644 --- a/spec/models/filing_note_summary_spec.rb +++ b/spec/models/filing_note_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/filing_spec.rb b/spec/models/filing_spec.rb index 39d53a589..17f9867ba 100644 --- a/spec/models/filing_spec.rb +++ b/spec/models/filing_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/filing_summary_spec.rb b/spec/models/filing_summary_spec.rb index a55238aff..2dcff3236 100644 --- a/spec/models/filing_summary_spec.rb +++ b/spec/models/filing_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/force_index_technical_value_spec.rb b/spec/models/force_index_technical_value_spec.rb index 16060979b..039640b28 100644 --- a/spec/models/force_index_technical_value_spec.rb +++ b/spec/models/force_index_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/forex_currency_spec.rb b/spec/models/forex_currency_spec.rb index b05f13d90..387477cd4 100644 --- a/spec/models/forex_currency_spec.rb +++ b/spec/models/forex_currency_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/forex_pair_spec.rb b/spec/models/forex_pair_spec.rb index 9520ff4a1..581e2d9e0 100644 --- a/spec/models/forex_pair_spec.rb +++ b/spec/models/forex_pair_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/forex_price_spec.rb b/spec/models/forex_price_spec.rb index 911a8fc82..46d57c81d 100644 --- a/spec/models/forex_price_spec.rb +++ b/spec/models/forex_price_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/fundamental_spec.rb b/spec/models/fundamental_spec.rb index ef9527c73..af0c92b91 100644 --- a/spec/models/fundamental_spec.rb +++ b/spec/models/fundamental_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/fundamental_summary_spec.rb b/spec/models/fundamental_summary_spec.rb index 8d5be4a18..4da902ad1 100644 --- a/spec/models/fundamental_summary_spec.rb +++ b/spec/models/fundamental_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/historical_data_spec.rb b/spec/models/historical_data_spec.rb index 4c5786110..d0635c01d 100644 --- a/spec/models/historical_data_spec.rb +++ b/spec/models/historical_data_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb b/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb index d4fb17f87..5152b94ee 100644 --- a/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +++ b/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/insider_transaction_filing_spec.rb b/spec/models/insider_transaction_filing_spec.rb index c4a4f33e8..32c21f84b 100644 --- a/spec/models/insider_transaction_filing_spec.rb +++ b/spec/models/insider_transaction_filing_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/insider_transaction_spec.rb b/spec/models/insider_transaction_spec.rb index 301f5ed66..e8cd5f7a8 100644 --- a/spec/models/insider_transaction_spec.rb +++ b/spec/models/insider_transaction_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/institutional_holding_spec.rb b/spec/models/institutional_holding_spec.rb index b04ee9989..71a196a40 100644 --- a/spec/models/institutional_holding_spec.rb +++ b/spec/models/institutional_holding_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/institutional_ownership_spec.rb b/spec/models/institutional_ownership_spec.rb index b612a30af..0b4de1888 100644 --- a/spec/models/institutional_ownership_spec.rb +++ b/spec/models/institutional_ownership_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/intraday_stock_price_spec.rb b/spec/models/intraday_stock_price_spec.rb index 9a3617991..d013a420a 100644 --- a/spec/models/intraday_stock_price_spec.rb +++ b/spec/models/intraday_stock_price_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/keltner_channel_technical_value_spec.rb b/spec/models/keltner_channel_technical_value_spec.rb index c9ecb9ba6..5fd1b5276 100644 --- a/spec/models/keltner_channel_technical_value_spec.rb +++ b/spec/models/keltner_channel_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/know_sure_thing_technical_value_spec.rb b/spec/models/know_sure_thing_technical_value_spec.rb index 1057bb413..e63c60998 100644 --- a/spec/models/know_sure_thing_technical_value_spec.rb +++ b/spec/models/know_sure_thing_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/market_status_result_spec.rb b/spec/models/market_status_result_spec.rb index 2200e2575..1a48a5490 100644 --- a/spec/models/market_status_result_spec.rb +++ b/spec/models/market_status_result_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/mass_index_technical_value_spec.rb b/spec/models/mass_index_technical_value_spec.rb index 7687dda2f..5931d96c5 100644 --- a/spec/models/mass_index_technical_value_spec.rb +++ b/spec/models/mass_index_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/money_flow_index_technical_value_spec.rb b/spec/models/money_flow_index_technical_value_spec.rb index c397ea8b7..dec39dd5d 100644 --- a/spec/models/money_flow_index_technical_value_spec.rb +++ b/spec/models/money_flow_index_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/moving_average_convergence_divergence_technical_value_spec.rb b/spec/models/moving_average_convergence_divergence_technical_value_spec.rb index 023ef7bc7..0687b3937 100644 --- a/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +++ b/spec/models/moving_average_convergence_divergence_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/municipality_financial_spec.rb b/spec/models/municipality_financial_spec.rb index 8db9f2fb4..906853d4a 100644 --- a/spec/models/municipality_financial_spec.rb +++ b/spec/models/municipality_financial_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/municipality_spec.rb b/spec/models/municipality_spec.rb index 96b14d44a..38ac88e88 100644 --- a/spec/models/municipality_spec.rb +++ b/spec/models/municipality_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/negative_volume_index_technical_value_spec.rb b/spec/models/negative_volume_index_technical_value_spec.rb index e62744c4c..89d4725a7 100644 --- a/spec/models/negative_volume_index_technical_value_spec.rb +++ b/spec/models/negative_volume_index_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/news_topic_spec.rb b/spec/models/news_topic_spec.rb index 2e6b69eeb..610538b26 100644 --- a/spec/models/news_topic_spec.rb +++ b/spec/models/news_topic_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/on_balance_volume_mean_technical_value_spec.rb b/spec/models/on_balance_volume_mean_technical_value_spec.rb index 034969875..bb331854b 100644 --- a/spec/models/on_balance_volume_mean_technical_value_spec.rb +++ b/spec/models/on_balance_volume_mean_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/on_balance_volume_technical_value_spec.rb b/spec/models/on_balance_volume_technical_value_spec.rb index d007a8c44..1900b00ce 100644 --- a/spec/models/on_balance_volume_technical_value_spec.rb +++ b/spec/models/on_balance_volume_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_chain_eod_spec.rb b/spec/models/option_chain_eod_spec.rb index b584e7e5e..285d3c944 100644 --- a/spec/models/option_chain_eod_spec.rb +++ b/spec/models/option_chain_eod_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_chain_realtime_spec.rb b/spec/models/option_chain_realtime_spec.rb index ee41fe47e..afa197fe9 100644 --- a/spec/models/option_chain_realtime_spec.rb +++ b/spec/models/option_chain_realtime_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_chain_spec.rb b/spec/models/option_chain_spec.rb index 6e4950498..818710f59 100644 --- a/spec/models/option_chain_spec.rb +++ b/spec/models/option_chain_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_contracts_list_spec.rb b/spec/models/option_contracts_list_spec.rb index 8cd468b76..fc55a182b 100644 --- a/spec/models/option_contracts_list_spec.rb +++ b/spec/models/option_contracts_list_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_eod_spec.rb b/spec/models/option_eod_spec.rb index 21c95674d..594ae4997 100644 --- a/spec/models/option_eod_spec.rb +++ b/spec/models/option_eod_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_factors_realtime_spec.rb b/spec/models/option_factors_realtime_spec.rb index d08d9e88c..91df20415 100644 --- a/spec/models/option_factors_realtime_spec.rb +++ b/spec/models/option_factors_realtime_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_interval_mover_spec.rb b/spec/models/option_interval_mover_spec.rb index 35331f9d7..8ed6ee85f 100644 --- a/spec/models/option_interval_mover_spec.rb +++ b/spec/models/option_interval_mover_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset @@ -80,5 +80,11 @@ end end + describe 'test attribute "trade_count"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + end diff --git a/spec/models/option_interval_spec.rb b/spec/models/option_interval_spec.rb index a181bbbd7..8775651ac 100644 --- a/spec/models/option_interval_spec.rb +++ b/spec/models/option_interval_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset @@ -86,5 +86,11 @@ end end + describe 'test attribute "trade_count"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + end diff --git a/spec/models/option_intervals_movers_result_spec.rb b/spec/models/option_intervals_movers_result_spec.rb index 052795b25..f9088aba1 100644 --- a/spec/models/option_intervals_movers_result_spec.rb +++ b/spec/models/option_intervals_movers_result_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_intervals_result_spec.rb b/spec/models/option_intervals_result_spec.rb index b19d6775c..ab1414ecb 100644 --- a/spec/models/option_intervals_result_spec.rb +++ b/spec/models/option_intervals_result_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_price_batch_realtime_spec.rb b/spec/models/option_price_batch_realtime_spec.rb index 1beb3f9bc..1e9557c74 100644 --- a/spec/models/option_price_batch_realtime_spec.rb +++ b/spec/models/option_price_batch_realtime_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_price_eod_spec.rb b/spec/models/option_price_eod_spec.rb index 5f178a6b4..1cc8a3af7 100644 --- a/spec/models/option_price_eod_spec.rb +++ b/spec/models/option_price_eod_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_price_realtime_extended_spec.rb b/spec/models/option_price_realtime_extended_spec.rb index d9ddf898e..778d7671e 100644 --- a/spec/models/option_price_realtime_extended_spec.rb +++ b/spec/models/option_price_realtime_extended_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_price_realtime_spec.rb b/spec/models/option_price_realtime_spec.rb index 3403d64d9..699629e13 100644 --- a/spec/models/option_price_realtime_spec.rb +++ b/spec/models/option_price_realtime_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_price_spec.rb b/spec/models/option_price_spec.rb index 422640ba2..2ba763532 100644 --- a/spec/models/option_price_spec.rb +++ b/spec/models/option_price_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_realtime_spec.rb b/spec/models/option_realtime_spec.rb index 021439dc0..000574b52 100644 --- a/spec/models/option_realtime_spec.rb +++ b/spec/models/option_realtime_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_snapshot_group_spec.rb b/spec/models/option_snapshot_group_spec.rb index 5076690b4..4e8fe174a 100644 --- a/spec/models/option_snapshot_group_spec.rb +++ b/spec/models/option_snapshot_group_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_snapshots_result_spec.rb b/spec/models/option_snapshots_result_spec.rb index 77531f392..606e4f4f2 100644 --- a/spec/models/option_snapshots_result_spec.rb +++ b/spec/models/option_snapshots_result_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_spec.rb b/spec/models/option_spec.rb index 43be76e37..a7913358f 100644 --- a/spec/models/option_spec.rb +++ b/spec/models/option_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_stats_realtime_spec.rb b/spec/models/option_stats_realtime_spec.rb index 4f4334ee9..76ee60c48 100644 --- a/spec/models/option_stats_realtime_spec.rb +++ b/spec/models/option_stats_realtime_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_trades_result_spec.rb b/spec/models/option_trades_result_spec.rb index 9dd70d288..91d7c978d 100644 --- a/spec/models/option_trades_result_spec.rb +++ b/spec/models/option_trades_result_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_trades_spec.rb b/spec/models/option_trades_spec.rb index 3c3419044..606b6c0ac 100644 --- a/spec/models/option_trades_spec.rb +++ b/spec/models/option_trades_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/option_unusual_trade_spec.rb b/spec/models/option_unusual_trade_spec.rb index ae208fd0f..f771ec0d7 100644 --- a/spec/models/option_unusual_trade_spec.rb +++ b/spec/models/option_unusual_trade_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/options_aggregate_spec.rb b/spec/models/options_aggregate_spec.rb index efebacbf3..393e587cb 100644 --- a/spec/models/options_aggregate_spec.rb +++ b/spec/models/options_aggregate_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/options_price_eod_spec.rb b/spec/models/options_price_eod_spec.rb index 585be1b23..3787c1f00 100644 --- a/spec/models/options_price_eod_spec.rb +++ b/spec/models/options_price_eod_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/owner_spec.rb b/spec/models/owner_spec.rb index 84dec7394..9ab6bcc05 100644 --- a/spec/models/owner_spec.rb +++ b/spec/models/owner_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/owner_summary_spec.rb b/spec/models/owner_summary_spec.rb index 4dae07b1a..dd0ed6217 100644 --- a/spec/models/owner_summary_spec.rb +++ b/spec/models/owner_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/realtime_index_price_index_spec.rb b/spec/models/realtime_index_price_index_spec.rb index 9f229071e..b212a5328 100644 --- a/spec/models/realtime_index_price_index_spec.rb +++ b/spec/models/realtime_index_price_index_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/realtime_index_price_spec.rb b/spec/models/realtime_index_price_spec.rb index 875c915a6..3cbe4a3f2 100644 --- a/spec/models/realtime_index_price_spec.rb +++ b/spec/models/realtime_index_price_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/realtime_stock_price_security_spec.rb b/spec/models/realtime_stock_price_security_spec.rb index 4e20c2c9e..55edf0f99 100644 --- a/spec/models/realtime_stock_price_security_spec.rb +++ b/spec/models/realtime_stock_price_security_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/realtime_stock_price_spec.rb b/spec/models/realtime_stock_price_spec.rb index c9d901b03..7f523f82d 100644 --- a/spec/models/realtime_stock_price_spec.rb +++ b/spec/models/realtime_stock_price_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/relative_strength_index_technical_value_spec.rb b/spec/models/relative_strength_index_technical_value_spec.rb index 1348e5b9d..5b42243f4 100644 --- a/spec/models/relative_strength_index_technical_value_spec.rb +++ b/spec/models/relative_strength_index_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/reported_financial_dimension_spec.rb b/spec/models/reported_financial_dimension_spec.rb index 17e51841c..07763e4f1 100644 --- a/spec/models/reported_financial_dimension_spec.rb +++ b/spec/models/reported_financial_dimension_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/reported_financial_spec.rb b/spec/models/reported_financial_spec.rb index 112f5be8a..123003df8 100644 --- a/spec/models/reported_financial_spec.rb +++ b/spec/models/reported_financial_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/reported_tag_spec.rb b/spec/models/reported_tag_spec.rb index 35194f524..5b7da3591 100644 --- a/spec/models/reported_tag_spec.rb +++ b/spec/models/reported_tag_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/security_history_list_result_spec.rb b/spec/models/security_history_list_result_spec.rb index a82ed1cd1..49cda259f 100644 --- a/spec/models/security_history_list_result_spec.rb +++ b/spec/models/security_history_list_result_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/security_history_spec.rb b/spec/models/security_history_spec.rb index 015179f61..a939046f4 100644 --- a/spec/models/security_history_spec.rb +++ b/spec/models/security_history_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/security_interval_mover_spec.rb b/spec/models/security_interval_mover_spec.rb index 55cd2b1a8..76065e3bf 100644 --- a/spec/models/security_interval_mover_spec.rb +++ b/spec/models/security_interval_mover_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset @@ -80,5 +80,11 @@ end end + describe 'test attribute "trade_count"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + end diff --git a/spec/models/security_intervals_movers_result_spec.rb b/spec/models/security_intervals_movers_result_spec.rb index 7674134bd..1c6d3feec 100644 --- a/spec/models/security_intervals_movers_result_spec.rb +++ b/spec/models/security_intervals_movers_result_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/security_replay_file_result_spec.rb b/spec/models/security_replay_file_result_spec.rb index 68f373bce..67fb9f9aa 100644 --- a/spec/models/security_replay_file_result_spec.rb +++ b/spec/models/security_replay_file_result_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/security_screen_clause_spec.rb b/spec/models/security_screen_clause_spec.rb index a37f476df..2d99a0eab 100644 --- a/spec/models/security_screen_clause_spec.rb +++ b/spec/models/security_screen_clause_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/security_screen_group_spec.rb b/spec/models/security_screen_group_spec.rb index 75495ed04..521540379 100644 --- a/spec/models/security_screen_group_spec.rb +++ b/spec/models/security_screen_group_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/security_screen_result_data_spec.rb b/spec/models/security_screen_result_data_spec.rb index 11409f508..2f3504612 100644 --- a/spec/models/security_screen_result_data_spec.rb +++ b/spec/models/security_screen_result_data_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/security_screen_result_spec.rb b/spec/models/security_screen_result_spec.rb index 465083f92..336d933e2 100644 --- a/spec/models/security_screen_result_spec.rb +++ b/spec/models/security_screen_result_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/security_snapshot_group_spec.rb b/spec/models/security_snapshot_group_spec.rb index c8efd1752..028aebd8c 100644 --- a/spec/models/security_snapshot_group_spec.rb +++ b/spec/models/security_snapshot_group_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/security_snapshots_result_spec.rb b/spec/models/security_snapshots_result_spec.rb index ef114fd49..0f0d054b5 100644 --- a/spec/models/security_snapshots_result_spec.rb +++ b/spec/models/security_snapshots_result_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/security_spec.rb b/spec/models/security_spec.rb index b5f226336..78c03a813 100644 --- a/spec/models/security_spec.rb +++ b/spec/models/security_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/security_summary_spec.rb b/spec/models/security_summary_spec.rb index 01d2daf06..030811484 100644 --- a/spec/models/security_summary_spec.rb +++ b/spec/models/security_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/security_trades_result_spec.rb b/spec/models/security_trades_result_spec.rb index 5ba32664e..f6bc1b725 100644 --- a/spec/models/security_trades_result_spec.rb +++ b/spec/models/security_trades_result_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/security_trades_spec.rb b/spec/models/security_trades_spec.rb index dcd8066d2..d7287970d 100644 --- a/spec/models/security_trades_spec.rb +++ b/spec/models/security_trades_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/sic_index_spec.rb b/spec/models/sic_index_spec.rb index 10f830cd1..853313c0a 100644 --- a/spec/models/sic_index_spec.rb +++ b/spec/models/sic_index_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/simple_moving_average_technical_value_spec.rb b/spec/models/simple_moving_average_technical_value_spec.rb index 6005c0cbd..6fbadc7fe 100644 --- a/spec/models/simple_moving_average_technical_value_spec.rb +++ b/spec/models/simple_moving_average_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/standardized_financial_spec.rb b/spec/models/standardized_financial_spec.rb index a943b0a65..104ad1402 100644 --- a/spec/models/standardized_financial_spec.rb +++ b/spec/models/standardized_financial_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/standardized_financials_dimension_spec.rb b/spec/models/standardized_financials_dimension_spec.rb index aafd1096b..91e06040b 100644 --- a/spec/models/standardized_financials_dimension_spec.rb +++ b/spec/models/standardized_financials_dimension_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/stochastic_oscillator_technical_value_spec.rb b/spec/models/stochastic_oscillator_technical_value_spec.rb index d1f23aac2..00e1face1 100644 --- a/spec/models/stochastic_oscillator_technical_value_spec.rb +++ b/spec/models/stochastic_oscillator_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/stock_exchange_mover_spec.rb b/spec/models/stock_exchange_mover_spec.rb index 1d8f45ed1..38920c4dc 100644 --- a/spec/models/stock_exchange_mover_spec.rb +++ b/spec/models/stock_exchange_mover_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/stock_exchange_spec.rb b/spec/models/stock_exchange_spec.rb index 86b4af457..aba8ab102 100644 --- a/spec/models/stock_exchange_spec.rb +++ b/spec/models/stock_exchange_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/stock_market_index_spec.rb b/spec/models/stock_market_index_spec.rb index 5bbd35b7f..c650423c5 100644 --- a/spec/models/stock_market_index_spec.rb +++ b/spec/models/stock_market_index_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/stock_market_index_summary_spec.rb b/spec/models/stock_market_index_summary_spec.rb index 964485958..5426e8e5b 100644 --- a/spec/models/stock_market_index_summary_spec.rb +++ b/spec/models/stock_market_index_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/stock_price_adjustment_spec.rb b/spec/models/stock_price_adjustment_spec.rb index 28842b374..ac9166af2 100644 --- a/spec/models/stock_price_adjustment_spec.rb +++ b/spec/models/stock_price_adjustment_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/stock_price_adjustment_summary_spec.rb b/spec/models/stock_price_adjustment_summary_spec.rb index 317741ad2..c92081cda 100644 --- a/spec/models/stock_price_adjustment_summary_spec.rb +++ b/spec/models/stock_price_adjustment_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/stock_price_interval_spec.rb b/spec/models/stock_price_interval_spec.rb index f0e858757..53e1a2a23 100644 --- a/spec/models/stock_price_interval_spec.rb +++ b/spec/models/stock_price_interval_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset @@ -180,5 +180,11 @@ end end + describe 'test attribute "trade_count"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + end diff --git a/spec/models/stock_price_spec.rb b/spec/models/stock_price_spec.rb index a6759ce6c..c48ad7909 100644 --- a/spec/models/stock_price_spec.rb +++ b/spec/models/stock_price_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/stock_price_summary_spec.rb b/spec/models/stock_price_summary_spec.rb index 6cc47ac7f..971823bcc 100644 --- a/spec/models/stock_price_summary_spec.rb +++ b/spec/models/stock_price_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/technical_indicator_spec.rb b/spec/models/technical_indicator_spec.rb index 92548a341..4d4f92e98 100644 --- a/spec/models/technical_indicator_spec.rb +++ b/spec/models/technical_indicator_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/thea_entity_answer_spec.rb b/spec/models/thea_entity_answer_spec.rb index 1617ecdf7..a47e6cc89 100644 --- a/spec/models/thea_entity_answer_spec.rb +++ b/spec/models/thea_entity_answer_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/thea_source_document_spec.rb b/spec/models/thea_source_document_spec.rb index e5360d835..2fde31b0f 100644 --- a/spec/models/thea_source_document_spec.rb +++ b/spec/models/thea_source_document_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/triple_exponential_average_technical_value_spec.rb b/spec/models/triple_exponential_average_technical_value_spec.rb index 4a5bce1c2..301f24e95 100644 --- a/spec/models/triple_exponential_average_technical_value_spec.rb +++ b/spec/models/triple_exponential_average_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/true_strength_index_technical_value_spec.rb b/spec/models/true_strength_index_technical_value_spec.rb index 3f1c51e30..53de26039 100644 --- a/spec/models/true_strength_index_technical_value_spec.rb +++ b/spec/models/true_strength_index_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/ultimate_oscillator_technical_value_spec.rb b/spec/models/ultimate_oscillator_technical_value_spec.rb index 678dfc5be..d697ca362 100644 --- a/spec/models/ultimate_oscillator_technical_value_spec.rb +++ b/spec/models/ultimate_oscillator_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/volume_price_trend_technical_value_spec.rb b/spec/models/volume_price_trend_technical_value_spec.rb index d6fc2b897..4508523fc 100644 --- a/spec/models/volume_price_trend_technical_value_spec.rb +++ b/spec/models/volume_price_trend_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/volume_weighted_average_price_value_spec.rb b/spec/models/volume_weighted_average_price_value_spec.rb index af4ab23ee..6163723b8 100644 --- a/spec/models/volume_weighted_average_price_value_spec.rb +++ b/spec/models/volume_weighted_average_price_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/vortex_indicator_technical_value_spec.rb b/spec/models/vortex_indicator_technical_value_spec.rb index 40294b2ce..c928d5ec4 100644 --- a/spec/models/vortex_indicator_technical_value_spec.rb +++ b/spec/models/vortex_indicator_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/williams_r_technical_value_spec.rb b/spec/models/williams_r_technical_value_spec.rb index 79f30ee5c..99fdc844c 100644 --- a/spec/models/williams_r_technical_value_spec.rb +++ b/spec/models/williams_r_technical_value_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_analyst_rating_snapshot_spec.rb b/spec/models/zacks_analyst_rating_snapshot_spec.rb index 9a9c8cf3d..e8c135944 100644 --- a/spec/models/zacks_analyst_rating_snapshot_spec.rb +++ b/spec/models/zacks_analyst_rating_snapshot_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_analyst_rating_spec.rb b/spec/models/zacks_analyst_rating_spec.rb index b5467f2cb..e694cbbd1 100644 --- a/spec/models/zacks_analyst_rating_spec.rb +++ b/spec/models/zacks_analyst_rating_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_analyst_rating_summary_spec.rb b/spec/models/zacks_analyst_rating_summary_spec.rb index 4bc56d638..992442358 100644 --- a/spec/models/zacks_analyst_rating_summary_spec.rb +++ b/spec/models/zacks_analyst_rating_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_ebitda_consensus_spec.rb b/spec/models/zacks_ebitda_consensus_spec.rb index dc31a4d2e..07f1c8c1d 100644 --- a/spec/models/zacks_ebitda_consensus_spec.rb +++ b/spec/models/zacks_ebitda_consensus_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_eps_estimate_spec.rb b/spec/models/zacks_eps_estimate_spec.rb index c8d4e7965..91915653c 100644 --- a/spec/models/zacks_eps_estimate_spec.rb +++ b/spec/models/zacks_eps_estimate_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_eps_growth_rate_spec.rb b/spec/models/zacks_eps_growth_rate_spec.rb index cc6e6b204..6ad384d97 100644 --- a/spec/models/zacks_eps_growth_rate_spec.rb +++ b/spec/models/zacks_eps_growth_rate_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_eps_surprise_spec.rb b/spec/models/zacks_eps_surprise_spec.rb index 0693f3ca8..f03b73519 100644 --- a/spec/models/zacks_eps_surprise_spec.rb +++ b/spec/models/zacks_eps_surprise_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_eps_surprise_summary_spec.rb b/spec/models/zacks_eps_surprise_summary_spec.rb index 874dab2c1..a11e264f9 100644 --- a/spec/models/zacks_eps_surprise_summary_spec.rb +++ b/spec/models/zacks_eps_surprise_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_etf_holding_spec.rb b/spec/models/zacks_etf_holding_spec.rb index af7d2f410..338b6fd18 100644 --- a/spec/models/zacks_etf_holding_spec.rb +++ b/spec/models/zacks_etf_holding_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_forward_pe_spec.rb b/spec/models/zacks_forward_pe_spec.rb index f9d990261..8bae973e8 100644 --- a/spec/models/zacks_forward_pe_spec.rb +++ b/spec/models/zacks_forward_pe_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_institutional_holding_company_detail_spec.rb b/spec/models/zacks_institutional_holding_company_detail_spec.rb index 8a4a8f38b..f2872bbeb 100644 --- a/spec/models/zacks_institutional_holding_company_detail_spec.rb +++ b/spec/models/zacks_institutional_holding_company_detail_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_institutional_holding_company_summary_spec.rb b/spec/models/zacks_institutional_holding_company_summary_spec.rb index 97a72e030..3aeb6d75d 100644 --- a/spec/models/zacks_institutional_holding_company_summary_spec.rb +++ b/spec/models/zacks_institutional_holding_company_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_institutional_holding_historical_summary_spec.rb b/spec/models/zacks_institutional_holding_historical_summary_spec.rb index dc56e3f8e..af60e0b95 100644 --- a/spec/models/zacks_institutional_holding_historical_summary_spec.rb +++ b/spec/models/zacks_institutional_holding_historical_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_institutional_holding_owner_detail_spec.rb b/spec/models/zacks_institutional_holding_owner_detail_spec.rb index ca2ee4b98..c43d830c8 100644 --- a/spec/models/zacks_institutional_holding_owner_detail_spec.rb +++ b/spec/models/zacks_institutional_holding_owner_detail_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_institutional_holding_owner_summary_spec.rb b/spec/models/zacks_institutional_holding_owner_summary_spec.rb index a7fa00eef..e09aa517a 100644 --- a/spec/models/zacks_institutional_holding_owner_summary_spec.rb +++ b/spec/models/zacks_institutional_holding_owner_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_institutional_holding_spec.rb b/spec/models/zacks_institutional_holding_spec.rb index 0995bcf33..a2b6bf03e 100644 --- a/spec/models/zacks_institutional_holding_spec.rb +++ b/spec/models/zacks_institutional_holding_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_long_term_growth_rate_spec.rb b/spec/models/zacks_long_term_growth_rate_spec.rb index 71ab8f835..766cd8655 100644 --- a/spec/models/zacks_long_term_growth_rate_spec.rb +++ b/spec/models/zacks_long_term_growth_rate_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_sales_estimate_spec.rb b/spec/models/zacks_sales_estimate_spec.rb index d9dfc3ea7..2fdf8c771 100644 --- a/spec/models/zacks_sales_estimate_spec.rb +++ b/spec/models/zacks_sales_estimate_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_sales_surprise_spec.rb b/spec/models/zacks_sales_surprise_spec.rb index 2b5385eae..d0b1c1c5c 100644 --- a/spec/models/zacks_sales_surprise_spec.rb +++ b/spec/models/zacks_sales_surprise_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_sales_surprise_summary_spec.rb b/spec/models/zacks_sales_surprise_summary_spec.rb index 94b81e11e..2f1d43626 100644 --- a/spec/models/zacks_sales_surprise_summary_spec.rb +++ b/spec/models/zacks_sales_surprise_summary_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/models/zacks_target_price_consensus_spec.rb b/spec/models/zacks_target_price_consensus_spec.rb index 3d554619b..ffe43b40f 100644 --- a/spec/models/zacks_target_price_consensus_spec.rb +++ b/spec/models/zacks_target_price_consensus_spec.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 26fc3b84f..df1426d7b 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -3,7 +3,7 @@ #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://docs.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. -OpenAPI spec version: 2.75.0 +OpenAPI spec version: 2.76.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset