intrinio-sdk 5.8.0 → 5.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (512) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +23 -2
  3. data/docs/ApiResponseCompanyInsiderTransactionFilings.md +28 -0
  4. data/docs/ApiResponseInsiderTransactionFilings.md +32 -0
  5. data/docs/ApiResponseOwnerInsiderTransactionFilings.md +28 -0
  6. data/docs/ApiResponseOwnerInstitutionalHoldings.md +21 -0
  7. data/docs/ApiResponseOwners.md +24 -0
  8. data/docs/ApiResponseSecurityInstitutionalOwnership.md +24 -0
  9. data/docs/CompanyApi.md +182 -0
  10. data/docs/InsiderTransaction.md +44 -0
  11. data/docs/InsiderTransactionFiling.md +32 -0
  12. data/docs/InsiderTransactionFilingsApi.md +95 -0
  13. data/docs/InstitutionalHolding.md +34 -0
  14. data/docs/InstitutionalOwnership.md +29 -0
  15. data/docs/Owner.md +32 -0
  16. data/docs/OwnerSummary.md +21 -0
  17. data/docs/OwnersApi.md +434 -0
  18. data/docs/SecurityApi.md +78 -0
  19. data/intrinio-sdk.gemspec +1 -1
  20. data/lib/intrinio-sdk.rb +15 -1
  21. data/lib/intrinio-sdk/api/bulk_downloads_api.rb +1 -1
  22. data/lib/intrinio-sdk/api/company_api.rb +145 -1
  23. data/lib/intrinio-sdk/api/data_point_api.rb +1 -1
  24. data/lib/intrinio-sdk/api/data_tag_api.rb +1 -1
  25. data/lib/intrinio-sdk/api/et_fs_api.rb +1 -1
  26. data/lib/intrinio-sdk/api/filing_api.rb +1 -1
  27. data/lib/intrinio-sdk/api/forex_api.rb +1 -1
  28. data/lib/intrinio-sdk/api/fundamentals_api.rb +1 -1
  29. data/lib/intrinio-sdk/api/historical_data_api.rb +1 -1
  30. data/lib/intrinio-sdk/api/index_api.rb +1 -1
  31. data/lib/intrinio-sdk/api/insider_transaction_filings_api.rb +86 -0
  32. data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
  33. data/lib/intrinio-sdk/api/options_api.rb +1 -1
  34. data/lib/intrinio-sdk/api/owners_api.rb +338 -0
  35. data/lib/intrinio-sdk/api/security_api.rb +54 -1
  36. data/lib/intrinio-sdk/api/stock_exchange_api.rb +1 -1
  37. data/lib/intrinio-sdk/api/technical_api.rb +1 -1
  38. data/lib/intrinio-sdk/api/zacks_api.rb +1 -1
  39. data/lib/intrinio-sdk/api_client.rb +1 -1
  40. data/lib/intrinio-sdk/api_error.rb +1 -1
  41. data/lib/intrinio-sdk/configuration.rb +1 -1
  42. data/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb +1 -1
  43. data/lib/intrinio-sdk/models/api_response_bulk_download_links.rb +1 -1
  44. data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
  45. data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
  46. data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
  47. data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
  48. data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
  49. data/lib/intrinio-sdk/models/api_response_company_insider_transaction_filings.rb +210 -0
  50. data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
  51. data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
  52. data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
  53. data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
  54. data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
  55. data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
  56. data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
  57. data/lib/intrinio-sdk/models/api_response_et_fs.rb +1 -1
  58. data/lib/intrinio-sdk/models/api_response_etf_holdings.rb +1 -1
  59. data/lib/intrinio-sdk/models/api_response_filing_fundamentals.rb +1 -1
  60. data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
  61. data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
  62. data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
  63. data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +1 -1
  64. data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +1 -1
  65. data/lib/intrinio-sdk/models/api_response_forex_prices.rb +1 -1
  66. data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
  67. data/lib/intrinio-sdk/models/api_response_initial_public_offerings.rb +1 -1
  68. data/lib/intrinio-sdk/models/api_response_insider_transaction_filings.rb +220 -0
  69. data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
  70. data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
  71. data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
  72. data/lib/intrinio-sdk/models/api_response_option_prices.rb +1 -1
  73. data/lib/intrinio-sdk/models/api_response_options.rb +1 -1
  74. data/lib/intrinio-sdk/models/api_response_options_chain.rb +1 -1
  75. data/lib/intrinio-sdk/models/api_response_options_chain_realtime.rb +1 -1
  76. data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
  77. data/lib/intrinio-sdk/models/api_response_options_price_realtime.rb +1 -1
  78. data/lib/intrinio-sdk/models/api_response_options_stats_realtime.rb +1 -1
  79. data/lib/intrinio-sdk/models/api_response_owner_insider_transaction_filings.rb +210 -0
  80. data/lib/intrinio-sdk/models/api_response_owner_institutional_holdings.rb +198 -0
  81. data/lib/intrinio-sdk/models/api_response_owners.rb +201 -0
  82. data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
  83. data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
  84. data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
  85. data/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb +1 -1
  86. data/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +1 -1
  87. data/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +1 -1
  88. data/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +1 -1
  89. data/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +1 -1
  90. data/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +1 -1
  91. data/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +1 -1
  92. data/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +1 -1
  93. data/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +1 -1
  94. data/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +1 -1
  95. data/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +1 -1
  96. data/lib/intrinio-sdk/models/api_response_security_force_index.rb +1 -1
  97. data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
  98. data/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb +1 -1
  99. data/lib/intrinio-sdk/models/api_response_security_institutional_ownership.rb +200 -0
  100. data/lib/intrinio-sdk/models/api_response_security_interval_prices.rb +1 -1
  101. data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
  102. data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +1 -1
  103. data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +1 -1
  104. data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +1 -1
  105. data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +1 -1
  106. data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +1 -1
  107. data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +1 -1
  108. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +1 -1
  109. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +1 -1
  110. data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +1 -1
  111. data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +1 -1
  112. data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +1 -1
  113. data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
  114. data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
  115. data/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +1 -1
  116. data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +1 -1
  117. data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +1 -1
  118. data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +1 -1
  119. data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +1 -1
  120. data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +1 -1
  121. data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +1 -1
  122. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +1 -1
  123. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +1 -1
  124. data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +1 -1
  125. data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +1 -1
  126. data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
  127. data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
  128. data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
  129. data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
  130. data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
  131. data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
  132. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
  133. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
  134. data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
  135. data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
  136. data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
  137. data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
  138. data/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb +1 -1
  139. data/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb +1 -1
  140. data/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb +1 -1
  141. data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +1 -1
  142. data/lib/intrinio-sdk/models/api_response_zacks_etf_holdings.rb +1 -1
  143. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_companies.rb +1 -1
  144. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_owners.rb +1 -1
  145. data/lib/intrinio-sdk/models/api_response_zacks_institutional_holdings.rb +1 -1
  146. data/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb +1 -1
  147. data/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +1 -1
  148. data/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb +1 -1
  149. data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +1 -1
  150. data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +1 -1
  151. data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +1 -1
  152. data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +1 -1
  153. data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +1 -1
  154. data/lib/intrinio-sdk/models/bulk_download_links.rb +1 -1
  155. data/lib/intrinio-sdk/models/bulk_download_summary.rb +1 -1
  156. data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +1 -1
  157. data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +1 -1
  158. data/lib/intrinio-sdk/models/company.rb +1 -1
  159. data/lib/intrinio-sdk/models/company_filing.rb +1 -1
  160. data/lib/intrinio-sdk/models/company_initial_public_offering.rb +1 -1
  161. data/lib/intrinio-sdk/models/company_news.rb +1 -1
  162. data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
  163. data/lib/intrinio-sdk/models/company_summary.rb +1 -1
  164. data/lib/intrinio-sdk/models/data_tag.rb +1 -1
  165. data/lib/intrinio-sdk/models/data_tag_summary.rb +1 -1
  166. data/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb +1 -1
  167. data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
  168. data/lib/intrinio-sdk/models/donchian_channel_technical_value.rb +1 -1
  169. data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
  170. data/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb +1 -1
  171. data/lib/intrinio-sdk/models/economic_index.rb +1 -1
  172. data/lib/intrinio-sdk/models/economic_index_summary.rb +1 -1
  173. data/lib/intrinio-sdk/models/etf.rb +1 -1
  174. data/lib/intrinio-sdk/models/etf_analytics.rb +1 -1
  175. data/lib/intrinio-sdk/models/etf_holding.rb +1 -1
  176. data/lib/intrinio-sdk/models/etf_stats.rb +1 -1
  177. data/lib/intrinio-sdk/models/etf_summary.rb +1 -1
  178. data/lib/intrinio-sdk/models/filing.rb +1 -1
  179. data/lib/intrinio-sdk/models/filing_note.rb +1 -1
  180. data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
  181. data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
  182. data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
  183. data/lib/intrinio-sdk/models/force_index_technical_value.rb +1 -1
  184. data/lib/intrinio-sdk/models/forex_currency.rb +1 -1
  185. data/lib/intrinio-sdk/models/forex_pair.rb +1 -1
  186. data/lib/intrinio-sdk/models/forex_price.rb +1 -1
  187. data/lib/intrinio-sdk/models/fundamental.rb +1 -1
  188. data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
  189. data/lib/intrinio-sdk/models/historical_data.rb +1 -1
  190. data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +1 -1
  191. data/lib/intrinio-sdk/models/insider_transaction.rb +369 -0
  192. data/lib/intrinio-sdk/models/insider_transaction_filing.rb +221 -0
  193. data/lib/intrinio-sdk/models/institutional_holding.rb +329 -0
  194. data/lib/intrinio-sdk/models/institutional_ownership.rb +279 -0
  195. data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
  196. data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +1 -1
  197. data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +1 -1
  198. data/lib/intrinio-sdk/models/mass_index_technical_value.rb +1 -1
  199. data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +1 -1
  200. data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +1 -1
  201. data/lib/intrinio-sdk/models/municipality.rb +1 -1
  202. data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
  203. data/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +1 -1
  204. data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +1 -1
  205. data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +1 -1
  206. data/lib/intrinio-sdk/models/option.rb +1 -1
  207. data/lib/intrinio-sdk/models/option_chain.rb +1 -1
  208. data/lib/intrinio-sdk/models/option_chain_realtime.rb +1 -1
  209. data/lib/intrinio-sdk/models/option_factors_realtime.rb +1 -1
  210. data/lib/intrinio-sdk/models/option_price.rb +1 -1
  211. data/lib/intrinio-sdk/models/option_price_realtime.rb +1 -1
  212. data/lib/intrinio-sdk/models/option_realtime.rb +1 -1
  213. data/lib/intrinio-sdk/models/option_stats_realtime.rb +1 -1
  214. data/lib/intrinio-sdk/models/owner.rb +309 -0
  215. data/lib/intrinio-sdk/models/owner_summary.rb +199 -0
  216. data/lib/intrinio-sdk/models/realtime_stock_price.rb +1 -1
  217. data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
  218. data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +1 -1
  219. data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
  220. data/lib/intrinio-sdk/models/reported_financial_dimension.rb +1 -1
  221. data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
  222. data/lib/intrinio-sdk/models/security.rb +1 -1
  223. data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
  224. data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
  225. data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
  226. data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
  227. data/lib/intrinio-sdk/models/security_summary.rb +1 -1
  228. data/lib/intrinio-sdk/models/sic_index.rb +1 -1
  229. data/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +1 -1
  230. data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
  231. data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +1 -1
  232. data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
  233. data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
  234. data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
  235. data/lib/intrinio-sdk/models/stock_price.rb +1 -1
  236. data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
  237. data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
  238. data/lib/intrinio-sdk/models/stock_price_interval.rb +1 -1
  239. data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
  240. data/lib/intrinio-sdk/models/technical_indicator.rb +1 -1
  241. data/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +1 -1
  242. data/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +1 -1
  243. data/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +1 -1
  244. data/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +1 -1
  245. data/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +1 -1
  246. data/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +1 -1
  247. data/lib/intrinio-sdk/models/williams_r_technical_value.rb +1 -1
  248. data/lib/intrinio-sdk/models/zacks_analyst_rating.rb +1 -1
  249. data/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +1 -1
  250. data/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +1 -1
  251. data/lib/intrinio-sdk/models/zacks_eps_estimate.rb +1 -1
  252. data/lib/intrinio-sdk/models/zacks_eps_growth_rate.rb +1 -1
  253. data/lib/intrinio-sdk/models/zacks_eps_surprise.rb +1 -1
  254. data/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb +1 -1
  255. data/lib/intrinio-sdk/models/zacks_etf_holding.rb +1 -1
  256. data/lib/intrinio-sdk/models/zacks_institutional_holding.rb +1 -1
  257. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_detail.rb +1 -1
  258. data/lib/intrinio-sdk/models/zacks_institutional_holding_company_summary.rb +1 -1
  259. data/lib/intrinio-sdk/models/zacks_institutional_holding_historical_summary.rb +1 -1
  260. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_detail.rb +1 -1
  261. data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_summary.rb +1 -1
  262. data/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb +1 -1
  263. data/lib/intrinio-sdk/models/zacks_sales_surprise.rb +1 -1
  264. data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +1 -1
  265. data/lib/intrinio-sdk/models/zacks_target_price_consensus.rb +1 -1
  266. data/lib/intrinio-sdk/version.rb +2 -2
  267. data/spec/api/bulk_downloads_api_spec.rb +1 -1
  268. data/spec/api/company_api_spec.rb +35 -1
  269. data/spec/api/data_point_api_spec.rb +1 -1
  270. data/spec/api/data_tag_api_spec.rb +1 -1
  271. data/spec/api/et_fs_api_spec.rb +1 -1
  272. data/spec/api/filing_api_spec.rb +1 -1
  273. data/spec/api/forex_api_spec.rb +1 -1
  274. data/spec/api/fundamentals_api_spec.rb +1 -1
  275. data/spec/api/historical_data_api_spec.rb +1 -1
  276. data/spec/api/index_api_spec.rb +1 -1
  277. data/spec/api/insider_transaction_filings_api_spec.rb +50 -0
  278. data/spec/api/municipality_api_spec.rb +1 -1
  279. data/spec/api/options_api_spec.rb +1 -1
  280. data/spec/api/owners_api_spec.rb +107 -0
  281. data/spec/api/security_api_spec.rb +13 -1
  282. data/spec/api/stock_exchange_api_spec.rb +1 -1
  283. data/spec/api/technical_api_spec.rb +1 -1
  284. data/spec/api/zacks_api_spec.rb +1 -1
  285. data/spec/api_client_spec.rb +1 -1
  286. data/spec/configuration_spec.rb +1 -1
  287. data/spec/models/accumulation_distribution_index_technical_value_spec.rb +1 -1
  288. data/spec/models/api_response_bulk_download_links_spec.rb +1 -1
  289. data/spec/models/api_response_companies_search_spec.rb +1 -1
  290. data/spec/models/api_response_companies_spec.rb +1 -1
  291. data/spec/models/api_response_company_filings_spec.rb +1 -1
  292. data/spec/models/api_response_company_fundamentals_spec.rb +1 -1
  293. data/spec/models/api_response_company_historical_data_spec.rb +1 -1
  294. data/spec/models/api_response_company_insider_transaction_filings_spec.rb +54 -0
  295. data/spec/models/api_response_company_news_spec.rb +1 -1
  296. data/spec/models/api_response_company_securities_spec.rb +1 -1
  297. data/spec/models/api_response_data_tags_search_spec.rb +1 -1
  298. data/spec/models/api_response_data_tags_spec.rb +1 -1
  299. data/spec/models/api_response_economic_index_historical_data_spec.rb +1 -1
  300. data/spec/models/api_response_economic_indices_search_spec.rb +1 -1
  301. data/spec/models/api_response_economic_indices_spec.rb +1 -1
  302. data/spec/models/api_response_et_fs_spec.rb +1 -1
  303. data/spec/models/api_response_etf_holdings_spec.rb +1 -1
  304. data/spec/models/api_response_filing_fundamentals_spec.rb +1 -1
  305. data/spec/models/api_response_filing_notes_search_spec.rb +1 -1
  306. data/spec/models/api_response_filing_notes_spec.rb +1 -1
  307. data/spec/models/api_response_filings_spec.rb +1 -1
  308. data/spec/models/api_response_forex_currencies_spec.rb +1 -1
  309. data/spec/models/api_response_forex_pairs_spec.rb +1 -1
  310. data/spec/models/api_response_forex_prices_spec.rb +1 -1
  311. data/spec/models/api_response_historical_data_spec.rb +1 -1
  312. data/spec/models/api_response_initial_public_offerings_spec.rb +1 -1
  313. data/spec/models/api_response_insider_transaction_filings_spec.rb +60 -0
  314. data/spec/models/api_response_municipalities_spec.rb +1 -1
  315. data/spec/models/api_response_municipalitiy_financials_spec.rb +1 -1
  316. data/spec/models/api_response_news_spec.rb +1 -1
  317. data/spec/models/api_response_option_prices_spec.rb +1 -1
  318. data/spec/models/api_response_options_chain_realtime_spec.rb +1 -1
  319. data/spec/models/api_response_options_chain_spec.rb +1 -1
  320. data/spec/models/api_response_options_expirations_spec.rb +1 -1
  321. data/spec/models/api_response_options_price_realtime_spec.rb +1 -1
  322. data/spec/models/api_response_options_spec.rb +1 -1
  323. data/spec/models/api_response_options_stats_realtime_spec.rb +1 -1
  324. data/spec/models/api_response_owner_insider_transaction_filings_spec.rb +54 -0
  325. data/spec/models/api_response_owner_institutional_holdings_spec.rb +48 -0
  326. data/spec/models/api_response_owners_spec.rb +48 -0
  327. data/spec/models/api_response_reported_financials_spec.rb +1 -1
  328. data/spec/models/api_response_securities_search_spec.rb +1 -1
  329. data/spec/models/api_response_securities_spec.rb +1 -1
  330. data/spec/models/api_response_security_accumulation_distribution_index_spec.rb +1 -1
  331. data/spec/models/api_response_security_average_daily_trading_volume_spec.rb +1 -1
  332. data/spec/models/api_response_security_average_directional_index_spec.rb +1 -1
  333. data/spec/models/api_response_security_average_true_range_spec.rb +1 -1
  334. data/spec/models/api_response_security_awesome_oscillator_spec.rb +1 -1
  335. data/spec/models/api_response_security_bollinger_bands_spec.rb +1 -1
  336. data/spec/models/api_response_security_chaikin_money_flow_spec.rb +1 -1
  337. data/spec/models/api_response_security_commodity_channel_index_spec.rb +1 -1
  338. data/spec/models/api_response_security_detrended_price_oscillator_spec.rb +1 -1
  339. data/spec/models/api_response_security_donchian_channel_spec.rb +1 -1
  340. data/spec/models/api_response_security_ease_of_movement_spec.rb +1 -1
  341. data/spec/models/api_response_security_force_index_spec.rb +1 -1
  342. data/spec/models/api_response_security_historical_data_spec.rb +1 -1
  343. data/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +1 -1
  344. data/spec/models/api_response_security_institutional_ownership_spec.rb +48 -0
  345. data/spec/models/api_response_security_interval_prices_spec.rb +1 -1
  346. data/spec/models/api_response_security_intraday_prices_spec.rb +1 -1
  347. data/spec/models/api_response_security_keltner_channel_spec.rb +1 -1
  348. data/spec/models/api_response_security_know_sure_thing_spec.rb +1 -1
  349. data/spec/models/api_response_security_mass_index_spec.rb +1 -1
  350. data/spec/models/api_response_security_money_flow_index_spec.rb +1 -1
  351. data/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +1 -1
  352. data/spec/models/api_response_security_negative_volume_index_spec.rb +1 -1
  353. data/spec/models/api_response_security_on_balance_volume_mean_spec.rb +1 -1
  354. data/spec/models/api_response_security_on_balance_volume_spec.rb +1 -1
  355. data/spec/models/api_response_security_relative_strength_index_spec.rb +1 -1
  356. data/spec/models/api_response_security_simple_moving_average_spec.rb +1 -1
  357. data/spec/models/api_response_security_stochastic_oscillator_spec.rb +1 -1
  358. data/spec/models/api_response_security_stock_price_adjustments_spec.rb +1 -1
  359. data/spec/models/api_response_security_stock_prices_spec.rb +1 -1
  360. data/spec/models/api_response_security_triple_exponential_average_spec.rb +1 -1
  361. data/spec/models/api_response_security_true_strength_index_spec.rb +1 -1
  362. data/spec/models/api_response_security_ultimate_oscillator_spec.rb +1 -1
  363. data/spec/models/api_response_security_volume_price_trend_spec.rb +1 -1
  364. data/spec/models/api_response_security_volume_weighted_average_price_spec.rb +1 -1
  365. data/spec/models/api_response_security_vortex_indicator_spec.rb +1 -1
  366. data/spec/models/api_response_security_williams_r_spec.rb +1 -1
  367. data/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb +1 -1
  368. data/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +1 -1
  369. data/spec/models/api_response_security_zacks_eps_surprises_spec.rb +1 -1
  370. data/spec/models/api_response_security_zacks_sales_surprises_spec.rb +1 -1
  371. data/spec/models/api_response_sic_index_historical_data_spec.rb +1 -1
  372. data/spec/models/api_response_sic_indices_search_spec.rb +1 -1
  373. data/spec/models/api_response_sic_indices_spec.rb +1 -1
  374. data/spec/models/api_response_standardized_financials_spec.rb +1 -1
  375. data/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb +1 -1
  376. data/spec/models/api_response_stock_exchange_securities_spec.rb +1 -1
  377. data/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb +1 -1
  378. data/spec/models/api_response_stock_exchange_stock_prices_spec.rb +1 -1
  379. data/spec/models/api_response_stock_exchanges_spec.rb +1 -1
  380. data/spec/models/api_response_stock_market_index_historical_data_spec.rb +1 -1
  381. data/spec/models/api_response_stock_market_indices_search_spec.rb +1 -1
  382. data/spec/models/api_response_stock_market_indices_spec.rb +1 -1
  383. data/spec/models/api_response_zacks_analyst_ratings_spec.rb +1 -1
  384. data/spec/models/api_response_zacks_eps_estimates_spec.rb +1 -1
  385. data/spec/models/api_response_zacks_eps_growth_rates_spec.rb +1 -1
  386. data/spec/models/api_response_zacks_eps_surprises_spec.rb +1 -1
  387. data/spec/models/api_response_zacks_etf_holdings_spec.rb +1 -1
  388. data/spec/models/api_response_zacks_institutional_holding_companies_spec.rb +1 -1
  389. data/spec/models/api_response_zacks_institutional_holding_owners_spec.rb +1 -1
  390. data/spec/models/api_response_zacks_institutional_holdings_spec.rb +1 -1
  391. data/spec/models/api_response_zacks_long_term_growth_rates_spec.rb +1 -1
  392. data/spec/models/api_response_zacks_sales_surprises_spec.rb +1 -1
  393. data/spec/models/api_response_zacks_target_price_consensuses_spec.rb +1 -1
  394. data/spec/models/average_daily_trading_volume_technical_value_spec.rb +1 -1
  395. data/spec/models/average_directional_index_technical_value_spec.rb +1 -1
  396. data/spec/models/average_true_range_technical_value_spec.rb +1 -1
  397. data/spec/models/awesome_oscillator_technical_value_spec.rb +1 -1
  398. data/spec/models/bollinger_bands_technical_value_spec.rb +1 -1
  399. data/spec/models/bulk_download_links_spec.rb +1 -1
  400. data/spec/models/bulk_download_summary_spec.rb +1 -1
  401. data/spec/models/chaikin_money_flow_technical_value_spec.rb +1 -1
  402. data/spec/models/commodity_channel_index_technical_value_spec.rb +1 -1
  403. data/spec/models/company_filing_spec.rb +1 -1
  404. data/spec/models/company_initial_public_offering_spec.rb +1 -1
  405. data/spec/models/company_news_spec.rb +1 -1
  406. data/spec/models/company_news_summary_spec.rb +1 -1
  407. data/spec/models/company_spec.rb +1 -1
  408. data/spec/models/company_summary_spec.rb +1 -1
  409. data/spec/models/data_tag_spec.rb +1 -1
  410. data/spec/models/data_tag_summary_spec.rb +1 -1
  411. data/spec/models/detrended_price_oscillator_technical_value_spec.rb +1 -1
  412. data/spec/models/dividend_record_spec.rb +1 -1
  413. data/spec/models/donchian_channel_technical_value_spec.rb +1 -1
  414. data/spec/models/earnings_record_spec.rb +1 -1
  415. data/spec/models/ease_of_movement_technical_value_spec.rb +1 -1
  416. data/spec/models/economic_index_spec.rb +1 -1
  417. data/spec/models/economic_index_summary_spec.rb +1 -1
  418. data/spec/models/etf_analytics_spec.rb +1 -1
  419. data/spec/models/etf_holding_spec.rb +1 -1
  420. data/spec/models/etf_spec.rb +1 -1
  421. data/spec/models/etf_stats_spec.rb +1 -1
  422. data/spec/models/etf_summary_spec.rb +1 -1
  423. data/spec/models/filing_note_filing_spec.rb +1 -1
  424. data/spec/models/filing_note_spec.rb +1 -1
  425. data/spec/models/filing_note_summary_spec.rb +1 -1
  426. data/spec/models/filing_spec.rb +1 -1
  427. data/spec/models/filing_summary_spec.rb +1 -1
  428. data/spec/models/force_index_technical_value_spec.rb +1 -1
  429. data/spec/models/forex_currency_spec.rb +1 -1
  430. data/spec/models/forex_pair_spec.rb +1 -1
  431. data/spec/models/forex_price_spec.rb +1 -1
  432. data/spec/models/fundamental_spec.rb +1 -1
  433. data/spec/models/fundamental_summary_spec.rb +1 -1
  434. data/spec/models/historical_data_spec.rb +1 -1
  435. data/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +1 -1
  436. data/spec/models/insider_transaction_filing_spec.rb +60 -0
  437. data/spec/models/insider_transaction_spec.rb +150 -0
  438. data/spec/models/institutional_holding_spec.rb +126 -0
  439. data/spec/models/institutional_ownership_spec.rb +96 -0
  440. data/spec/models/intraday_stock_price_spec.rb +1 -1
  441. data/spec/models/keltner_channel_technical_value_spec.rb +1 -1
  442. data/spec/models/know_sure_thing_technical_value_spec.rb +1 -1
  443. data/spec/models/mass_index_technical_value_spec.rb +1 -1
  444. data/spec/models/money_flow_index_technical_value_spec.rb +1 -1
  445. data/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +1 -1
  446. data/spec/models/municipality_financial_spec.rb +1 -1
  447. data/spec/models/municipality_spec.rb +1 -1
  448. data/spec/models/negative_volume_index_technical_value_spec.rb +1 -1
  449. data/spec/models/on_balance_volume_mean_technical_value_spec.rb +1 -1
  450. data/spec/models/on_balance_volume_technical_value_spec.rb +1 -1
  451. data/spec/models/option_chain_realtime_spec.rb +1 -1
  452. data/spec/models/option_chain_spec.rb +1 -1
  453. data/spec/models/option_factors_realtime_spec.rb +1 -1
  454. data/spec/models/option_price_realtime_spec.rb +1 -1
  455. data/spec/models/option_price_spec.rb +1 -1
  456. data/spec/models/option_realtime_spec.rb +1 -1
  457. data/spec/models/option_spec.rb +1 -1
  458. data/spec/models/option_stats_realtime_spec.rb +1 -1
  459. data/spec/models/owner_spec.rb +114 -0
  460. data/spec/models/owner_summary_spec.rb +48 -0
  461. data/spec/models/realtime_stock_price_security_spec.rb +1 -1
  462. data/spec/models/realtime_stock_price_spec.rb +1 -1
  463. data/spec/models/relative_strength_index_technical_value_spec.rb +1 -1
  464. data/spec/models/reported_financial_dimension_spec.rb +1 -1
  465. data/spec/models/reported_financial_spec.rb +1 -1
  466. data/spec/models/reported_tag_spec.rb +1 -1
  467. data/spec/models/security_screen_clause_spec.rb +1 -1
  468. data/spec/models/security_screen_group_spec.rb +1 -1
  469. data/spec/models/security_screen_result_data_spec.rb +1 -1
  470. data/spec/models/security_screen_result_spec.rb +1 -1
  471. data/spec/models/security_spec.rb +1 -1
  472. data/spec/models/security_summary_spec.rb +1 -1
  473. data/spec/models/sic_index_spec.rb +1 -1
  474. data/spec/models/simple_moving_average_technical_value_spec.rb +1 -1
  475. data/spec/models/standardized_financial_spec.rb +1 -1
  476. data/spec/models/stochastic_oscillator_technical_value_spec.rb +1 -1
  477. data/spec/models/stock_exchange_spec.rb +1 -1
  478. data/spec/models/stock_market_index_spec.rb +1 -1
  479. data/spec/models/stock_market_index_summary_spec.rb +1 -1
  480. data/spec/models/stock_price_adjustment_spec.rb +1 -1
  481. data/spec/models/stock_price_adjustment_summary_spec.rb +1 -1
  482. data/spec/models/stock_price_interval_spec.rb +1 -1
  483. data/spec/models/stock_price_spec.rb +1 -1
  484. data/spec/models/stock_price_summary_spec.rb +1 -1
  485. data/spec/models/technical_indicator_spec.rb +1 -1
  486. data/spec/models/triple_exponential_average_technical_value_spec.rb +1 -1
  487. data/spec/models/true_strength_index_technical_value_spec.rb +1 -1
  488. data/spec/models/ultimate_oscillator_technical_value_spec.rb +1 -1
  489. data/spec/models/volume_price_trend_technical_value_spec.rb +1 -1
  490. data/spec/models/volume_weighted_average_price_value_spec.rb +1 -1
  491. data/spec/models/vortex_indicator_technical_value_spec.rb +1 -1
  492. data/spec/models/williams_r_technical_value_spec.rb +1 -1
  493. data/spec/models/zacks_analyst_rating_snapshot_spec.rb +1 -1
  494. data/spec/models/zacks_analyst_rating_spec.rb +1 -1
  495. data/spec/models/zacks_analyst_rating_summary_spec.rb +1 -1
  496. data/spec/models/zacks_eps_estimate_spec.rb +1 -1
  497. data/spec/models/zacks_eps_growth_rate_spec.rb +1 -1
  498. data/spec/models/zacks_eps_surprise_spec.rb +1 -1
  499. data/spec/models/zacks_eps_surprise_summary_spec.rb +1 -1
  500. data/spec/models/zacks_etf_holding_spec.rb +1 -1
  501. data/spec/models/zacks_institutional_holding_company_detail_spec.rb +1 -1
  502. data/spec/models/zacks_institutional_holding_company_summary_spec.rb +1 -1
  503. data/spec/models/zacks_institutional_holding_historical_summary_spec.rb +1 -1
  504. data/spec/models/zacks_institutional_holding_owner_detail_spec.rb +1 -1
  505. data/spec/models/zacks_institutional_holding_owner_summary_spec.rb +1 -1
  506. data/spec/models/zacks_institutional_holding_spec.rb +1 -1
  507. data/spec/models/zacks_long_term_growth_rate_spec.rb +1 -1
  508. data/spec/models/zacks_sales_surprise_spec.rb +1 -1
  509. data/spec/models/zacks_sales_surprise_summary_spec.rb +1 -1
  510. data/spec/models/zacks_target_price_consensus_spec.rb +1 -1
  511. data/spec/spec_helper.rb +1 -1
  512. metadata +58 -2
@@ -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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
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.18.0
6
+ OpenAPI spec version: 2.19.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: unset
@@ -0,0 +1,369 @@
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.19.0
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
+ # A transaction where the owner is considered an insider of that company. Criteria for being an insider include being a director, officer, or 10%+ owner in the company. Transactions are detailed for both non-derivative and derivative transactions by the insider.
17
+ class InsiderTransaction
18
+ # (true/false) A boolean indicating whether or not the owner is a director in the company
19
+ attr_accessor :director
20
+
21
+ # (true/false) A boolean indicating whether or not the owner is a officer in the company
22
+ attr_accessor :officer
23
+
24
+ # (true/false) A boolean indicating whether or not the owner has a ten percent or greater interest in the company
25
+ attr_accessor :ten_percent_owner
26
+
27
+ # (true/false) A boolean indicating whether or not the owner has another relationship with the company beside, direct, officer, or significant owner in the company
28
+ attr_accessor :other_relation
29
+
30
+ # The officer title of the owner in the company
31
+ attr_accessor :officer_title
32
+
33
+ # (true) A boolean indicating the transaction is a derivative transaction, which may or may not become common stock due to various possible exercise or conversion requirements
34
+ attr_accessor :derivative_transaction
35
+
36
+ # The ticker symbol for the company’s common stock
37
+ attr_accessor :ticker
38
+
39
+ # The name of the derivative security transacted
40
+ attr_accessor :security_title
41
+
42
+ # The conversion or exercise price of the derivative security transacted
43
+ attr_accessor :conversion_exercise_price
44
+
45
+ # A symbol representing the transaction type; P = Purchase | S = Sale | A = Award | M = Conversion to Common | C = Conversion | X = Exercise of Derivative More Transaction Codes
46
+ attr_accessor :transaction_type_code
47
+
48
+ # A symbol representing whether or not the derivative securities are Acquired or Disposed; A = Acquisition | D = Disposition
49
+ attr_accessor :acquisition_disposition_code
50
+
51
+ # The number of derivative securities involved in the subject transaction
52
+ attr_accessor :amount_of_shares
53
+
54
+ # The name of the underlying non-derivative security related to this derivative transaction
55
+ attr_accessor :underlying_security_title
56
+
57
+ # The number of non-derivative shares involved in the subject transaction
58
+ attr_accessor :underlying_shares
59
+
60
+ # The price of the derivative securities
61
+ attr_accessor :transaction_price
62
+
63
+ # The total number of derivative securities owned following the subject transaction
64
+ attr_accessor :total_shares_owned
65
+
66
+ # A symbol representing the ownership of the securities transacted; D = Direct Ownership | I = Indirect Ownership
67
+ attr_accessor :ownership_type_code
68
+
69
+ # The company associated with the filing
70
+ attr_accessor :company
71
+
72
+ # The owner associated with the filing
73
+ attr_accessor :owner
74
+
75
+
76
+ # Attribute mapping from ruby-style variable name to JSON key.
77
+ def self.attribute_map
78
+ {
79
+ :'director' => :'director',
80
+ :'officer' => :'officer',
81
+ :'ten_percent_owner' => :'ten_percent_owner',
82
+ :'other_relation' => :'other_relation',
83
+ :'officer_title' => :'officer_title',
84
+ :'derivative_transaction' => :'derivative_transaction',
85
+ :'ticker' => :'ticker',
86
+ :'security_title' => :'security_title',
87
+ :'conversion_exercise_price' => :'conversion_exercise_price',
88
+ :'transaction_type_code' => :'transaction_type_code',
89
+ :'acquisition_disposition_code' => :'acquisition_disposition_code',
90
+ :'amount_of_shares' => :'amount_of_shares',
91
+ :'underlying_security_title' => :'underlying_security_title',
92
+ :'underlying_shares' => :'underlying_shares',
93
+ :'transaction_price' => :'transaction_price',
94
+ :'total_shares_owned' => :'total_shares_owned',
95
+ :'ownership_type_code' => :'ownership_type_code',
96
+ :'company' => :'company',
97
+ :'owner' => :'owner'
98
+ }
99
+ end
100
+
101
+ # Attribute type mapping.
102
+ def self.swagger_types
103
+ {
104
+ :'director' => :'BOOLEAN',
105
+ :'officer' => :'BOOLEAN',
106
+ :'ten_percent_owner' => :'BOOLEAN',
107
+ :'other_relation' => :'BOOLEAN',
108
+ :'officer_title' => :'String',
109
+ :'derivative_transaction' => :'BOOLEAN',
110
+ :'ticker' => :'String',
111
+ :'security_title' => :'String',
112
+ :'conversion_exercise_price' => :'Float',
113
+ :'transaction_type_code' => :'String',
114
+ :'acquisition_disposition_code' => :'String',
115
+ :'amount_of_shares' => :'Float',
116
+ :'underlying_security_title' => :'String',
117
+ :'underlying_shares' => :'Float',
118
+ :'transaction_price' => :'Float',
119
+ :'total_shares_owned' => :'Float',
120
+ :'ownership_type_code' => :'String',
121
+ :'company' => :'CompanySummary',
122
+ :'owner' => :'OwnerSummary'
123
+ }
124
+ end
125
+
126
+ # Initializes the object
127
+ # @param [Hash] attributes Model attributes in the form of hash
128
+ def initialize(attributes = {})
129
+ return unless attributes.is_a?(Hash)
130
+
131
+ # convert string to symbol for hash key
132
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
133
+
134
+ if attributes.has_key?(:'director')
135
+ self.director = attributes[:'director']
136
+ end
137
+
138
+ if attributes.has_key?(:'officer')
139
+ self.officer = attributes[:'officer']
140
+ end
141
+
142
+ if attributes.has_key?(:'ten_percent_owner')
143
+ self.ten_percent_owner = attributes[:'ten_percent_owner']
144
+ end
145
+
146
+ if attributes.has_key?(:'other_relation')
147
+ self.other_relation = attributes[:'other_relation']
148
+ end
149
+
150
+ if attributes.has_key?(:'officer_title')
151
+ self.officer_title = attributes[:'officer_title']
152
+ end
153
+
154
+ if attributes.has_key?(:'derivative_transaction')
155
+ self.derivative_transaction = attributes[:'derivative_transaction']
156
+ end
157
+
158
+ if attributes.has_key?(:'ticker')
159
+ self.ticker = attributes[:'ticker']
160
+ end
161
+
162
+ if attributes.has_key?(:'security_title')
163
+ self.security_title = attributes[:'security_title']
164
+ end
165
+
166
+ if attributes.has_key?(:'conversion_exercise_price')
167
+ self.conversion_exercise_price = attributes[:'conversion_exercise_price']
168
+ end
169
+
170
+ if attributes.has_key?(:'transaction_type_code')
171
+ self.transaction_type_code = attributes[:'transaction_type_code']
172
+ end
173
+
174
+ if attributes.has_key?(:'acquisition_disposition_code')
175
+ self.acquisition_disposition_code = attributes[:'acquisition_disposition_code']
176
+ end
177
+
178
+ if attributes.has_key?(:'amount_of_shares')
179
+ self.amount_of_shares = attributes[:'amount_of_shares']
180
+ end
181
+
182
+ if attributes.has_key?(:'underlying_security_title')
183
+ self.underlying_security_title = attributes[:'underlying_security_title']
184
+ end
185
+
186
+ if attributes.has_key?(:'underlying_shares')
187
+ self.underlying_shares = attributes[:'underlying_shares']
188
+ end
189
+
190
+ if attributes.has_key?(:'transaction_price')
191
+ self.transaction_price = attributes[:'transaction_price']
192
+ end
193
+
194
+ if attributes.has_key?(:'total_shares_owned')
195
+ self.total_shares_owned = attributes[:'total_shares_owned']
196
+ end
197
+
198
+ if attributes.has_key?(:'ownership_type_code')
199
+ self.ownership_type_code = attributes[:'ownership_type_code']
200
+ end
201
+
202
+ if attributes.has_key?(:'company')
203
+ self.company = attributes[:'company']
204
+ end
205
+
206
+ if attributes.has_key?(:'owner')
207
+ self.owner = attributes[:'owner']
208
+ end
209
+
210
+ end
211
+
212
+ # Show invalid properties with the reasons. Usually used together with valid?
213
+ # @return Array for valid properties with the reasons
214
+ def list_invalid_properties
215
+ invalid_properties = Array.new
216
+ return invalid_properties
217
+ end
218
+
219
+ # Check to see if the all the properties in the model are valid
220
+ # @return true if the model is valid
221
+ def valid?
222
+ return true
223
+ end
224
+
225
+ # Checks equality by comparing each attribute.
226
+ # @param [Object] Object to be compared
227
+ def ==(o)
228
+ return true if self.equal?(o)
229
+ self.class == o.class &&
230
+ director == o.director &&
231
+ officer == o.officer &&
232
+ ten_percent_owner == o.ten_percent_owner &&
233
+ other_relation == o.other_relation &&
234
+ officer_title == o.officer_title &&
235
+ derivative_transaction == o.derivative_transaction &&
236
+ ticker == o.ticker &&
237
+ security_title == o.security_title &&
238
+ conversion_exercise_price == o.conversion_exercise_price &&
239
+ transaction_type_code == o.transaction_type_code &&
240
+ acquisition_disposition_code == o.acquisition_disposition_code &&
241
+ amount_of_shares == o.amount_of_shares &&
242
+ underlying_security_title == o.underlying_security_title &&
243
+ underlying_shares == o.underlying_shares &&
244
+ transaction_price == o.transaction_price &&
245
+ total_shares_owned == o.total_shares_owned &&
246
+ ownership_type_code == o.ownership_type_code &&
247
+ company == o.company &&
248
+ owner == o.owner
249
+ end
250
+
251
+ # @see the `==` method
252
+ # @param [Object] Object to be compared
253
+ def eql?(o)
254
+ self == o
255
+ end
256
+
257
+ # Calculates hash code according to all attributes.
258
+ # @return [Fixnum] Hash code
259
+ def hash
260
+ [director, officer, ten_percent_owner, other_relation, officer_title, derivative_transaction, ticker, security_title, conversion_exercise_price, transaction_type_code, acquisition_disposition_code, amount_of_shares, underlying_security_title, underlying_shares, transaction_price, total_shares_owned, ownership_type_code, company, owner].hash
261
+ end
262
+
263
+ # Builds the object from hash
264
+ # @param [Hash] attributes Model attributes in the form of hash
265
+ # @return [Object] Returns the model itself
266
+ def build_from_hash(attributes)
267
+ return nil unless attributes.is_a?(Hash)
268
+ self.class.swagger_types.each_pair do |key, type|
269
+ if type =~ /\AArray<(.*)>/i
270
+ # check to ensure the input is an array given that the the attribute
271
+ # is documented as an array but the input is not
272
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
273
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
274
+ end
275
+ elsif !attributes[self.class.attribute_map[key]].nil?
276
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
277
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
278
+ end
279
+
280
+ self
281
+ end
282
+
283
+ # Deserializes the data based on type
284
+ # @param string type Data type
285
+ # @param string value Value to be deserialized
286
+ # @return [Object] Deserialized data
287
+ def _deserialize(type, value)
288
+ case type.to_sym
289
+ when :DateTime
290
+ DateTime.parse(value)
291
+ when :Date
292
+ Date.parse(value)
293
+ when :String
294
+ value.to_s
295
+ when :Integer
296
+ value.to_i
297
+ when :Float
298
+ value.to_f
299
+ when :BOOLEAN
300
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
301
+ true
302
+ else
303
+ false
304
+ end
305
+ when :Object
306
+ # generic object (usually a Hash), return directly
307
+ value
308
+ when /\AArray<(?<inner_type>.+)>\z/
309
+ inner_type = Regexp.last_match[:inner_type]
310
+ value.map { |v| _deserialize(inner_type, v) }
311
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
312
+ k_type = Regexp.last_match[:k_type]
313
+ v_type = Regexp.last_match[:v_type]
314
+ {}.tap do |hash|
315
+ value.each do |k, v|
316
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
317
+ end
318
+ end
319
+ else # model
320
+ temp_model = Intrinio.const_get(type).new
321
+ temp_model.build_from_hash(value)
322
+ end
323
+ end
324
+
325
+ # Returns the string representation of the object
326
+ # @return [String] String presentation of the object
327
+ def to_s
328
+ to_hash.to_s
329
+ end
330
+
331
+ # to_body is an alias to to_hash (backward compatibility)
332
+ # @return [Hash] Returns the object in the form of hash
333
+ def to_body
334
+ to_hash
335
+ end
336
+
337
+ # Returns the object in the form of hash
338
+ # @return [Hash] Returns the object in the form of hash
339
+ def to_hash
340
+ hash = {}
341
+ self.class.attribute_map.each_pair do |attr, param|
342
+ value = self.send(attr)
343
+ next if value.nil?
344
+ hash[param] = _to_hash(value)
345
+ end
346
+ hash
347
+ end
348
+
349
+ # Outputs non-array value in the form of hash
350
+ # For object, use to_hash. Otherwise, just return the value
351
+ # @param [Object] value Any valid value
352
+ # @return [Hash] Returns the value in the form of hash
353
+ def _to_hash(value)
354
+ if value.is_a?(Array)
355
+ value.compact.map{ |v| _to_hash(v) }
356
+ elsif value.is_a?(Hash)
357
+ {}.tap do |hash|
358
+ value.each { |k, v| hash[k] = _to_hash(v) }
359
+ end
360
+ elsif value.respond_to? :to_hash
361
+ value.to_hash
362
+ else
363
+ value
364
+ end
365
+ end
366
+
367
+ end
368
+
369
+ end