intrinio-sdk 5.13.2 → 5.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (548) hide show
  1. package/README.md +20 -4
  2. package/docs/ApiResponseFilingAnswers.md +30 -0
  3. package/docs/ApiResponseOptionsChainEod.md +24 -0
  4. package/docs/ApiResponseOptionsPricesEod.md +28 -0
  5. package/docs/ApiResponseOptionsUnusualActivity.md +24 -0
  6. package/docs/ApiResponseStandardizedFinancialsDimensions.md +32 -0
  7. package/docs/CompanyApi.md +4 -0
  8. package/docs/FilingApi.md +83 -0
  9. package/docs/FundamentalsApi.md +82 -0
  10. package/docs/OptionChainEod.md +28 -0
  11. package/docs/OptionEod.md +25 -0
  12. package/docs/OptionPriceEod.md +36 -0
  13. package/docs/OptionUnusualTrade.md +41 -0
  14. package/docs/OptionsApi.md +421 -0
  15. package/docs/SecurityApi.md +3 -3
  16. package/docs/StandardizedFinancialsDimension.md +22 -0
  17. package/docs/TheaEntityAnswer.md +1 -1
  18. package/docs/TheaSourceDocument.md +1 -4
  19. package/package.json +1 -1
  20. package/src/ApiClient.js +3 -3
  21. package/src/api/BulkDownloadsApi.js +3 -3
  22. package/src/api/CompanyApi.js +9 -3
  23. package/src/api/DataPointApi.js +3 -3
  24. package/src/api/DataTagApi.js +3 -3
  25. package/src/api/ETFsApi.js +3 -3
  26. package/src/api/FilingApi.js +70 -7
  27. package/src/api/ForexApi.js +3 -3
  28. package/src/api/FundamentalsApi.js +69 -7
  29. package/src/api/HistoricalDataApi.js +3 -3
  30. package/src/api/IndexApi.js +3 -3
  31. package/src/api/InsiderTransactionFilingsApi.js +3 -3
  32. package/src/api/MunicipalityApi.js +3 -3
  33. package/src/api/OptionsApi.js +312 -7
  34. package/src/api/OwnersApi.js +3 -3
  35. package/src/api/SecurityApi.js +9 -9
  36. package/src/api/StockExchangeApi.js +3 -3
  37. package/src/api/TechnicalApi.js +3 -3
  38. package/src/api/ZacksApi.js +3 -3
  39. package/src/index.js +56 -11
  40. package/src/model/AccumulationDistributionIndexTechnicalValue.js +3 -3
  41. package/src/model/ApiResponseBulkDownloadLinks.js +3 -3
  42. package/src/model/ApiResponseCompanies.js +3 -3
  43. package/src/model/ApiResponseCompaniesSearch.js +3 -3
  44. package/src/model/ApiResponseCompanyAnswers.js +3 -3
  45. package/src/model/ApiResponseCompanyFilings.js +3 -3
  46. package/src/model/ApiResponseCompanyFundamentals.js +3 -3
  47. package/src/model/ApiResponseCompanyHistoricalData.js +3 -3
  48. package/src/model/ApiResponseCompanyInsiderTransactionFilings.js +3 -3
  49. package/src/model/ApiResponseCompanyNews.js +3 -3
  50. package/src/model/ApiResponseCompanyRecognize.js +3 -3
  51. package/src/model/ApiResponseCompanySecurities.js +3 -3
  52. package/src/model/ApiResponseCompanySharesOutstanding.js +3 -3
  53. package/src/model/ApiResponseDataTags.js +3 -3
  54. package/src/model/ApiResponseDataTagsSearch.js +3 -3
  55. package/src/model/ApiResponseETFHoldings.js +3 -3
  56. package/src/model/ApiResponseETFs.js +3 -3
  57. package/src/model/ApiResponseEconomicIndexHistoricalData.js +3 -3
  58. package/src/model/ApiResponseEconomicIndices.js +3 -3
  59. package/src/model/ApiResponseEconomicIndicesSearch.js +3 -3
  60. package/src/model/ApiResponseFilingAnswers.js +107 -0
  61. package/src/model/ApiResponseFilingFundamentals.js +3 -3
  62. package/src/model/ApiResponseFilingNotes.js +3 -3
  63. package/src/model/ApiResponseFilingNotesSearch.js +3 -3
  64. package/src/model/ApiResponseFilings.js +3 -3
  65. package/src/model/ApiResponseForexCurrencies.js +3 -3
  66. package/src/model/ApiResponseForexPairs.js +3 -3
  67. package/src/model/ApiResponseForexPrices.js +3 -3
  68. package/src/model/ApiResponseHistoricalData.js +3 -3
  69. package/src/model/ApiResponseInitialPublicOfferings.js +3 -3
  70. package/src/model/ApiResponseInsiderTransactionFilings.js +3 -3
  71. package/src/model/ApiResponseMunicipalities.js +3 -3
  72. package/src/model/ApiResponseMunicipalitiyFinancials.js +3 -3
  73. package/src/model/ApiResponseNews.js +3 -3
  74. package/src/model/ApiResponseOptionPrices.js +3 -3
  75. package/src/model/ApiResponseOptions.js +3 -3
  76. package/src/model/ApiResponseOptionsChain.js +3 -3
  77. package/src/model/ApiResponseOptionsChainEod.js +82 -0
  78. package/src/model/ApiResponseOptionsChainRealtime.js +3 -3
  79. package/src/model/ApiResponseOptionsExpirations.js +3 -3
  80. package/src/model/ApiResponseOptionsPriceRealtime.js +3 -3
  81. package/src/model/ApiResponseOptionsPricesBatchRealtime.js +3 -3
  82. package/src/model/ApiResponseOptionsPricesEod.js +90 -0
  83. package/src/model/ApiResponseOptionsRealtime.js +3 -3
  84. package/src/model/ApiResponseOptionsStatsRealtime.js +3 -3
  85. package/src/model/ApiResponseOptionsTickers.js +3 -3
  86. package/src/model/ApiResponseOptionsUnusualActivity.js +82 -0
  87. package/src/model/ApiResponseOwnerInsiderTransactionFilings.js +3 -3
  88. package/src/model/ApiResponseOwnerInstitutionalHoldings.js +3 -3
  89. package/src/model/ApiResponseOwners.js +3 -3
  90. package/src/model/ApiResponseReportedFinancials.js +3 -3
  91. package/src/model/ApiResponseSICIndexHistoricalData.js +3 -3
  92. package/src/model/ApiResponseSICIndices.js +3 -3
  93. package/src/model/ApiResponseSICIndicesSearch.js +3 -3
  94. package/src/model/ApiResponseSecurities.js +3 -3
  95. package/src/model/ApiResponseSecuritiesSearch.js +3 -3
  96. package/src/model/ApiResponseSecurityAccumulationDistributionIndex.js +3 -3
  97. package/src/model/ApiResponseSecurityAverageDailyTradingVolume.js +3 -3
  98. package/src/model/ApiResponseSecurityAverageDirectionalIndex.js +3 -3
  99. package/src/model/ApiResponseSecurityAverageTrueRange.js +3 -3
  100. package/src/model/ApiResponseSecurityAwesomeOscillator.js +3 -3
  101. package/src/model/ApiResponseSecurityBollingerBands.js +3 -3
  102. package/src/model/ApiResponseSecurityChaikinMoneyFlow.js +3 -3
  103. package/src/model/ApiResponseSecurityCommodityChannelIndex.js +3 -3
  104. package/src/model/ApiResponseSecurityDetrendedPriceOscillator.js +3 -3
  105. package/src/model/ApiResponseSecurityDonchianChannel.js +3 -3
  106. package/src/model/ApiResponseSecurityEaseOfMovement.js +3 -3
  107. package/src/model/ApiResponseSecurityForceIndex.js +3 -3
  108. package/src/model/ApiResponseSecurityHistoricalData.js +3 -3
  109. package/src/model/ApiResponseSecurityIchimokuKinkoHyo.js +3 -3
  110. package/src/model/ApiResponseSecurityInstitutionalOwnership.js +3 -3
  111. package/src/model/ApiResponseSecurityIntervalPrices.js +3 -3
  112. package/src/model/ApiResponseSecurityIntradayPrices.js +3 -3
  113. package/src/model/ApiResponseSecurityKeltnerChannel.js +3 -3
  114. package/src/model/ApiResponseSecurityKnowSureThing.js +3 -3
  115. package/src/model/ApiResponseSecurityMassIndex.js +3 -3
  116. package/src/model/ApiResponseSecurityMoneyFlowIndex.js +3 -3
  117. package/src/model/ApiResponseSecurityMovingAverageConvergenceDivergence.js +3 -3
  118. package/src/model/ApiResponseSecurityNegativeVolumeIndex.js +3 -3
  119. package/src/model/ApiResponseSecurityOnBalanceVolume.js +3 -3
  120. package/src/model/ApiResponseSecurityOnBalanceVolumeMean.js +3 -3
  121. package/src/model/ApiResponseSecurityRelativeStrengthIndex.js +3 -3
  122. package/src/model/ApiResponseSecuritySimpleMovingAverage.js +3 -3
  123. package/src/model/ApiResponseSecurityStochasticOscillator.js +3 -3
  124. package/src/model/ApiResponseSecurityStockPriceAdjustments.js +3 -3
  125. package/src/model/ApiResponseSecurityStockPrices.js +3 -3
  126. package/src/model/ApiResponseSecurityTripleExponentialAverage.js +3 -3
  127. package/src/model/ApiResponseSecurityTrueStrengthIndex.js +3 -3
  128. package/src/model/ApiResponseSecurityUltimateOscillator.js +3 -3
  129. package/src/model/ApiResponseSecurityVolumePriceTrend.js +3 -3
  130. package/src/model/ApiResponseSecurityVolumeWeightedAveragePrice.js +3 -3
  131. package/src/model/ApiResponseSecurityVortexIndicator.js +3 -3
  132. package/src/model/ApiResponseSecurityWilliamsR.js +3 -3
  133. package/src/model/ApiResponseSecurityZacksAnalystRatings.js +3 -3
  134. package/src/model/ApiResponseSecurityZacksAnalystRatingsSnapshot.js +3 -3
  135. package/src/model/ApiResponseSecurityZacksEPSSurprises.js +3 -3
  136. package/src/model/ApiResponseSecurityZacksSalesSurprises.js +3 -3
  137. package/src/model/ApiResponseStandardizedFinancials.js +3 -3
  138. package/src/model/ApiResponseStandardizedFinancialsDimensions.js +98 -0
  139. package/src/model/ApiResponseStockExchangeRealtimeStockPrices.js +3 -3
  140. package/src/model/ApiResponseStockExchangeSecurities.js +3 -3
  141. package/src/model/ApiResponseStockExchangeStockPriceAdjustments.js +3 -3
  142. package/src/model/ApiResponseStockExchangeStockPrices.js +3 -3
  143. package/src/model/ApiResponseStockExchanges.js +3 -3
  144. package/src/model/ApiResponseStockMarketIndexHistoricalData.js +3 -3
  145. package/src/model/ApiResponseStockMarketIndices.js +3 -3
  146. package/src/model/ApiResponseStockMarketIndicesSearch.js +3 -3
  147. package/src/model/ApiResponseZacksAnalystRatings.js +3 -3
  148. package/src/model/ApiResponseZacksEPSEstimates.js +3 -3
  149. package/src/model/ApiResponseZacksEPSGrowthRates.js +3 -3
  150. package/src/model/ApiResponseZacksEPSSurprises.js +3 -3
  151. package/src/model/ApiResponseZacksETFHoldings.js +3 -3
  152. package/src/model/ApiResponseZacksInstitutionalHoldingCompanies.js +3 -3
  153. package/src/model/ApiResponseZacksInstitutionalHoldingOwners.js +3 -3
  154. package/src/model/ApiResponseZacksInstitutionalHoldings.js +3 -3
  155. package/src/model/ApiResponseZacksLongTermGrowthRates.js +3 -3
  156. package/src/model/ApiResponseZacksSalesSurprises.js +3 -3
  157. package/src/model/ApiResponseZacksTargetPriceConsensuses.js +3 -3
  158. package/src/model/AverageDailyTradingVolumeTechnicalValue.js +3 -3
  159. package/src/model/AverageDirectionalIndexTechnicalValue.js +3 -3
  160. package/src/model/AverageTrueRangeTechnicalValue.js +3 -3
  161. package/src/model/AwesomeOscillatorTechnicalValue.js +3 -3
  162. package/src/model/BollingerBandsTechnicalValue.js +3 -3
  163. package/src/model/BulkDownloadLinks.js +3 -3
  164. package/src/model/BulkDownloadSummary.js +3 -3
  165. package/src/model/ChaikinMoneyFlowTechnicalValue.js +3 -3
  166. package/src/model/CommodityChannelIndexTechnicalValue.js +3 -3
  167. package/src/model/Company.js +3 -3
  168. package/src/model/CompanyFiling.js +3 -3
  169. package/src/model/CompanyInitialPublicOffering.js +3 -3
  170. package/src/model/CompanyNews.js +3 -3
  171. package/src/model/CompanyNewsSummary.js +3 -3
  172. package/src/model/CompanySharesOutstanding.js +3 -3
  173. package/src/model/CompanySummary.js +3 -3
  174. package/src/model/DataTag.js +3 -3
  175. package/src/model/DataTagSummary.js +3 -3
  176. package/src/model/DetrendedPriceOscillatorTechnicalValue.js +3 -3
  177. package/src/model/DividendRecord.js +3 -3
  178. package/src/model/DonchianChannelTechnicalValue.js +3 -3
  179. package/src/model/ETF.js +3 -3
  180. package/src/model/ETFAnalytics.js +3 -3
  181. package/src/model/ETFHolding.js +3 -3
  182. package/src/model/ETFStats.js +3 -3
  183. package/src/model/ETFSummary.js +3 -3
  184. package/src/model/EarningsRecord.js +3 -3
  185. package/src/model/EaseOfMovementTechnicalValue.js +3 -3
  186. package/src/model/EconomicIndex.js +3 -3
  187. package/src/model/EconomicIndexSummary.js +3 -3
  188. package/src/model/Filing.js +3 -3
  189. package/src/model/FilingNote.js +3 -3
  190. package/src/model/FilingNoteFiling.js +3 -3
  191. package/src/model/FilingNoteSummary.js +3 -3
  192. package/src/model/FilingSummary.js +3 -3
  193. package/src/model/ForceIndexTechnicalValue.js +3 -3
  194. package/src/model/ForexCurrency.js +3 -3
  195. package/src/model/ForexPair.js +3 -3
  196. package/src/model/ForexPrice.js +3 -3
  197. package/src/model/Fundamental.js +3 -3
  198. package/src/model/FundamentalSummary.js +3 -3
  199. package/src/model/HistoricalData.js +3 -3
  200. package/src/model/IchimokuKinkoHyoTechnicalValue.js +3 -3
  201. package/src/model/InsiderTransaction.js +3 -3
  202. package/src/model/InsiderTransactionFiling.js +3 -3
  203. package/src/model/InstitutionalHolding.js +3 -3
  204. package/src/model/InstitutionalOwnership.js +3 -3
  205. package/src/model/IntradayStockPrice.js +3 -3
  206. package/src/model/KeltnerChannelTechnicalValue.js +3 -3
  207. package/src/model/KnowSureThingTechnicalValue.js +3 -3
  208. package/src/model/MassIndexTechnicalValue.js +3 -3
  209. package/src/model/MoneyFlowIndexTechnicalValue.js +3 -3
  210. package/src/model/MovingAverageConvergenceDivergenceTechnicalValue.js +3 -3
  211. package/src/model/Municipality.js +3 -3
  212. package/src/model/MunicipalityFinancial.js +3 -3
  213. package/src/model/NegativeVolumeIndexTechnicalValue.js +3 -3
  214. package/src/model/OnBalanceVolumeMeanTechnicalValue.js +3 -3
  215. package/src/model/OnBalanceVolumeTechnicalValue.js +3 -3
  216. package/src/model/Option.js +3 -3
  217. package/src/model/OptionChain.js +3 -3
  218. package/src/model/OptionChainEod.js +90 -0
  219. package/src/model/OptionChainRealtime.js +3 -3
  220. package/src/model/OptionContractsList.js +3 -3
  221. package/src/model/OptionEod.js +119 -0
  222. package/src/model/OptionFactorsRealtime.js +3 -3
  223. package/src/model/OptionPrice.js +3 -3
  224. package/src/model/OptionPriceBatchRealtime.js +3 -3
  225. package/src/model/OptionPriceEod.js +218 -0
  226. package/src/model/OptionPriceRealtime.js +3 -3
  227. package/src/model/OptionRealtime.js +3 -3
  228. package/src/model/OptionStatsRealtime.js +3 -3
  229. package/src/model/OptionUnusualTrade.js +195 -0
  230. package/src/model/Owner.js +3 -3
  231. package/src/model/OwnerSummary.js +3 -3
  232. package/src/model/RealtimeStockPrice.js +3 -3
  233. package/src/model/RealtimeStockPriceSecurity.js +3 -3
  234. package/src/model/RelativeStrengthIndexTechnicalValue.js +3 -3
  235. package/src/model/ReportedFinancial.js +3 -3
  236. package/src/model/ReportedFinancialDimension.js +3 -3
  237. package/src/model/ReportedTag.js +3 -3
  238. package/src/model/SICIndex.js +3 -3
  239. package/src/model/Security.js +3 -3
  240. package/src/model/SecurityScreenClause.js +3 -3
  241. package/src/model/SecurityScreenGroup.js +3 -3
  242. package/src/model/SecurityScreenResult.js +3 -3
  243. package/src/model/SecurityScreenResultData.js +3 -3
  244. package/src/model/SecuritySummary.js +3 -3
  245. package/src/model/SimpleMovingAverageTechnicalValue.js +3 -3
  246. package/src/model/StandardizedFinancial.js +3 -3
  247. package/src/model/{TheaSourceDocumentTags.js → StandardizedFinancialsDimension.js} +18 -17
  248. package/src/model/StochasticOscillatorTechnicalValue.js +3 -3
  249. package/src/model/StockExchange.js +3 -3
  250. package/src/model/StockMarketIndex.js +3 -3
  251. package/src/model/StockMarketIndexSummary.js +3 -3
  252. package/src/model/StockPrice.js +3 -3
  253. package/src/model/StockPriceAdjustment.js +3 -3
  254. package/src/model/StockPriceAdjustmentSummary.js +3 -3
  255. package/src/model/StockPriceInterval.js +3 -3
  256. package/src/model/StockPriceSummary.js +3 -3
  257. package/src/model/TechnicalIndicator.js +3 -3
  258. package/src/model/TheaEntityAnswer.js +4 -3
  259. package/src/model/TheaSourceDocument.js +9 -9
  260. package/src/model/TripleExponentialAverageTechnicalValue.js +3 -3
  261. package/src/model/TrueStrengthIndexTechnicalValue.js +3 -3
  262. package/src/model/UltimateOscillatorTechnicalValue.js +3 -3
  263. package/src/model/VolumePriceTrendTechnicalValue.js +3 -3
  264. package/src/model/VolumeWeightedAveragePriceValue.js +3 -3
  265. package/src/model/VortexIndicatorTechnicalValue.js +3 -3
  266. package/src/model/WilliamsRTechnicalValue.js +3 -3
  267. package/src/model/ZacksAnalystRating.js +3 -3
  268. package/src/model/ZacksAnalystRatingSnapshot.js +3 -3
  269. package/src/model/ZacksAnalystRatingSummary.js +3 -3
  270. package/src/model/ZacksEPSEstimate.js +3 -3
  271. package/src/model/ZacksEPSGrowthRate.js +3 -3
  272. package/src/model/ZacksEPSSurprise.js +3 -3
  273. package/src/model/ZacksEPSSurpriseSummary.js +3 -3
  274. package/src/model/ZacksETFHolding.js +3 -3
  275. package/src/model/ZacksInstitutionalHolding.js +3 -3
  276. package/src/model/ZacksInstitutionalHoldingCompanyDetail.js +3 -3
  277. package/src/model/ZacksInstitutionalHoldingCompanySummary.js +3 -3
  278. package/src/model/ZacksInstitutionalHoldingHistoricalSummary.js +3 -3
  279. package/src/model/ZacksInstitutionalHoldingOwnerDetail.js +3 -3
  280. package/src/model/ZacksInstitutionalHoldingOwnerSummary.js +3 -3
  281. package/src/model/ZacksLongTermGrowthRate.js +3 -3
  282. package/src/model/ZacksSalesSurprise.js +3 -3
  283. package/src/model/ZacksSalesSurpriseSummary.js +3 -3
  284. package/src/model/ZacksTargetPriceConsensus.js +3 -3
  285. package/test/api/BulkDownloadsApi.spec.js +2 -2
  286. package/test/api/CompanyApi.spec.js +2 -2
  287. package/test/api/DataPointApi.spec.js +2 -2
  288. package/test/api/DataTagApi.spec.js +2 -2
  289. package/test/api/ETFsApi.spec.js +2 -2
  290. package/test/api/FilingApi.spec.js +12 -2
  291. package/test/api/ForexApi.spec.js +2 -2
  292. package/test/api/FundamentalsApi.spec.js +12 -2
  293. package/test/api/HistoricalDataApi.spec.js +2 -2
  294. package/test/api/IndexApi.spec.js +2 -2
  295. package/test/api/InsiderTransactionFilingsApi.spec.js +2 -2
  296. package/test/api/MunicipalityApi.spec.js +2 -2
  297. package/test/api/OptionsApi.spec.js +52 -2
  298. package/test/api/OwnersApi.spec.js +2 -2
  299. package/test/api/SecurityApi.spec.js +2 -2
  300. package/test/api/StockExchangeApi.spec.js +2 -2
  301. package/test/api/TechnicalApi.spec.js +2 -2
  302. package/test/api/ZacksApi.spec.js +2 -2
  303. package/test/model/AccumulationDistributionIndexTechnicalValue.spec.js +2 -2
  304. package/test/model/ApiResponseBulkDownloadLinks.spec.js +2 -2
  305. package/test/model/ApiResponseCompanies.spec.js +2 -2
  306. package/test/model/ApiResponseCompaniesSearch.spec.js +2 -2
  307. package/test/model/ApiResponseCompanyAnswers.spec.js +2 -2
  308. package/test/model/ApiResponseCompanyFilings.spec.js +2 -2
  309. package/test/model/ApiResponseCompanyFundamentals.spec.js +2 -2
  310. package/test/model/ApiResponseCompanyHistoricalData.spec.js +2 -2
  311. package/test/model/ApiResponseCompanyInsiderTransactionFilings.spec.js +2 -2
  312. package/test/model/ApiResponseCompanyNews.spec.js +2 -2
  313. package/test/model/ApiResponseCompanyRecognize.spec.js +2 -2
  314. package/test/model/ApiResponseCompanySecurities.spec.js +2 -2
  315. package/test/model/ApiResponseCompanySharesOutstanding.spec.js +2 -2
  316. package/test/model/ApiResponseDataTags.spec.js +2 -2
  317. package/test/model/ApiResponseDataTagsSearch.spec.js +2 -2
  318. package/test/model/ApiResponseETFHoldings.spec.js +2 -2
  319. package/test/model/ApiResponseETFs.spec.js +2 -2
  320. package/test/model/ApiResponseEconomicIndexHistoricalData.spec.js +2 -2
  321. package/test/model/ApiResponseEconomicIndices.spec.js +2 -2
  322. package/test/model/ApiResponseEconomicIndicesSearch.spec.js +2 -2
  323. package/test/model/ApiResponseFilingAnswers.spec.js +85 -0
  324. package/test/model/ApiResponseFilingFundamentals.spec.js +2 -2
  325. package/test/model/ApiResponseFilingNotes.spec.js +2 -2
  326. package/test/model/ApiResponseFilingNotesSearch.spec.js +2 -2
  327. package/test/model/ApiResponseFilings.spec.js +2 -2
  328. package/test/model/ApiResponseForexCurrencies.spec.js +2 -2
  329. package/test/model/ApiResponseForexPairs.spec.js +2 -2
  330. package/test/model/ApiResponseForexPrices.spec.js +2 -2
  331. package/test/model/ApiResponseHistoricalData.spec.js +2 -2
  332. package/test/model/ApiResponseInitialPublicOfferings.spec.js +2 -2
  333. package/test/model/ApiResponseInsiderTransactionFilings.spec.js +2 -2
  334. package/test/model/ApiResponseMunicipalities.spec.js +2 -2
  335. package/test/model/ApiResponseMunicipalitiyFinancials.spec.js +2 -2
  336. package/test/model/ApiResponseNews.spec.js +2 -2
  337. package/test/model/ApiResponseOptionPrices.spec.js +2 -2
  338. package/test/model/ApiResponseOptions.spec.js +2 -2
  339. package/test/model/ApiResponseOptionsChain.spec.js +2 -2
  340. package/test/model/ApiResponseOptionsChainEod.spec.js +67 -0
  341. package/test/model/ApiResponseOptionsChainRealtime.spec.js +2 -2
  342. package/test/model/ApiResponseOptionsExpirations.spec.js +2 -2
  343. package/test/model/ApiResponseOptionsPriceRealtime.spec.js +2 -2
  344. package/test/model/ApiResponseOptionsPricesBatchRealtime.spec.js +2 -2
  345. package/test/model/ApiResponseOptionsPricesEod.spec.js +73 -0
  346. package/test/model/ApiResponseOptionsRealtime.spec.js +2 -2
  347. package/test/model/ApiResponseOptionsStatsRealtime.spec.js +2 -2
  348. package/test/model/ApiResponseOptionsTickers.spec.js +2 -2
  349. package/test/model/ApiResponseOptionsUnusualActivity.spec.js +67 -0
  350. package/test/model/ApiResponseOwnerInsiderTransactionFilings.spec.js +2 -2
  351. package/test/model/ApiResponseOwnerInstitutionalHoldings.spec.js +2 -2
  352. package/test/model/ApiResponseOwners.spec.js +2 -2
  353. package/test/model/ApiResponseReportedFinancials.spec.js +2 -2
  354. package/test/model/ApiResponseSICIndexHistoricalData.spec.js +2 -2
  355. package/test/model/ApiResponseSICIndices.spec.js +2 -2
  356. package/test/model/ApiResponseSICIndicesSearch.spec.js +2 -2
  357. package/test/model/ApiResponseSecurities.spec.js +2 -2
  358. package/test/model/ApiResponseSecuritiesSearch.spec.js +2 -2
  359. package/test/model/ApiResponseSecurityAccumulationDistributionIndex.spec.js +2 -2
  360. package/test/model/ApiResponseSecurityAverageDailyTradingVolume.spec.js +2 -2
  361. package/test/model/ApiResponseSecurityAverageDirectionalIndex.spec.js +2 -2
  362. package/test/model/ApiResponseSecurityAverageTrueRange.spec.js +2 -2
  363. package/test/model/ApiResponseSecurityAwesomeOscillator.spec.js +2 -2
  364. package/test/model/ApiResponseSecurityBollingerBands.spec.js +2 -2
  365. package/test/model/ApiResponseSecurityChaikinMoneyFlow.spec.js +2 -2
  366. package/test/model/ApiResponseSecurityCommodityChannelIndex.spec.js +2 -2
  367. package/test/model/ApiResponseSecurityDetrendedPriceOscillator.spec.js +2 -2
  368. package/test/model/ApiResponseSecurityDonchianChannel.spec.js +2 -2
  369. package/test/model/ApiResponseSecurityEaseOfMovement.spec.js +2 -2
  370. package/test/model/ApiResponseSecurityForceIndex.spec.js +2 -2
  371. package/test/model/ApiResponseSecurityHistoricalData.spec.js +2 -2
  372. package/test/model/ApiResponseSecurityIchimokuKinkoHyo.spec.js +2 -2
  373. package/test/model/ApiResponseSecurityInstitutionalOwnership.spec.js +2 -2
  374. package/test/model/ApiResponseSecurityIntervalPrices.spec.js +2 -2
  375. package/test/model/ApiResponseSecurityIntradayPrices.spec.js +2 -2
  376. package/test/model/ApiResponseSecurityKeltnerChannel.spec.js +2 -2
  377. package/test/model/ApiResponseSecurityKnowSureThing.spec.js +2 -2
  378. package/test/model/ApiResponseSecurityMassIndex.spec.js +2 -2
  379. package/test/model/ApiResponseSecurityMoneyFlowIndex.spec.js +2 -2
  380. package/test/model/ApiResponseSecurityMovingAverageConvergenceDivergence.spec.js +2 -2
  381. package/test/model/ApiResponseSecurityNegativeVolumeIndex.spec.js +2 -2
  382. package/test/model/ApiResponseSecurityOnBalanceVolume.spec.js +2 -2
  383. package/test/model/ApiResponseSecurityOnBalanceVolumeMean.spec.js +2 -2
  384. package/test/model/ApiResponseSecurityRelativeStrengthIndex.spec.js +2 -2
  385. package/test/model/ApiResponseSecuritySimpleMovingAverage.spec.js +2 -2
  386. package/test/model/ApiResponseSecurityStochasticOscillator.spec.js +2 -2
  387. package/test/model/ApiResponseSecurityStockPriceAdjustments.spec.js +2 -2
  388. package/test/model/ApiResponseSecurityStockPrices.spec.js +2 -2
  389. package/test/model/ApiResponseSecurityTripleExponentialAverage.spec.js +2 -2
  390. package/test/model/ApiResponseSecurityTrueStrengthIndex.spec.js +2 -2
  391. package/test/model/ApiResponseSecurityUltimateOscillator.spec.js +2 -2
  392. package/test/model/ApiResponseSecurityVolumePriceTrend.spec.js +2 -2
  393. package/test/model/ApiResponseSecurityVolumeWeightedAveragePrice.spec.js +2 -2
  394. package/test/model/ApiResponseSecurityVortexIndicator.spec.js +2 -2
  395. package/test/model/ApiResponseSecurityWilliamsR.spec.js +2 -2
  396. package/test/model/ApiResponseSecurityZacksAnalystRatings.spec.js +2 -2
  397. package/test/model/ApiResponseSecurityZacksAnalystRatingsSnapshot.spec.js +2 -2
  398. package/test/model/ApiResponseSecurityZacksEPSSurprises.spec.js +2 -2
  399. package/test/model/ApiResponseSecurityZacksSalesSurprises.spec.js +2 -2
  400. package/test/model/ApiResponseStandardizedFinancials.spec.js +2 -2
  401. package/test/model/ApiResponseStandardizedFinancialsDimensions.spec.js +79 -0
  402. package/test/model/ApiResponseStockExchangeRealtimeStockPrices.spec.js +2 -2
  403. package/test/model/ApiResponseStockExchangeSecurities.spec.js +2 -2
  404. package/test/model/ApiResponseStockExchangeStockPriceAdjustments.spec.js +2 -2
  405. package/test/model/ApiResponseStockExchangeStockPrices.spec.js +2 -2
  406. package/test/model/ApiResponseStockExchanges.spec.js +2 -2
  407. package/test/model/ApiResponseStockMarketIndexHistoricalData.spec.js +2 -2
  408. package/test/model/ApiResponseStockMarketIndices.spec.js +2 -2
  409. package/test/model/ApiResponseStockMarketIndicesSearch.spec.js +2 -2
  410. package/test/model/ApiResponseZacksAnalystRatings.spec.js +2 -2
  411. package/test/model/ApiResponseZacksEPSEstimates.spec.js +2 -2
  412. package/test/model/ApiResponseZacksEPSGrowthRates.spec.js +2 -2
  413. package/test/model/ApiResponseZacksEPSSurprises.spec.js +2 -2
  414. package/test/model/ApiResponseZacksETFHoldings.spec.js +2 -2
  415. package/test/model/ApiResponseZacksInstitutionalHoldingCompanies.spec.js +2 -2
  416. package/test/model/ApiResponseZacksInstitutionalHoldingOwners.spec.js +2 -2
  417. package/test/model/ApiResponseZacksInstitutionalHoldings.spec.js +2 -2
  418. package/test/model/ApiResponseZacksLongTermGrowthRates.spec.js +2 -2
  419. package/test/model/ApiResponseZacksSalesSurprises.spec.js +2 -2
  420. package/test/model/ApiResponseZacksTargetPriceConsensuses.spec.js +2 -2
  421. package/test/model/AverageDailyTradingVolumeTechnicalValue.spec.js +2 -2
  422. package/test/model/AverageDirectionalIndexTechnicalValue.spec.js +2 -2
  423. package/test/model/AverageTrueRangeTechnicalValue.spec.js +2 -2
  424. package/test/model/AwesomeOscillatorTechnicalValue.spec.js +2 -2
  425. package/test/model/BollingerBandsTechnicalValue.spec.js +2 -2
  426. package/test/model/BulkDownloadLinks.spec.js +2 -2
  427. package/test/model/BulkDownloadSummary.spec.js +2 -2
  428. package/test/model/ChaikinMoneyFlowTechnicalValue.spec.js +2 -2
  429. package/test/model/CommodityChannelIndexTechnicalValue.spec.js +2 -2
  430. package/test/model/Company.spec.js +2 -2
  431. package/test/model/CompanyFiling.spec.js +2 -2
  432. package/test/model/CompanyInitialPublicOffering.spec.js +2 -2
  433. package/test/model/CompanyNews.spec.js +2 -2
  434. package/test/model/CompanyNewsSummary.spec.js +2 -2
  435. package/test/model/CompanySharesOutstanding.spec.js +2 -2
  436. package/test/model/CompanySummary.spec.js +2 -2
  437. package/test/model/DataTag.spec.js +2 -2
  438. package/test/model/DataTagSummary.spec.js +2 -2
  439. package/test/model/DetrendedPriceOscillatorTechnicalValue.spec.js +2 -2
  440. package/test/model/DividendRecord.spec.js +2 -2
  441. package/test/model/DonchianChannelTechnicalValue.spec.js +2 -2
  442. package/test/model/ETF.spec.js +2 -2
  443. package/test/model/ETFAnalytics.spec.js +2 -2
  444. package/test/model/ETFHolding.spec.js +2 -2
  445. package/test/model/ETFStats.spec.js +2 -2
  446. package/test/model/ETFSummary.spec.js +2 -2
  447. package/test/model/EarningsRecord.spec.js +2 -2
  448. package/test/model/EaseOfMovementTechnicalValue.spec.js +2 -2
  449. package/test/model/EconomicIndex.spec.js +2 -2
  450. package/test/model/EconomicIndexSummary.spec.js +2 -2
  451. package/test/model/Filing.spec.js +2 -2
  452. package/test/model/FilingNote.spec.js +2 -2
  453. package/test/model/FilingNoteFiling.spec.js +2 -2
  454. package/test/model/FilingNoteSummary.spec.js +2 -2
  455. package/test/model/FilingSummary.spec.js +2 -2
  456. package/test/model/ForceIndexTechnicalValue.spec.js +2 -2
  457. package/test/model/ForexCurrency.spec.js +2 -2
  458. package/test/model/ForexPair.spec.js +2 -2
  459. package/test/model/ForexPrice.spec.js +2 -2
  460. package/test/model/Fundamental.spec.js +2 -2
  461. package/test/model/FundamentalSummary.spec.js +2 -2
  462. package/test/model/HistoricalData.spec.js +2 -2
  463. package/test/model/IchimokuKinkoHyoTechnicalValue.spec.js +2 -2
  464. package/test/model/InsiderTransaction.spec.js +2 -2
  465. package/test/model/InsiderTransactionFiling.spec.js +2 -2
  466. package/test/model/InstitutionalHolding.spec.js +2 -2
  467. package/test/model/InstitutionalOwnership.spec.js +2 -2
  468. package/test/model/IntradayStockPrice.spec.js +2 -2
  469. package/test/model/KeltnerChannelTechnicalValue.spec.js +2 -2
  470. package/test/model/KnowSureThingTechnicalValue.spec.js +2 -2
  471. package/test/model/MassIndexTechnicalValue.spec.js +2 -2
  472. package/test/model/MoneyFlowIndexTechnicalValue.spec.js +2 -2
  473. package/test/model/MovingAverageConvergenceDivergenceTechnicalValue.spec.js +2 -2
  474. package/test/model/Municipality.spec.js +2 -2
  475. package/test/model/MunicipalityFinancial.spec.js +2 -2
  476. package/test/model/NegativeVolumeIndexTechnicalValue.spec.js +2 -2
  477. package/test/model/OnBalanceVolumeMeanTechnicalValue.spec.js +2 -2
  478. package/test/model/OnBalanceVolumeTechnicalValue.spec.js +2 -2
  479. package/test/model/Option.spec.js +2 -2
  480. package/test/model/OptionChain.spec.js +2 -2
  481. package/test/model/OptionChainEod.spec.js +73 -0
  482. package/test/model/OptionChainRealtime.spec.js +2 -2
  483. package/test/model/OptionContractsList.spec.js +2 -2
  484. package/test/model/OptionEod.spec.js +91 -0
  485. package/test/model/OptionFactorsRealtime.spec.js +2 -2
  486. package/test/model/OptionPrice.spec.js +2 -2
  487. package/test/model/OptionPriceBatchRealtime.spec.js +2 -2
  488. package/test/model/OptionPriceEod.spec.js +157 -0
  489. package/test/model/OptionPriceRealtime.spec.js +2 -2
  490. package/test/model/OptionRealtime.spec.js +2 -2
  491. package/test/model/OptionStatsRealtime.spec.js +2 -2
  492. package/test/model/OptionUnusualTrade.spec.js +127 -0
  493. package/test/model/Owner.spec.js +2 -2
  494. package/test/model/OwnerSummary.spec.js +2 -2
  495. package/test/model/RealtimeStockPrice.spec.js +2 -2
  496. package/test/model/RealtimeStockPriceSecurity.spec.js +2 -2
  497. package/test/model/RelativeStrengthIndexTechnicalValue.spec.js +2 -2
  498. package/test/model/ReportedFinancial.spec.js +2 -2
  499. package/test/model/ReportedFinancialDimension.spec.js +2 -2
  500. package/test/model/ReportedTag.spec.js +2 -2
  501. package/test/model/SICIndex.spec.js +2 -2
  502. package/test/model/Security.spec.js +2 -2
  503. package/test/model/SecurityScreenClause.spec.js +2 -2
  504. package/test/model/SecurityScreenGroup.spec.js +2 -2
  505. package/test/model/SecurityScreenResult.spec.js +2 -2
  506. package/test/model/SecurityScreenResultData.spec.js +2 -2
  507. package/test/model/SecuritySummary.spec.js +2 -2
  508. package/test/model/SimpleMovingAverageTechnicalValue.spec.js +2 -2
  509. package/test/model/StandardizedFinancial.spec.js +2 -2
  510. package/test/model/{TheaSourceDocumentTags.spec.js → StandardizedFinancialsDimension.spec.js} +12 -12
  511. package/test/model/StochasticOscillatorTechnicalValue.spec.js +2 -2
  512. package/test/model/StockExchange.spec.js +2 -2
  513. package/test/model/StockMarketIndex.spec.js +2 -2
  514. package/test/model/StockMarketIndexSummary.spec.js +2 -2
  515. package/test/model/StockPrice.spec.js +2 -2
  516. package/test/model/StockPriceAdjustment.spec.js +2 -2
  517. package/test/model/StockPriceAdjustmentSummary.spec.js +2 -2
  518. package/test/model/StockPriceInterval.spec.js +2 -2
  519. package/test/model/StockPriceSummary.spec.js +2 -2
  520. package/test/model/TechnicalIndicator.spec.js +2 -2
  521. package/test/model/TheaEntityAnswer.spec.js +2 -2
  522. package/test/model/TheaSourceDocument.spec.js +2 -2
  523. package/test/model/TripleExponentialAverageTechnicalValue.spec.js +2 -2
  524. package/test/model/TrueStrengthIndexTechnicalValue.spec.js +2 -2
  525. package/test/model/UltimateOscillatorTechnicalValue.spec.js +2 -2
  526. package/test/model/VolumePriceTrendTechnicalValue.spec.js +2 -2
  527. package/test/model/VolumeWeightedAveragePriceValue.spec.js +2 -2
  528. package/test/model/VortexIndicatorTechnicalValue.spec.js +2 -2
  529. package/test/model/WilliamsRTechnicalValue.spec.js +2 -2
  530. package/test/model/ZacksAnalystRating.spec.js +2 -2
  531. package/test/model/ZacksAnalystRatingSnapshot.spec.js +2 -2
  532. package/test/model/ZacksAnalystRatingSummary.spec.js +2 -2
  533. package/test/model/ZacksEPSEstimate.spec.js +2 -2
  534. package/test/model/ZacksEPSGrowthRate.spec.js +2 -2
  535. package/test/model/ZacksEPSSurprise.spec.js +2 -2
  536. package/test/model/ZacksEPSSurpriseSummary.spec.js +2 -2
  537. package/test/model/ZacksETFHolding.spec.js +2 -2
  538. package/test/model/ZacksInstitutionalHolding.spec.js +2 -2
  539. package/test/model/ZacksInstitutionalHoldingCompanyDetail.spec.js +2 -2
  540. package/test/model/ZacksInstitutionalHoldingCompanySummary.spec.js +2 -2
  541. package/test/model/ZacksInstitutionalHoldingHistoricalSummary.spec.js +2 -2
  542. package/test/model/ZacksInstitutionalHoldingOwnerDetail.spec.js +2 -2
  543. package/test/model/ZacksInstitutionalHoldingOwnerSummary.spec.js +2 -2
  544. package/test/model/ZacksLongTermGrowthRate.spec.js +2 -2
  545. package/test/model/ZacksSalesSurprise.spec.js +2 -2
  546. package/test/model/ZacksSalesSurpriseSummary.spec.js +2 -2
  547. package/test/model/ZacksTargetPriceConsensus.spec.js +2 -2
  548. package/docs/TheaSourceDocumentTags.md +0 -22
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Intrinio API
3
- * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our 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.
3
+ * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.23.0
5
+ * OpenAPI spec version: 2.26.6
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -36,7 +36,7 @@
36
36
  /**
37
37
  * The MoneyFlowIndexTechnicalValue model module.
38
38
  * @module model/MoneyFlowIndexTechnicalValue
39
- * @version 5.13.2
39
+ * @version 5.17.0
40
40
  */
41
41
 
42
42
  /**
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Intrinio API
3
- * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our 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.
3
+ * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.23.0
5
+ * OpenAPI spec version: 2.26.6
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -36,7 +36,7 @@
36
36
  /**
37
37
  * The MovingAverageConvergenceDivergenceTechnicalValue model module.
38
38
  * @module model/MovingAverageConvergenceDivergenceTechnicalValue
39
- * @version 5.13.2
39
+ * @version 5.17.0
40
40
  */
41
41
 
42
42
  /**
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Intrinio API
3
- * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our 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.
3
+ * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.23.0
5
+ * OpenAPI spec version: 2.26.6
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -36,7 +36,7 @@
36
36
  /**
37
37
  * The Municipality model module.
38
38
  * @module model/Municipality
39
- * @version 5.13.2
39
+ * @version 5.17.0
40
40
  */
41
41
 
42
42
  /**
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Intrinio API
3
- * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our 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.
3
+ * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.23.0
5
+ * OpenAPI spec version: 2.26.6
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -36,7 +36,7 @@
36
36
  /**
37
37
  * The MunicipalityFinancial model module.
38
38
  * @module model/MunicipalityFinancial
39
- * @version 5.13.2
39
+ * @version 5.17.0
40
40
  */
41
41
 
42
42
  /**
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Intrinio API
3
- * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our 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.
3
+ * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.23.0
5
+ * OpenAPI spec version: 2.26.6
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -36,7 +36,7 @@
36
36
  /**
37
37
  * The NegativeVolumeIndexTechnicalValue model module.
38
38
  * @module model/NegativeVolumeIndexTechnicalValue
39
- * @version 5.13.2
39
+ * @version 5.17.0
40
40
  */
41
41
 
42
42
  /**
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Intrinio API
3
- * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our 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.
3
+ * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.23.0
5
+ * OpenAPI spec version: 2.26.6
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -36,7 +36,7 @@
36
36
  /**
37
37
  * The OnBalanceVolumeMeanTechnicalValue model module.
38
38
  * @module model/OnBalanceVolumeMeanTechnicalValue
39
- * @version 5.13.2
39
+ * @version 5.17.0
40
40
  */
41
41
 
42
42
  /**
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Intrinio API
3
- * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our 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.
3
+ * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.23.0
5
+ * OpenAPI spec version: 2.26.6
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -36,7 +36,7 @@
36
36
  /**
37
37
  * The OnBalanceVolumeTechnicalValue model module.
38
38
  * @module model/OnBalanceVolumeTechnicalValue
39
- * @version 5.13.2
39
+ * @version 5.17.0
40
40
  */
41
41
 
42
42
  /**
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Intrinio API
3
- * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our 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.
3
+ * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.23.0
5
+ * OpenAPI spec version: 2.26.6
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -36,7 +36,7 @@
36
36
  /**
37
37
  * The Option model module.
38
38
  * @module model/Option
39
- * @version 5.13.2
39
+ * @version 5.17.0
40
40
  */
41
41
 
42
42
  /**
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Intrinio API
3
- * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our 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.
3
+ * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.23.0
5
+ * OpenAPI spec version: 2.26.6
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -36,7 +36,7 @@
36
36
  /**
37
37
  * The OptionChain model module.
38
38
  * @module model/OptionChain
39
- * @version 5.13.2
39
+ * @version 5.17.0
40
40
  */
41
41
 
42
42
  /**
@@ -0,0 +1,90 @@
1
+ /**
2
+ * Intrinio API
3
+ * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
+ *
5
+ * OpenAPI spec version: 2.26.6
6
+ *
7
+ * NOTE: This class is auto generated by the swagger code generator program.
8
+ * https://github.com/swagger-api/swagger-codegen.git
9
+ *
10
+ * Swagger Codegen version: unset
11
+ *
12
+ * Do not edit the class manually.
13
+ *
14
+ */
15
+
16
+ (function(root, factory) {
17
+ if (typeof define === 'function' && define.amd) {
18
+ // AMD. Register as an anonymous module.
19
+ define(['ApiClient', 'model/OptionEod', 'model/OptionPriceEod'], factory);
20
+ } else if (typeof module === 'object' && module.exports) {
21
+ // CommonJS-like environments that support module.exports, like Node.
22
+ module.exports = factory(require('../ApiClient'), require('./OptionEod'), require('./OptionPriceEod'));
23
+ } else {
24
+ // Browser globals (root is window)
25
+ if (!root.intrinioSDK) {
26
+ root.intrinioSDK = {};
27
+ }
28
+ root.intrinioSDK.OptionChainEod = factory(root.intrinioSDK.ApiClient, root.intrinioSDK.OptionEod, root.intrinioSDK.OptionPriceEod);
29
+ }
30
+ }(this, function(ApiClient, OptionEod, OptionPriceEod) {
31
+ 'use strict';
32
+
33
+
34
+
35
+
36
+ /**
37
+ * The OptionChainEod model module.
38
+ * @module model/OptionChainEod
39
+ * @version 5.17.0
40
+ */
41
+
42
+ /**
43
+ * Constructs a new <code>OptionChainEod</code>.
44
+ * An realtime option chain contains an options contract and corresponding price data for that contract on a given date.
45
+ * @alias module:model/OptionChainEod
46
+ * @class
47
+ */
48
+ var exports = function() {
49
+ var _this = this;
50
+
51
+
52
+
53
+ };
54
+
55
+ /**
56
+ * Constructs a <code>OptionChainEod</code> from a plain JavaScript object, optionally creating a new instance.
57
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
58
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
59
+ * @param {module:model/OptionChainEod} obj Optional instance to populate.
60
+ * @return {module:model/OptionChainEod} The populated <code>OptionChainEod</code> instance.
61
+ */
62
+ exports.constructFromObject = function(data, obj) {
63
+ if (data) {
64
+ obj = obj || new exports();
65
+
66
+ if (data.hasOwnProperty('option')) {
67
+ obj['option'] = OptionEod.constructFromObject(data['option']);
68
+ }
69
+ if (data.hasOwnProperty('price')) {
70
+ obj['price'] = OptionPriceEod.constructFromObject(data['price']);
71
+ }
72
+ }
73
+ return obj;
74
+ }
75
+
76
+ /**
77
+ * @member {module:model/OptionEod} option
78
+ */
79
+ exports.prototype['option'] = undefined;
80
+ /**
81
+ * @member {module:model/OptionPriceEod} price
82
+ */
83
+ exports.prototype['price'] = undefined;
84
+
85
+
86
+
87
+ return exports;
88
+ }));
89
+
90
+
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Intrinio API
3
- * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our 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.
3
+ * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.23.0
5
+ * OpenAPI spec version: 2.26.6
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -36,7 +36,7 @@
36
36
  /**
37
37
  * The OptionChainRealtime model module.
38
38
  * @module model/OptionChainRealtime
39
- * @version 5.13.2
39
+ * @version 5.17.0
40
40
  */
41
41
 
42
42
  /**
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Intrinio API
3
- * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our 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.
3
+ * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.23.0
5
+ * OpenAPI spec version: 2.26.6
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -36,7 +36,7 @@
36
36
  /**
37
37
  * The OptionContractsList model module.
38
38
  * @module model/OptionContractsList
39
- * @version 5.13.2
39
+ * @version 5.17.0
40
40
  */
41
41
 
42
42
  /**
@@ -0,0 +1,119 @@
1
+ /**
2
+ * Intrinio API
3
+ * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
+ *
5
+ * OpenAPI spec version: 2.26.6
6
+ *
7
+ * NOTE: This class is auto generated by the swagger code generator program.
8
+ * https://github.com/swagger-api/swagger-codegen.git
9
+ *
10
+ * Swagger Codegen version: unset
11
+ *
12
+ * Do not edit the class manually.
13
+ *
14
+ */
15
+
16
+ (function(root, factory) {
17
+ if (typeof define === 'function' && define.amd) {
18
+ // AMD. Register as an anonymous module.
19
+ define(['ApiClient'], factory);
20
+ } else if (typeof module === 'object' && module.exports) {
21
+ // CommonJS-like environments that support module.exports, like Node.
22
+ module.exports = factory(require('../ApiClient'));
23
+ } else {
24
+ // Browser globals (root is window)
25
+ if (!root.intrinioSDK) {
26
+ root.intrinioSDK = {};
27
+ }
28
+ root.intrinioSDK.OptionEod = factory(root.intrinioSDK.ApiClient);
29
+ }
30
+ }(this, function(ApiClient) {
31
+ 'use strict';
32
+
33
+
34
+
35
+
36
+ /**
37
+ * The OptionEod model module.
38
+ * @module model/OptionEod
39
+ * @version 5.17.0
40
+ */
41
+
42
+ /**
43
+ * Constructs a new <code>OptionEod</code>.
44
+ * An option contract gives the buyer of a contract the right to buy or sell a particular asset at a later date at an agreed upon price.
45
+ * @alias module:model/OptionEod
46
+ * @class
47
+ */
48
+ var exports = function() {
49
+ var _this = this;
50
+
51
+
52
+
53
+
54
+
55
+
56
+ };
57
+
58
+ /**
59
+ * Constructs a <code>OptionEod</code> from a plain JavaScript object, optionally creating a new instance.
60
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
61
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
62
+ * @param {module:model/OptionEod} obj Optional instance to populate.
63
+ * @return {module:model/OptionEod} The populated <code>OptionEod</code> instance.
64
+ */
65
+ exports.constructFromObject = function(data, obj) {
66
+ if (data) {
67
+ obj = obj || new exports();
68
+
69
+ if (data.hasOwnProperty('code')) {
70
+ obj['code'] = ApiClient.convertToType(data['code'], 'String');
71
+ }
72
+ if (data.hasOwnProperty('ticker')) {
73
+ obj['ticker'] = ApiClient.convertToType(data['ticker'], 'String');
74
+ }
75
+ if (data.hasOwnProperty('expiration')) {
76
+ obj['expiration'] = ApiClient.convertToType(data['expiration'], 'String');
77
+ }
78
+ if (data.hasOwnProperty('strike')) {
79
+ obj['strike'] = ApiClient.convertToType(data['strike'], 'Number');
80
+ }
81
+ if (data.hasOwnProperty('type')) {
82
+ obj['type'] = ApiClient.convertToType(data['type'], 'String');
83
+ }
84
+ }
85
+ return obj;
86
+ }
87
+
88
+ /**
89
+ * The Intrinio Code for the Option.
90
+ * @member {String} code
91
+ */
92
+ exports.prototype['code'] = undefined;
93
+ /**
94
+ * The ticker symbol of the Security for the Option.
95
+ * @member {String} ticker
96
+ */
97
+ exports.prototype['ticker'] = undefined;
98
+ /**
99
+ * The date on which the Option expires. The Option becomes invalid after this date and cannot be exercised.
100
+ * @member {String} expiration
101
+ */
102
+ exports.prototype['expiration'] = undefined;
103
+ /**
104
+ * The strike price is the fixed price at which a derivative can be exercised, and refers to the price of the derivative’s underlying asset. In a call option, the strike price is the price at which the option holder can purchase the underlying security. For a put option, the strike price is the price at which the option holder can sell the underlying security.
105
+ * @member {Number} strike
106
+ */
107
+ exports.prototype['strike'] = undefined;
108
+ /**
109
+ * The type of Option (put or call). A put option is an option contract giving the owner the right, but not the obligation, to sell a specified amount of an underlying asset at a specified price before the option's expiration date. A call option gives the holder the right to buy an underlying asset at a specified price, before the option's expiration date.
110
+ * @member {String} type
111
+ */
112
+ exports.prototype['type'] = undefined;
113
+
114
+
115
+
116
+ return exports;
117
+ }));
118
+
119
+
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Intrinio API
3
- * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our 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.
3
+ * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.23.0
5
+ * OpenAPI spec version: 2.26.6
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -36,7 +36,7 @@
36
36
  /**
37
37
  * The OptionFactorsRealtime model module.
38
38
  * @module model/OptionFactorsRealtime
39
- * @version 5.13.2
39
+ * @version 5.17.0
40
40
  */
41
41
 
42
42
  /**
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Intrinio API
3
- * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our 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.
3
+ * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.23.0
5
+ * OpenAPI spec version: 2.26.6
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -36,7 +36,7 @@
36
36
  /**
37
37
  * The OptionPrice model module.
38
38
  * @module model/OptionPrice
39
- * @version 5.13.2
39
+ * @version 5.17.0
40
40
  */
41
41
 
42
42
  /**
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Intrinio API
3
- * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our 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.
3
+ * Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
4
4
  *
5
- * OpenAPI spec version: 2.23.0
5
+ * OpenAPI spec version: 2.26.6
6
6
  *
7
7
  * NOTE: This class is auto generated by the swagger code generator program.
8
8
  * https://github.com/swagger-api/swagger-codegen.git
@@ -36,7 +36,7 @@
36
36
  /**
37
37
  * The OptionPriceBatchRealtime model module.
38
38
  * @module model/OptionPriceBatchRealtime
39
- * @version 5.13.2
39
+ * @version 5.17.0
40
40
  */
41
41
 
42
42
  /**