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
@@ -16,24 +16,24 @@
16
16
  (function(root, factory) {
17
17
  if (typeof define === 'function' && define.amd) {
18
18
  // AMD. Register as an anonymous module.
19
- define(['ApiClient', 'model/ApiResponseOptionPrices', 'model/ApiResponseOptions', 'model/ApiResponseOptionsChain', 'model/ApiResponseOptionsChainRealtime', 'model/ApiResponseOptionsExpirations', 'model/ApiResponseOptionsPriceRealtime', 'model/ApiResponseOptionsPricesBatchRealtime', 'model/ApiResponseOptionsRealtime', 'model/ApiResponseOptionsStatsRealtime', 'model/ApiResponseOptionsTickers', 'model/OptionContractsList'], factory);
19
+ define(['ApiClient', 'model/ApiResponseOptionPrices', 'model/ApiResponseOptions', 'model/ApiResponseOptionsChain', 'model/ApiResponseOptionsChainEod', 'model/ApiResponseOptionsChainRealtime', 'model/ApiResponseOptionsExpirations', 'model/ApiResponseOptionsPriceRealtime', 'model/ApiResponseOptionsPricesBatchRealtime', 'model/ApiResponseOptionsPricesEod', 'model/ApiResponseOptionsRealtime', 'model/ApiResponseOptionsStatsRealtime', 'model/ApiResponseOptionsTickers', 'model/ApiResponseOptionsUnusualActivity', 'model/OptionContractsList'], factory);
20
20
  } else if (typeof module === 'object' && module.exports) {
21
21
  // CommonJS-like environments that support module.exports, like Node.
22
- module.exports = factory(require('../ApiClient'), require('../model/ApiResponseOptionPrices'), require('../model/ApiResponseOptions'), require('../model/ApiResponseOptionsChain'), require('../model/ApiResponseOptionsChainRealtime'), require('../model/ApiResponseOptionsExpirations'), require('../model/ApiResponseOptionsPriceRealtime'), require('../model/ApiResponseOptionsPricesBatchRealtime'), require('../model/ApiResponseOptionsRealtime'), require('../model/ApiResponseOptionsStatsRealtime'), require('../model/ApiResponseOptionsTickers'), require('../model/OptionContractsList'));
22
+ module.exports = factory(require('../ApiClient'), require('../model/ApiResponseOptionPrices'), require('../model/ApiResponseOptions'), require('../model/ApiResponseOptionsChain'), require('../model/ApiResponseOptionsChainEod'), require('../model/ApiResponseOptionsChainRealtime'), require('../model/ApiResponseOptionsExpirations'), require('../model/ApiResponseOptionsPriceRealtime'), require('../model/ApiResponseOptionsPricesBatchRealtime'), require('../model/ApiResponseOptionsPricesEod'), require('../model/ApiResponseOptionsRealtime'), require('../model/ApiResponseOptionsStatsRealtime'), require('../model/ApiResponseOptionsTickers'), require('../model/ApiResponseOptionsUnusualActivity'), require('../model/OptionContractsList'));
23
23
  } else {
24
24
  // Browser globals (root is window)
25
25
  if (!root.intrinioSDK) {
26
26
  root.intrinioSDK = {};
27
27
  }
28
- root.intrinioSDK.OptionsApi = factory(root.intrinioSDK.ApiClient, root.intrinioSDK.ApiResponseOptionPrices, root.intrinioSDK.ApiResponseOptions, root.intrinioSDK.ApiResponseOptionsChain, root.intrinioSDK.ApiResponseOptionsChainRealtime, root.intrinioSDK.ApiResponseOptionsExpirations, root.intrinioSDK.ApiResponseOptionsPriceRealtime, root.intrinioSDK.ApiResponseOptionsPricesBatchRealtime, root.intrinioSDK.ApiResponseOptionsRealtime, root.intrinioSDK.ApiResponseOptionsStatsRealtime, root.intrinioSDK.ApiResponseOptionsTickers, root.intrinioSDK.OptionContractsList);
28
+ root.intrinioSDK.OptionsApi = factory(root.intrinioSDK.ApiClient, root.intrinioSDK.ApiResponseOptionPrices, root.intrinioSDK.ApiResponseOptions, root.intrinioSDK.ApiResponseOptionsChain, root.intrinioSDK.ApiResponseOptionsChainEod, root.intrinioSDK.ApiResponseOptionsChainRealtime, root.intrinioSDK.ApiResponseOptionsExpirations, root.intrinioSDK.ApiResponseOptionsPriceRealtime, root.intrinioSDK.ApiResponseOptionsPricesBatchRealtime, root.intrinioSDK.ApiResponseOptionsPricesEod, root.intrinioSDK.ApiResponseOptionsRealtime, root.intrinioSDK.ApiResponseOptionsStatsRealtime, root.intrinioSDK.ApiResponseOptionsTickers, root.intrinioSDK.ApiResponseOptionsUnusualActivity, root.intrinioSDK.OptionContractsList);
29
29
  }
30
- }(this, function(ApiClient, ApiResponseOptionPrices, ApiResponseOptions, ApiResponseOptionsChain, ApiResponseOptionsChainRealtime, ApiResponseOptionsExpirations, ApiResponseOptionsPriceRealtime, ApiResponseOptionsPricesBatchRealtime, ApiResponseOptionsRealtime, ApiResponseOptionsStatsRealtime, ApiResponseOptionsTickers, OptionContractsList) {
30
+ }(this, function(ApiClient, ApiResponseOptionPrices, ApiResponseOptions, ApiResponseOptionsChain, ApiResponseOptionsChainEod, ApiResponseOptionsChainRealtime, ApiResponseOptionsExpirations, ApiResponseOptionsPriceRealtime, ApiResponseOptionsPricesBatchRealtime, ApiResponseOptionsPricesEod, ApiResponseOptionsRealtime, ApiResponseOptionsStatsRealtime, ApiResponseOptionsTickers, ApiResponseOptionsUnusualActivity, OptionContractsList) {
31
31
  'use strict';
32
32
 
33
33
  /**
34
34
  * Options service.
35
35
  * @module api/OptionsApi
36
- * @version 5.13.2
36
+ * @version 5.17.0
37
37
  */
38
38
 
39
39
  /**
@@ -161,6 +161,68 @@
161
161
 
162
162
 
163
163
 
164
+ /**
165
+ * Option Strikes Realtime
166
+ * Returns all realtime options contracts and their prices for the given symbol and strike.
167
+ * @param {String} symbol The option symbol, corresponding to the underlying security.
168
+ * @param {Number} strike The strike price of the option contract. This will return options contracts with strike price equal to this price.
169
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseOptionsChainRealtime} and HTTP response
170
+ */
171
+ this.getOptionStrikesRealtimeWithHttpInfo = function(symbol, strike) {
172
+ var postBody = null;
173
+
174
+ // verify the required parameter 'symbol' is set
175
+ if (symbol === undefined || symbol === null) {
176
+ throw new Error("Missing the required parameter 'symbol' when calling getOptionStrikesRealtime");
177
+ }
178
+
179
+ // verify the required parameter 'strike' is set
180
+ if (strike === undefined || strike === null) {
181
+ throw new Error("Missing the required parameter 'strike' when calling getOptionStrikesRealtime");
182
+ }
183
+
184
+
185
+ var pathParams = {
186
+ 'symbol': symbol,
187
+ 'strike': strike
188
+ };
189
+ var queryParams = {
190
+ };
191
+ var collectionQueryParams = {
192
+ };
193
+ var headerParams = {
194
+ };
195
+ var formParams = {
196
+ };
197
+
198
+ var authNames = ['ApiKeyAuth'];
199
+ var contentTypes = [];
200
+ var accepts = ['application/json'];
201
+ var returnType = ApiResponseOptionsChainRealtime;
202
+ var endpoint = '/options/strikes/{symbol}/{strike}/realtime'
203
+ var method = 'GET'
204
+
205
+ let requestParameters = { endpoint, method, pathParams, queryParams, collectionQueryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType }
206
+
207
+ return this.makeApiCall(requestParameters)
208
+ }
209
+
210
+ /**
211
+ * Option Strikes Realtime
212
+ * Returns all realtime options contracts and their prices for the given symbol and strike.
213
+ * @param {String} symbol The option symbol, corresponding to the underlying security.
214
+ * @param {Number} strike The strike price of the option contract. This will return options contracts with strike price equal to this price.
215
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseOptionsChainRealtime}
216
+ */
217
+ this.getOptionStrikesRealtime = function(symbol, strike) {
218
+ return this.getOptionStrikesRealtimeWithHttpInfo(symbol, strike)
219
+ .then(function(response_and_data) {
220
+ return response_and_data.data;
221
+ });
222
+ }
223
+
224
+
225
+
164
226
  /**
165
227
  * Options
166
228
  * Returns the master list of option contracts for a given symbol.
@@ -412,6 +474,83 @@
412
474
 
413
475
 
414
476
 
477
+ /**
478
+ * Options Chain EOD
479
+ * Returns all EOD options contracts and their prices for the given symbol and expiration date.
480
+ * @param {String} symbol The option symbol, corresponding to the underlying security.
481
+ * @param {String} expiration The expiration date of the options contract
482
+ * @param {Object} opts Optional parameters
483
+ * @param {module:model/String} opts.type The option contract type.
484
+ * @param {Number} opts.strike The strike price of the option contract. This will return options contracts with strike price equal to this price.
485
+ * @param {Number} opts.strikeGreaterThan The strike price of the option contract. This will return options contracts with strike prices greater than this price.
486
+ * @param {Number} opts.strikeLessThan The strike price of the option contract. This will return options contracts with strike prices less than this price.
487
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseOptionsChainEod} and HTTP response
488
+ */
489
+ this.getOptionsChainEodWithHttpInfo = function(symbol, expiration, opts) {
490
+ opts = opts || {};
491
+ var postBody = null;
492
+
493
+ // verify the required parameter 'symbol' is set
494
+ if (symbol === undefined || symbol === null) {
495
+ throw new Error("Missing the required parameter 'symbol' when calling getOptionsChainEod");
496
+ }
497
+
498
+ // verify the required parameter 'expiration' is set
499
+ if (expiration === undefined || expiration === null) {
500
+ throw new Error("Missing the required parameter 'expiration' when calling getOptionsChainEod");
501
+ }
502
+
503
+
504
+ var pathParams = {
505
+ 'symbol': symbol,
506
+ 'expiration': expiration
507
+ };
508
+ var queryParams = {
509
+ 'type': opts['type'],
510
+ 'strike': opts['strike'],
511
+ 'strike_greater_than': opts['strikeGreaterThan'],
512
+ 'strike_less_than': opts['strikeLessThan'],
513
+ };
514
+ var collectionQueryParams = {
515
+ };
516
+ var headerParams = {
517
+ };
518
+ var formParams = {
519
+ };
520
+
521
+ var authNames = ['ApiKeyAuth'];
522
+ var contentTypes = [];
523
+ var accepts = ['application/json'];
524
+ var returnType = ApiResponseOptionsChainEod;
525
+ var endpoint = '/options/chain/{symbol}/{expiration}/eod'
526
+ var method = 'GET'
527
+
528
+ let requestParameters = { endpoint, method, pathParams, queryParams, collectionQueryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType }
529
+
530
+ return this.makeApiCall(requestParameters)
531
+ }
532
+
533
+ /**
534
+ * Options Chain EOD
535
+ * Returns all EOD options contracts and their prices for the given symbol and expiration date.
536
+ * @param {String} symbol The option symbol, corresponding to the underlying security.
537
+ * @param {String} expiration The expiration date of the options contract
538
+ * @param {Object} opts Optional parameters
539
+ * @param {module:model/String} opts.type The option contract type.
540
+ * @param {Number} opts.strike The strike price of the option contract. This will return options contracts with strike price equal to this price.
541
+ * @param {Number} opts.strikeGreaterThan The strike price of the option contract. This will return options contracts with strike prices greater than this price.
542
+ * @param {Number} opts.strikeLessThan The strike price of the option contract. This will return options contracts with strike prices less than this price.
543
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseOptionsChainEod}
544
+ */
545
+ this.getOptionsChainEod = function(symbol, expiration, opts) {
546
+ return this.getOptionsChainEodWithHttpInfo(symbol, expiration, opts)
547
+ .then(function(response_and_data) {
548
+ return response_and_data.data;
549
+ });
550
+ }
551
+
552
+
553
+
415
554
  /**
416
555
  * Options Chain Realtime
417
556
  * Returns all realtime options contracts and their prices for the given symbol and expiration date.
@@ -698,6 +837,60 @@
698
837
 
699
838
 
700
839
 
840
+ /**
841
+ * Option Prices EOD
842
+ * Returns all option prices for a given option contract identifier.
843
+ * @param {String} identifier The Intrinio ID or code of the options contract to request prices for.
844
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseOptionsPricesEod} and HTTP response
845
+ */
846
+ this.getOptionsPricesEodWithHttpInfo = function(identifier) {
847
+ var postBody = null;
848
+
849
+ // verify the required parameter 'identifier' is set
850
+ if (identifier === undefined || identifier === null) {
851
+ throw new Error("Missing the required parameter 'identifier' when calling getOptionsPricesEod");
852
+ }
853
+
854
+
855
+ var pathParams = {
856
+ 'identifier': identifier
857
+ };
858
+ var queryParams = {
859
+ };
860
+ var collectionQueryParams = {
861
+ };
862
+ var headerParams = {
863
+ };
864
+ var formParams = {
865
+ };
866
+
867
+ var authNames = ['ApiKeyAuth'];
868
+ var contentTypes = [];
869
+ var accepts = ['application/json'];
870
+ var returnType = ApiResponseOptionsPricesEod;
871
+ var endpoint = '/options/prices/{identifier}/eod'
872
+ var method = 'GET'
873
+
874
+ let requestParameters = { endpoint, method, pathParams, queryParams, collectionQueryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType }
875
+
876
+ return this.makeApiCall(requestParameters)
877
+ }
878
+
879
+ /**
880
+ * Option Prices EOD
881
+ * Returns all option prices for a given option contract identifier.
882
+ * @param {String} identifier The Intrinio ID or code of the options contract to request prices for.
883
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseOptionsPricesEod}
884
+ */
885
+ this.getOptionsPricesEod = function(identifier) {
886
+ return this.getOptionsPricesEodWithHttpInfo(identifier)
887
+ .then(function(response_and_data) {
888
+ return response_and_data.data;
889
+ });
890
+ }
891
+
892
+
893
+
701
894
  /**
702
895
  * Option Prices Realtime
703
896
  * Returns all option prices for a given option contract identifier.
@@ -817,6 +1010,118 @@
817
1010
  }
818
1011
 
819
1012
 
1013
+
1014
+ /**
1015
+ * Options Unusual Activity
1016
+ * Returns unusual trades for a given identifier.
1017
+ * @param {String} symbol The option symbol, corresponding to the underlying security.
1018
+ * @param {Object} opts Optional parameters
1019
+ * @param {module:model/String} opts.source Realtime or 15-minute delayed contracts.
1020
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseOptionsUnusualActivity} and HTTP response
1021
+ */
1022
+ this.getUnusualActivityWithHttpInfo = function(symbol, opts) {
1023
+ opts = opts || {};
1024
+ var postBody = null;
1025
+
1026
+ // verify the required parameter 'symbol' is set
1027
+ if (symbol === undefined || symbol === null) {
1028
+ throw new Error("Missing the required parameter 'symbol' when calling getUnusualActivity");
1029
+ }
1030
+
1031
+
1032
+ var pathParams = {
1033
+ 'symbol': symbol
1034
+ };
1035
+ var queryParams = {
1036
+ 'source': opts['source'],
1037
+ };
1038
+ var collectionQueryParams = {
1039
+ };
1040
+ var headerParams = {
1041
+ };
1042
+ var formParams = {
1043
+ };
1044
+
1045
+ var authNames = ['ApiKeyAuth'];
1046
+ var contentTypes = [];
1047
+ var accepts = ['application/json'];
1048
+ var returnType = ApiResponseOptionsUnusualActivity;
1049
+ var endpoint = '/options/unusual_activity/{symbol}'
1050
+ var method = 'GET'
1051
+
1052
+ let requestParameters = { endpoint, method, pathParams, queryParams, collectionQueryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType }
1053
+
1054
+ return this.makeApiCall(requestParameters)
1055
+ }
1056
+
1057
+ /**
1058
+ * Options Unusual Activity
1059
+ * Returns unusual trades for a given identifier.
1060
+ * @param {String} symbol The option symbol, corresponding to the underlying security.
1061
+ * @param {Object} opts Optional parameters
1062
+ * @param {module:model/String} opts.source Realtime or 15-minute delayed contracts.
1063
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseOptionsUnusualActivity}
1064
+ */
1065
+ this.getUnusualActivity = function(symbol, opts) {
1066
+ return this.getUnusualActivityWithHttpInfo(symbol, opts)
1067
+ .then(function(response_and_data) {
1068
+ return response_and_data.data;
1069
+ });
1070
+ }
1071
+
1072
+
1073
+
1074
+ /**
1075
+ * Options Unusual Activity Universal
1076
+ * Returns nusual trades for all underlying security symbols.
1077
+ * @param {Object} opts Optional parameters
1078
+ * @param {module:model/String} opts.source Realtime or 15-minute delayed contracts.
1079
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApiResponseOptionsUnusualActivity} and HTTP response
1080
+ */
1081
+ this.getUnusualActivityUniversalWithHttpInfo = function(opts) {
1082
+ opts = opts || {};
1083
+ var postBody = null;
1084
+
1085
+
1086
+ var pathParams = {
1087
+ };
1088
+ var queryParams = {
1089
+ 'source': opts['source'],
1090
+ };
1091
+ var collectionQueryParams = {
1092
+ };
1093
+ var headerParams = {
1094
+ };
1095
+ var formParams = {
1096
+ };
1097
+
1098
+ var authNames = ['ApiKeyAuth'];
1099
+ var contentTypes = [];
1100
+ var accepts = ['application/json'];
1101
+ var returnType = ApiResponseOptionsUnusualActivity;
1102
+ var endpoint = '/options/unusual_activity'
1103
+ var method = 'GET'
1104
+
1105
+ let requestParameters = { endpoint, method, pathParams, queryParams, collectionQueryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType }
1106
+
1107
+ return this.makeApiCall(requestParameters)
1108
+ }
1109
+
1110
+ /**
1111
+ * Options Unusual Activity Universal
1112
+ * Returns nusual trades for all underlying security symbols.
1113
+ * @param {Object} opts Optional parameters
1114
+ * @param {module:model/String} opts.source Realtime or 15-minute delayed contracts.
1115
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApiResponseOptionsUnusualActivity}
1116
+ */
1117
+ this.getUnusualActivityUniversal = function(opts) {
1118
+ return this.getUnusualActivityUniversalWithHttpInfo(opts)
1119
+ .then(function(response_and_data) {
1120
+ return response_and_data.data;
1121
+ });
1122
+ }
1123
+
1124
+
820
1125
  this.makeApiCall = function(parameters) {
821
1126
  const retry = require('async-retry')
822
1127
 
@@ -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
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * Owners service.
35
35
  * @module api/OwnersApi
36
- * @version 5.13.2
36
+ * @version 5.17.0
37
37
  */
38
38
 
39
39
  /**
@@ -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
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * Security service.
35
35
  * @module api/SecurityApi
36
- * @version 5.13.2
36
+ * @version 5.17.0
37
37
  */
38
38
 
39
39
  /**
@@ -3358,7 +3358,7 @@
3358
3358
 
3359
3359
  /**
3360
3360
  * Zacks Analyst Ratings Snapshot
3361
- * Returns a snapshot of ratings data compared with previous timeframes for the Security with the given `identifier`. Also returns mean percentiles for comparing one security to the universe of securities covered by Zacks analyst ratings, at a specific point in time.
3361
+ * This database offers current and historical consensus analyst recommendation snapshots for over 5,000 US and Canadian listed companies.
3362
3362
  * @param {String} identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3363
3363
  * @param {Object} opts Optional parameters
3364
3364
  * @param {String} opts.date Lookup a historical snapshot on the given date
@@ -3401,7 +3401,7 @@
3401
3401
 
3402
3402
  /**
3403
3403
  * Zacks Analyst Ratings Snapshot
3404
- * Returns a snapshot of ratings data compared with previous timeframes for the Security with the given `identifier`. Also returns mean percentiles for comparing one security to the universe of securities covered by Zacks analyst ratings, at a specific point in time.
3404
+ * This database offers current and historical consensus analyst recommendation snapshots for over 5,000 US and Canadian listed companies.
3405
3405
  * @param {String} identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3406
3406
  * @param {Object} opts Optional parameters
3407
3407
  * @param {String} opts.date Lookup a historical snapshot on the given date
@@ -3418,7 +3418,7 @@
3418
3418
 
3419
3419
  /**
3420
3420
  * Zacks EPS Surprises for Security
3421
- * Return Zacks EPS surprises for the Security with the given `identifier`.
3421
+ * Returns historical estimated and actual earnings, guidance, and announcement dates for a specified symbol.
3422
3422
  * @param {String} identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3423
3423
  * @param {Object} opts Optional parameters
3424
3424
  * @param {Number} opts.pageSize The number of results to return (default to 100)
@@ -3463,7 +3463,7 @@
3463
3463
 
3464
3464
  /**
3465
3465
  * Zacks EPS Surprises for Security
3466
- * Return Zacks EPS surprises for the Security with the given `identifier`.
3466
+ * Returns historical estimated and actual earnings, guidance, and announcement dates for a specified symbol.
3467
3467
  * @param {String} identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3468
3468
  * @param {Object} opts Optional parameters
3469
3469
  * @param {Number} opts.pageSize The number of results to return (default to 100)
@@ -3481,7 +3481,7 @@
3481
3481
 
3482
3482
  /**
3483
3483
  * Zacks Sales Surprises for Security
3484
- * Return Zacks sales surprises for the Security with the given `identifier`.
3484
+ * This database returns historical estimated and actual sales, guidance, and announcement dates for a specified US or Canadian company.
3485
3485
  * @param {String} identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3486
3486
  * @param {Object} opts Optional parameters
3487
3487
  * @param {Number} opts.pageSize The number of results to return (default to 100)
@@ -3526,7 +3526,7 @@
3526
3526
 
3527
3527
  /**
3528
3528
  * Zacks Sales Surprises for Security
3529
- * Return Zacks sales surprises for the Security with the given `identifier`.
3529
+ * This database returns historical estimated and actual sales, guidance, and announcement dates for a specified US or Canadian company.
3530
3530
  * @param {String} identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3531
3531
  * @param {Object} opts Optional parameters
3532
3532
  * @param {Number} opts.pageSize The number of results to return (default to 100)
@@ -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
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * StockExchange service.
35
35
  * @module api/StockExchangeApi
36
- * @version 5.13.2
36
+ * @version 5.17.0
37
37
  */
38
38
 
39
39
  /**
@@ -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
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * Technical service.
35
35
  * @module api/TechnicalApi
36
- * @version 5.13.2
36
+ * @version 5.17.0
37
37
  */
38
38
 
39
39
  /**
@@ -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
@@ -33,7 +33,7 @@
33
33
  /**
34
34
  * Zacks service.
35
35
  * @module api/ZacksApi
36
- * @version 5.13.2
36
+ * @version 5.17.0
37
37
  */
38
38
 
39
39
  /**