intrinio-sdk 5.2.0 → 5.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (479) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +45 -3
  3. data/docs/ApiResponseETFHoldings.md +25 -0
  4. data/docs/ApiResponseETFs.md +21 -0
  5. data/docs/ApiResponseZacksEPSEstimates.md +24 -0
  6. data/docs/ApiResponseZacksEPSGrowthRates.md +24 -0
  7. data/docs/ApiResponseZacksETFHoldings.md +24 -0
  8. data/docs/ApiResponseZacksInstitutionalHoldingCompanies.md +24 -0
  9. data/docs/ApiResponseZacksInstitutionalHoldingOwners.md +24 -0
  10. data/docs/ApiResponseZacksInstitutionalHoldings.md +24 -0
  11. data/docs/ApiResponseZacksLongTermGrowthRates.md +24 -0
  12. data/docs/ApiResponseZacksTargetPriceConsensuses.md +24 -0
  13. data/docs/BulkDownloadsApi.md +2 -2
  14. data/docs/ETF.md +138 -0
  15. data/docs/ETFAnalytics.md +31 -0
  16. data/docs/ETFHolding.md +37 -0
  17. data/docs/ETFStats.md +53 -0
  18. data/docs/ETFSummary.md +27 -0
  19. data/docs/ETFsApi.md +517 -0
  20. data/docs/Filing.md +3 -0
  21. data/docs/FilingApi.md +168 -0
  22. data/docs/ZacksApi.md +779 -49
  23. data/docs/ZacksEPSEstimate.md +39 -0
  24. data/docs/ZacksEPSGrowthRate.md +45 -0
  25. data/docs/ZacksETFHolding.md +26 -0
  26. data/docs/ZacksInstitutionalHolding.md +41 -0
  27. data/docs/ZacksInstitutionalHoldingCompanyDetail.md +32 -0
  28. data/docs/ZacksInstitutionalHoldingCompanySummary.md +22 -0
  29. data/docs/ZacksInstitutionalHoldingHistoricalSummary.md +21 -0
  30. data/docs/ZacksInstitutionalHoldingOwnerDetail.md +40 -0
  31. data/docs/ZacksInstitutionalHoldingOwnerSummary.md +21 -0
  32. data/docs/ZacksLongTermGrowthRate.md +47 -0
  33. data/docs/ZacksTargetPriceConsensus.md +35 -0
  34. data/intrinio-sdk.gemspec +1 -1
  35. data/lib/intrinio-sdk.rb +28 -1
  36. data/lib/intrinio-sdk/api/bulk_downloads_api.rb +3 -3
  37. data/lib/intrinio-sdk/api/company_api.rb +1 -1
  38. data/lib/intrinio-sdk/api/data_point_api.rb +1 -1
  39. data/lib/intrinio-sdk/api/data_tag_api.rb +1 -1
  40. data/lib/intrinio-sdk/api/et_fs_api.rb +359 -0
  41. data/lib/intrinio-sdk/api/filing_api.rb +113 -1
  42. data/lib/intrinio-sdk/api/forex_api.rb +1 -1
  43. data/lib/intrinio-sdk/api/fundamentals_api.rb +1 -1
  44. data/lib/intrinio-sdk/api/historical_data_api.rb +1 -1
  45. data/lib/intrinio-sdk/api/index_api.rb +1 -1
  46. data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
  47. data/lib/intrinio-sdk/api/options_api.rb +1 -1
  48. data/lib/intrinio-sdk/api/security_api.rb +1 -1
  49. data/lib/intrinio-sdk/api/stock_exchange_api.rb +1 -1
  50. data/lib/intrinio-sdk/api/technical_api.rb +1 -1
  51. data/lib/intrinio-sdk/api/zacks_api.rb +538 -13
  52. data/lib/intrinio-sdk/api_client.rb +1 -1
  53. data/lib/intrinio-sdk/api_error.rb +1 -1
  54. data/lib/intrinio-sdk/configuration.rb +1 -1
  55. data/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb +1 -1
  56. data/lib/intrinio-sdk/models/api_response_bulk_download_links.rb +1 -1
  57. data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
  58. data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
  59. data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
  60. data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
  61. data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
  62. data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
  63. data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
  64. data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
  65. data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
  66. data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
  67. data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
  68. data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
  69. data/lib/intrinio-sdk/models/api_response_et_fs.rb +198 -0
  70. data/lib/intrinio-sdk/models/api_response_etf_holdings.rb +207 -0
  71. data/lib/intrinio-sdk/models/api_response_filing_fundamentals.rb +1 -1
  72. data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
  73. data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
  74. data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
  75. data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +1 -1
  76. data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +1 -1
  77. data/lib/intrinio-sdk/models/api_response_forex_prices.rb +1 -1
  78. data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
  79. data/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb +1 -1
  80. data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
  81. data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
  82. data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
  83. data/lib/intrinio-sdk/models/api_response_option_prices.rb +1 -1
  84. data/lib/intrinio-sdk/models/api_response_options.rb +1 -1
  85. data/lib/intrinio-sdk/models/api_response_options_chain.rb +1 -1
  86. data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
  87. data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
  88. data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
  89. data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
  90. data/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb +1 -1
  91. data/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +1 -1
  92. data/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +1 -1
  93. data/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +1 -1
  94. data/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +1 -1
  95. data/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +1 -1
  96. data/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +1 -1
  97. data/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +1 -1
  98. data/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +1 -1
  99. data/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +1 -1
  100. data/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +1 -1
  101. data/lib/intrinio-sdk/models/api_response_security_force_index.rb +1 -1
  102. data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
  103. data/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb +1 -1
  104. data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
  105. data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +1 -1
  106. data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +1 -1
  107. data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +1 -1
  108. data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +1 -1
  109. data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +1 -1
  110. data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +1 -1
  111. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +1 -1
  112. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +1 -1
  113. data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +1 -1
  114. data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +1 -1
  115. data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +1 -1
  116. data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
  117. data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
  118. data/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +1 -1
  119. data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +1 -1
  120. data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +1 -1
  121. data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +1 -1
  122. data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +1 -1
  123. data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +1 -1
  124. data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +1 -1
  125. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +1 -1
  126. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +1 -1
  127. data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +1 -1
  128. data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +1 -1
  129. data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
  130. data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
  131. data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
  132. data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
  133. data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
  134. data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
  135. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
  136. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
  137. data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
  138. data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
  139. data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
  140. data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
  141. data/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb +1 -1
  142. data/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb +201 -0
  143. data/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb +201 -0
  144. data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +1 -1
  145. data/lib/intrinio-sdk/models/api_response_zacks_etf_holdings.rb +201 -0
  146. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_companies.rb +201 -0
  147. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_owners.rb +201 -0
  148. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holdings.rb +201 -0
  149. data/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb +201 -0
  150. data/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +1 -1
  151. data/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb +201 -0
  152. data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +1 -1
  153. data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +1 -1
  154. data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +1 -1
  155. data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +1 -1
  156. data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +1 -1
  157. data/lib/intrinio-sdk/models/bulk_download_links.rb +1 -1
  158. data/lib/intrinio-sdk/models/bulk_download_summary.rb +1 -1
  159. data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +1 -1
  160. data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +1 -1
  161. data/lib/intrinio-sdk/models/company.rb +1 -1
  162. data/lib/intrinio-sdk/models/company_filing.rb +1 -1
  163. data/lib/intrinio-sdk/models/company_initial_public_offering.rb +1 -1
  164. data/lib/intrinio-sdk/models/company_news.rb +1 -1
  165. data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
  166. data/lib/intrinio-sdk/models/company_summary.rb +1 -1
  167. data/lib/intrinio-sdk/models/data_tag.rb +1 -1
  168. data/lib/intrinio-sdk/models/data_tag_summary.rb +1 -1
  169. data/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb +1 -1
  170. data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
  171. data/lib/intrinio-sdk/models/donchian_channel_technical_value.rb +1 -1
  172. data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
  173. data/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb +1 -1
  174. data/lib/intrinio-sdk/models/economic_index.rb +1 -1
  175. data/lib/intrinio-sdk/models/economic_index_summary.rb +1 -1
  176. data/lib/intrinio-sdk/models/etf.rb +1369 -0
  177. data/lib/intrinio-sdk/models/etf_analytics.rb +268 -0
  178. data/lib/intrinio-sdk/models/etf_holding.rb +359 -0
  179. data/lib/intrinio-sdk/models/etf_stats.rb +487 -0
  180. data/lib/intrinio-sdk/models/etf_summary.rb +259 -0
  181. data/lib/intrinio-sdk/models/filing.rb +32 -2
  182. data/lib/intrinio-sdk/models/filing_note.rb +1 -1
  183. data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
  184. data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
  185. data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
  186. data/lib/intrinio-sdk/models/force_index_technical_value.rb +1 -1
  187. data/lib/intrinio-sdk/models/forex_currency.rb +1 -1
  188. data/lib/intrinio-sdk/models/forex_pair.rb +1 -1
  189. data/lib/intrinio-sdk/models/forex_price.rb +1 -1
  190. data/lib/intrinio-sdk/models/fundamental.rb +1 -1
  191. data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
  192. data/lib/intrinio-sdk/models/historical_data.rb +1 -1
  193. data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +1 -1
  194. data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
  195. data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +1 -1
  196. data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +1 -1
  197. data/lib/intrinio-sdk/models/mass_index_technical_value.rb +1 -1
  198. data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +1 -1
  199. data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +1 -1
  200. data/lib/intrinio-sdk/models/municipality.rb +1 -1
  201. data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
  202. data/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +1 -1
  203. data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +1 -1
  204. data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +1 -1
  205. data/lib/intrinio-sdk/models/option.rb +1 -1
  206. data/lib/intrinio-sdk/models/option_chain.rb +1 -1
  207. data/lib/intrinio-sdk/models/option_price.rb +1 -1
  208. data/lib/intrinio-sdk/models/realtime_stock_price.rb +1 -1
  209. data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
  210. data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +1 -1
  211. data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
  212. data/lib/intrinio-sdk/models/reported_financial_dimension.rb +1 -1
  213. data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
  214. data/lib/intrinio-sdk/models/security.rb +1 -1
  215. data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
  216. data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
  217. data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
  218. data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
  219. data/lib/intrinio-sdk/models/security_summary.rb +1 -1
  220. data/lib/intrinio-sdk/models/sic_index.rb +1 -1
  221. data/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +1 -1
  222. data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
  223. data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +1 -1
  224. data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
  225. data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
  226. data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
  227. data/lib/intrinio-sdk/models/stock_price.rb +1 -1
  228. data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
  229. data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
  230. data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
  231. data/lib/intrinio-sdk/models/technical_indicator.rb +1 -1
  232. data/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +1 -1
  233. data/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +1 -1
  234. data/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +1 -1
  235. data/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +1 -1
  236. data/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +1 -1
  237. data/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +1 -1
  238. data/lib/intrinio-sdk/models/williams_r_technical_value.rb +1 -1
  239. data/lib/intrinio-sdk/models/zacks_analyst_rating.rb +1 -1
  240. data/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +1 -1
  241. data/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +1 -1
  242. data/lib/intrinio-sdk/models/zacks_eps_estimate.rb +348 -0
  243. data/lib/intrinio-sdk/models/zacks_eps_growth_rate.rb +408 -0
  244. data/lib/intrinio-sdk/models/zacks_eps_surprise.rb +1 -1
  245. data/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb +1 -1
  246. data/lib/intrinio-sdk/models/zacks_etf_holding.rb +249 -0
  247. data/lib/intrinio-sdk/models/zacks_institutional_holding.rb +308 -0
  248. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_detail.rb +309 -0
  249. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_summary.rb +209 -0
  250. data/lib/intrinio-sdk/models/zacks_institutional_holding_historical_summary.rb +199 -0
  251. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_detail.rb +389 -0
  252. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_summary.rb +199 -0
  253. data/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb +429 -0
  254. data/lib/intrinio-sdk/models/zacks_sales_surprise.rb +1 -1
  255. data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +1 -1
  256. data/lib/intrinio-sdk/models/zacks_target_price_consensus.rb +308 -0
  257. data/lib/intrinio-sdk/version.rb +2 -2
  258. data/spec/api/bulk_downloads_api_spec.rb +2 -2
  259. data/spec/api/company_api_spec.rb +1 -1
  260. data/spec/api/data_point_api_spec.rb +1 -1
  261. data/spec/api/data_tag_api_spec.rb +1 -1
  262. data/spec/api/et_fs_api_spec.rb +111 -0
  263. data/spec/api/filing_api_spec.rb +27 -1
  264. data/spec/api/forex_api_spec.rb +1 -1
  265. data/spec/api/fundamentals_api_spec.rb +1 -1
  266. data/spec/api/historical_data_api_spec.rb +1 -1
  267. data/spec/api/index_api_spec.rb +1 -1
  268. data/spec/api/municipality_api_spec.rb +1 -1
  269. data/spec/api/options_api_spec.rb +1 -1
  270. data/spec/api/security_api_spec.rb +1 -1
  271. data/spec/api/stock_exchange_api_spec.rb +1 -1
  272. data/spec/api/technical_api_spec.rb +1 -1
  273. data/spec/api/zacks_api_spec.rb +132 -7
  274. data/spec/api_client_spec.rb +1 -1
  275. data/spec/configuration_spec.rb +1 -1
  276. data/spec/models/accumulation_distribution_index_technical_value_spec.rb +1 -1
  277. data/spec/models/api_response_bulk_download_links_spec.rb +1 -1
  278. data/spec/models/api_response_companies_search_spec.rb +1 -1
  279. data/spec/models/api_response_companies_spec.rb +1 -1
  280. data/spec/models/api_response_company_filings_spec.rb +1 -1
  281. data/spec/models/api_response_company_fundamentals_spec.rb +1 -1
  282. data/spec/models/api_response_company_historical_data_spec.rb +1 -1
  283. data/spec/models/api_response_company_news_spec.rb +1 -1
  284. data/spec/models/api_response_company_securities_spec.rb +1 -1
  285. data/spec/models/api_response_data_tags_search_spec.rb +1 -1
  286. data/spec/models/api_response_data_tags_spec.rb +1 -1
  287. data/spec/models/api_response_economic_index_historical_data_spec.rb +1 -1
  288. data/spec/models/api_response_economic_indices_search_spec.rb +1 -1
  289. data/spec/models/api_response_economic_indices_spec.rb +1 -1
  290. data/spec/models/api_response_et_fs_spec.rb +48 -0
  291. data/spec/models/api_response_etf_holdings_spec.rb +54 -0
  292. data/spec/models/api_response_filing_fundamentals_spec.rb +1 -1
  293. data/spec/models/api_response_filing_notes_search_spec.rb +1 -1
  294. data/spec/models/api_response_filing_notes_spec.rb +1 -1
  295. data/spec/models/api_response_filings_spec.rb +1 -1
  296. data/spec/models/api_response_forex_currencies_spec.rb +1 -1
  297. data/spec/models/api_response_forex_pairs_spec.rb +1 -1
  298. data/spec/models/api_response_forex_prices_spec.rb +1 -1
  299. data/spec/models/api_response_historical_data_spec.rb +1 -1
  300. data/spec/models/api_response_initial_public_offerings_spec.rb +1 -1
  301. data/spec/models/api_response_municipalities_spec.rb +1 -1
  302. data/spec/models/api_response_municipalitiy_financials_spec.rb +1 -1
  303. data/spec/models/api_response_news_spec.rb +1 -1
  304. data/spec/models/api_response_option_prices_spec.rb +1 -1
  305. data/spec/models/api_response_options_chain_spec.rb +1 -1
  306. data/spec/models/api_response_options_expirations_spec.rb +1 -1
  307. data/spec/models/api_response_options_spec.rb +1 -1
  308. data/spec/models/api_response_reported_financials_spec.rb +1 -1
  309. data/spec/models/api_response_securities_search_spec.rb +1 -1
  310. data/spec/models/api_response_securities_spec.rb +1 -1
  311. data/spec/models/api_response_security_accumulation_distribution_index_spec.rb +1 -1
  312. data/spec/models/api_response_security_average_daily_trading_volume_spec.rb +1 -1
  313. data/spec/models/api_response_security_average_directional_index_spec.rb +1 -1
  314. data/spec/models/api_response_security_average_true_range_spec.rb +1 -1
  315. data/spec/models/api_response_security_awesome_oscillator_spec.rb +1 -1
  316. data/spec/models/api_response_security_bollinger_bands_spec.rb +1 -1
  317. data/spec/models/api_response_security_chaikin_money_flow_spec.rb +1 -1
  318. data/spec/models/api_response_security_commodity_channel_index_spec.rb +1 -1
  319. data/spec/models/api_response_security_detrended_price_oscillator_spec.rb +1 -1
  320. data/spec/models/api_response_security_donchian_channel_spec.rb +1 -1
  321. data/spec/models/api_response_security_ease_of_movement_spec.rb +1 -1
  322. data/spec/models/api_response_security_force_index_spec.rb +1 -1
  323. data/spec/models/api_response_security_historical_data_spec.rb +1 -1
  324. data/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +1 -1
  325. data/spec/models/api_response_security_intraday_prices_spec.rb +1 -1
  326. data/spec/models/api_response_security_keltner_channel_spec.rb +1 -1
  327. data/spec/models/api_response_security_know_sure_thing_spec.rb +1 -1
  328. data/spec/models/api_response_security_mass_index_spec.rb +1 -1
  329. data/spec/models/api_response_security_money_flow_index_spec.rb +1 -1
  330. data/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +1 -1
  331. data/spec/models/api_response_security_negative_volume_index_spec.rb +1 -1
  332. data/spec/models/api_response_security_on_balance_volume_mean_spec.rb +1 -1
  333. data/spec/models/api_response_security_on_balance_volume_spec.rb +1 -1
  334. data/spec/models/api_response_security_relative_strength_index_spec.rb +1 -1
  335. data/spec/models/api_response_security_simple_moving_average_spec.rb +1 -1
  336. data/spec/models/api_response_security_stochastic_oscillator_spec.rb +1 -1
  337. data/spec/models/api_response_security_stock_price_adjustments_spec.rb +1 -1
  338. data/spec/models/api_response_security_stock_prices_spec.rb +1 -1
  339. data/spec/models/api_response_security_triple_exponential_average_spec.rb +1 -1
  340. data/spec/models/api_response_security_true_strength_index_spec.rb +1 -1
  341. data/spec/models/api_response_security_ultimate_oscillator_spec.rb +1 -1
  342. data/spec/models/api_response_security_volume_price_trend_spec.rb +1 -1
  343. data/spec/models/api_response_security_volume_weighted_average_price_spec.rb +1 -1
  344. data/spec/models/api_response_security_vortex_indicator_spec.rb +1 -1
  345. data/spec/models/api_response_security_williams_r_spec.rb +1 -1
  346. data/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb +1 -1
  347. data/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +1 -1
  348. data/spec/models/api_response_security_zacks_eps_surprises_spec.rb +1 -1
  349. data/spec/models/api_response_security_zacks_sales_surprises_spec.rb +1 -1
  350. data/spec/models/api_response_sic_index_historical_data_spec.rb +1 -1
  351. data/spec/models/api_response_sic_indices_search_spec.rb +1 -1
  352. data/spec/models/api_response_sic_indices_spec.rb +1 -1
  353. data/spec/models/api_response_standardized_financials_spec.rb +1 -1
  354. data/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb +1 -1
  355. data/spec/models/api_response_stock_exchange_securities_spec.rb +1 -1
  356. data/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb +1 -1
  357. data/spec/models/api_response_stock_exchange_stock_prices_spec.rb +1 -1
  358. data/spec/models/api_response_stock_exchanges_spec.rb +1 -1
  359. data/spec/models/api_response_stock_market_index_historical_data_spec.rb +1 -1
  360. data/spec/models/api_response_stock_market_indices_search_spec.rb +1 -1
  361. data/spec/models/api_response_stock_market_indices_spec.rb +1 -1
  362. data/spec/models/api_response_zacks_analyst_ratings_spec.rb +1 -1
  363. data/spec/models/api_response_zacks_eps_estimates_spec.rb +48 -0
  364. data/spec/models/api_response_zacks_eps_growth_rates_spec.rb +48 -0
  365. data/spec/models/api_response_zacks_eps_surprises_spec.rb +1 -1
  366. data/spec/models/api_response_zacks_etf_holdings_spec.rb +48 -0
  367. data/spec/models/api_response_zacks_institutional_holding_companies_spec.rb +48 -0
  368. data/spec/models/api_response_zacks_institutional_holding_owners_spec.rb +48 -0
  369. data/spec/models/api_response_zacks_institutional_holdings_spec.rb +48 -0
  370. data/spec/models/api_response_zacks_long_term_growth_rates_spec.rb +48 -0
  371. data/spec/models/api_response_zacks_sales_surprises_spec.rb +1 -1
  372. data/spec/models/api_response_zacks_target_price_consensuses_spec.rb +48 -0
  373. data/spec/models/average_daily_trading_volume_technical_value_spec.rb +1 -1
  374. data/spec/models/average_directional_index_technical_value_spec.rb +1 -1
  375. data/spec/models/average_true_range_technical_value_spec.rb +1 -1
  376. data/spec/models/awesome_oscillator_technical_value_spec.rb +1 -1
  377. data/spec/models/bollinger_bands_technical_value_spec.rb +1 -1
  378. data/spec/models/bulk_download_links_spec.rb +1 -1
  379. data/spec/models/bulk_download_summary_spec.rb +1 -1
  380. data/spec/models/chaikin_money_flow_technical_value_spec.rb +1 -1
  381. data/spec/models/commodity_channel_index_technical_value_spec.rb +1 -1
  382. data/spec/models/company_filing_spec.rb +1 -1
  383. data/spec/models/company_initial_public_offering_spec.rb +1 -1
  384. data/spec/models/company_news_spec.rb +1 -1
  385. data/spec/models/company_news_summary_spec.rb +1 -1
  386. data/spec/models/company_spec.rb +1 -1
  387. data/spec/models/company_summary_spec.rb +1 -1
  388. data/spec/models/data_tag_spec.rb +1 -1
  389. data/spec/models/data_tag_summary_spec.rb +1 -1
  390. data/spec/models/detrended_price_oscillator_technical_value_spec.rb +1 -1
  391. data/spec/models/dividend_record_spec.rb +1 -1
  392. data/spec/models/donchian_channel_technical_value_spec.rb +1 -1
  393. data/spec/models/earnings_record_spec.rb +1 -1
  394. data/spec/models/ease_of_movement_technical_value_spec.rb +1 -1
  395. data/spec/models/economic_index_spec.rb +1 -1
  396. data/spec/models/economic_index_summary_spec.rb +1 -1
  397. data/spec/models/etf_analytics_spec.rb +90 -0
  398. data/spec/models/etf_holding_spec.rb +144 -0
  399. data/spec/models/etf_spec.rb +750 -0
  400. data/spec/models/etf_stats_spec.rb +222 -0
  401. data/spec/models/etf_summary_spec.rb +84 -0
  402. data/spec/models/filing_note_filing_spec.rb +1 -1
  403. data/spec/models/filing_note_spec.rb +1 -1
  404. data/spec/models/filing_note_summary_spec.rb +1 -1
  405. data/spec/models/filing_spec.rb +19 -1
  406. data/spec/models/filing_summary_spec.rb +1 -1
  407. data/spec/models/force_index_technical_value_spec.rb +1 -1
  408. data/spec/models/forex_currency_spec.rb +1 -1
  409. data/spec/models/forex_pair_spec.rb +1 -1
  410. data/spec/models/forex_price_spec.rb +1 -1
  411. data/spec/models/fundamental_spec.rb +1 -1
  412. data/spec/models/fundamental_summary_spec.rb +1 -1
  413. data/spec/models/historical_data_spec.rb +1 -1
  414. data/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +1 -1
  415. data/spec/models/intraday_stock_price_spec.rb +1 -1
  416. data/spec/models/keltner_channel_technical_value_spec.rb +1 -1
  417. data/spec/models/know_sure_thing_technical_value_spec.rb +1 -1
  418. data/spec/models/mass_index_technical_value_spec.rb +1 -1
  419. data/spec/models/money_flow_index_technical_value_spec.rb +1 -1
  420. data/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +1 -1
  421. data/spec/models/municipality_financial_spec.rb +1 -1
  422. data/spec/models/municipality_spec.rb +1 -1
  423. data/spec/models/negative_volume_index_technical_value_spec.rb +1 -1
  424. data/spec/models/on_balance_volume_mean_technical_value_spec.rb +1 -1
  425. data/spec/models/on_balance_volume_technical_value_spec.rb +1 -1
  426. data/spec/models/option_chain_spec.rb +1 -1
  427. data/spec/models/option_price_spec.rb +1 -1
  428. data/spec/models/option_spec.rb +1 -1
  429. data/spec/models/realtime_stock_price_security_spec.rb +1 -1
  430. data/spec/models/realtime_stock_price_spec.rb +1 -1
  431. data/spec/models/relative_strength_index_technical_value_spec.rb +1 -1
  432. data/spec/models/reported_financial_dimension_spec.rb +1 -1
  433. data/spec/models/reported_financial_spec.rb +1 -1
  434. data/spec/models/reported_tag_spec.rb +1 -1
  435. data/spec/models/security_screen_clause_spec.rb +1 -1
  436. data/spec/models/security_screen_group_spec.rb +1 -1
  437. data/spec/models/security_screen_result_data_spec.rb +1 -1
  438. data/spec/models/security_screen_result_spec.rb +1 -1
  439. data/spec/models/security_spec.rb +1 -1
  440. data/spec/models/security_summary_spec.rb +1 -1
  441. data/spec/models/sic_index_spec.rb +1 -1
  442. data/spec/models/simple_moving_average_technical_value_spec.rb +1 -1
  443. data/spec/models/standardized_financial_spec.rb +1 -1
  444. data/spec/models/stochastic_oscillator_technical_value_spec.rb +1 -1
  445. data/spec/models/stock_exchange_spec.rb +1 -1
  446. data/spec/models/stock_market_index_spec.rb +1 -1
  447. data/spec/models/stock_market_index_summary_spec.rb +1 -1
  448. data/spec/models/stock_price_adjustment_spec.rb +1 -1
  449. data/spec/models/stock_price_adjustment_summary_spec.rb +1 -1
  450. data/spec/models/stock_price_spec.rb +1 -1
  451. data/spec/models/stock_price_summary_spec.rb +1 -1
  452. data/spec/models/technical_indicator_spec.rb +1 -1
  453. data/spec/models/triple_exponential_average_technical_value_spec.rb +1 -1
  454. data/spec/models/true_strength_index_technical_value_spec.rb +1 -1
  455. data/spec/models/ultimate_oscillator_technical_value_spec.rb +1 -1
  456. data/spec/models/volume_price_trend_technical_value_spec.rb +1 -1
  457. data/spec/models/volume_weighted_average_price_value_spec.rb +1 -1
  458. data/spec/models/vortex_indicator_technical_value_spec.rb +1 -1
  459. data/spec/models/williams_r_technical_value_spec.rb +1 -1
  460. data/spec/models/zacks_analyst_rating_snapshot_spec.rb +1 -1
  461. data/spec/models/zacks_analyst_rating_spec.rb +1 -1
  462. data/spec/models/zacks_analyst_rating_summary_spec.rb +1 -1
  463. data/spec/models/zacks_eps_estimate_spec.rb +138 -0
  464. data/spec/models/zacks_eps_growth_rate_spec.rb +174 -0
  465. data/spec/models/zacks_eps_surprise_spec.rb +1 -1
  466. data/spec/models/zacks_eps_surprise_summary_spec.rb +1 -1
  467. data/spec/models/zacks_etf_holding_spec.rb +78 -0
  468. data/spec/models/zacks_institutional_holding_company_detail_spec.rb +114 -0
  469. data/spec/models/zacks_institutional_holding_company_summary_spec.rb +54 -0
  470. data/spec/models/zacks_institutional_holding_historical_summary_spec.rb +48 -0
  471. data/spec/models/zacks_institutional_holding_owner_detail_spec.rb +162 -0
  472. data/spec/models/zacks_institutional_holding_owner_summary_spec.rb +48 -0
  473. data/spec/models/zacks_institutional_holding_spec.rb +114 -0
  474. data/spec/models/zacks_long_term_growth_rate_spec.rb +186 -0
  475. data/spec/models/zacks_sales_surprise_spec.rb +1 -1
  476. data/spec/models/zacks_sales_surprise_summary_spec.rb +1 -1
  477. data/spec/models/zacks_target_price_consensus_spec.rb +114 -0
  478. data/spec/spec_helper.rb +1 -1
  479. metadata +110 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bdb050c82c12f7a5742d6e1128f8d31222d3effd
4
- data.tar.gz: 0d4a9fa97602b51dabaceb22e814546652b3dc7c
3
+ metadata.gz: 0bd6bcfb6990e71acd55bc8813d9f9ff20ae78fd
4
+ data.tar.gz: 592fe4084c9052893d947d4b00f01a516a345d08
5
5
  SHA512:
6
- metadata.gz: 2536a0ea8383af74ed5219f9a13c7f148e8b9d13a115281ce6dea15fa5ed1f058abef351e58657f4e23835d3ba667b0abb76fea8a35d8bc00690faa4f33e3afd
7
- data.tar.gz: f373f11a6cdd98f6ce85dd5734363c47a8afd869f5944280d87796838f7a1372eb2691e4715b8274ae042522c85d3d786437b92e98e4aa50ba16ff2c37113a60
6
+ metadata.gz: 4334e412d1abc7c21987385da89bca5706b1c72fa53e0bbc8f77113ffc0f17b57ddf6da0cba16ed4126db9a13c593b50493e2ce3f65a4a80c61625a507ee789c
7
+ data.tar.gz: 505a4c435c4540652db9768f352df97bf1f188579ebcdc49873b582a23927b71f1e3016cbb9c087c6d69bd54531bfa25a7d2950e7a3404e187ba06762edac17e
data/README.md CHANGED
@@ -8,8 +8,8 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a
8
8
 
9
9
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
10
10
 
11
- - API version: 2.9.0
12
- - Package version: 5.2.0
11
+ - API version: 2.14.0
12
+ - Package version: 5.6.1
13
13
 
14
14
 
15
15
  ## Installation
@@ -57,7 +57,7 @@ A listing of classes and methods is also provided below:
57
57
 
58
58
  Class | Method | HTTP request | Description
59
59
  ------------ | ------------- | ------------- | -------------
60
- *Intrinio::BulkDownloadsApi* | [**get_bulk_download_links**](docs/BulkDownloadsApi.md#get_bulk_download_links) | **GET** /bulk_downloads/links | Bulk Downloads
60
+ *Intrinio::BulkDownloadsApi* | [**get_bulk_download_links**](docs/BulkDownloadsApi.md#get_bulk_download_links) | **GET** /bulk_downloads/links | All Links
61
61
  *Intrinio::CompanyApi* | [**get_all_companies**](docs/CompanyApi.md#get_all_companies) | **GET** /companies | All Companies
62
62
  *Intrinio::CompanyApi* | [**get_all_company_news**](docs/CompanyApi.md#get_all_company_news) | **GET** /companies/news | All News
63
63
  *Intrinio::CompanyApi* | [**get_company**](docs/CompanyApi.md#get_company) | **GET** /companies/{identifier} | Lookup Company
@@ -76,10 +76,18 @@ Class | Method | HTTP request | Description
76
76
  *Intrinio::DataTagApi* | [**get_all_data_tags**](docs/DataTagApi.md#get_all_data_tags) | **GET** /data_tags | All Data Tags
77
77
  *Intrinio::DataTagApi* | [**get_data_tag_by_id**](docs/DataTagApi.md#get_data_tag_by_id) | **GET** /data_tags/{identifier} | Lookup Data Tag
78
78
  *Intrinio::DataTagApi* | [**search_data_tags**](docs/DataTagApi.md#search_data_tags) | **GET** /data_tags/search | Search Data Tags
79
+ *Intrinio::ETFsApi* | [**get_all_etfs**](docs/ETFsApi.md#get_all_etfs) | **GET** /etfs | All ETFs
80
+ *Intrinio::ETFsApi* | [**get_etf**](docs/ETFsApi.md#get_etf) | **GET** /etfs/{identifier} | Lookup ETF
81
+ *Intrinio::ETFsApi* | [**get_etf_analytics**](docs/ETFsApi.md#get_etf_analytics) | **GET** /etfs/{identifier}/analytics | ETF Analytics
82
+ *Intrinio::ETFsApi* | [**get_etf_holdings**](docs/ETFsApi.md#get_etf_holdings) | **GET** /etfs/{identifier}/holdings | ETF Holdings
83
+ *Intrinio::ETFsApi* | [**get_etf_stats**](docs/ETFsApi.md#get_etf_stats) | **GET** /etfs/{identifier}/stats | Exchange Traded Fund (ETF) stats
84
+ *Intrinio::ETFsApi* | [**search_etfs**](docs/ETFsApi.md#search_etfs) | **GET** /etfs/search | Search ETFs
79
85
  *Intrinio::FilingApi* | [**get_all_filings**](docs/FilingApi.md#get_all_filings) | **GET** /filings | All Filings
80
86
  *Intrinio::FilingApi* | [**get_all_notes**](docs/FilingApi.md#get_all_notes) | **GET** /filings/notes | All Filing Notes
81
87
  *Intrinio::FilingApi* | [**get_filing_by_id**](docs/FilingApi.md#get_filing_by_id) | **GET** /filings/{id} | Lookup Filing
82
88
  *Intrinio::FilingApi* | [**get_filing_fundamentals**](docs/FilingApi.md#get_filing_fundamentals) | **GET** /filings/{identifier}/fundamentals | All Fundamentals by Filing
89
+ *Intrinio::FilingApi* | [**get_filing_html**](docs/FilingApi.md#get_filing_html) | **GET** /filings/{identifier}/html | Filing Html
90
+ *Intrinio::FilingApi* | [**get_filing_text**](docs/FilingApi.md#get_filing_text) | **GET** /filings/{identifier}/text | Filing Text
83
91
  *Intrinio::FilingApi* | [**get_note**](docs/FilingApi.md#get_note) | **GET** /filings/notes/{identifier} | Filing Note by ID
84
92
  *Intrinio::FilingApi* | [**get_note_html**](docs/FilingApi.md#get_note_html) | **GET** /filings/notes/{identifier}/html | Filing Note HTML
85
93
  *Intrinio::FilingApi* | [**get_note_text**](docs/FilingApi.md#get_note_text) | **GET** /filings/notes/{identifier}/text | Filing Note Text
@@ -203,8 +211,16 @@ Class | Method | HTTP request | Description
203
211
  *Intrinio::TechnicalApi* | [**get_security_price_technicals_vwap**](docs/TechnicalApi.md#get_security_price_technicals_vwap) | **GET** /securities/{identifier}/prices/technicals/vwap | Volume Weighted Average Price
204
212
  *Intrinio::TechnicalApi* | [**get_security_price_technicals_wr**](docs/TechnicalApi.md#get_security_price_technicals_wr) | **GET** /securities/{identifier}/prices/technicals/wr | Williams %R
205
213
  *Intrinio::ZacksApi* | [**get_zacks_analyst_ratings**](docs/ZacksApi.md#get_zacks_analyst_ratings) | **GET** /zacks/analyst_ratings | Zacks Analyst Ratings
214
+ *Intrinio::ZacksApi* | [**get_zacks_eps_estimates**](docs/ZacksApi.md#get_zacks_eps_estimates) | **GET** /zacks/eps_estimates | Zacks EPS Estimates
215
+ *Intrinio::ZacksApi* | [**get_zacks_eps_growth_rates**](docs/ZacksApi.md#get_zacks_eps_growth_rates) | **GET** /zacks/eps_growth_rates | Zacks EPS Growth Rates
206
216
  *Intrinio::ZacksApi* | [**get_zacks_eps_surprises**](docs/ZacksApi.md#get_zacks_eps_surprises) | **GET** /zacks/eps_surprises | Zacks EPS Surprises
217
+ *Intrinio::ZacksApi* | [**get_zacks_etf_holdings**](docs/ZacksApi.md#get_zacks_etf_holdings) | **GET** /zacks/etf_holdings | Zacks ETF Holdings
218
+ *Intrinio::ZacksApi* | [**get_zacks_institutional_holding_companies**](docs/ZacksApi.md#get_zacks_institutional_holding_companies) | **GET** /zacks/institutional_holdings/companies | Zacks Institutional Holding Companies
219
+ *Intrinio::ZacksApi* | [**get_zacks_institutional_holding_owners**](docs/ZacksApi.md#get_zacks_institutional_holding_owners) | **GET** /zacks/institutional_holdings/owners | Zacks Institutional Holding Owners
220
+ *Intrinio::ZacksApi* | [**get_zacks_institutional_holdings**](docs/ZacksApi.md#get_zacks_institutional_holdings) | **GET** /zacks/institutional_holdings | Zacks Institutional Holdings
221
+ *Intrinio::ZacksApi* | [**get_zacks_long_term_growth_rates**](docs/ZacksApi.md#get_zacks_long_term_growth_rates) | **GET** /zacks/long_term_growth_rates | Zacks Long Term Growth Rates
207
222
  *Intrinio::ZacksApi* | [**get_zacks_sales_surprises**](docs/ZacksApi.md#get_zacks_sales_surprises) | **GET** /zacks/sales_surprises | Zacks Sales Surprises
223
+ *Intrinio::ZacksApi* | [**get_zacks_target_price_consensuses**](docs/ZacksApi.md#get_zacks_target_price_consensuses) | **GET** /zacks/target_price_consensuses | Zacks Target Price Consensuses
208
224
 
209
225
 
210
226
  ## Models
@@ -220,6 +236,8 @@ Class | Method | HTTP request | Description
220
236
  - [Intrinio::ApiResponseCompanySecurities](docs/ApiResponseCompanySecurities.md)
221
237
  - [Intrinio::ApiResponseDataTags](docs/ApiResponseDataTags.md)
222
238
  - [Intrinio::ApiResponseDataTagsSearch](docs/ApiResponseDataTagsSearch.md)
239
+ - [Intrinio::ApiResponseETFHoldings](docs/ApiResponseETFHoldings.md)
240
+ - [Intrinio::ApiResponseETFs](docs/ApiResponseETFs.md)
223
241
  - [Intrinio::ApiResponseEconomicIndexHistoricalData](docs/ApiResponseEconomicIndexHistoricalData.md)
224
242
  - [Intrinio::ApiResponseEconomicIndices](docs/ApiResponseEconomicIndices.md)
225
243
  - [Intrinio::ApiResponseEconomicIndicesSearch](docs/ApiResponseEconomicIndicesSearch.md)
@@ -294,8 +312,16 @@ Class | Method | HTTP request | Description
294
312
  - [Intrinio::ApiResponseStockMarketIndices](docs/ApiResponseStockMarketIndices.md)
295
313
  - [Intrinio::ApiResponseStockMarketIndicesSearch](docs/ApiResponseStockMarketIndicesSearch.md)
296
314
  - [Intrinio::ApiResponseZacksAnalystRatings](docs/ApiResponseZacksAnalystRatings.md)
315
+ - [Intrinio::ApiResponseZacksEPSEstimates](docs/ApiResponseZacksEPSEstimates.md)
316
+ - [Intrinio::ApiResponseZacksEPSGrowthRates](docs/ApiResponseZacksEPSGrowthRates.md)
297
317
  - [Intrinio::ApiResponseZacksEPSSurprises](docs/ApiResponseZacksEPSSurprises.md)
318
+ - [Intrinio::ApiResponseZacksETFHoldings](docs/ApiResponseZacksETFHoldings.md)
319
+ - [Intrinio::ApiResponseZacksInstitutionalHoldingCompanies](docs/ApiResponseZacksInstitutionalHoldingCompanies.md)
320
+ - [Intrinio::ApiResponseZacksInstitutionalHoldingOwners](docs/ApiResponseZacksInstitutionalHoldingOwners.md)
321
+ - [Intrinio::ApiResponseZacksInstitutionalHoldings](docs/ApiResponseZacksInstitutionalHoldings.md)
322
+ - [Intrinio::ApiResponseZacksLongTermGrowthRates](docs/ApiResponseZacksLongTermGrowthRates.md)
298
323
  - [Intrinio::ApiResponseZacksSalesSurprises](docs/ApiResponseZacksSalesSurprises.md)
324
+ - [Intrinio::ApiResponseZacksTargetPriceConsensuses](docs/ApiResponseZacksTargetPriceConsensuses.md)
299
325
  - [Intrinio::AverageDailyTradingVolumeTechnicalValue](docs/AverageDailyTradingVolumeTechnicalValue.md)
300
326
  - [Intrinio::AverageDirectionalIndexTechnicalValue](docs/AverageDirectionalIndexTechnicalValue.md)
301
327
  - [Intrinio::AverageTrueRangeTechnicalValue](docs/AverageTrueRangeTechnicalValue.md)
@@ -316,6 +342,11 @@ Class | Method | HTTP request | Description
316
342
  - [Intrinio::DetrendedPriceOscillatorTechnicalValue](docs/DetrendedPriceOscillatorTechnicalValue.md)
317
343
  - [Intrinio::DividendRecord](docs/DividendRecord.md)
318
344
  - [Intrinio::DonchianChannelTechnicalValue](docs/DonchianChannelTechnicalValue.md)
345
+ - [Intrinio::ETF](docs/ETF.md)
346
+ - [Intrinio::ETFAnalytics](docs/ETFAnalytics.md)
347
+ - [Intrinio::ETFHolding](docs/ETFHolding.md)
348
+ - [Intrinio::ETFStats](docs/ETFStats.md)
349
+ - [Intrinio::ETFSummary](docs/ETFSummary.md)
319
350
  - [Intrinio::EarningsRecord](docs/EarningsRecord.md)
320
351
  - [Intrinio::EaseOfMovementTechnicalValue](docs/EaseOfMovementTechnicalValue.md)
321
352
  - [Intrinio::EconomicIndex](docs/EconomicIndex.md)
@@ -381,8 +412,19 @@ Class | Method | HTTP request | Description
381
412
  - [Intrinio::ZacksAnalystRating](docs/ZacksAnalystRating.md)
382
413
  - [Intrinio::ZacksAnalystRatingSnapshot](docs/ZacksAnalystRatingSnapshot.md)
383
414
  - [Intrinio::ZacksAnalystRatingSummary](docs/ZacksAnalystRatingSummary.md)
415
+ - [Intrinio::ZacksEPSEstimate](docs/ZacksEPSEstimate.md)
416
+ - [Intrinio::ZacksEPSGrowthRate](docs/ZacksEPSGrowthRate.md)
384
417
  - [Intrinio::ZacksEPSSurprise](docs/ZacksEPSSurprise.md)
385
418
  - [Intrinio::ZacksEPSSurpriseSummary](docs/ZacksEPSSurpriseSummary.md)
419
+ - [Intrinio::ZacksETFHolding](docs/ZacksETFHolding.md)
420
+ - [Intrinio::ZacksInstitutionalHolding](docs/ZacksInstitutionalHolding.md)
421
+ - [Intrinio::ZacksInstitutionalHoldingCompanyDetail](docs/ZacksInstitutionalHoldingCompanyDetail.md)
422
+ - [Intrinio::ZacksInstitutionalHoldingCompanySummary](docs/ZacksInstitutionalHoldingCompanySummary.md)
423
+ - [Intrinio::ZacksInstitutionalHoldingHistoricalSummary](docs/ZacksInstitutionalHoldingHistoricalSummary.md)
424
+ - [Intrinio::ZacksInstitutionalHoldingOwnerDetail](docs/ZacksInstitutionalHoldingOwnerDetail.md)
425
+ - [Intrinio::ZacksInstitutionalHoldingOwnerSummary](docs/ZacksInstitutionalHoldingOwnerSummary.md)
426
+ - [Intrinio::ZacksLongTermGrowthRate](docs/ZacksLongTermGrowthRate.md)
386
427
  - [Intrinio::ZacksSalesSurprise](docs/ZacksSalesSurprise.md)
387
428
  - [Intrinio::ZacksSalesSurpriseSummary](docs/ZacksSalesSurpriseSummary.md)
429
+ - [Intrinio::ZacksTargetPriceConsensus](docs/ZacksTargetPriceConsensus.md)
388
430
 
@@ -0,0 +1,25 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ApiResponseETFHoldings)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ApiResponseETFHoldings
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **holdings** | Object |  
16
+ **etf** | [**ETFSummary**](ETFSummary.md) |  
17
+ **next_page** | String | The token required to request the next page of the data. If null, no further results are available.  
18
+
19
+ [//]: # (END_DEFINITION)
20
+
21
+
22
+ [//]: # (CONTAINED_CLASS:Intrinio::ETFSummary)
23
+
24
+
25
+
@@ -0,0 +1,21 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ApiResponseETFs)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ApiResponseETFs
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **etfs** | Object |  
16
+ **next_page** | String | The token required to request the next page of the data. If null, no further results are available.  
17
+
18
+ [//]: # (END_DEFINITION)
19
+
20
+
21
+
@@ -0,0 +1,24 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ApiResponseZacksEPSEstimates)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ApiResponseZacksEPSEstimates
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **estimates** | [**Array<ZacksEPSEstimate>**](ZacksEPSEstimate.md) | Zacks EPS estimate data for a given date range  
16
+ **next_page** | String | The token required to request the next page of the data. If null, no further results are available.  
17
+
18
+ [//]: # (END_DEFINITION)
19
+
20
+
21
+ [//]: # (CONTAINED_CLASS:Intrinio::ZacksEPSEstimate)
22
+
23
+
24
+
@@ -0,0 +1,24 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ApiResponseZacksEPSGrowthRates)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ApiResponseZacksEPSGrowthRates
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **eps_growth_rates** | [**Array<ZacksEPSGrowthRate>**](ZacksEPSGrowthRate.md) | Zacks EPS growth rate for the latest date  
16
+ **next_page** | String | The token required to request the next page of the data. If null, no further results are available.  
17
+
18
+ [//]: # (END_DEFINITION)
19
+
20
+
21
+ [//]: # (CONTAINED_CLASS:Intrinio::ZacksEPSGrowthRate)
22
+
23
+
24
+
@@ -0,0 +1,24 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ApiResponseZacksETFHoldings)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ApiResponseZacksETFHoldings
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **holdings** | [**Array<ZacksETFHolding>**](ZacksETFHolding.md) | Zacks ETF holding data  
16
+ **next_page** | String | The token required to request the next page of the data. If null, no further results are available.  
17
+
18
+ [//]: # (END_DEFINITION)
19
+
20
+
21
+ [//]: # (CONTAINED_CLASS:Intrinio::ZacksETFHolding)
22
+
23
+
24
+
@@ -0,0 +1,24 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ApiResponseZacksInstitutionalHoldingCompanies)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ApiResponseZacksInstitutionalHoldingCompanies
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **companies** | [**Array<ZacksInstitutionalHoldingCompanyDetail>**](ZacksInstitutionalHoldingCompanyDetail.md) | Zacks institutional holding company data  
16
+ **next_page** | String | The token required to request the next page of the data. If null, no further results are available.  
17
+
18
+ [//]: # (END_DEFINITION)
19
+
20
+
21
+ [//]: # (CONTAINED_CLASS:Intrinio::ZacksInstitutionalHoldingCompanyDetail)
22
+
23
+
24
+
@@ -0,0 +1,24 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ApiResponseZacksInstitutionalHoldingOwners)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ApiResponseZacksInstitutionalHoldingOwners
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **owners** | [**Array<ZacksInstitutionalHoldingOwnerDetail>**](ZacksInstitutionalHoldingOwnerDetail.md) | Zacks institutional holding owners data  
16
+ **next_page** | String | The token required to request the next page of the data. If null, no further results are available.  
17
+
18
+ [//]: # (END_DEFINITION)
19
+
20
+
21
+ [//]: # (CONTAINED_CLASS:Intrinio::ZacksInstitutionalHoldingOwnerDetail)
22
+
23
+
24
+
@@ -0,0 +1,24 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ApiResponseZacksInstitutionalHoldings)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ApiResponseZacksInstitutionalHoldings
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **holdings** | [**Array<ZacksInstitutionalHolding>**](ZacksInstitutionalHolding.md) | Zacks institutional holding data  
16
+ **next_page** | String | The token required to request the next page of the data. If null, no further results are available.  
17
+
18
+ [//]: # (END_DEFINITION)
19
+
20
+
21
+ [//]: # (CONTAINED_CLASS:Intrinio::ZacksInstitutionalHolding)
22
+
23
+
24
+
@@ -0,0 +1,24 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ApiResponseZacksLongTermGrowthRates)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ApiResponseZacksLongTermGrowthRates
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **long_term_growth_estimates** | [**Array<ZacksLongTermGrowthRate>**](ZacksLongTermGrowthRate.md) | Zacks latest long term growth rates  
16
+ **next_page** | String | The token required to request the next page of the data. If null, no further results are available.  
17
+
18
+ [//]: # (END_DEFINITION)
19
+
20
+
21
+ [//]: # (CONTAINED_CLASS:Intrinio::ZacksLongTermGrowthRate)
22
+
23
+
24
+
@@ -0,0 +1,24 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ApiResponseZacksTargetPriceConsensuses)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ApiResponseZacksTargetPriceConsensuses
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **target_price_consensuses** | [**Array<ZacksTargetPriceConsensus>**](ZacksTargetPriceConsensus.md) | Zacks target price consensuses for the latest date  
16
+ **next_page** | String | The token required to request the next page of the data. If null, no further results are available.  
17
+
18
+ [//]: # (END_DEFINITION)
19
+
20
+
21
+ [//]: # (CONTAINED_CLASS:Intrinio::ZacksTargetPriceConsensus)
22
+
23
+
24
+
@@ -4,7 +4,7 @@ All URIs are relative to *https://api-v2.intrinio.com*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**get_bulk_download_links**](BulkDownloadsApi.md#get_bulk_download_links) | **GET** /bulk_downloads/links | Bulk Downloads
7
+ [**get_bulk_download_links**](BulkDownloadsApi.md#get_bulk_download_links) | **GET** /bulk_downloads/links | All Links
8
8
 
9
9
 
10
10
 
@@ -34,7 +34,7 @@ Method | HTTP request | Description
34
34
 
35
35
  > ApiResponseBulkDownloadLinks get_bulk_download_links
36
36
 
37
- #### Bulk Downloads
37
+ #### All Links
38
38
 
39
39
 
40
40
  Returns all active bulk downloads for your account with links to download.
@@ -0,0 +1,138 @@
1
+
2
+
3
+ [//]: # (CLASS:Intrinio::ETF)
4
+
5
+ [//]: # (KIND:object)
6
+
7
+ ### Intrinio::ETF
8
+
9
+ #### Properties
10
+
11
+ [//]: # (START_DEFINITION)
12
+
13
+ Name | Type | Description
14
+ ------------ | ------------- | -------------
15
+ **id** | String | The Intrinio ID of the ETF  
16
+ **name** | String | The common name of the ETF  
17
+ **ticker** | String | The common ticker symbol for the ETF  
18
+ **figi_ticker** | String | The OpenFIGI ticker for the ETF  
19
+ **ric** | String | Reuters Instrument Code (RIC) for the ETF  
20
+ **isin** | String | International Securities Identification Number (ISIN) for the ETF  
21
+ **sedol** | String | Stock Exchange Daily Official List (SEDOL) for the ETF  
22
+ **exchange_mic** | String | The exchange Market Identifier Code (MIC) from the International Standards Organization (ISO)  
23
+ **sponsor** | String | The fund manager (ETF) or issuing bank (ETN)  
24
+ **type** | String | High-level classification for the ETF based on its intended investment objective  
25
+ **description** | String | The ETF description as published by the ETF sponsor  
26
+ **inception_date** | Date | Inception Date for the ETF as published by the ETF sponsor  
27
+ **data_change_date** | Date | The last date on which there was a change in a classifications data field for this ETF  
28
+ **close_date** | Date | The date on which this ETF was de-listed if it is no longer listed  
29
+ **is_live_listed** | BOOLEAN | If true, the ETF is still listed on an exchange; if false, the ETF is no longer listed  
30
+ **legal_structure** | String | The legal structure as defined in the prospectus  
31
+ **intraday_nav_ticker** | String | Intra-day NAV ticker for the Exchange Traded Fund (ETF)  
32
+ **primary_ticker** | String | The primary ticker field is used for Exchange Traded Products (ETPs) that have multiple listings and share classes. If an ETP has multiple listings or share classes, the same primary ticker is assigned to all the listings and share classes  
33
+ **primary_ticker_country_code** | String | 2 letter ISO country code for the country of the primary listing  
34
+ **primary_listing_region** | String | Geographic region in the country of the primary listing falls  
35
+ **net_expense_ratio** | Float | Gross expense net of Fee Waivers, as a percentage of net assets as published by the ETF Sponsor  
36
+ **asset_class** | String | Captures the underlying nature of the securities in the Exchanged Traded Product (ETP)  
37
+ **other_asset_types** | String | If 'asset_class' field is classified as 'Other Asset Types' this field captures the specific category of the underlying assets  
38
+ **market_cap_range** | String | Equity ETFs are classified as falling into categories based on the description of their investment strategy in the prospectus. Examples ('Mega Cap', 'Large Cap', 'Mid Cap', etc.)  
39
+ **holds_only_nyse_stocks** | BOOLEAN | If true, the ETF is an equity ETF and holds only stocks listed on NYSE  
40
+ **holds_only_nasdaq_stocks** | BOOLEAN | If false, the ETF is an equity ETF and holds only stocks listed on Nasdaq  
41
+ **growth_value_tilt** | String | Classifies equity ETFs as either 'Growth' or Value' based on the stated style tilt in the ETF prospectus. Equity ETFs that do not have a stated style tilt are classified as 'Core / Blend'  
42
+ **growth_type** | String | For ETFs that are classified as 'Growth' in 'growth_value_tilt', this field further identifies those where the stocks in the ETF are both selected and weighted based on their growth (style factor) scores  
43
+ **value_type** | String | For ETFs that are classified as 'Value' in 'growth_value_tilt', this field further identifies those where the stocks in the ETF are both selected and weighted based on their value (style factor) scores  
44
+ **sector** | String | For equity ETFs that aim to provide targeted exposure to a sector or industry, this field identifies the Sector that it provides the exposure to  
45
+ **industry** | String | For equity ETFs that aim to provide targeted exposure to an industry, this field identifies the Industry that it provides the exposure to.  
46
+ **sub_industry** | String | For equity ETFs that aim to provide targeted exposure to a sub-industry, this field identifies the sub-industry that it provides the exposure to  
47
+ **cross_sector_theme** | String | For equity ETFs that aim to provide targeted exposure to a specific investment theme that cuts across GICS sectors, this field identifies the specific cross-sector theme. Examples ('Agri-business', 'Natural Resources', 'Green Investing', etc.)  
48
+ **natural_resources_type** | String | For ETFs that are classified as 'Natural Resources' in the 'cross_sector_theme' field, this field provides further detail on the type of Natural Resources exposure.  
49
+ **excludes_financials** | BOOLEAN | For equity ETFs, identifies those ETFs where the underlying fund holdings will not hold financials stocks, based on the funds intended objective  
50
+ **excludes_technology** | BOOLEAN | For equity ETFs, identifies those ETFs where the underlying fund holdings will not hold technology stocks, based on the funds intended objective  
51
+ **us_or_excludes_us** | String | Takes the value of 'Domestic' for US exposure, 'International' for non-US exposure and 'Global' for exposure that includes all regions including the US  
52
+ **developed_emerging** | String | This field identifies the stage of development of the markets that the ETF provides exposure to  
53
+ **specialized_region** | String | This field is populated if the ETF provides targeted exposure to a specific type of geography-based grouping that does not fall into a specific country or continent grouping. Examples ('BRIC', 'Chindia', etc.)  
54
+ **continent** | String | This field is populated if the ETF provides targeted exposure to a specific continent or country within that Continent  
55
+ **latin_america_sub_group** | String | For ETFs that are classified as 'Latin America' in the 'continent' field, this field provides further detail on the type of regional exposure  
56
+ **europe_sub_group** | String | For ETFs that are classified as 'Europe' in the 'continent' field, this field provides further detail on the type of regional exposure  
57
+ **asia_sub_group** | String | For ETFs that are classified as 'Asia' in the 'continent' field, this field provides further detail on the type of regional exposure  
58
+ **specific_country** | String | This field is populated if the ETF provides targeted exposure to a specific country  
59
+ **china_listing_location** | String | For ETFs that are classified as 'China' in the 'country' field, this field provides further detail on the type of exposure in the underlying securities  
60
+ **us_state** | String | Takes the value of a US state if the ETF provides targeted exposure to the municipal bonds or equities of companies operating in a specific state in the US  
61
+ **real_estate** | String | For ETFs that provide targeted real estate exposure, this field is populated if the ETF provides targeted exposure to a specific segment of the real estate market  
62
+ **index_weighting_scheme** | String | For ETFs that track an underlying index, this field provides detail on the index weighting type  
63
+ **market_cap_weighting_type** | String | For ETFs that take the value 'Market Cap Weighted' in the 'index_weighting_scheme' field, this field provides detail on the market cap weighting type  
64
+ **fundamental_weighting_type** | String | For ETFs that take the value ‘Fundamental Weighted’ in the 'index_weighting_scheme' field, this field provides detail on the fundamental weighting methodology  
65
+ **dividend_weighting_type** | String | For ETFs that take the value 'Dividend Weighted' in the 'index_weighting_scheme' field, this field provides detail on the dividend weighting methodology  
66
+ **bond_type** | String | For ETFs where 'asset_class_type' is 'Bonds', this field provides detail on the type of bonds held in the ETF  
67
+ **government_bond_types** | String | For bond ETFs that take the value 'Treasury & Government' in 'bond_type', this field provides detail on the exposure  
68
+ **municipal_bond_region** | String | For bond ETFs that take the value 'Municipal' in 'bond_type', this field provides additional detail on the geographic exposure  
69
+ **municipal_vrdo** | BOOLEAN | For bond ETFs that take the value 'Municipal' in 'bond_type', this field identifies those ETFs that specifically provide exposure to Variable Rate Demand Obligations  
70
+ **mortgage_bond_types** | String | For bond ETFs that take the value 'Mortgage' in 'bond_type', this field provides additional detail on the type of underlying securities  
71
+ **bond_tax_status** | String | For all US bond ETFs, this field provides additional detail on the tax treatment of the underlying securities  
72
+ **credit_quality** | String | For all bond ETFs, this field helps to identify if the ETF provides targeted exposure to securities of a specific credit quality range  
73
+ **average_maturity** | String | For all bond ETFs, this field helps to identify if the ETF provides targeted exposure to securities of a specific maturity range  
74
+ **specific_maturity_year** | Integer | For all bond ETFs that take the value 'Specific Maturity Year' in the 'average_maturity' field, this field specifies the calendar year  
75
+ **bond_currency_denomination** | String | For all bond ETFs, this field provides additional detail on the currency denomination of the underlying securities  
76
+ **laddered** | BOOLEAN | For bond ETFs, this field identifies those ETFs that specifically hold bonds in a laddered structure, where the bonds are scheduled to mature in an annual, sequential structure  
77
+ **zero_coupon** | BOOLEAN | For bond ETFs, this field identifies those ETFs that specifically hold zero coupon Treasury Bills  
78
+ **floating_rate** | BOOLEAN | For bond ETFs, this field identifies those ETFs that specifically hold floating rate bonds  
79
+ **build_america_bonds** | BOOLEAN | For municipal bond ETFs, this field identifies those ETFs that specifically hold Build America Bonds  
80
+ **commodity_types** | String | For ETFs where 'asset_class_type' is 'Commodities', this field provides detail on the type of commodities held in the ETF  
81
+ **energy_type** | String | For ETFs where 'commodity_type' is 'Energy', this field provides detail on the type of energy exposure provided by the ETF  
82
+ **agricultural_type** | String | For ETFs where 'commodity_type' is 'Agricultural', this field provides detail on the type of agricultural exposure provided by the ETF  
83
+ **metal_type** | String | For ETFs where 'commodity_type' is 'Gold & Metals', this field provides detail on the type of exposure provided by the ETF  
84
+ **inverse_leveraged** | String | This field is populated if the ETF provides inverse or leveraged exposure  
85
+ **target_date_multi_asset_type** | String | For ETFs where 'asset_class_type' is 'Target Date / MultiAsset', this field provides detail on the type of commodities held in the ETF  
86
+ **currency_hedged** | BOOLEAN | This field is populated if the ETF’s strategy involves hedging currency exposure  
87
+ **currency_pair** | String | This field is populated if the ETF’s strategy involves providing exposure to the movements of a currency or involves hedging currency exposure  
88
+ **social_environmental_type** | String | This field is populated if the ETF’s strategy involves providing exposure to a specific social or environmental theme  
89
+ **clean_energy_type** | String | This field is populated if the ETF has a value of 'Clean Energy' in the 'social_environmental_type' field.  
90
+ **dividend_type** | String | This field is populated if the ETF has an intended investment objective of holding dividend-oriented stocks as stated in the prospectus  
91
+ **regular_dividend_payor_type** | String | This field is populated if the ETF has a value of 'Dividend – Regular Payors' in the 'dividend_type' field  
92
+ **holds_ml_ps** | BOOLEAN | If true, the ETF’s investment objective explicitly specifies that it holds MLPs as an intended part of its investment strategy  
93
+ **holds_preferred_stock** | BOOLEAN | If true, the ETF’s investment objective explicitly specifies that it holds preferred stock as an intended part of its investment strategy  
94
+ **holds_closed_end_funds** | BOOLEAN | IF true, if the ETF’s investment objective explicitly specifies that it holds closed end funds as an intended part of its investment strategy  
95
+ **quant_strategies_type** | String | This field is populated if the ETF has either an index-linked or active strategy that is based on a proprietary quantitative strategy  
96
+ **other_quant_models** | String | For ETFs where 'quant_strategies_type' is 'Other Quant Model', this field provides the name of the specific proprietary quant model used as the underlying strategy for the ETF  
97
+ **hedge_fund_type** | String | For ETFs where 'other_asset_types' is 'Hedge Fund Replication', this field provides detail on the type of hedge fund replication strategy  
98
+ **derivatives_based** | String | This field is populated if the ETF holds either listed or over-the-counter derivatives in its portfolio  
99
+ **holds_ad_rs** | BOOLEAN | If true, he ETF’s investment objective explicitly specifies that it holds American Depositary Receipts (ADRs) as an intended part of its investment strategy  
100
+ **index_linked** | String | This field identifies whether an ETF is index linked or active  
101
+ **includes_short_exposure** | BOOLEAN | This field is populated if the ETF has short exposure in any of its holdings e.g. in a long/short or inverse ETF  
102
+ **index_name** | String | This field identifies the name of the underlying index tracked by the ETF, if applicable  
103
+ **parent_index** | String | This field identifies the name of the parent index, which represents the broader universe from which the index underlying the ETF is created, if applicable  
104
+ **index_family** | String | This field identifies the index family to which the index underlying the ETF belongs. The index family is represented as categorized by the index provider  
105
+ **broader_index_family** | String | This field identifies the broader index family to which the index underlying the ETF belongs. The broader index family is represented as categorized by the index provider  
106
+ **index_provider** | String | This field identifies the Index provider for the index underlying the ETF, if applicable  
107
+ **fund_family** | String | This field identifies the fund family to which the ETF belongs, as categorized by the ETF Sponsor  
108
+ **index_ticker** | String | This field identifies the OpenFIGI ticker for the Index underlying the ETF  
109
+ **etn_issuing_bank** | String | If the product is an Exchange Traded Note (ETN), this field identifies the issuing bank  
110
+ **etn_maturity_date** | Date | If the product is an ETN, this field identifies the maturity date for the ETN  
111
+ **livestock** | String | For ETFs where 'commodity_type' is 'Livestock', this field provides detail on the type of livestock exposure provided by the ETF  
112
+ **dynamic_futures_roll** | BOOLEAN | If the product holds futures contracts, this field identifies those products where the roll strategy is dynamic (rather than entirely rules based), so as to minimize roll costs  
113
+ **index_provider_code** | String | This field provides the First Bridge code for each Index provider, corresponding to the index underlying the ETF if applicable  
114
+ **single_category_designation** | String | This categorization is created for those users who want every ETF to be ‘forced’ into a single bucket, so that the assets for all categories will always sum to the total market  
115
+ **registered_countries** | String | The list of countries where the ETF is legally registered for sale. This may differ from where the ETF is domiciled or traded, particularly in Europe  
116
+ **issuing_entity_country_code** | String | The name of the legal entity that issued the Exchange Traded Product (ETP)  
117
+ **ucits** | BOOLEAN | If true, the Exchange Traded Product (ETP) is Undertakings for the Collective Investment in Transferable Securities (UCITS) compliant  
118
+ **replication_structure** | String | The replication structure of the Exchange Traded Product (ETP)  
119
+ **domicile** | String | 2 letter ISO country code for the country where the ETP is domiciled  
120
+ **base_currency** | String | Base currency of the Exchange Traded Product (ETP) in which the net asset value (NAV) is calculated. Reported using the 3-digit ISO currency code  
121
+ **listing_currency** | String | Listing currency of the Exchange Traded Product (ETP) in which it is traded. Reported using the 3-digit ISO currency code  
122
+ **fund_listing_date** | Date | The date on which the Exchange Traded Product (ETP) or share class of the ETP is listed on a specific exchange  
123
+ **listing_country_code** | String | 2 letter ISO country code for the country where the Exchange Traded Product (ETP) is listed  
124
+ **listing_region** | String | The region in which this specific ETF is listed  
125
+ **smartvs_traditional_beta** | String | This field identifies whether an ETF provides 'Traditional' beta exposure or 'Smart' beta exposure. ETFs that are active (i.e. non-indexed), leveraged / inverse or have a proprietary quant model (i.e. that don’t provide indexed exposure to a targeted factor) are classified separately  
126
+ **smartvs_traditional_beta_level2** | String | This field provides further detail within the traditional and smart beta categories  
127
+ **income_category** | String | Identifies if an Exchange Traded Fund (ETF) falls into a category that is specifically designed to provide a high yield or income  
128
+ **etp_structure_type** | String | Classifies Exchange Traded Products (ETPs) into very broad categories based on its legal structure  
129
+ **month_end_assets** | Float | Net assets in millions of dollars as of the most recent month end  
130
+ **etf_portfolio_turnover** | Float | The percentage of positions turned over in the last 12 months  
131
+ **firstbridge_id** | String | The FirstBridge unique identifier for the Exchange Traded Fund (ETF)  
132
+ **firstbridge_parent_id** | String | The FirstBridge unique identifier of the parent Exchange Traded Fund (ETF), if applicable  
133
+ **number_of_holdings** | Integer | The number of holdings for this Exchange Traded Fund (ETF)  
134
+
135
+ [//]: # (END_DEFINITION)
136
+
137
+
138
+