@ariva-mds/mds 2.61.0 → 2.63.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 (81) hide show
  1. package/lib/cjs/api/MdsConnection.js +21 -9
  2. package/lib/cjs/models/FiscalYearValue.js +52 -0
  3. package/lib/cjs/models/FiscalYearValueAllOf.js +52 -0
  4. package/lib/cjs/models/FwwTimeseriesGet200ResponseInner.js +53 -0
  5. package/lib/cjs/models/FwwTimeseriesGet200ResponseInnerMeta.js +54 -0
  6. package/lib/cjs/models/FwwTimeseriesGet200ResponseInnerTsInnerInner.js +44 -0
  7. package/lib/cjs/models/GeneralInformationInstrumentChangesGet200Response.js +51 -0
  8. package/lib/cjs/models/InstrumentChangeData.js +54 -0
  9. package/lib/cjs/models/InstrumentsGet200Response.js +0 -2
  10. package/lib/cjs/models/KpiData.js +145 -110
  11. package/lib/cjs/models/KpiDataAllOf.js +145 -110
  12. package/lib/cjs/models/MovingAverage.js +53 -0
  13. package/lib/cjs/models/MovingAverageAllOf.js +53 -0
  14. package/lib/cjs/models/OfficialSymbols.js +2 -0
  15. package/lib/cjs/models/Oscillator.js +64 -0
  16. package/lib/cjs/models/OscillatorAllOf.js +64 -0
  17. package/lib/cjs/models/Resolution.js +2 -0
  18. package/lib/cjs/models/WebSocketCommandListMasterdata.js +50 -0
  19. package/lib/cjs/models/WebSocketRequest.js +3 -0
  20. package/lib/cjs/models/index.js +12 -1
  21. package/lib/esm/api/MdsConnection.js +22 -10
  22. package/lib/esm/models/FiscalYearValue.js +45 -0
  23. package/lib/esm/models/FiscalYearValueAllOf.js +45 -0
  24. package/lib/esm/models/FwwTimeseriesGet200ResponseInner.js +46 -0
  25. package/lib/esm/models/FwwTimeseriesGet200ResponseInnerMeta.js +47 -0
  26. package/lib/esm/models/FwwTimeseriesGet200ResponseInnerTsInnerInner.js +38 -0
  27. package/lib/esm/models/GeneralInformationInstrumentChangesGet200Response.js +44 -0
  28. package/lib/esm/models/InstrumentChangeData.js +47 -0
  29. package/lib/esm/models/InstrumentsGet200Response.js +0 -2
  30. package/lib/esm/models/KpiData.js +145 -110
  31. package/lib/esm/models/KpiDataAllOf.js +145 -110
  32. package/lib/esm/models/MovingAverage.js +46 -0
  33. package/lib/esm/models/MovingAverageAllOf.js +46 -0
  34. package/lib/esm/models/OfficialSymbols.js +2 -0
  35. package/lib/esm/models/Oscillator.js +57 -0
  36. package/lib/esm/models/OscillatorAllOf.js +57 -0
  37. package/lib/esm/models/Resolution.js +2 -0
  38. package/lib/esm/models/WebSocketCommandListMasterdata.js +43 -0
  39. package/lib/esm/models/WebSocketRequest.js +3 -0
  40. package/lib/esm/models/index.js +12 -1
  41. package/lib/types/api/MdsConnection.d.ts +10 -5
  42. package/lib/types/api/MdsConnection.d.ts.map +1 -1
  43. package/lib/types/models/FiscalYearValue.d.ts +38 -0
  44. package/lib/types/models/FiscalYearValue.d.ts.map +1 -0
  45. package/lib/types/models/FiscalYearValueAllOf.d.ts +38 -0
  46. package/lib/types/models/FiscalYearValueAllOf.d.ts.map +1 -0
  47. package/lib/types/models/FwwTimeseriesGet200ResponseInner.d.ts +40 -0
  48. package/lib/types/models/FwwTimeseriesGet200ResponseInner.d.ts.map +1 -0
  49. package/lib/types/models/FwwTimeseriesGet200ResponseInnerMeta.d.ts +44 -0
  50. package/lib/types/models/FwwTimeseriesGet200ResponseInnerMeta.d.ts.map +1 -0
  51. package/lib/types/models/FwwTimeseriesGet200ResponseInnerTsInnerInner.d.ts +21 -0
  52. package/lib/types/models/FwwTimeseriesGet200ResponseInnerTsInnerInner.d.ts.map +1 -0
  53. package/lib/types/models/GeneralInformationInstrumentChangesGet200Response.d.ts +33 -0
  54. package/lib/types/models/GeneralInformationInstrumentChangesGet200Response.d.ts.map +1 -0
  55. package/lib/types/models/InstrumentChangeData.d.ts +44 -0
  56. package/lib/types/models/InstrumentChangeData.d.ts.map +1 -0
  57. package/lib/types/models/InstrumentsGet200Response.d.ts +0 -6
  58. package/lib/types/models/InstrumentsGet200Response.d.ts.map +1 -1
  59. package/lib/types/models/KpiData.d.ts +224 -125
  60. package/lib/types/models/KpiData.d.ts.map +1 -1
  61. package/lib/types/models/KpiDataAllOf.d.ts +224 -125
  62. package/lib/types/models/KpiDataAllOf.d.ts.map +1 -1
  63. package/lib/types/models/MovingAverage.d.ts +39 -0
  64. package/lib/types/models/MovingAverage.d.ts.map +1 -0
  65. package/lib/types/models/MovingAverageAllOf.d.ts +39 -0
  66. package/lib/types/models/MovingAverageAllOf.d.ts.map +1 -0
  67. package/lib/types/models/OfficialSymbols.d.ts +6 -0
  68. package/lib/types/models/OfficialSymbols.d.ts.map +1 -1
  69. package/lib/types/models/Oscillator.d.ts +51 -0
  70. package/lib/types/models/Oscillator.d.ts.map +1 -0
  71. package/lib/types/models/OscillatorAllOf.d.ts +51 -0
  72. package/lib/types/models/OscillatorAllOf.d.ts.map +1 -0
  73. package/lib/types/models/Resolution.d.ts +2 -0
  74. package/lib/types/models/Resolution.d.ts.map +1 -1
  75. package/lib/types/models/WebSocketCommandListMasterdata.d.ts +32 -0
  76. package/lib/types/models/WebSocketCommandListMasterdata.d.ts.map +1 -0
  77. package/lib/types/models/WebSocketRequest.d.ts +7 -0
  78. package/lib/types/models/WebSocketRequest.d.ts.map +1 -1
  79. package/lib/types/models/index.d.ts +12 -1
  80. package/lib/types/models/index.d.ts.map +1 -1
  81. package/package.json +1 -1
@@ -9,6 +9,9 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { FiscalYearValue } from './FiscalYearValue';
13
+ import type { MovingAverage } from './MovingAverage';
14
+ import type { Oscillator } from './Oscillator';
12
15
  /**
13
16
  * Represents KPIs for an instrument.
14
17
  * @export
@@ -63,55 +66,49 @@ export interface KpiData {
63
66
  * @type {number}
64
67
  * @memberof KpiData
65
68
  */
66
- divYield5?: number;
69
+ divYield5Y?: number;
67
70
  /**
68
71
  * Average dividend yield over the last ten years.
69
72
  * @type {number}
70
73
  * @memberof KpiData
71
74
  */
72
- divYield10?: number;
75
+ divYield10Y?: number;
73
76
  /**
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}
77
+ *
78
+ * @type {FiscalYearValue}
82
79
  * @memberof KpiData
83
80
  */
84
- dpsGrowthYoy?: number;
81
+ dpsGrowth?: FiscalYearValue;
85
82
  /**
86
- * Average annual growth in dividend per share over the last five years.
87
- * @type {number}
83
+ *
84
+ * @type {FiscalYearValue}
88
85
  * @memberof KpiData
89
86
  */
90
- dpsGrowthYoy5?: number;
87
+ dpsGrowth5Y?: FiscalYearValue;
91
88
  /**
92
- * Average annual growth in dividend per share over the last ten years.
93
- * @type {number}
89
+ *
90
+ * @type {FiscalYearValue}
94
91
  * @memberof KpiData
95
92
  */
96
- dpsGrowthYoy10?: number;
93
+ dpsGrowth10Y?: FiscalYearValue;
97
94
  /**
98
- * Continuous dividend payment that the company pays or increases constantly over several years.
99
- * @type {number}
95
+ *
96
+ * @type {FiscalYearValue}
100
97
  * @memberof KpiData
101
98
  */
102
- contDivPayment?: number;
99
+ contDivPayment?: FiscalYearValue;
103
100
  /**
104
- * Continuous dividend growth, indicates whether the company has consistently increased its dividend over several years.
105
- * @type {number}
101
+ *
102
+ * @type {FiscalYearValue}
106
103
  * @memberof KpiData
107
104
  */
108
- contDivGrowth?: number;
105
+ contDivGrowth?: FiscalYearValue;
109
106
  /**
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}
107
+ *
108
+ * @type {FiscalYearValue}
112
109
  * @memberof KpiData
113
110
  */
114
- divPayoutRatio?: number;
111
+ divPayoutRatio?: FiscalYearValue;
115
112
  /**
116
113
  * The market capitalization of a company, in other words, the total value of all shares issued by a company.
117
114
  * @type {number}
@@ -123,247 +120,247 @@ export interface KpiData {
123
120
  * @type {number}
124
121
  * @memberof KpiData
125
122
  */
126
- volatility1?: number;
123
+ volatility1MO?: number;
127
124
  /**
128
125
  * The price volatility of the share over a period of three months.
129
126
  * @type {number}
130
127
  * @memberof KpiData
131
128
  */
132
- volatility3?: number;
129
+ volatility3MO?: number;
133
130
  /**
134
- * The average daily trading volume of the share on the main market on which it is traded during one month.
131
+ * The price volatility of the share over a period of one year.
135
132
  * @type {number}
136
133
  * @memberof KpiData
137
134
  */
138
- avgTradingVolume?: number;
135
+ volatility1Y?: number;
139
136
  /**
140
- * The average daily trading volume of the share on the main market on which it is traded during three month.
137
+ * The average daily trading volume of the share on the main market on which it is traded during one month.
141
138
  * @type {number}
142
139
  * @memberof KpiData
143
140
  */
144
- avgTradingVolume3m?: number;
141
+ avgTradingVolume1MO?: number;
145
142
  /**
146
- * Ratio of the current share price to earnings per share for the last quarter.
143
+ * The average daily trading volume of the share on the main market on which it is traded during three month.
147
144
  * @type {number}
148
145
  * @memberof KpiData
149
146
  */
150
- priceToEarningsRatio?: number;
147
+ avgTradingVolume3MO?: number;
151
148
  /**
152
- * The price-earnings-growth ratio, which sets the price-earnings ratio in relation to earnings growth.
153
- * @type {number}
149
+ *
150
+ * @type {FiscalYearValue}
154
151
  * @memberof KpiData
155
152
  */
156
- priceToEarningsGrowthRatio?: number;
153
+ priceToEarningsRatio?: FiscalYearValue;
157
154
  /**
158
- * Ratio of the current share price to earnings per share for the last quarter.
159
- * @type {number}
155
+ *
156
+ * @type {FiscalYearValue}
160
157
  * @memberof KpiData
161
158
  */
162
- priceToGrowthRatio4?: number;
159
+ priceToEarningsGrowthRatio?: FiscalYearValue;
163
160
  /**
164
- * Ratio of the current share price to the cash flow per share for the last quarter.
165
- * @type {number}
161
+ *
162
+ * @type {FiscalYearValue}
166
163
  * @memberof KpiData
167
164
  */
168
- priceToCashFlowRatio?: number;
165
+ priceToCashFlowRatio?: FiscalYearValue;
169
166
  /**
170
- * Shows how often a company could settle its current liabilities with available cash.
171
- * @type {number}
167
+ *
168
+ * @type {FiscalYearValue}
172
169
  * @memberof KpiData
173
170
  */
174
- cashDebtRatio?: number;
171
+ cashDebtRatio?: FiscalYearValue;
175
172
  /**
176
- * Shows the percentage of sales remaining after deducting variable production costs such as wages and raw materials.
177
- * @type {number}
173
+ *
174
+ * @type {FiscalYearValue}
178
175
  * @memberof KpiData
179
176
  */
180
- operatingMargin?: number;
177
+ operatingMargin?: FiscalYearValue;
181
178
  /**
182
- * Year-on-year percentage growth in EBITDA based on the last twelve months.
183
- * @type {number}
179
+ *
180
+ * @type {FiscalYearValue}
184
181
  * @memberof KpiData
185
182
  */
186
- ebitdaGrowth?: number;
183
+ ebitdaGrowth?: FiscalYearValue;
187
184
  /**
188
- * Year-on-year percentage growth in earnings per share based on the last twelve months.
189
- * @type {number}
185
+ *
186
+ * @type {FiscalYearValue}
190
187
  * @memberof KpiData
191
188
  */
192
- epsGrowth?: number;
189
+ epsGrowth?: FiscalYearValue;
193
190
  /**
194
- * Percentage growth in free cash flow year-on-year, based on the last twelve months.
195
- * @type {number}
191
+ *
192
+ * @type {FiscalYearValue}
196
193
  * @memberof KpiData
197
194
  */
198
- freeCashFlowGrowth?: number;
195
+ freeCashFlowGrowth?: FiscalYearValue;
199
196
  /**
200
- * Year-on-year percentage growth in gross profit based on the last twelve months.
201
- * @type {number}
197
+ *
198
+ * @type {FiscalYearValue}
202
199
  * @memberof KpiData
203
200
  */
204
- grossProfitGrowth?: number;
201
+ grossProfitGrowth?: FiscalYearValue;
205
202
  /**
206
- * Year-on-year percentage growth in sales based on the last twelve months.
207
- * @type {number}
203
+ *
204
+ * @type {FiscalYearValue}
208
205
  * @memberof KpiData
209
206
  */
210
- revenueGrowth?: number;
207
+ revenueGrowth?: FiscalYearValue;
211
208
  /**
212
- * Year-on-year percentage growth in total debt.
213
- * @type {number}
209
+ *
210
+ * @type {FiscalYearValue}
214
211
  * @memberof KpiData
215
212
  */
216
- totalDebtGrowth?: number;
213
+ totalDebtGrowth?: FiscalYearValue;
217
214
  /**
218
- * Indicates what percentage of each sales revenue remains as profit before tax.
219
- * @type {number}
215
+ *
216
+ * @type {FiscalYearValue}
220
217
  * @memberof KpiData
221
218
  */
222
- pretaxMargin?: number;
219
+ pretaxMargin?: FiscalYearValue;
223
220
  /**
224
- * Cash flow ratio, can include various metrics depending on the context (e.g. cash flow from operating activities / current liabilities).
225
- * @type {number}
221
+ *
222
+ * @type {FiscalYearValue}
226
223
  * @memberof KpiData
227
224
  */
228
- cfRatio?: number;
225
+ cfRatio?: FiscalYearValue;
229
226
  /**
230
- * Free cash flow margin, shows the percentage of sales that is converted into free cash flow.
231
- * @type {number}
227
+ *
228
+ * @type {FiscalYearValue}
232
229
  * @memberof KpiData
233
230
  */
234
- fcfMargin?: number;
231
+ fcfMargin?: FiscalYearValue;
235
232
  /**
236
- * Return on investment, measures the efficiency with which a company uses its assets to generate profits.
237
- * @type {number}
233
+ *
234
+ * @type {FiscalYearValue}
238
235
  * @memberof KpiData
239
236
  */
240
- roa?: number;
237
+ roa?: FiscalYearValue;
241
238
  /**
242
- * Return on equity, measures how well a company generates returns from its shareholders' equity.
243
- * @type {number}
239
+ *
240
+ * @type {FiscalYearValue}
244
241
  * @memberof KpiData
245
242
  */
246
- roe?: number;
243
+ roe?: FiscalYearValue;
247
244
  /**
248
- * Return on investment, measures the efficiency of a company's investments in capital assets.
249
- * @type {number}
245
+ *
246
+ * @type {FiscalYearValue}
250
247
  * @memberof KpiData
251
248
  */
252
- roic?: number;
249
+ roic?: FiscalYearValue;
253
250
  /**
254
- * Ratio of research and development costs to total revenues, based on the last twelve months.
255
- * @type {number}
251
+ *
252
+ * @type {FiscalYearValue}
256
253
  * @memberof KpiData
257
254
  */
258
- rdRatio?: number;
255
+ rdRatio?: FiscalYearValue;
259
256
  /**
260
- * Ratio of selling and administrative expenses to total income, based on the last twelve months.
261
- * @type {number}
257
+ *
258
+ * @type {FiscalYearValue}
262
259
  * @memberof KpiData
263
260
  */
264
- sgARatio?: number;
261
+ sgARatio?: FiscalYearValue;
265
262
  /**
266
263
  * Percentage change in the share price over the last three months.
267
264
  * @type {number}
268
265
  * @memberof KpiData
269
266
  */
270
- stockPricePerformance3m?: number;
267
+ stockPricePerformance3MO?: number;
271
268
  /**
272
269
  * Percentage change in the share price over the last six months.
273
270
  * @type {number}
274
271
  * @memberof KpiData
275
272
  */
276
- stockPricePerformance6m?: number;
273
+ stockPricePerformance6MO?: number;
277
274
  /**
278
275
  * Percentage change in the share price over the last year.
279
276
  * @type {number}
280
277
  * @memberof KpiData
281
278
  */
282
- stockPricePerformance1y?: number;
279
+ stockPricePerformance1Y?: number;
283
280
  /**
284
281
  * Percentage change in the share price over the last three years.
285
282
  * @type {number}
286
283
  * @memberof KpiData
287
284
  */
288
- stockPricePerformance3y?: number;
285
+ stockPricePerformance3Y?: number;
289
286
  /**
290
287
  * Percentage change in market capitalization over the last six months.
291
288
  * @type {number}
292
289
  * @memberof KpiData
293
290
  */
294
- marketCapPerformance6m?: number;
291
+ marketCapPerformance6MO?: number;
295
292
  /**
296
293
  * Percentage change in market capitalization over the last year.
297
294
  * @type {number}
298
295
  * @memberof KpiData
299
296
  */
300
- marketCapPerformance1y?: number;
297
+ marketCapPerformance1Y?: number;
301
298
  /**
302
299
  * Percentage change in market capitalization over the last three years.
303
300
  * @type {number}
304
301
  * @memberof KpiData
305
302
  */
306
- marketCapPerformance3y?: number;
303
+ marketCapPerformance3Y?: number;
307
304
  /**
308
305
  *
309
- * @type {number}
306
+ * @type {FiscalYearValue}
310
307
  * @memberof KpiData
311
308
  */
312
- quickRatio?: number;
309
+ quickRatio?: FiscalYearValue;
313
310
  /**
314
311
  *
315
- * @type {number}
312
+ * @type {FiscalYearValue}
316
313
  * @memberof KpiData
317
314
  */
318
- debtToEquityRatio?: number;
315
+ debtToEquityRatio?: FiscalYearValue;
319
316
  /**
320
317
  *
321
- * @type {number}
318
+ * @type {FiscalYearValue}
322
319
  * @memberof KpiData
323
320
  */
324
- grossProfitMargin?: number;
321
+ grossProfitMargin?: FiscalYearValue;
325
322
  /**
326
323
  *
327
- * @type {number}
324
+ * @type {FiscalYearValue}
328
325
  * @memberof KpiData
329
326
  */
330
- priceToSalesRatio?: number;
327
+ priceToSalesRatio?: FiscalYearValue;
331
328
  /**
332
329
  *
333
- * @type {number}
330
+ * @type {FiscalYearValue}
334
331
  * @memberof KpiData
335
332
  */
336
- priceToBookRatio?: number;
333
+ priceToBookRatio?: FiscalYearValue;
337
334
  /**
338
335
  *
339
- * @type {number}
336
+ * @type {FiscalYearValue}
340
337
  * @memberof KpiData
341
338
  */
342
- priceToFreeCashFlowRatio?: number;
339
+ priceToFreeCashFlowRatio?: FiscalYearValue;
343
340
  /**
344
341
  *
345
- * @type {number}
342
+ * @type {FiscalYearValue}
346
343
  * @memberof KpiData
347
344
  */
348
- priceToCashRatio?: number;
345
+ priceToCashRatio?: FiscalYearValue;
349
346
  /**
350
347
  *
351
- * @type {number}
348
+ * @type {Oscillator}
352
349
  * @memberof KpiData
353
350
  */
354
- rsi?: number;
351
+ rsi?: Oscillator;
355
352
  /**
356
353
  *
357
- * @type {number}
354
+ * @type {Oscillator}
358
355
  * @memberof KpiData
359
356
  */
360
- stochastic?: number;
357
+ stochastic?: Oscillator;
361
358
  /**
362
359
  *
363
- * @type {number}
360
+ * @type {Oscillator}
364
361
  * @memberof KpiData
365
362
  */
366
- commodityChannelIndex?: number;
363
+ commodityChannelIndex?: Oscillator;
367
364
  /**
368
365
  *
369
366
  * @type {number}
@@ -384,22 +381,28 @@ export interface KpiData {
384
381
  momentum?: number;
385
382
  /**
386
383
  *
387
- * @type {number}
384
+ * @type {Oscillator}
388
385
  * @memberof KpiData
389
386
  */
390
- macd?: number;
387
+ macd?: Oscillator;
391
388
  /**
392
389
  *
393
390
  * @type {number}
394
391
  * @memberof KpiData
395
392
  */
396
- stochasticRsi?: number;
393
+ macdSignal?: number;
397
394
  /**
398
395
  *
399
- * @type {number}
396
+ * @type {Oscillator}
400
397
  * @memberof KpiData
401
398
  */
402
- williamsPercentRange?: number;
399
+ stochasticRsi?: Oscillator;
400
+ /**
401
+ *
402
+ * @type {Oscillator}
403
+ * @memberof KpiData
404
+ */
405
+ williamsPercentRange?: Oscillator;
403
406
  /**
404
407
  *
405
408
  * @type {number}
@@ -412,18 +415,114 @@ export interface KpiData {
412
415
  * @memberof KpiData
413
416
  */
414
417
  bearsPower?: number;
418
+ /**
419
+ *
420
+ * @type {Oscillator}
421
+ * @memberof KpiData
422
+ */
423
+ bullsBearsPower?: Oscillator;
424
+ /**
425
+ *
426
+ * @type {Oscillator}
427
+ * @memberof KpiData
428
+ */
429
+ ultimateOscillator?: Oscillator;
430
+ /**
431
+ *
432
+ * @type {Oscillator}
433
+ * @memberof KpiData
434
+ */
435
+ oscillatorAverage?: Oscillator;
436
+ /**
437
+ *
438
+ * @type {MovingAverage}
439
+ * @memberof KpiData
440
+ */
441
+ ma5?: MovingAverage;
442
+ /**
443
+ *
444
+ * @type {MovingAverage}
445
+ * @memberof KpiData
446
+ */
447
+ ma10?: MovingAverage;
448
+ /**
449
+ *
450
+ * @type {MovingAverage}
451
+ * @memberof KpiData
452
+ */
453
+ ma20?: MovingAverage;
454
+ /**
455
+ *
456
+ * @type {MovingAverage}
457
+ * @memberof KpiData
458
+ */
459
+ ma50?: MovingAverage;
460
+ /**
461
+ *
462
+ * @type {MovingAverage}
463
+ * @memberof KpiData
464
+ */
465
+ ma100?: MovingAverage;
466
+ /**
467
+ *
468
+ * @type {MovingAverage}
469
+ * @memberof KpiData
470
+ */
471
+ ma200?: MovingAverage;
472
+ /**
473
+ *
474
+ * @type {Oscillator}
475
+ * @memberof KpiData
476
+ */
477
+ tripleMovingAverageCrossover?: Oscillator;
478
+ /**
479
+ *
480
+ * @type {Oscillator}
481
+ * @memberof KpiData
482
+ */
483
+ longTermMovingAverageCrossover?: Oscillator;
484
+ /**
485
+ *
486
+ * @type {Oscillator}
487
+ * @memberof KpiData
488
+ */
489
+ allMovingAveragesRating?: Oscillator;
415
490
  /**
416
491
  *
417
492
  * @type {number}
418
493
  * @memberof KpiData
419
494
  */
420
- ultimateOscillator?: number;
495
+ tenkanSen?: number;
421
496
  /**
422
497
  *
423
498
  * @type {number}
424
499
  * @memberof KpiData
425
500
  */
426
- oscillatorAverage?: number;
501
+ kijunSen?: number;
502
+ /**
503
+ *
504
+ * @type {number}
505
+ * @memberof KpiData
506
+ */
507
+ senkouSpanA?: number;
508
+ /**
509
+ *
510
+ * @type {number}
511
+ * @memberof KpiData
512
+ */
513
+ senkouSpanB?: number;
514
+ /**
515
+ *
516
+ * @type {number}
517
+ * @memberof KpiData
518
+ */
519
+ chikouSpan?: number;
520
+ /**
521
+ *
522
+ * @type {Oscillator}
523
+ * @memberof KpiData
524
+ */
525
+ ichimokuInterpretation?: Oscillator;
427
526
  }
428
527
  /**
429
528
  * Check if a given object implements the KpiData interface.
@@ -1 +1 @@
1
- {"version":3,"file":"KpiData.d.ts","sourceRoot":"","sources":["../../../src/models/KpiData.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"KpiData.d.ts","sourceRoot":"","sources":["../../../src/models/KpiData.ts"],"names":[],"mappings":"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"}