@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
@@ -27,6 +27,7 @@ import { WebSocketCommandListBidAskHistoryFromJSON, WebSocketCommandListBidAskHi
27
27
  import { WebSocketCommandListChartsFromJSON, WebSocketCommandListChartsToJSON, } from './WebSocketCommandListCharts';
28
28
  import { WebSocketCommandListInstrumentListingsFromJSON, WebSocketCommandListInstrumentListingsToJSON, } from './WebSocketCommandListInstrumentListings';
29
29
  import { WebSocketCommandListMarketstatesFromJSON, WebSocketCommandListMarketstatesToJSON, } from './WebSocketCommandListMarketstates';
30
+ import { WebSocketCommandListMasterdataFromJSON, WebSocketCommandListMasterdataToJSON, } from './WebSocketCommandListMasterdata';
30
31
  import { WebSocketCommandListPerformanceFromJSON, WebSocketCommandListPerformanceToJSON, } from './WebSocketCommandListPerformance';
31
32
  import { WebSocketCommandListTickHistoryFromJSON, WebSocketCommandListTickHistoryToJSON, } from './WebSocketCommandListTickHistory';
32
33
  import { WebSocketCommandListTimeseriesFromJSON, WebSocketCommandListTimeseriesToJSON, } from './WebSocketCommandListTimeseries';
@@ -69,6 +70,7 @@ export function WebSocketRequestFromJSONTyped(json, ignoreDiscriminator) {
69
70
  'listCharts': !exists(json, 'listCharts') ? undefined : WebSocketCommandListChartsFromJSON(json['listCharts']),
70
71
  'listTickHistory': !exists(json, 'listTickHistory') ? undefined : WebSocketCommandListTickHistoryFromJSON(json['listTickHistory']),
71
72
  'listMarketstates': !exists(json, 'listMarketstates') ? undefined : WebSocketCommandListMarketstatesFromJSON(json['listMarketstates']),
73
+ 'listMasterdata': !exists(json, 'listMasterdata') ? undefined : WebSocketCommandListMasterdataFromJSON(json['listMasterdata']),
72
74
  'subscribeTimeseries': !exists(json, 'subscribeTimeseries') ? undefined : WebSocketCommandSubscribeTimeseriesFromJSON(json['subscribeTimeseries']),
73
75
  'subscribeTimeseriesBidAsk': !exists(json, 'subscribeTimeseriesBidAsk') ? undefined : WebSocketCommandSubscribeTimeseriesBidAskFromJSON(json['subscribeTimeseriesBidAsk']),
74
76
  'getInstrumentMasterdata': !exists(json, 'getInstrumentMasterdata') ? undefined : WebSocketCommandGetInstrumentMasterdataFromJSON(json['getInstrumentMasterdata']),
@@ -108,6 +110,7 @@ export function WebSocketRequestToJSON(value) {
108
110
  'listCharts': WebSocketCommandListChartsToJSON(value.listCharts),
109
111
  'listTickHistory': WebSocketCommandListTickHistoryToJSON(value.listTickHistory),
110
112
  'listMarketstates': WebSocketCommandListMarketstatesToJSON(value.listMarketstates),
113
+ 'listMasterdata': WebSocketCommandListMasterdataToJSON(value.listMasterdata),
111
114
  'subscribeTimeseries': WebSocketCommandSubscribeTimeseriesToJSON(value.subscribeTimeseries),
112
115
  'subscribeTimeseriesBidAsk': WebSocketCommandSubscribeTimeseriesBidAskToJSON(value.subscribeTimeseriesBidAsk),
113
116
  'getInstrumentMasterdata': WebSocketCommandGetInstrumentMasterdataToJSON(value.getInstrumentMasterdata),
@@ -61,10 +61,16 @@ export * from './FeedsFwwFundsInitialLoadGet200Response';
61
61
  export * from './FeedsListingsSourceIdInitialLoadGet200Response';
62
62
  export * from './FeedsMarketstatesSourceIdInitialLoadGet200Response';
63
63
  export * from './FeedsMasterdataInitialLoadGet200Response';
64
+ export * from './FiscalYearValue';
65
+ export * from './FiscalYearValueAllOf';
66
+ export * from './FwwTimeseriesGet200ResponseInner';
67
+ export * from './FwwTimeseriesGet200ResponseInnerMeta';
68
+ export * from './FwwTimeseriesGet200ResponseInnerTsInnerInner';
69
+ export * from './GeneralInformationInstrumentChangesGet200Response';
64
70
  export * from './IdFieldsInstrument';
65
71
  export * from './IdFieldsListing';
72
+ export * from './InstrumentChangeData';
66
73
  export * from './InstrumentsGet200Response';
67
- export * from './InstrumentsGet200Response1';
68
74
  export * from './InstrumentsInstrumentIdAfuCompanyGet200Response';
69
75
  export * from './InstrumentsInstrumentIdFwwFundsGet200Response';
70
76
  export * from './InstrumentsInstrumentIdListingsGet200Response';
@@ -106,12 +112,16 @@ export * from './MasterdataEntryFromSourceAllOf';
106
112
  export * from './MasterdataMergedSummaryWithId';
107
113
  export * from './MasterdataMergedSummaryWithIdAllOf';
108
114
  export * from './MasterdataSummaryWithId';
115
+ export * from './MovingAverage';
116
+ export * from './MovingAverageAllOf';
109
117
  export * from './OfficialSymbols';
110
118
  export * from './OfficialSymbolsCrypto';
111
119
  export * from './OfficialSymbolsCurrency';
112
120
  export * from './OfficialSymbolsEurexFuture';
113
121
  export * from './OfficialSymbolsEurexOption';
114
122
  export * from './OrderBookVariant';
123
+ export * from './Oscillator';
124
+ export * from './OscillatorAllOf';
115
125
  export * from './Performance';
116
126
  export * from './PerformanceData';
117
127
  export * from './PerformanceDataAllOf';
@@ -169,6 +179,7 @@ export * from './WebSocketCommandListBidAskHistory';
169
179
  export * from './WebSocketCommandListCharts';
170
180
  export * from './WebSocketCommandListInstrumentListings';
171
181
  export * from './WebSocketCommandListMarketstates';
182
+ export * from './WebSocketCommandListMasterdata';
172
183
  export * from './WebSocketCommandListPerformance';
173
184
  export * from './WebSocketCommandListTickHistory';
174
185
  export * from './WebSocketCommandListTimeseries';
@@ -1,14 +1,15 @@
1
1
  import { MdsAuthdata } from './MdsAuthdata';
2
+ import { RunningRequest } from './RunningRequest';
2
3
  import { MdsOptions } from './MdsOptions';
3
4
  import { Observable } from 'rxjs';
4
5
  import { MarketstateUpdate } from './MarketstateUpdate';
5
- import { AfuCompanyProfile, BidAskHistoryData, ListingdataWithIdAndQuality, MarketdepthWithId, MarketstateResponseSearch, MasterdataMergedSummaryWithId, OrderBookVariant, PerformanceDataForTimeRange, Quality, Resolution, Sourcedata, TickHistoryData, TimeRange, TimeseriesBidAskData, TimeseriesData, TradetickerEvent, Tradingtime, TradingtimeInfoReply, WebSocketMessage } from '../models';
6
+ import { AfuCompanyProfile, BidAskHistoryData, ListingdataWithIdAndQuality, MarketdepthWithId, MarketstateResponseSearch, MasterdataMergedSummaryWithId, OrderBookVariant, PerformanceDataForTimeRange, Quality, Resolution, Sourcedata, TickHistoryData, TimeRange, TimeseriesBidAskData, TimeseriesData, TopflopList, TradetickerEvent, Tradingtime, TradingtimeInfoReply, WebSocketMessage } from '../models';
6
7
  export declare class MdsConnection {
8
+ protected waitingForReconnect: RunningRequest[];
7
9
  private readonly websocket;
8
10
  private readonly authdataCallback;
9
11
  private readonly state;
10
12
  private waitingForAuthentification;
11
- private waitingForReconnect;
12
13
  private nextGeneratedRequestId;
13
14
  private readonly runningRequests;
14
15
  private readonly isDebug;
@@ -36,7 +37,7 @@ export declare class MdsConnection {
36
37
  private sourceCache;
37
38
  source(sourceId: string): Promise<Sourcedata>;
38
39
  /**
39
- * gets the tradingtime for a source
40
+ * gets the trading time for a source
40
41
  * */
41
42
  private tradingtimeCache;
42
43
  tradingtime(sourceId: string): Promise<Tradingtime>;
@@ -79,11 +80,11 @@ export declare class MdsConnection {
79
80
  */
80
81
  marketstateSnapshot(marketstateQueries: string[], quality?: Quality): Observable<MarketstateResponseSearch>;
81
82
  /**
82
- * create a Marketstate observable that can be subscribed to, contains only delta for every marketstate
83
+ * create a market state observable that can be subscribed to, contains only delta for every marketstate
83
84
  */
84
85
  marketstateUpdates(marketstateQueries: string[], quality?: Quality): Observable<MarketstateResponseSearch>;
85
86
  /**
86
- * create a Marketstate observable that can be subscribed to, contains only full state for every marketstate
87
+ * create a market state observable that can be subscribed to, contains only full state for every marketstate
87
88
  */
88
89
  marketstatesStates(marketstateQueries: string[], quality?: Quality): Observable<MarketstateResponseSearch | undefined>;
89
90
  /**
@@ -115,6 +116,10 @@ export declare class MdsConnection {
115
116
  * Returns the Open-High-Low-Close Timeseries for the specified Instrument on the Source.
116
117
  * */
117
118
  timeseriesBidAskSnapshot(marketstateId: string, resolution: Resolution, start?: Date | string, end?: Date | string, quality?: Quality): Observable<TimeseriesBidAskData>;
119
+ /**
120
+ * Returns the Orderbook for the specified Marketstate.
121
+ * */
122
+ topflop(listId: string, sourcePriorities: string[], quality: Quality, topSize?: number, flopSize?: number): Observable<TopflopList>;
118
123
  private updateExistingMarketstateWithDeltaUpdate;
119
124
  private sendAsSoonAsAuthenticationPermits;
120
125
  private stayAuthenticated;
@@ -1 +1 @@
1
- {"version":3,"file":"MdsConnection.d.ts","sourceRoot":"","sources":["../../../src/api/MdsConnection.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"MdsConnection.d.ts","sourceRoot":"","sources":["../../../src/api/MdsConnection.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,38 @@
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
+ * Value with fiscal year.
14
+ * @export
15
+ * @interface FiscalYearValue
16
+ */
17
+ export interface FiscalYearValue {
18
+ /**
19
+ * The value
20
+ * @type {number}
21
+ * @memberof FiscalYearValue
22
+ */
23
+ value?: number;
24
+ /**
25
+ * The fiscal year
26
+ * @type {number}
27
+ * @memberof FiscalYearValue
28
+ */
29
+ fiscalYear?: number;
30
+ }
31
+ /**
32
+ * Check if a given object implements the FiscalYearValue interface.
33
+ */
34
+ export declare function instanceOfFiscalYearValue(value: object): boolean;
35
+ export declare function FiscalYearValueFromJSON(json: any): FiscalYearValue;
36
+ export declare function FiscalYearValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): FiscalYearValue;
37
+ export declare function FiscalYearValueToJSON(value?: FiscalYearValue | null): any;
38
+ //# sourceMappingURL=FiscalYearValue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FiscalYearValue.d.ts","sourceRoot":"","sources":["../../../src/models/FiscalYearValue.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAIhE;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAElE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,eAAe,CASrG;AAED,wBAAgB,qBAAqB,CAAC,KAAK,CAAC,EAAE,eAAe,GAAG,IAAI,GAAG,GAAG,CAYzE"}
@@ -0,0 +1,38 @@
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
+ *
14
+ * @export
15
+ * @interface FiscalYearValueAllOf
16
+ */
17
+ export interface FiscalYearValueAllOf {
18
+ /**
19
+ * The value
20
+ * @type {number}
21
+ * @memberof FiscalYearValueAllOf
22
+ */
23
+ value?: number;
24
+ /**
25
+ * The fiscal year
26
+ * @type {number}
27
+ * @memberof FiscalYearValueAllOf
28
+ */
29
+ fiscalYear?: number;
30
+ }
31
+ /**
32
+ * Check if a given object implements the FiscalYearValueAllOf interface.
33
+ */
34
+ export declare function instanceOfFiscalYearValueAllOf(value: object): boolean;
35
+ export declare function FiscalYearValueAllOfFromJSON(json: any): FiscalYearValueAllOf;
36
+ export declare function FiscalYearValueAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): FiscalYearValueAllOf;
37
+ export declare function FiscalYearValueAllOfToJSON(value?: FiscalYearValueAllOf | null): any;
38
+ //# sourceMappingURL=FiscalYearValueAllOf.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FiscalYearValueAllOf.d.ts","sourceRoot":"","sources":["../../../src/models/FiscalYearValueAllOf.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAIrE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAS/G;AAED,wBAAgB,0BAA0B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,GAAG,GAAG,CAYnF"}
@@ -0,0 +1,40 @@
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
+ import type { FwwTimeseriesGet200ResponseInnerMeta } from './FwwTimeseriesGet200ResponseInnerMeta';
13
+ import type { FwwTimeseriesGet200ResponseInnerTsInnerInner } from './FwwTimeseriesGet200ResponseInnerTsInnerInner';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface FwwTimeseriesGet200ResponseInner
18
+ */
19
+ export interface FwwTimeseriesGet200ResponseInner {
20
+ /**
21
+ *
22
+ * @type {FwwTimeseriesGet200ResponseInnerMeta}
23
+ * @memberof FwwTimeseriesGet200ResponseInner
24
+ */
25
+ meta?: FwwTimeseriesGet200ResponseInnerMeta;
26
+ /**
27
+ *
28
+ * @type {Array<Array<FwwTimeseriesGet200ResponseInnerTsInnerInner>>}
29
+ * @memberof FwwTimeseriesGet200ResponseInner
30
+ */
31
+ ts?: Array<Array<FwwTimeseriesGet200ResponseInnerTsInnerInner>>;
32
+ }
33
+ /**
34
+ * Check if a given object implements the FwwTimeseriesGet200ResponseInner interface.
35
+ */
36
+ export declare function instanceOfFwwTimeseriesGet200ResponseInner(value: object): boolean;
37
+ export declare function FwwTimeseriesGet200ResponseInnerFromJSON(json: any): FwwTimeseriesGet200ResponseInner;
38
+ export declare function FwwTimeseriesGet200ResponseInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): FwwTimeseriesGet200ResponseInner;
39
+ export declare function FwwTimeseriesGet200ResponseInnerToJSON(value?: FwwTimeseriesGet200ResponseInner | null): any;
40
+ //# sourceMappingURL=FwwTimeseriesGet200ResponseInner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FwwTimeseriesGet200ResponseInner.d.ts","sourceRoot":"","sources":["../../../src/models/FwwTimeseriesGet200ResponseInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAMnG,OAAO,KAAK,EAAE,4CAA4C,EAAE,MAAM,gDAAgD,CAAC;AAOnH;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,IAAI,CAAC,EAAE,oCAAoC,CAAC;IAC5C;;;;OAIG;IACH,EAAE,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,4CAA4C,CAAC,CAAC,CAAC;CACnE;AAED;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAIjF;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CASvI;AAED,wBAAgB,sCAAsC,CAAC,KAAK,CAAC,EAAE,gCAAgC,GAAG,IAAI,GAAG,GAAG,CAY3G"}
@@ -0,0 +1,44 @@
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
+ *
14
+ * @export
15
+ * @interface FwwTimeseriesGet200ResponseInnerMeta
16
+ */
17
+ export interface FwwTimeseriesGet200ResponseInnerMeta {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof FwwTimeseriesGet200ResponseInnerMeta
22
+ */
23
+ id?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof FwwTimeseriesGet200ResponseInnerMeta
28
+ */
29
+ name?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof FwwTimeseriesGet200ResponseInnerMeta
34
+ */
35
+ currency?: string;
36
+ }
37
+ /**
38
+ * Check if a given object implements the FwwTimeseriesGet200ResponseInnerMeta interface.
39
+ */
40
+ export declare function instanceOfFwwTimeseriesGet200ResponseInnerMeta(value: object): boolean;
41
+ export declare function FwwTimeseriesGet200ResponseInnerMetaFromJSON(json: any): FwwTimeseriesGet200ResponseInnerMeta;
42
+ export declare function FwwTimeseriesGet200ResponseInnerMetaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FwwTimeseriesGet200ResponseInnerMeta;
43
+ export declare function FwwTimeseriesGet200ResponseInnerMetaToJSON(value?: FwwTimeseriesGet200ResponseInnerMeta | null): any;
44
+ //# sourceMappingURL=FwwTimeseriesGet200ResponseInnerMeta.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FwwTimeseriesGet200ResponseInnerMeta.d.ts","sourceRoot":"","sources":["../../../src/models/FwwTimeseriesGet200ResponseInnerMeta.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAIrF;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAU/I;AAED,wBAAgB,0CAA0C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,GAAG,GAAG,CAanH"}
@@ -0,0 +1,21 @@
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
+ * @type FwwTimeseriesGet200ResponseInnerTsInnerInner
14
+ *
15
+ * @export
16
+ */
17
+ export type FwwTimeseriesGet200ResponseInnerTsInnerInner = number | string;
18
+ export declare function FwwTimeseriesGet200ResponseInnerTsInnerInnerFromJSON(json: any): FwwTimeseriesGet200ResponseInnerTsInnerInner;
19
+ export declare function FwwTimeseriesGet200ResponseInnerTsInnerInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): FwwTimeseriesGet200ResponseInnerTsInnerInner;
20
+ export declare function FwwTimeseriesGet200ResponseInnerTsInnerInnerToJSON(value?: FwwTimeseriesGet200ResponseInnerTsInnerInner | null): any;
21
+ //# sourceMappingURL=FwwTimeseriesGet200ResponseInnerTsInnerInner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FwwTimeseriesGet200ResponseInnerTsInnerInner.d.ts","sourceRoot":"","sources":["../../../src/models/FwwTimeseriesGet200ResponseInnerTsInnerInner.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,MAAM,MAAM,4CAA4C,GAAG,MAAM,GAAG,MAAM,CAAC;AAE3E,wBAAgB,oDAAoD,CAAC,IAAI,EAAE,GAAG,GAAG,4CAA4C,CAE5H;AAED,wBAAgB,yDAAyD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4CAA4C,CAK/J;AAED,wBAAgB,kDAAkD,CAAC,KAAK,CAAC,EAAE,4CAA4C,GAAG,IAAI,GAAG,GAAG,CAgBnI"}
@@ -0,0 +1,33 @@
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
+ import type { InstrumentChangeData } from './InstrumentChangeData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface GeneralInformationInstrumentChangesGet200Response
17
+ */
18
+ export interface GeneralInformationInstrumentChangesGet200Response {
19
+ /**
20
+ *
21
+ * @type {Array<InstrumentChangeData>}
22
+ * @memberof GeneralInformationInstrumentChangesGet200Response
23
+ */
24
+ items?: Array<InstrumentChangeData>;
25
+ }
26
+ /**
27
+ * Check if a given object implements the GeneralInformationInstrumentChangesGet200Response interface.
28
+ */
29
+ export declare function instanceOfGeneralInformationInstrumentChangesGet200Response(value: object): boolean;
30
+ export declare function GeneralInformationInstrumentChangesGet200ResponseFromJSON(json: any): GeneralInformationInstrumentChangesGet200Response;
31
+ export declare function GeneralInformationInstrumentChangesGet200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GeneralInformationInstrumentChangesGet200Response;
32
+ export declare function GeneralInformationInstrumentChangesGet200ResponseToJSON(value?: GeneralInformationInstrumentChangesGet200Response | null): any;
33
+ //# sourceMappingURL=GeneralInformationInstrumentChangesGet200Response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GeneralInformationInstrumentChangesGet200Response.d.ts","sourceRoot":"","sources":["../../../src/models/GeneralInformationInstrumentChangesGet200Response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAOnE;;;;GAIG;AACH,MAAM,WAAW,iDAAiD;IAC9D;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;CACvC;AAED;;GAEG;AACH,wBAAgB,2DAA2D,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAIlG;AAED,wBAAgB,yDAAyD,CAAC,IAAI,EAAE,GAAG,GAAG,iDAAiD,CAEtI;AAED,wBAAgB,8DAA8D,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iDAAiD,CAQzK;AAED,wBAAgB,uDAAuD,CAAC,KAAK,CAAC,EAAE,iDAAiD,GAAG,IAAI,GAAG,GAAG,CAW7I"}
@@ -0,0 +1,44 @@
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
+ * Information about an instrument change.
14
+ * @export
15
+ * @interface InstrumentChangeData
16
+ */
17
+ export interface InstrumentChangeData {
18
+ /**
19
+ * Date when instrument was changed.
20
+ * @type {Date}
21
+ * @memberof InstrumentChangeData
22
+ */
23
+ changedAt?: Date;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof InstrumentChangeData
28
+ */
29
+ instrumentOld?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof InstrumentChangeData
34
+ */
35
+ instrumentNew?: string;
36
+ }
37
+ /**
38
+ * Check if a given object implements the InstrumentChangeData interface.
39
+ */
40
+ export declare function instanceOfInstrumentChangeData(value: object): boolean;
41
+ export declare function InstrumentChangeDataFromJSON(json: any): InstrumentChangeData;
42
+ export declare function InstrumentChangeDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): InstrumentChangeData;
43
+ export declare function InstrumentChangeDataToJSON(value?: InstrumentChangeData | null): any;
44
+ //# sourceMappingURL=InstrumentChangeData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InstrumentChangeData.d.ts","sourceRoot":"","sources":["../../../src/models/InstrumentChangeData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAIrE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAU/G;AAED,wBAAgB,0BAA0B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,GAAG,GAAG,CAanF"}
@@ -16,12 +16,6 @@ import type { MasterdataMergedSummaryWithId } from './MasterdataMergedSummaryWit
16
16
  * @interface InstrumentsGet200Response
17
17
  */
18
18
  export interface InstrumentsGet200Response {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof InstrumentsGet200Response
23
- */
24
- lastEventId?: string;
25
19
  /**
26
20
  *
27
21
  * @type {Array<MasterdataMergedSummaryWithId>}
@@ -1 +1 @@
1
- {"version":3,"file":"InstrumentsGet200Response.d.ts","sourceRoot":"","sources":["../../../src/models/InstrumentsGet200Response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAOrF;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,6BAA6B,CAAC,CAAC;CAChD;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAI1E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEtF;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yBAAyB,CASzH;AAED,wBAAgB,+BAA+B,CAAC,KAAK,CAAC,EAAE,yBAAyB,GAAG,IAAI,GAAG,GAAG,CAY7F"}
1
+ {"version":3,"file":"InstrumentsGet200Response.d.ts","sourceRoot":"","sources":["../../../src/models/InstrumentsGet200Response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAOrF;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,6BAA6B,CAAC,CAAC;CAChD;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAI1E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEtF;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yBAAyB,CAQzH;AAED,wBAAgB,+BAA+B,CAAC,KAAK,CAAC,EAAE,yBAAyB,GAAG,IAAI,GAAG,GAAG,CAW7F"}