intrinio-sdk 5.4.0 → 5.6.4

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