snaptrade-typescript-sdk 8.19.0 → 8.20.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 (75) hide show
  1. package/README.md +2 -2
  2. package/dist/api/account-information-api-generated.d.ts +525 -0
  3. package/dist/api/account-information-api-generated.js +765 -0
  4. package/dist/api/account-information-api.d.ts +3 -525
  5. package/dist/api/account-information-api.js +17 -1044
  6. package/dist/api/api-status-api-generated.d.ts +69 -0
  7. package/dist/api/api-status-api-generated.js +131 -0
  8. package/dist/api/api-status-api.d.ts +3 -69
  9. package/dist/api/api-status-api.js +17 -198
  10. package/dist/api/authentication-api-generated.d.ts +266 -0
  11. package/dist/api/authentication-api-generated.js +461 -0
  12. package/dist/api/authentication-api.d.ts +3 -266
  13. package/dist/api/authentication-api.js +17 -656
  14. package/dist/api/connections-api-generated.d.ts +274 -0
  15. package/dist/api/connections-api-generated.js +411 -0
  16. package/dist/api/connections-api.d.ts +3 -274
  17. package/dist/api/connections-api.js +17 -578
  18. package/dist/api/error-logs-api-generated.d.ts +93 -0
  19. package/dist/api/error-logs-api-generated.js +152 -0
  20. package/dist/api/error-logs-api.d.ts +3 -93
  21. package/dist/api/error-logs-api.js +17 -235
  22. package/dist/api/options-api-generated.d.ts +368 -0
  23. package/dist/api/options-api-generated.js +530 -0
  24. package/dist/api/options-api.d.ts +3 -368
  25. package/dist/api/options-api.js +17 -725
  26. package/dist/api/reference-data-api-generated.d.ts +467 -0
  27. package/dist/api/reference-data-api-generated.js +872 -0
  28. package/dist/api/reference-data-api.d.ts +3 -467
  29. package/dist/api/reference-data-api.js +17 -1241
  30. package/dist/api/trading-api-generated.d.ts +402 -0
  31. package/dist/api/trading-api-generated.js +613 -0
  32. package/dist/api/trading-api.d.ts +3 -402
  33. package/dist/api/trading-api.js +17 -836
  34. package/dist/api/transactions-and-reporting-api-generated.d.ts +217 -0
  35. package/dist/api/transactions-and-reporting-api-generated.js +287 -0
  36. package/dist/api/transactions-and-reporting-api.d.ts +3 -217
  37. package/dist/api/transactions-and-reporting-api.js +17 -398
  38. package/dist/base.js +10 -31
  39. package/dist/client-custom.js +3 -5
  40. package/dist/client.d.ts +1 -1
  41. package/dist/client.js +17 -35
  42. package/dist/common.js +64 -123
  43. package/dist/configuration.d.ts +1 -1
  44. package/dist/configuration.js +9 -11
  45. package/dist/error.d.ts +56 -0
  46. package/dist/error.js +104 -0
  47. package/dist/index.d.ts +1 -0
  48. package/dist/index.js +1 -0
  49. package/dist/jest.config.js +1 -1
  50. package/dist/pagination/page.js +15 -43
  51. package/dist/pagination/pageable.js +32 -88
  52. package/dist/pagination/paginate.js +15 -53
  53. package/dist/requestAfterHook.js +14 -14
  54. package/dist/requestBeforeHook.js +1 -1
  55. package/dist/requestBeforeUrlHook.d.ts +7 -0
  56. package/dist/requestBeforeUrlHook.js +5 -0
  57. package/package.json +2 -2
  58. package/dist/api/account-information-api-custom.d.ts +0 -3
  59. package/dist/api/account-information-api-custom.js +0 -27
  60. package/dist/api/api-status-api-custom.d.ts +0 -3
  61. package/dist/api/api-status-api-custom.js +0 -27
  62. package/dist/api/authentication-api-custom.d.ts +0 -3
  63. package/dist/api/authentication-api-custom.js +0 -27
  64. package/dist/api/connections-api-custom.d.ts +0 -3
  65. package/dist/api/connections-api-custom.js +0 -27
  66. package/dist/api/error-logs-api-custom.d.ts +0 -3
  67. package/dist/api/error-logs-api-custom.js +0 -27
  68. package/dist/api/options-api-custom.d.ts +0 -3
  69. package/dist/api/options-api-custom.js +0 -27
  70. package/dist/api/reference-data-api-custom.d.ts +0 -3
  71. package/dist/api/reference-data-api-custom.js +0 -27
  72. package/dist/api/trading-api-custom.d.ts +0 -3
  73. package/dist/api/trading-api-custom.js +0 -27
  74. package/dist/api/transactions-and-reporting-api-custom.d.ts +0 -3
  75. package/dist/api/transactions-and-reporting-api-custom.js +0 -27
@@ -0,0 +1,467 @@
1
+ /**
2
+ * SnapTrade
3
+ * Connect brokerage accounts to your app for live positions and trading
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: api@snaptrade.com
7
+ *
8
+ * NOTE: This file is auto generated by Konfig (https://konfigthis.com).
9
+ * Do not edit the class manually.
10
+ */
11
+ import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
12
+ import { Configuration } from '../configuration';
13
+ import { RequestArgs, BaseAPI } from '../base';
14
+ import { Brokerage } from '../models';
15
+ import { BrokerageAuthorizationTypeReadOnly } from '../models';
16
+ import { Currency } from '../models';
17
+ import { Exchange } from '../models';
18
+ import { ExchangeRatePairs } from '../models';
19
+ import { PartnerData } from '../models';
20
+ import { SecurityType } from '../models';
21
+ import { SymbolQuery } from '../models';
22
+ import { UniversalSymbol } from '../models';
23
+ /**
24
+ * ReferenceDataApi - axios parameter creator
25
+ * @export
26
+ */
27
+ export declare const ReferenceDataApiAxiosParamCreator: (configuration?: Configuration) => {
28
+ /**
29
+ *
30
+ * @summary Return the exchange rate of a currency pair
31
+ * @param {string} currencyPair A currency pair based on currency code for example, {CAD-USD}
32
+ * @param {*} [options] Override http request option.
33
+ * @throws {RequiredError}
34
+ */
35
+ getCurrencyExchangeRatePair: (currencyPair: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
36
+ /**
37
+ *
38
+ * @summary Get metadata related to Snaptrade partner
39
+ * @param {*} [options] Override http request option.
40
+ * @throws {RequiredError}
41
+ */
42
+ getPartnerInfo: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
43
+ /**
44
+ *
45
+ * @summary List of all security types.
46
+ * @param {*} [options] Override http request option.
47
+ * @throws {RequiredError}
48
+ */
49
+ getSecurityTypes: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
50
+ /**
51
+ *
52
+ * @summary Return list of stock exchanges on Passiv and their suffixes
53
+ * @param {*} [options] Override http request option.
54
+ * @throws {RequiredError}
55
+ */
56
+ getStockExchanges: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
57
+ /**
58
+ *
59
+ * @summary Search for symbols
60
+ * @param {SymbolQuery} [symbolQuery]
61
+ * @param {*} [options] Override http request option.
62
+ * @throws {RequiredError}
63
+ */
64
+ getSymbols: (symbolQuery?: SymbolQuery, options?: AxiosRequestConfig) => Promise<RequestArgs>;
65
+ /**
66
+ *
67
+ * @summary Get details of a symbol by the ticker
68
+ * @param {string} ticker The ticker of the UniversalSymbol to get.
69
+ * @param {string} [symbolId] OPTIONAL IN PATH Can be used instead of the ticker ; The ID of the UniversalSymbol to get.
70
+ * @param {*} [options] Override http request option.
71
+ * @throws {RequiredError}
72
+ */
73
+ getSymbolsByTicker: (ticker: string, symbolId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
74
+ /**
75
+ *
76
+ * @summary List of all brokerage authorization types
77
+ * @param {string} [brokerage] Comma separated value of brokerage slugs
78
+ * @param {*} [options] Override http request option.
79
+ * @throws {RequiredError}
80
+ */
81
+ listAllBrokerageAuthorizationType: (brokerage?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
82
+ /**
83
+ *
84
+ * @summary List of all brokerages.
85
+ * @param {*} [options] Override http request option.
86
+ * @throws {RequiredError}
87
+ */
88
+ listAllBrokerages: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
89
+ /**
90
+ *
91
+ * @summary List of all supported currencies
92
+ * @param {*} [options] Override http request option.
93
+ * @throws {RequiredError}
94
+ */
95
+ listAllCurrencies: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
96
+ /**
97
+ *
98
+ * @summary Return the exchange rates of all supported currencies
99
+ * @param {*} [options] Override http request option.
100
+ * @throws {RequiredError}
101
+ */
102
+ listAllCurrenciesRates: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
103
+ /**
104
+ *
105
+ * @summary Search for symbols that are supported by a brokerage account using a substring
106
+ * @param {string} userId
107
+ * @param {string} userSecret
108
+ * @param {string} accountId The ID of the account get positions.
109
+ * @param {SymbolQuery} [symbolQuery]
110
+ * @param {*} [options] Override http request option.
111
+ * @throws {RequiredError}
112
+ */
113
+ symbolSearchUserAccount: (userId: string, userSecret: string, accountId: string, symbolQuery?: SymbolQuery, options?: AxiosRequestConfig) => Promise<RequestArgs>;
114
+ };
115
+ /**
116
+ * ReferenceDataApi - functional programming interface
117
+ * @export
118
+ */
119
+ export declare const ReferenceDataApiFp: (configuration?: Configuration) => {
120
+ /**
121
+ *
122
+ * @summary Return the exchange rate of a currency pair
123
+ * @param {ReferenceDataApiGetCurrencyExchangeRatePairRequest} requestParameters Request parameters.
124
+ * @param {*} [options] Override http request option.
125
+ * @throws {RequiredError}
126
+ */
127
+ getCurrencyExchangeRatePair(requestParameters: ReferenceDataApiGetCurrencyExchangeRatePairRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ExchangeRatePairs>>;
128
+ /**
129
+ *
130
+ * @summary Get metadata related to Snaptrade partner
131
+ * @param {*} [options] Override http request option.
132
+ * @throws {RequiredError}
133
+ */
134
+ getPartnerInfo(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PartnerData>>;
135
+ /**
136
+ *
137
+ * @summary List of all security types.
138
+ * @param {*} [options] Override http request option.
139
+ * @throws {RequiredError}
140
+ */
141
+ getSecurityTypes(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<SecurityType>>>;
142
+ /**
143
+ *
144
+ * @summary Return list of stock exchanges on Passiv and their suffixes
145
+ * @param {*} [options] Override http request option.
146
+ * @throws {RequiredError}
147
+ */
148
+ getStockExchanges(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Exchange>>>;
149
+ /**
150
+ *
151
+ * @summary Search for symbols
152
+ * @param {ReferenceDataApiGetSymbolsRequest} requestParameters Request parameters.
153
+ * @param {*} [options] Override http request option.
154
+ * @throws {RequiredError}
155
+ */
156
+ getSymbols(requestParameters?: ReferenceDataApiGetSymbolsRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<UniversalSymbol>>>;
157
+ /**
158
+ *
159
+ * @summary Get details of a symbol by the ticker
160
+ * @param {ReferenceDataApiGetSymbolsByTickerRequest} requestParameters Request parameters.
161
+ * @param {*} [options] Override http request option.
162
+ * @throws {RequiredError}
163
+ */
164
+ getSymbolsByTicker(requestParameters: ReferenceDataApiGetSymbolsByTickerRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UniversalSymbol>>;
165
+ /**
166
+ *
167
+ * @summary List of all brokerage authorization types
168
+ * @param {ReferenceDataApiListAllBrokerageAuthorizationTypeRequest} requestParameters Request parameters.
169
+ * @param {*} [options] Override http request option.
170
+ * @throws {RequiredError}
171
+ */
172
+ listAllBrokerageAuthorizationType(requestParameters?: ReferenceDataApiListAllBrokerageAuthorizationTypeRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<BrokerageAuthorizationTypeReadOnly>>>;
173
+ /**
174
+ *
175
+ * @summary List of all brokerages.
176
+ * @param {*} [options] Override http request option.
177
+ * @throws {RequiredError}
178
+ */
179
+ listAllBrokerages(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Brokerage>>>;
180
+ /**
181
+ *
182
+ * @summary List of all supported currencies
183
+ * @param {*} [options] Override http request option.
184
+ * @throws {RequiredError}
185
+ */
186
+ listAllCurrencies(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Currency>>>;
187
+ /**
188
+ *
189
+ * @summary Return the exchange rates of all supported currencies
190
+ * @param {*} [options] Override http request option.
191
+ * @throws {RequiredError}
192
+ */
193
+ listAllCurrenciesRates(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ExchangeRatePairs>>>;
194
+ /**
195
+ *
196
+ * @summary Search for symbols that are supported by a brokerage account using a substring
197
+ * @param {ReferenceDataApiSymbolSearchUserAccountRequest} requestParameters Request parameters.
198
+ * @param {*} [options] Override http request option.
199
+ * @throws {RequiredError}
200
+ */
201
+ symbolSearchUserAccount(requestParameters: ReferenceDataApiSymbolSearchUserAccountRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<UniversalSymbol>>>;
202
+ };
203
+ /**
204
+ * ReferenceDataApi - factory interface
205
+ * @export
206
+ */
207
+ export declare const ReferenceDataApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
208
+ /**
209
+ *
210
+ * @summary Return the exchange rate of a currency pair
211
+ * @param {ReferenceDataApiGetCurrencyExchangeRatePairRequest} requestParameters Request parameters.
212
+ * @param {*} [options] Override http request option.
213
+ * @throws {RequiredError}
214
+ */
215
+ getCurrencyExchangeRatePair(requestParameters: ReferenceDataApiGetCurrencyExchangeRatePairRequest, options?: AxiosRequestConfig): AxiosPromise<ExchangeRatePairs>;
216
+ /**
217
+ *
218
+ * @summary Get metadata related to Snaptrade partner
219
+ * @param {*} [options] Override http request option.
220
+ * @throws {RequiredError}
221
+ */
222
+ getPartnerInfo(options?: AxiosRequestConfig): AxiosPromise<PartnerData>;
223
+ /**
224
+ *
225
+ * @summary List of all security types.
226
+ * @param {*} [options] Override http request option.
227
+ * @throws {RequiredError}
228
+ */
229
+ getSecurityTypes(options?: AxiosRequestConfig): AxiosPromise<Array<SecurityType>>;
230
+ /**
231
+ *
232
+ * @summary Return list of stock exchanges on Passiv and their suffixes
233
+ * @param {*} [options] Override http request option.
234
+ * @throws {RequiredError}
235
+ */
236
+ getStockExchanges(options?: AxiosRequestConfig): AxiosPromise<Array<Exchange>>;
237
+ /**
238
+ *
239
+ * @summary Search for symbols
240
+ * @param {ReferenceDataApiGetSymbolsRequest} requestParameters Request parameters.
241
+ * @param {*} [options] Override http request option.
242
+ * @throws {RequiredError}
243
+ */
244
+ getSymbols(requestParameters?: ReferenceDataApiGetSymbolsRequest, options?: AxiosRequestConfig): AxiosPromise<Array<UniversalSymbol>>;
245
+ /**
246
+ *
247
+ * @summary Get details of a symbol by the ticker
248
+ * @param {ReferenceDataApiGetSymbolsByTickerRequest} requestParameters Request parameters.
249
+ * @param {*} [options] Override http request option.
250
+ * @throws {RequiredError}
251
+ */
252
+ getSymbolsByTicker(requestParameters: ReferenceDataApiGetSymbolsByTickerRequest, options?: AxiosRequestConfig): AxiosPromise<UniversalSymbol>;
253
+ /**
254
+ *
255
+ * @summary List of all brokerage authorization types
256
+ * @param {ReferenceDataApiListAllBrokerageAuthorizationTypeRequest} requestParameters Request parameters.
257
+ * @param {*} [options] Override http request option.
258
+ * @throws {RequiredError}
259
+ */
260
+ listAllBrokerageAuthorizationType(requestParameters?: ReferenceDataApiListAllBrokerageAuthorizationTypeRequest, options?: AxiosRequestConfig): AxiosPromise<Array<BrokerageAuthorizationTypeReadOnly>>;
261
+ /**
262
+ *
263
+ * @summary List of all brokerages.
264
+ * @param {*} [options] Override http request option.
265
+ * @throws {RequiredError}
266
+ */
267
+ listAllBrokerages(options?: AxiosRequestConfig): AxiosPromise<Array<Brokerage>>;
268
+ /**
269
+ *
270
+ * @summary List of all supported currencies
271
+ * @param {*} [options] Override http request option.
272
+ * @throws {RequiredError}
273
+ */
274
+ listAllCurrencies(options?: AxiosRequestConfig): AxiosPromise<Array<Currency>>;
275
+ /**
276
+ *
277
+ * @summary Return the exchange rates of all supported currencies
278
+ * @param {*} [options] Override http request option.
279
+ * @throws {RequiredError}
280
+ */
281
+ listAllCurrenciesRates(options?: AxiosRequestConfig): AxiosPromise<Array<ExchangeRatePairs>>;
282
+ /**
283
+ *
284
+ * @summary Search for symbols that are supported by a brokerage account using a substring
285
+ * @param {ReferenceDataApiSymbolSearchUserAccountRequest} requestParameters Request parameters.
286
+ * @param {*} [options] Override http request option.
287
+ * @throws {RequiredError}
288
+ */
289
+ symbolSearchUserAccount(requestParameters: ReferenceDataApiSymbolSearchUserAccountRequest, options?: AxiosRequestConfig): AxiosPromise<Array<UniversalSymbol>>;
290
+ };
291
+ /**
292
+ * Request parameters for getCurrencyExchangeRatePair operation in ReferenceDataApi.
293
+ * @export
294
+ * @interface ReferenceDataApiGetCurrencyExchangeRatePairRequest
295
+ */
296
+ export type ReferenceDataApiGetCurrencyExchangeRatePairRequest = {
297
+ /**
298
+ * A currency pair based on currency code for example, {CAD-USD}
299
+ * @type {string}
300
+ * @memberof ReferenceDataApiGetCurrencyExchangeRatePair
301
+ */
302
+ readonly currencyPair: string;
303
+ };
304
+ /**
305
+ * Request parameters for getSymbols operation in ReferenceDataApi.
306
+ * @export
307
+ * @interface ReferenceDataApiGetSymbolsRequest
308
+ */
309
+ export type ReferenceDataApiGetSymbolsRequest = {} & SymbolQuery;
310
+ /**
311
+ * Request parameters for getSymbolsByTicker operation in ReferenceDataApi.
312
+ * @export
313
+ * @interface ReferenceDataApiGetSymbolsByTickerRequest
314
+ */
315
+ export type ReferenceDataApiGetSymbolsByTickerRequest = {
316
+ /**
317
+ * The ticker of the UniversalSymbol to get.
318
+ * @type {string}
319
+ * @memberof ReferenceDataApiGetSymbolsByTicker
320
+ */
321
+ readonly ticker: string;
322
+ /**
323
+ * OPTIONAL IN PATH Can be used instead of the ticker ; The ID of the UniversalSymbol to get.
324
+ * @type {string}
325
+ * @memberof ReferenceDataApiGetSymbolsByTicker
326
+ */
327
+ readonly symbolId?: string;
328
+ };
329
+ /**
330
+ * Request parameters for listAllBrokerageAuthorizationType operation in ReferenceDataApi.
331
+ * @export
332
+ * @interface ReferenceDataApiListAllBrokerageAuthorizationTypeRequest
333
+ */
334
+ export type ReferenceDataApiListAllBrokerageAuthorizationTypeRequest = {
335
+ /**
336
+ * Comma separated value of brokerage slugs
337
+ * @type {string}
338
+ * @memberof ReferenceDataApiListAllBrokerageAuthorizationType
339
+ */
340
+ readonly brokerage?: string;
341
+ };
342
+ /**
343
+ * Request parameters for symbolSearchUserAccount operation in ReferenceDataApi.
344
+ * @export
345
+ * @interface ReferenceDataApiSymbolSearchUserAccountRequest
346
+ */
347
+ export type ReferenceDataApiSymbolSearchUserAccountRequest = {
348
+ /**
349
+ *
350
+ * @type {string}
351
+ * @memberof ReferenceDataApiSymbolSearchUserAccount
352
+ */
353
+ readonly userId: string;
354
+ /**
355
+ *
356
+ * @type {string}
357
+ * @memberof ReferenceDataApiSymbolSearchUserAccount
358
+ */
359
+ readonly userSecret: string;
360
+ /**
361
+ * The ID of the account get positions.
362
+ * @type {string}
363
+ * @memberof ReferenceDataApiSymbolSearchUserAccount
364
+ */
365
+ readonly accountId: string;
366
+ } & SymbolQuery;
367
+ /**
368
+ * ReferenceDataApiGenerated - object-oriented interface
369
+ * @export
370
+ * @class ReferenceDataApiGenerated
371
+ * @extends {BaseAPI}
372
+ */
373
+ export declare class ReferenceDataApiGenerated extends BaseAPI {
374
+ /**
375
+ *
376
+ * @summary Return the exchange rate of a currency pair
377
+ * @param {ReferenceDataApiGetCurrencyExchangeRatePairRequest} requestParameters Request parameters.
378
+ * @param {*} [options] Override http request option.
379
+ * @throws {RequiredError}
380
+ * @memberof ReferenceDataApiGenerated
381
+ */
382
+ getCurrencyExchangeRatePair(requestParameters: ReferenceDataApiGetCurrencyExchangeRatePairRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExchangeRatePairs, any>>;
383
+ /**
384
+ *
385
+ * @summary Get metadata related to Snaptrade partner
386
+ * @param {*} [options] Override http request option.
387
+ * @throws {RequiredError}
388
+ * @memberof ReferenceDataApiGenerated
389
+ */
390
+ getPartnerInfo(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PartnerData, any>>;
391
+ /**
392
+ *
393
+ * @summary List of all security types.
394
+ * @param {*} [options] Override http request option.
395
+ * @throws {RequiredError}
396
+ * @memberof ReferenceDataApiGenerated
397
+ */
398
+ getSecurityTypes(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SecurityType[], any>>;
399
+ /**
400
+ *
401
+ * @summary Return list of stock exchanges on Passiv and their suffixes
402
+ * @param {*} [options] Override http request option.
403
+ * @throws {RequiredError}
404
+ * @memberof ReferenceDataApiGenerated
405
+ */
406
+ getStockExchanges(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Exchange[], any>>;
407
+ /**
408
+ *
409
+ * @summary Search for symbols
410
+ * @param {ReferenceDataApiGetSymbolsRequest} requestParameters Request parameters.
411
+ * @param {*} [options] Override http request option.
412
+ * @throws {RequiredError}
413
+ * @memberof ReferenceDataApiGenerated
414
+ */
415
+ getSymbols(requestParameters?: ReferenceDataApiGetSymbolsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UniversalSymbol[], any>>;
416
+ /**
417
+ *
418
+ * @summary Get details of a symbol by the ticker
419
+ * @param {ReferenceDataApiGetSymbolsByTickerRequest} requestParameters Request parameters.
420
+ * @param {*} [options] Override http request option.
421
+ * @throws {RequiredError}
422
+ * @memberof ReferenceDataApiGenerated
423
+ */
424
+ getSymbolsByTicker(requestParameters: ReferenceDataApiGetSymbolsByTickerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UniversalSymbol, any>>;
425
+ /**
426
+ *
427
+ * @summary List of all brokerage authorization types
428
+ * @param {ReferenceDataApiListAllBrokerageAuthorizationTypeRequest} requestParameters Request parameters.
429
+ * @param {*} [options] Override http request option.
430
+ * @throws {RequiredError}
431
+ * @memberof ReferenceDataApiGenerated
432
+ */
433
+ listAllBrokerageAuthorizationType(requestParameters?: ReferenceDataApiListAllBrokerageAuthorizationTypeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BrokerageAuthorizationTypeReadOnly[], any>>;
434
+ /**
435
+ *
436
+ * @summary List of all brokerages.
437
+ * @param {*} [options] Override http request option.
438
+ * @throws {RequiredError}
439
+ * @memberof ReferenceDataApiGenerated
440
+ */
441
+ listAllBrokerages(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Brokerage[], any>>;
442
+ /**
443
+ *
444
+ * @summary List of all supported currencies
445
+ * @param {*} [options] Override http request option.
446
+ * @throws {RequiredError}
447
+ * @memberof ReferenceDataApiGenerated
448
+ */
449
+ listAllCurrencies(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Currency[], any>>;
450
+ /**
451
+ *
452
+ * @summary Return the exchange rates of all supported currencies
453
+ * @param {*} [options] Override http request option.
454
+ * @throws {RequiredError}
455
+ * @memberof ReferenceDataApiGenerated
456
+ */
457
+ listAllCurrenciesRates(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExchangeRatePairs[], any>>;
458
+ /**
459
+ *
460
+ * @summary Search for symbols that are supported by a brokerage account using a substring
461
+ * @param {ReferenceDataApiSymbolSearchUserAccountRequest} requestParameters Request parameters.
462
+ * @param {*} [options] Override http request option.
463
+ * @throws {RequiredError}
464
+ * @memberof ReferenceDataApiGenerated
465
+ */
466
+ symbolSearchUserAccount(requestParameters: ReferenceDataApiSymbolSearchUserAccountRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UniversalSymbol[], any>>;
467
+ }