@ariva-mds/mds 2.59.0 → 2.60.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 (57) hide show
  1. package/lib/cjs/models/AfuCompanyProfileFinancialStatementLiabilitiesAndEquityEquity.js +2 -0
  2. package/lib/cjs/models/CorporateAction.js +80 -0
  3. package/lib/cjs/models/CorporateActions.js +51 -0
  4. package/lib/cjs/models/KpiData.js +184 -0
  5. package/lib/cjs/models/KpiDataAllOf.js +174 -0
  6. package/lib/cjs/models/TimeseriesBidAskData.js +54 -0
  7. package/lib/cjs/models/TimeseriesData.js +2 -0
  8. package/lib/cjs/models/WebSocketCommandGetKpi.js +58 -0
  9. package/lib/cjs/models/WebSocketCommandGetTradingtimeAnalysis.js +37 -0
  10. package/lib/cjs/models/WebSocketCommandListTimeseriesBidAsk.js +60 -0
  11. package/lib/cjs/models/WebSocketCommandSubscribeTimeseriesBidAsk.js +60 -0
  12. package/lib/cjs/models/WebSocketMessage.js +6 -0
  13. package/lib/cjs/models/WebSocketRequest.js +117 -0
  14. package/lib/cjs/models/index.js +8 -0
  15. package/lib/esm/models/AfuCompanyProfileFinancialStatementLiabilitiesAndEquityEquity.js +2 -0
  16. package/lib/esm/models/CorporateAction.js +73 -0
  17. package/lib/esm/models/CorporateActions.js +44 -0
  18. package/lib/esm/models/KpiData.js +177 -0
  19. package/lib/esm/models/KpiDataAllOf.js +167 -0
  20. package/lib/esm/models/TimeseriesBidAskData.js +47 -0
  21. package/lib/esm/models/TimeseriesData.js +2 -0
  22. package/lib/esm/models/WebSocketCommandGetKpi.js +51 -0
  23. package/lib/esm/models/WebSocketCommandGetTradingtimeAnalysis.js +32 -1
  24. package/lib/esm/models/WebSocketCommandListTimeseriesBidAsk.js +53 -0
  25. package/lib/esm/models/WebSocketCommandSubscribeTimeseriesBidAsk.js +53 -0
  26. package/lib/esm/models/WebSocketMessage.js +6 -0
  27. package/lib/esm/models/WebSocketRequest.js +112 -1
  28. package/lib/esm/models/index.js +8 -0
  29. package/lib/types/models/AfuCompanyProfileFinancialStatementLiabilitiesAndEquityEquity.d.ts +6 -0
  30. package/lib/types/models/AfuCompanyProfileFinancialStatementLiabilitiesAndEquityEquity.d.ts.map +1 -1
  31. package/lib/types/models/CorporateAction.d.ts +99 -0
  32. package/lib/types/models/CorporateAction.d.ts.map +1 -0
  33. package/lib/types/models/CorporateActions.d.ts +33 -0
  34. package/lib/types/models/CorporateActions.d.ts.map +1 -0
  35. package/lib/types/models/KpiData.d.ts +435 -0
  36. package/lib/types/models/KpiData.d.ts.map +1 -0
  37. package/lib/types/models/KpiDataAllOf.d.ts +404 -0
  38. package/lib/types/models/KpiDataAllOf.d.ts.map +1 -0
  39. package/lib/types/models/TimeseriesBidAskData.d.ts +44 -0
  40. package/lib/types/models/TimeseriesBidAskData.d.ts.map +1 -0
  41. package/lib/types/models/TimeseriesData.d.ts +6 -0
  42. package/lib/types/models/TimeseriesData.d.ts.map +1 -1
  43. package/lib/types/models/WebSocketCommandGetKpi.d.ts +56 -0
  44. package/lib/types/models/WebSocketCommandGetKpi.d.ts.map +1 -0
  45. package/lib/types/models/WebSocketCommandGetTradingtimeAnalysis.d.ts +7 -0
  46. package/lib/types/models/WebSocketCommandGetTradingtimeAnalysis.d.ts.map +1 -1
  47. package/lib/types/models/WebSocketCommandListTimeseriesBidAsk.d.ts +59 -0
  48. package/lib/types/models/WebSocketCommandListTimeseriesBidAsk.d.ts.map +1 -0
  49. package/lib/types/models/WebSocketCommandSubscribeTimeseriesBidAsk.d.ts +59 -0
  50. package/lib/types/models/WebSocketCommandSubscribeTimeseriesBidAsk.d.ts.map +1 -0
  51. package/lib/types/models/WebSocketMessage.d.ts +14 -0
  52. package/lib/types/models/WebSocketMessage.d.ts.map +1 -1
  53. package/lib/types/models/WebSocketRequest.d.ts +28 -0
  54. package/lib/types/models/WebSocketRequest.d.ts.map +1 -1
  55. package/lib/types/models/index.d.ts +8 -0
  56. package/lib/types/models/index.d.ts.map +1 -1
  57. package/package.json +1 -1
@@ -0,0 +1,435 @@
1
+ /**
2
+ * MDS API
3
+ * Please note the following definitions used throughout this API: **Source**: A source can be any kind of marketplace (exchange) or an entity that calculates prices/values for instruments. **Instrument**: An instrument is e.g. a stock, a bond, an index, a currency-pair, or a specific future/option contract. An instrument is identified by an InstrumentId. Some information in MDS is linked to instruments: Masterdata (names, instrument types,...), Fundamental stock data, News,... **Listing**: An instrument can be traded/calculated on multiple sources. Some sources even support multiple listings of the same instrument, e.g. lisings in different currencies. A listing is identified by a MarketstateId. Most information in MDS is linked to listings: Marketstate (prices/quotes), Tickdata (price/quote history), Performance data,... **Instrument** **vs** **Listing**: The Microsoft stock is an instrument identified by the InstrumentId \"US5949181045\". It is listed and traded on many exchanges. Each of these listings is identified by a unique MarketstateId, i.e. \"US5949181045@GAT\" (listing on Tradegate) or \"US5949181045,USD@SIX\" (USD-listing on SIX), or \"US5949181045,CHF@SIX\" (CHF-listing on SIX). **Marketstate** defines the current state of an instrument listed on a source. In our case besides open, close, post and pre market also latest trade and quote information... **MarketstateQuery**: When you request a price/quote in MDS, you have to select the listing(s) you wish to receive them for. Most API calls use a MarketstateQuery as a parameter to express a filter for one or more Marketstates. The query often takes the form of \"DE0007100000@ETR\" and can also utilize wildcards like \"*\" or \"?\". <br> See here for a full specification <a href=\"#model-MarketstateQuery\">MarketstateQuery</a> **Timestamps**: Most events covered in MDS have a known instant they refer to. A trade on an exchange usually has an exact time when it was executed. However depending on source and context some events can refer to a whole trading day without specifying a time of day. ECB currency rates for instance are determined for the whole day. In other cases an exact time is not part of the licensed data, e.g. when looking at the end-of-day quality of some exchanges. If an exact time is known, this is transmitted in a field \"datetime\". If only a date is given the field \"date\" is used. If you see \"00:00:00.000\" in a datetime field, this actually means something happened exactly at midnight, it is not a special value indicating \\\"no date available\\\". **SSE-NOTE**: Many endpoints support Server Sent Events (SSE) to get pushed updates. To receive SSE the client needs to request the content-type \"text/event-stream\" via the \"accept\" http request-header. <br>Unfortunately Swagger UI does not support SSE! To test SSE on an endpoint use the curl command shown in the snapshot response and modify the \"accept\" HTTP request-header as described above. **CURL-NOTE**: When use curl use the option -i to see the response headers. If the return status is 401 then you have to reauthorize. Otherwise you do not see whether the token is expired and wondering that there is no response.
4
+ *
5
+ * The version of the OpenAPI document: 0.4.34
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Represents KPIs for an instrument.
14
+ * @export
15
+ * @interface KpiData
16
+ */
17
+ export interface KpiData {
18
+ /**
19
+ * Id for the Marketstate of an Instrument that is listed on a Source. <p> Format: InstrumentId "," ListingVariant "," Source <p>InstrumentId: The InstrumentID in one of the defined formats, see <a href="#model-InstrumentId">InstrumentId</a></p> <p>ListingVariant: Normally the listing variant is only determined by the trading currency, in that case the ListingVariant is named after the Currency (e.g. EUR). But other variant types might be possible!</p> <p>Source: The Source or Exchange. </p>
20
+ * <p> Any MarketstateId is also a valid MarketstateQuery.</bold></p>
21
+ * @type {string}
22
+ * @memberof KpiData
23
+ */
24
+ marketstateId?: string;
25
+ /**
26
+ * ID for one instrument, ie. a stock or an index. This will be the highest ranked available identifier for this instrument from the following list: <p>- ISIN: DE0007100000 <br>- Currency: CURRENCY(EUR/USD) <br>- EUREX-Option: EUREXO(DE000710000000,C,3000,1222) </p>
27
+ * @type {string}
28
+ * @memberof KpiData
29
+ */
30
+ instrumentId?: string;
31
+ /**
32
+ * Source
33
+ * @type {string}
34
+ * @memberof KpiData
35
+ */
36
+ sourceId?: string;
37
+ /**
38
+ * if an instrument is listed eg. in multiple currencies on one exchange then the information in this field is used to discriminate between them.
39
+ * @type {string}
40
+ * @memberof KpiData
41
+ */
42
+ currency?: string;
43
+ /**
44
+ * if an instrument is listed eg. in multiple currencies on one exchange then the information in this field is used to discriminate between them.
45
+ * @type {string}
46
+ * @memberof KpiData
47
+ */
48
+ listingVariant?: string;
49
+ /**
50
+ * KPI Source
51
+ * @type {string}
52
+ * @memberof KpiData
53
+ */
54
+ kpiSourceId?: string;
55
+ /**
56
+ * Dividend yield for the current financial year. It indicates the percentage of the dividend in relation to the share price.
57
+ * @type {number}
58
+ * @memberof KpiData
59
+ */
60
+ divYield?: number;
61
+ /**
62
+ * Average dividend yield over the last five years.
63
+ * @type {number}
64
+ * @memberof KpiData
65
+ */
66
+ divYield5?: number;
67
+ /**
68
+ * Average dividend yield over the last ten years.
69
+ * @type {number}
70
+ * @memberof KpiData
71
+ */
72
+ divYield10?: number;
73
+ /**
74
+ * Dividend yield for the current financial year. It indicates the percentage of the dividend in relation to the share price.
75
+ * @type {number}
76
+ * @memberof KpiData
77
+ */
78
+ divYieldPercentage?: number;
79
+ /**
80
+ * Year-on-year growth in dividend per share.
81
+ * @type {number}
82
+ * @memberof KpiData
83
+ */
84
+ dpsGrowthYoy?: number;
85
+ /**
86
+ * Average annual growth in dividend per share over the last five years.
87
+ * @type {number}
88
+ * @memberof KpiData
89
+ */
90
+ dpsGrowthYoy5?: number;
91
+ /**
92
+ * Average annual growth in dividend per share over the last ten years.
93
+ * @type {number}
94
+ * @memberof KpiData
95
+ */
96
+ dpsGrowthYoy10?: number;
97
+ /**
98
+ * Continuous dividend payment that the company pays or increases constantly over several years.
99
+ * @type {number}
100
+ * @memberof KpiData
101
+ */
102
+ contDivPayment?: number;
103
+ /**
104
+ * Continuous dividend growth, indicates whether the company has consistently increased its dividend over several years.
105
+ * @type {number}
106
+ * @memberof KpiData
107
+ */
108
+ contDivGrowth?: number;
109
+ /**
110
+ * Ratio of the distributed dividend to the company's net profit. It shows how much of the profit is distributed to shareholders.
111
+ * @type {number}
112
+ * @memberof KpiData
113
+ */
114
+ divPayoutRatio?: number;
115
+ /**
116
+ * The market capitalization of a company, in other words, the total value of all shares issued by a company.
117
+ * @type {number}
118
+ * @memberof KpiData
119
+ */
120
+ marketCap?: number;
121
+ /**
122
+ * The price volatility of the share over a period of one months.
123
+ * @type {number}
124
+ * @memberof KpiData
125
+ */
126
+ volatility1?: number;
127
+ /**
128
+ * The price volatility of the share over a period of three months.
129
+ * @type {number}
130
+ * @memberof KpiData
131
+ */
132
+ volatility3?: number;
133
+ /**
134
+ * The average daily trading volume of the share on the main market on which it is traded during one month.
135
+ * @type {number}
136
+ * @memberof KpiData
137
+ */
138
+ avgTradingVolume?: number;
139
+ /**
140
+ * The average daily trading volume of the share on the main market on which it is traded during three month.
141
+ * @type {number}
142
+ * @memberof KpiData
143
+ */
144
+ avgTradingVolume3m?: number;
145
+ /**
146
+ * Ratio of the current share price to earnings per share for the last quarter.
147
+ * @type {number}
148
+ * @memberof KpiData
149
+ */
150
+ priceToEarningsRatio?: number;
151
+ /**
152
+ * The price-earnings-growth ratio, which sets the price-earnings ratio in relation to earnings growth.
153
+ * @type {number}
154
+ * @memberof KpiData
155
+ */
156
+ priceToEarningsGrowthRatio?: number;
157
+ /**
158
+ * Ratio of the current share price to earnings per share for the last quarter.
159
+ * @type {number}
160
+ * @memberof KpiData
161
+ */
162
+ priceToGrowthRatio4?: number;
163
+ /**
164
+ * Ratio of the current share price to the cash flow per share for the last quarter.
165
+ * @type {number}
166
+ * @memberof KpiData
167
+ */
168
+ priceToCashFlowRatio?: number;
169
+ /**
170
+ * Shows how often a company could settle its current liabilities with available cash.
171
+ * @type {number}
172
+ * @memberof KpiData
173
+ */
174
+ cashDebtRatio?: number;
175
+ /**
176
+ * Shows the percentage of sales remaining after deducting variable production costs such as wages and raw materials.
177
+ * @type {number}
178
+ * @memberof KpiData
179
+ */
180
+ operatingMargin?: number;
181
+ /**
182
+ * Year-on-year percentage growth in EBITDA based on the last twelve months.
183
+ * @type {number}
184
+ * @memberof KpiData
185
+ */
186
+ ebitdaGrowth?: number;
187
+ /**
188
+ * Year-on-year percentage growth in earnings per share based on the last twelve months.
189
+ * @type {number}
190
+ * @memberof KpiData
191
+ */
192
+ epsGrowth?: number;
193
+ /**
194
+ * Percentage growth in free cash flow year-on-year, based on the last twelve months.
195
+ * @type {number}
196
+ * @memberof KpiData
197
+ */
198
+ freeCashFlowGrowth?: number;
199
+ /**
200
+ * Year-on-year percentage growth in gross profit based on the last twelve months.
201
+ * @type {number}
202
+ * @memberof KpiData
203
+ */
204
+ grossProfitGrowth?: number;
205
+ /**
206
+ * Year-on-year percentage growth in sales based on the last twelve months.
207
+ * @type {number}
208
+ * @memberof KpiData
209
+ */
210
+ revenueGrowth?: number;
211
+ /**
212
+ * Year-on-year percentage growth in total debt.
213
+ * @type {number}
214
+ * @memberof KpiData
215
+ */
216
+ totalDebtGrowth?: number;
217
+ /**
218
+ * Indicates what percentage of each sales revenue remains as profit before tax.
219
+ * @type {number}
220
+ * @memberof KpiData
221
+ */
222
+ pretaxMargin?: number;
223
+ /**
224
+ * Cash flow ratio, can include various metrics depending on the context (e.g. cash flow from operating activities / current liabilities).
225
+ * @type {number}
226
+ * @memberof KpiData
227
+ */
228
+ cfRatio?: number;
229
+ /**
230
+ * Free cash flow margin, shows the percentage of sales that is converted into free cash flow.
231
+ * @type {number}
232
+ * @memberof KpiData
233
+ */
234
+ fcfMargin?: number;
235
+ /**
236
+ * Return on investment, measures the efficiency with which a company uses its assets to generate profits.
237
+ * @type {number}
238
+ * @memberof KpiData
239
+ */
240
+ roa?: number;
241
+ /**
242
+ * Return on equity, measures how well a company generates returns from its shareholders' equity.
243
+ * @type {number}
244
+ * @memberof KpiData
245
+ */
246
+ roe?: number;
247
+ /**
248
+ * Return on investment, measures the efficiency of a company's investments in capital assets.
249
+ * @type {number}
250
+ * @memberof KpiData
251
+ */
252
+ roic?: number;
253
+ /**
254
+ * Ratio of research and development costs to total revenues, based on the last twelve months.
255
+ * @type {number}
256
+ * @memberof KpiData
257
+ */
258
+ rdRatio?: number;
259
+ /**
260
+ * Ratio of selling and administrative expenses to total income, based on the last twelve months.
261
+ * @type {number}
262
+ * @memberof KpiData
263
+ */
264
+ sgARatio?: number;
265
+ /**
266
+ * Percentage change in the share price over the last three months.
267
+ * @type {number}
268
+ * @memberof KpiData
269
+ */
270
+ stockPricePerformance3m?: number;
271
+ /**
272
+ * Percentage change in the share price over the last six months.
273
+ * @type {number}
274
+ * @memberof KpiData
275
+ */
276
+ stockPricePerformance6m?: number;
277
+ /**
278
+ * Percentage change in the share price over the last year.
279
+ * @type {number}
280
+ * @memberof KpiData
281
+ */
282
+ stockPricePerformance1y?: number;
283
+ /**
284
+ * Percentage change in the share price over the last three years.
285
+ * @type {number}
286
+ * @memberof KpiData
287
+ */
288
+ stockPricePerformance3y?: number;
289
+ /**
290
+ * Percentage change in market capitalization over the last six months.
291
+ * @type {number}
292
+ * @memberof KpiData
293
+ */
294
+ marketCapPerformance6m?: number;
295
+ /**
296
+ * Percentage change in market capitalization over the last year.
297
+ * @type {number}
298
+ * @memberof KpiData
299
+ */
300
+ marketCapPerformance1y?: number;
301
+ /**
302
+ * Percentage change in market capitalization over the last three years.
303
+ * @type {number}
304
+ * @memberof KpiData
305
+ */
306
+ marketCapPerformance3y?: number;
307
+ /**
308
+ *
309
+ * @type {number}
310
+ * @memberof KpiData
311
+ */
312
+ quickRatio?: number;
313
+ /**
314
+ *
315
+ * @type {number}
316
+ * @memberof KpiData
317
+ */
318
+ debtToEquityRatio?: number;
319
+ /**
320
+ *
321
+ * @type {number}
322
+ * @memberof KpiData
323
+ */
324
+ grossProfitMargin?: number;
325
+ /**
326
+ *
327
+ * @type {number}
328
+ * @memberof KpiData
329
+ */
330
+ priceToSalesRatio?: number;
331
+ /**
332
+ *
333
+ * @type {number}
334
+ * @memberof KpiData
335
+ */
336
+ priceToBookRatio?: number;
337
+ /**
338
+ *
339
+ * @type {number}
340
+ * @memberof KpiData
341
+ */
342
+ priceToFreeCashFlowRatio?: number;
343
+ /**
344
+ *
345
+ * @type {number}
346
+ * @memberof KpiData
347
+ */
348
+ priceToCashRatio?: number;
349
+ /**
350
+ *
351
+ * @type {number}
352
+ * @memberof KpiData
353
+ */
354
+ rsi?: number;
355
+ /**
356
+ *
357
+ * @type {number}
358
+ * @memberof KpiData
359
+ */
360
+ stochastic?: number;
361
+ /**
362
+ *
363
+ * @type {number}
364
+ * @memberof KpiData
365
+ */
366
+ commodityChannelIndex?: number;
367
+ /**
368
+ *
369
+ * @type {number}
370
+ * @memberof KpiData
371
+ */
372
+ averageDirectionalIndex?: number;
373
+ /**
374
+ *
375
+ * @type {number}
376
+ * @memberof KpiData
377
+ */
378
+ awesomeOscillator?: number;
379
+ /**
380
+ *
381
+ * @type {number}
382
+ * @memberof KpiData
383
+ */
384
+ momentum?: number;
385
+ /**
386
+ *
387
+ * @type {number}
388
+ * @memberof KpiData
389
+ */
390
+ macd?: number;
391
+ /**
392
+ *
393
+ * @type {number}
394
+ * @memberof KpiData
395
+ */
396
+ stochasticRsi?: number;
397
+ /**
398
+ *
399
+ * @type {number}
400
+ * @memberof KpiData
401
+ */
402
+ williamsPercentRange?: number;
403
+ /**
404
+ *
405
+ * @type {number}
406
+ * @memberof KpiData
407
+ */
408
+ bullsPower?: number;
409
+ /**
410
+ *
411
+ * @type {number}
412
+ * @memberof KpiData
413
+ */
414
+ bearsPower?: number;
415
+ /**
416
+ *
417
+ * @type {number}
418
+ * @memberof KpiData
419
+ */
420
+ ultimateOscillator?: number;
421
+ /**
422
+ *
423
+ * @type {number}
424
+ * @memberof KpiData
425
+ */
426
+ oscillatorAverage?: number;
427
+ }
428
+ /**
429
+ * Check if a given object implements the KpiData interface.
430
+ */
431
+ export declare function instanceOfKpiData(value: object): boolean;
432
+ export declare function KpiDataFromJSON(json: any): KpiData;
433
+ export declare function KpiDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): KpiData;
434
+ export declare function KpiDataToJSON(value?: KpiData | null): any;
435
+ //# sourceMappingURL=KpiData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KpiData.d.ts","sourceRoot":"","sources":["../../../src/models/KpiData.ts"],"names":[],"mappings":"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"}