adaptic-backend 1.0.145 → 1.0.147

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 (208) hide show
  1. package/Order.cjs +9299 -1403
  2. package/Position.cjs +35096 -17996
  3. package/Trade.cjs +9034 -16
  4. package/User.cjs +4602 -0
  5. package/generated/typeStrings/Account.cjs +1 -1
  6. package/generated/typeStrings/Account.d.ts +1 -1
  7. package/generated/typeStrings/Account.d.ts.map +1 -1
  8. package/generated/typeStrings/Alert.cjs +1 -1
  9. package/generated/typeStrings/Alert.d.ts +1 -1
  10. package/generated/typeStrings/Alert.d.ts.map +1 -1
  11. package/generated/typeStrings/AlpacaAccount.cjs +3 -3
  12. package/generated/typeStrings/AlpacaAccount.d.ts +1 -1
  13. package/generated/typeStrings/AlpacaAccount.d.ts.map +1 -1
  14. package/generated/typeStrings/Asset.cjs +3 -3
  15. package/generated/typeStrings/Asset.d.ts +1 -1
  16. package/generated/typeStrings/Asset.d.ts.map +1 -1
  17. package/generated/typeStrings/Authenticator.cjs +1 -1
  18. package/generated/typeStrings/Authenticator.d.ts +1 -1
  19. package/generated/typeStrings/Authenticator.d.ts.map +1 -1
  20. package/generated/typeStrings/Customer.cjs +1 -1
  21. package/generated/typeStrings/Customer.d.ts +1 -1
  22. package/generated/typeStrings/Customer.d.ts.map +1 -1
  23. package/generated/typeStrings/NewsArticle.cjs +1 -1
  24. package/generated/typeStrings/NewsArticle.d.ts +1 -1
  25. package/generated/typeStrings/NewsArticle.d.ts.map +1 -1
  26. package/generated/typeStrings/NewsArticleAssetSentiment.cjs +1 -1
  27. package/generated/typeStrings/NewsArticleAssetSentiment.d.ts +1 -1
  28. package/generated/typeStrings/NewsArticleAssetSentiment.d.ts.map +1 -1
  29. package/generated/typeStrings/Order.cjs +2 -2
  30. package/generated/typeStrings/Order.d.ts +1 -1
  31. package/generated/typeStrings/Order.d.ts.map +1 -1
  32. package/generated/typeStrings/Position.cjs +2 -2
  33. package/generated/typeStrings/Position.d.ts +1 -1
  34. package/generated/typeStrings/Position.d.ts.map +1 -1
  35. package/generated/typeStrings/Session.cjs +1 -1
  36. package/generated/typeStrings/Session.d.ts +1 -1
  37. package/generated/typeStrings/Session.d.ts.map +1 -1
  38. package/generated/typeStrings/StopLoss.cjs +2 -2
  39. package/generated/typeStrings/StopLoss.d.ts +1 -1
  40. package/generated/typeStrings/StopLoss.d.ts.map +1 -1
  41. package/generated/typeStrings/TakeProfit.cjs +2 -2
  42. package/generated/typeStrings/TakeProfit.d.ts +1 -1
  43. package/generated/typeStrings/TakeProfit.d.ts.map +1 -1
  44. package/generated/typeStrings/Trade.cjs +1 -1
  45. package/generated/typeStrings/Trade.d.ts +1 -1
  46. package/generated/typeStrings/Trade.d.ts.map +1 -1
  47. package/generated/typeStrings/User.cjs +1 -1
  48. package/generated/typeStrings/User.d.ts +1 -1
  49. package/generated/typeStrings/User.d.ts.map +1 -1
  50. package/generated/typeStrings/index.d.ts +15 -15
  51. package/generated/typegraphql-prisma/models/Trade.d.ts +1 -1
  52. package/generated/typegraphql-prisma/resolvers/relations/Trade/TradeRelationsResolver.cjs +1 -1
  53. package/generated/typegraphql-prisma/resolvers/relations/Trade/TradeRelationsResolver.js.map +1 -1
  54. package/package.json +3 -2
  55. package/server/Order.d.ts.map +1 -1
  56. package/server/Order.js.map +1 -1
  57. package/server/Order.mjs +9299 -1403
  58. package/server/Position.d.ts.map +1 -1
  59. package/server/Position.js.map +1 -1
  60. package/server/Position.mjs +35788 -18688
  61. package/server/Trade.d.ts.map +1 -1
  62. package/server/Trade.js.map +1 -1
  63. package/server/Trade.mjs +9034 -16
  64. package/server/User.d.ts.map +1 -1
  65. package/server/User.js.map +1 -1
  66. package/server/User.mjs +4602 -0
  67. package/server/generated/selectionSets/Order.d.ts +1 -1
  68. package/server/generated/selectionSets/Order.d.ts.map +1 -1
  69. package/server/generated/selectionSets/Order.js.map +1 -1
  70. package/server/generated/selectionSets/Order.mjs +1483 -167
  71. package/server/generated/selectionSets/Position.d.ts +1 -1
  72. package/server/generated/selectionSets/Position.d.ts.map +1 -1
  73. package/server/generated/selectionSets/Position.js.map +1 -1
  74. package/server/generated/selectionSets/Position.mjs +3820 -970
  75. package/server/generated/selectionSets/Trade.d.ts +1 -1
  76. package/server/generated/selectionSets/Trade.d.ts.map +1 -1
  77. package/server/generated/selectionSets/Trade.js.map +1 -1
  78. package/server/generated/selectionSets/Trade.mjs +1503 -0
  79. package/server/generated/selectionSets/User.d.ts +1 -1
  80. package/server/generated/selectionSets/User.d.ts.map +1 -1
  81. package/server/generated/selectionSets/User.js.map +1 -1
  82. package/server/generated/selectionSets/User.mjs +795 -28
  83. package/server/generated/typeStrings/Account.d.ts +1 -1
  84. package/server/generated/typeStrings/Account.d.ts.map +1 -1
  85. package/server/generated/typeStrings/Account.mjs +1 -1
  86. package/server/generated/typeStrings/Alert.d.ts +1 -1
  87. package/server/generated/typeStrings/Alert.d.ts.map +1 -1
  88. package/server/generated/typeStrings/Alert.mjs +1 -1
  89. package/server/generated/typeStrings/AlpacaAccount.d.ts +1 -1
  90. package/server/generated/typeStrings/AlpacaAccount.d.ts.map +1 -1
  91. package/server/generated/typeStrings/AlpacaAccount.mjs +3 -3
  92. package/server/generated/typeStrings/Asset.d.ts +1 -1
  93. package/server/generated/typeStrings/Asset.d.ts.map +1 -1
  94. package/server/generated/typeStrings/Asset.mjs +3 -3
  95. package/server/generated/typeStrings/Authenticator.d.ts +1 -1
  96. package/server/generated/typeStrings/Authenticator.d.ts.map +1 -1
  97. package/server/generated/typeStrings/Authenticator.mjs +1 -1
  98. package/server/generated/typeStrings/Customer.d.ts +1 -1
  99. package/server/generated/typeStrings/Customer.d.ts.map +1 -1
  100. package/server/generated/typeStrings/Customer.mjs +1 -1
  101. package/server/generated/typeStrings/NewsArticle.d.ts +1 -1
  102. package/server/generated/typeStrings/NewsArticle.d.ts.map +1 -1
  103. package/server/generated/typeStrings/NewsArticle.mjs +1 -1
  104. package/server/generated/typeStrings/NewsArticleAssetSentiment.d.ts +1 -1
  105. package/server/generated/typeStrings/NewsArticleAssetSentiment.d.ts.map +1 -1
  106. package/server/generated/typeStrings/NewsArticleAssetSentiment.mjs +1 -1
  107. package/server/generated/typeStrings/Order.d.ts +1 -1
  108. package/server/generated/typeStrings/Order.d.ts.map +1 -1
  109. package/server/generated/typeStrings/Order.mjs +2 -2
  110. package/server/generated/typeStrings/Position.d.ts +1 -1
  111. package/server/generated/typeStrings/Position.d.ts.map +1 -1
  112. package/server/generated/typeStrings/Position.mjs +2 -2
  113. package/server/generated/typeStrings/Session.d.ts +1 -1
  114. package/server/generated/typeStrings/Session.d.ts.map +1 -1
  115. package/server/generated/typeStrings/Session.mjs +1 -1
  116. package/server/generated/typeStrings/StopLoss.d.ts +1 -1
  117. package/server/generated/typeStrings/StopLoss.d.ts.map +1 -1
  118. package/server/generated/typeStrings/StopLoss.mjs +2 -2
  119. package/server/generated/typeStrings/TakeProfit.d.ts +1 -1
  120. package/server/generated/typeStrings/TakeProfit.d.ts.map +1 -1
  121. package/server/generated/typeStrings/TakeProfit.mjs +2 -2
  122. package/server/generated/typeStrings/Trade.d.ts +1 -1
  123. package/server/generated/typeStrings/Trade.d.ts.map +1 -1
  124. package/server/generated/typeStrings/Trade.mjs +1 -1
  125. package/server/generated/typeStrings/User.d.ts +1 -1
  126. package/server/generated/typeStrings/User.d.ts.map +1 -1
  127. package/server/generated/typeStrings/User.mjs +1 -1
  128. package/server/generated/typeStrings/index.d.ts +15 -15
  129. package/server/generated/typegraphql-prisma/models/Trade.d.ts +1 -1
  130. package/server/generated/typegraphql-prisma/models/Trade.mjs +1 -1
  131. package/server/generated/typegraphql-prisma/resolvers/relations/Trade/TradeRelationsResolver.js.map +1 -1
  132. package/server/generated/typegraphql-prisma/resolvers/relations/Trade/TradeRelationsResolver.mjs +1 -1
  133. package/generated/selectionSets/Account.cjs +0 -9992
  134. package/generated/selectionSets/Account.d.ts +0 -2
  135. package/generated/selectionSets/Account.d.ts.map +0 -1
  136. package/generated/selectionSets/Account.js.map +0 -1
  137. package/generated/selectionSets/Action.cjs +0 -719
  138. package/generated/selectionSets/Action.d.ts +0 -2
  139. package/generated/selectionSets/Action.d.ts.map +0 -1
  140. package/generated/selectionSets/Action.js.map +0 -1
  141. package/generated/selectionSets/Alert.cjs +0 -14
  142. package/generated/selectionSets/Alert.d.ts +0 -2
  143. package/generated/selectionSets/Alert.d.ts.map +0 -1
  144. package/generated/selectionSets/Alert.js.map +0 -1
  145. package/generated/selectionSets/AlpacaAccount.cjs +0 -588
  146. package/generated/selectionSets/AlpacaAccount.d.ts +0 -2
  147. package/generated/selectionSets/AlpacaAccount.d.ts.map +0 -1
  148. package/generated/selectionSets/AlpacaAccount.js.map +0 -1
  149. package/generated/selectionSets/Asset.cjs +0 -1206
  150. package/generated/selectionSets/Asset.d.ts +0 -2
  151. package/generated/selectionSets/Asset.d.ts.map +0 -1
  152. package/generated/selectionSets/Asset.js.map +0 -1
  153. package/generated/selectionSets/Authenticator.cjs +0 -9985
  154. package/generated/selectionSets/Authenticator.d.ts +0 -2
  155. package/generated/selectionSets/Authenticator.d.ts.map +0 -1
  156. package/generated/selectionSets/Authenticator.js.map +0 -1
  157. package/generated/selectionSets/Customer.cjs +0 -9988
  158. package/generated/selectionSets/Customer.d.ts +0 -2
  159. package/generated/selectionSets/Customer.d.ts.map +0 -1
  160. package/generated/selectionSets/Customer.js.map +0 -1
  161. package/generated/selectionSets/EconomicEvent.cjs +0 -14
  162. package/generated/selectionSets/EconomicEvent.d.ts +0 -2
  163. package/generated/selectionSets/EconomicEvent.d.ts.map +0 -1
  164. package/generated/selectionSets/EconomicEvent.js.map +0 -1
  165. package/generated/selectionSets/NewsArticle.cjs +0 -687
  166. package/generated/selectionSets/NewsArticle.d.ts +0 -2
  167. package/generated/selectionSets/NewsArticle.d.ts.map +0 -1
  168. package/generated/selectionSets/NewsArticle.js.map +0 -1
  169. package/generated/selectionSets/NewsArticleAssetSentiment.cjs +0 -92
  170. package/generated/selectionSets/NewsArticleAssetSentiment.d.ts +0 -2
  171. package/generated/selectionSets/NewsArticleAssetSentiment.d.ts.map +0 -1
  172. package/generated/selectionSets/NewsArticleAssetSentiment.js.map +0 -1
  173. package/generated/selectionSets/Order.cjs +0 -1330
  174. package/generated/selectionSets/Order.d.ts +0 -2
  175. package/generated/selectionSets/Order.d.ts.map +0 -1
  176. package/generated/selectionSets/Order.js.map +0 -1
  177. package/generated/selectionSets/Position.cjs +0 -11278
  178. package/generated/selectionSets/Position.d.ts +0 -2
  179. package/generated/selectionSets/Position.d.ts.map +0 -1
  180. package/generated/selectionSets/Position.js.map +0 -1
  181. package/generated/selectionSets/Session.cjs +0 -12509
  182. package/generated/selectionSets/Session.d.ts +0 -2
  183. package/generated/selectionSets/Session.d.ts.map +0 -1
  184. package/generated/selectionSets/Session.js.map +0 -1
  185. package/generated/selectionSets/StopLoss.cjs +0 -13
  186. package/generated/selectionSets/StopLoss.d.ts +0 -2
  187. package/generated/selectionSets/StopLoss.d.ts.map +0 -1
  188. package/generated/selectionSets/StopLoss.js.map +0 -1
  189. package/generated/selectionSets/TakeProfit.cjs +0 -13
  190. package/generated/selectionSets/TakeProfit.d.ts +0 -2
  191. package/generated/selectionSets/TakeProfit.d.ts.map +0 -1
  192. package/generated/selectionSets/TakeProfit.js.map +0 -1
  193. package/generated/selectionSets/Trade.cjs +0 -197
  194. package/generated/selectionSets/Trade.d.ts +0 -2
  195. package/generated/selectionSets/Trade.d.ts.map +0 -1
  196. package/generated/selectionSets/Trade.js.map +0 -1
  197. package/generated/selectionSets/User.cjs +0 -5035
  198. package/generated/selectionSets/User.d.ts +0 -2
  199. package/generated/selectionSets/User.d.ts.map +0 -1
  200. package/generated/selectionSets/User.js.map +0 -1
  201. package/generated/selectionSets/VerificationToken.cjs +0 -11
  202. package/generated/selectionSets/VerificationToken.d.ts +0 -2
  203. package/generated/selectionSets/VerificationToken.d.ts.map +0 -1
  204. package/generated/selectionSets/VerificationToken.js.map +0 -1
  205. package/generated/selectionSets/index.cjs +0 -43
  206. package/generated/selectionSets/index.d.ts +0 -3
  207. package/generated/selectionSets/index.d.ts.map +0 -1
  208. package/generated/selectionSets/index.js.map +0 -1
@@ -1,5035 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.User = void 0;
4
- exports.User = `
5
- {
6
- id
7
- name
8
- email
9
- emailVerified
10
- image
11
- createdAt
12
- updatedAt
13
- role
14
- bio
15
- jobTitle
16
- currentAccount
17
- customer {
18
- id
19
- authUserId
20
- name
21
- plan
22
- stripeCustomerId
23
- stripeSubscriptionId
24
- stripePriceId
25
- stripeCurrentPeriodEnd
26
- createdAt
27
- updatedAt
28
- }
29
- customerId
30
- accounts {
31
- id
32
- userId
33
- type
34
- provider
35
- providerAccountId
36
- refresh_token
37
- access_token
38
- expires_at
39
- token_type
40
- scope
41
- id_token
42
- session_state
43
- createdAt
44
- updatedAt
45
- }
46
- sessions {
47
- id
48
- sessionToken
49
- userId
50
- expires
51
- createdAt
52
- updatedAt
53
- }
54
- authenticators {
55
- id
56
- userId
57
- credentialID
58
- publicKey
59
- counter
60
- createdAt
61
- updatedAt
62
- }
63
- plan
64
- alpacaAccounts {
65
- id
66
- type
67
- APIKey
68
- APISecret
69
- configuration
70
- marketOpen
71
- minOrderSize
72
- maxOrderSize
73
- minPercentageChange
74
- volumeThreshold
75
- userId
76
- createdAt
77
- updatedAt
78
- trades { id }
79
- orders { id }
80
- positions { id
81
- assetId
82
- asset {
83
- id
84
- logoUrl
85
- description
86
- cik
87
- exchange
88
- currency
89
- country
90
- sector
91
- industry
92
- address
93
- officialSite
94
- fiscalYearEnd
95
- latestQuarter
96
- marketCapitalization
97
- ebitda
98
- peRatio
99
- pegRatio
100
- bookValue
101
- dividendPerShare
102
- dividendYield
103
- eps
104
- revenuePerShareTTM
105
- profitMargin
106
- operatingMarginTTM
107
- returnOnAssetsTTM
108
- returnOnEquityTTM
109
- revenueTTM
110
- grossProfitTTM
111
- dilutedEPSTTM
112
- quarterlyEarningsGrowthYOY
113
- quarterlyRevenueGrowthYOY
114
- analystTargetPrice
115
- analystRatingStrongBuy
116
- analystRatingBuy
117
- analystRatingHold
118
- analystRatingSell
119
- analystRatingStrongSell
120
- trailingPE
121
- forwardPE
122
- priceToSalesRatioTTM
123
- priceToBookRatio
124
- evToRevenue
125
- evToEbitda
126
- beta
127
- week52High
128
- week52Low
129
- day50MovingAverage
130
- day200MovingAverage
131
- sharesOutstanding
132
- dividendDate
133
- exDividendDate
134
- askPrice
135
- bidPrice
136
- createdAt
137
- updatedAt
138
- trades { id
139
- alpacaAccountId
140
- assetId
141
- qty
142
- price
143
- total
144
- optionType
145
- signal
146
- strategy
147
- analysis
148
- summary
149
- confidence
150
- timestamp
151
- createdAt
152
- updatedAt
153
- status
154
- alpacaAccount {
155
- id
156
- type
157
- APIKey
158
- APISecret
159
- configuration
160
- marketOpen
161
- minOrderSize
162
- maxOrderSize
163
- minPercentageChange
164
- volumeThreshold
165
- user { id }
166
- userId
167
- createdAt
168
- updatedAt
169
- trades { id }
170
- orders { id }
171
- positions { id }
172
- alerts { id }
173
- }
174
- asset {
175
- id
176
- symbol
177
- name
178
- type
179
- logoUrl
180
- description
181
- cik
182
- exchange
183
- currency
184
- country
185
- sector
186
- industry
187
- address
188
- officialSite
189
- fiscalYearEnd
190
- latestQuarter
191
- marketCapitalization
192
- ebitda
193
- peRatio
194
- pegRatio
195
- bookValue
196
- dividendPerShare
197
- dividendYield
198
- eps
199
- revenuePerShareTTM
200
- profitMargin
201
- operatingMarginTTM
202
- returnOnAssetsTTM
203
- returnOnEquityTTM
204
- revenueTTM
205
- grossProfitTTM
206
- dilutedEPSTTM
207
- quarterlyEarningsGrowthYOY
208
- quarterlyRevenueGrowthYOY
209
- analystTargetPrice
210
- analystRatingStrongBuy
211
- analystRatingBuy
212
- analystRatingHold
213
- analystRatingSell
214
- analystRatingStrongSell
215
- trailingPE
216
- forwardPE
217
- priceToSalesRatioTTM
218
- priceToBookRatio
219
- evToRevenue
220
- evToEbitda
221
- beta
222
- week52High
223
- week52Low
224
- day50MovingAverage
225
- day200MovingAverage
226
- sharesOutstanding
227
- dividendDate
228
- exDividendDate
229
- askPrice
230
- bidPrice
231
- createdAt
232
- updatedAt
233
- newsMentions { id
234
- assetId
235
- newsArticleId
236
- url
237
- news {
238
- id
239
- title
240
- content
241
- source
242
- sourceDomain
243
- url
244
- sentiment
245
- authors
246
- summary
247
- bannerImage
248
- timePublished
249
- category
250
- topics
251
- logo
252
- createdAt
253
- updatedAt
254
- }
255
- asset {
256
- id
257
- symbol
258
- name
259
- type
260
- logoUrl
261
- description
262
- cik
263
- exchange
264
- currency
265
- country
266
- sector
267
- industry
268
- address
269
- officialSite
270
- fiscalYearEnd
271
- latestQuarter
272
- marketCapitalization
273
- ebitda
274
- peRatio
275
- pegRatio
276
- bookValue
277
- dividendPerShare
278
- dividendYield
279
- eps
280
- revenuePerShareTTM
281
- profitMargin
282
- operatingMarginTTM
283
- returnOnAssetsTTM
284
- returnOnEquityTTM
285
- revenueTTM
286
- grossProfitTTM
287
- dilutedEPSTTM
288
- quarterlyEarningsGrowthYOY
289
- quarterlyRevenueGrowthYOY
290
- analystTargetPrice
291
- analystRatingStrongBuy
292
- analystRatingBuy
293
- analystRatingHold
294
- analystRatingSell
295
- analystRatingStrongSell
296
- trailingPE
297
- forwardPE
298
- priceToSalesRatioTTM
299
- priceToBookRatio
300
- evToRevenue
301
- evToEbitda
302
- beta
303
- week52High
304
- week52Low
305
- day50MovingAverage
306
- day200MovingAverage
307
- sharesOutstanding
308
- dividendDate
309
- exDividendDate
310
- askPrice
311
- bidPrice
312
- createdAt
313
- updatedAt
314
- }
315
- relevancyScore
316
- sentimentScore
317
- sentimentLabel }
318
- }
319
- actions {
320
- id
321
- sequence
322
- tradeId
323
- type
324
- note
325
- status
326
- fee
327
- } }
328
- orders { id
329
- clientOrderId
330
- alpacaAccountId
331
- assetId
332
- qty
333
- notional
334
- side
335
- type
336
- orderClass
337
- timeInForce
338
- limitPrice
339
- stopPrice
340
- stopLoss {
341
- id
342
- stopPrice
343
- limitPrice
344
- createdAt
345
- updatedAt
346
- orderId
347
- }
348
- takeProfit {
349
- id
350
- limitPrice
351
- stopPrice
352
- createdAt
353
- updatedAt
354
- orderId
355
- }
356
- trailPrice
357
- trailPercent
358
- extendedHours
359
- status
360
- createdAt
361
- updatedAt
362
- submittedAt
363
- filledAt
364
- filledAvgPrice
365
- actionId
366
- alpacaAccount {
367
- id
368
- type
369
- APIKey
370
- APISecret
371
- configuration
372
- marketOpen
373
- minOrderSize
374
- maxOrderSize
375
- minPercentageChange
376
- volumeThreshold
377
- userId
378
- createdAt
379
- updatedAt
380
- alerts { id }
381
- }
382
- action {
383
- id
384
- sequence
385
- tradeId
386
- type
387
- note
388
- status
389
- fee
390
- }
391
- asset {
392
- id
393
- symbol
394
- name
395
- type
396
- logoUrl
397
- description
398
- cik
399
- exchange
400
- currency
401
- country
402
- sector
403
- industry
404
- address
405
- officialSite
406
- fiscalYearEnd
407
- latestQuarter
408
- marketCapitalization
409
- ebitda
410
- peRatio
411
- pegRatio
412
- bookValue
413
- dividendPerShare
414
- dividendYield
415
- eps
416
- revenuePerShareTTM
417
- profitMargin
418
- operatingMarginTTM
419
- returnOnAssetsTTM
420
- returnOnEquityTTM
421
- revenueTTM
422
- grossProfitTTM
423
- dilutedEPSTTM
424
- quarterlyEarningsGrowthYOY
425
- quarterlyRevenueGrowthYOY
426
- analystTargetPrice
427
- analystRatingStrongBuy
428
- analystRatingBuy
429
- analystRatingHold
430
- analystRatingSell
431
- analystRatingStrongSell
432
- trailingPE
433
- forwardPE
434
- priceToSalesRatioTTM
435
- priceToBookRatio
436
- evToRevenue
437
- evToEbitda
438
- beta
439
- week52High
440
- week52Low
441
- day50MovingAverage
442
- day200MovingAverage
443
- sharesOutstanding
444
- dividendDate
445
- exDividendDate
446
- askPrice
447
- bidPrice
448
- createdAt
449
- updatedAt
450
- trades { id
451
- alpacaAccountId
452
- assetId
453
- qty
454
- price
455
- total
456
- optionType
457
- signal
458
- strategy
459
- analysis
460
- summary
461
- confidence
462
- timestamp
463
- createdAt
464
- updatedAt
465
- status
466
- alpacaAccount {
467
- id
468
- type
469
- APIKey
470
- APISecret
471
- configuration
472
- marketOpen
473
- minOrderSize
474
- maxOrderSize
475
- minPercentageChange
476
- volumeThreshold
477
- user { id }
478
- userId
479
- createdAt
480
- updatedAt
481
- trades { id }
482
- orders { id }
483
- positions { id }
484
- alerts { id }
485
- }
486
- asset {
487
- id
488
- symbol
489
- name
490
- type
491
- logoUrl
492
- description
493
- cik
494
- exchange
495
- currency
496
- country
497
- sector
498
- industry
499
- address
500
- officialSite
501
- fiscalYearEnd
502
- latestQuarter
503
- marketCapitalization
504
- ebitda
505
- peRatio
506
- pegRatio
507
- bookValue
508
- dividendPerShare
509
- dividendYield
510
- eps
511
- revenuePerShareTTM
512
- profitMargin
513
- operatingMarginTTM
514
- returnOnAssetsTTM
515
- returnOnEquityTTM
516
- revenueTTM
517
- grossProfitTTM
518
- dilutedEPSTTM
519
- quarterlyEarningsGrowthYOY
520
- quarterlyRevenueGrowthYOY
521
- analystTargetPrice
522
- analystRatingStrongBuy
523
- analystRatingBuy
524
- analystRatingHold
525
- analystRatingSell
526
- analystRatingStrongSell
527
- trailingPE
528
- forwardPE
529
- priceToSalesRatioTTM
530
- priceToBookRatio
531
- evToRevenue
532
- evToEbitda
533
- beta
534
- week52High
535
- week52Low
536
- day50MovingAverage
537
- day200MovingAverage
538
- sharesOutstanding
539
- dividendDate
540
- exDividendDate
541
- askPrice
542
- bidPrice
543
- createdAt
544
- updatedAt
545
- newsMentions { id
546
- assetId
547
- newsArticleId
548
- url
549
- news {
550
- id
551
- title
552
- content
553
- source
554
- sourceDomain
555
- url
556
- sentiment
557
- authors
558
- summary
559
- bannerImage
560
- timePublished
561
- category
562
- topics
563
- logo
564
- createdAt
565
- updatedAt
566
- }
567
- asset {
568
- id
569
- symbol
570
- name
571
- type
572
- logoUrl
573
- description
574
- cik
575
- exchange
576
- currency
577
- country
578
- sector
579
- industry
580
- address
581
- officialSite
582
- fiscalYearEnd
583
- latestQuarter
584
- marketCapitalization
585
- ebitda
586
- peRatio
587
- pegRatio
588
- bookValue
589
- dividendPerShare
590
- dividendYield
591
- eps
592
- revenuePerShareTTM
593
- profitMargin
594
- operatingMarginTTM
595
- returnOnAssetsTTM
596
- returnOnEquityTTM
597
- revenueTTM
598
- grossProfitTTM
599
- dilutedEPSTTM
600
- quarterlyEarningsGrowthYOY
601
- quarterlyRevenueGrowthYOY
602
- analystTargetPrice
603
- analystRatingStrongBuy
604
- analystRatingBuy
605
- analystRatingHold
606
- analystRatingSell
607
- analystRatingStrongSell
608
- trailingPE
609
- forwardPE
610
- priceToSalesRatioTTM
611
- priceToBookRatio
612
- evToRevenue
613
- evToEbitda
614
- beta
615
- week52High
616
- week52Low
617
- day50MovingAverage
618
- day200MovingAverage
619
- sharesOutstanding
620
- dividendDate
621
- exDividendDate
622
- askPrice
623
- bidPrice
624
- createdAt
625
- updatedAt
626
- }
627
- relevancyScore
628
- sentimentScore
629
- sentimentLabel }
630
- }
631
- actions {
632
- id
633
- sequence
634
- tradeId
635
- type
636
- note
637
- status
638
- fee
639
- } }
640
- orders { id
641
- clientOrderId
642
- alpacaAccountId
643
- assetId
644
- qty
645
- notional
646
- side
647
- type
648
- orderClass
649
- timeInForce
650
- limitPrice
651
- stopPrice
652
- stopLoss {
653
- id
654
- stopPrice
655
- limitPrice
656
- createdAt
657
- updatedAt
658
- orderId
659
- }
660
- takeProfit {
661
- id
662
- limitPrice
663
- stopPrice
664
- createdAt
665
- updatedAt
666
- orderId
667
- }
668
- trailPrice
669
- trailPercent
670
- extendedHours
671
- status
672
- createdAt
673
- updatedAt
674
- submittedAt
675
- filledAt
676
- filledAvgPrice
677
- actionId
678
- alpacaAccount {
679
- id
680
- type
681
- APIKey
682
- APISecret
683
- configuration
684
- marketOpen
685
- minOrderSize
686
- maxOrderSize
687
- minPercentageChange
688
- volumeThreshold
689
- userId
690
- createdAt
691
- updatedAt
692
- alerts { id }
693
- }
694
- action {
695
- id
696
- sequence
697
- tradeId
698
- type
699
- note
700
- status
701
- fee
702
- }
703
- asset {
704
- id
705
- symbol
706
- name
707
- type
708
- logoUrl
709
- description
710
- cik
711
- exchange
712
- currency
713
- country
714
- sector
715
- industry
716
- address
717
- officialSite
718
- fiscalYearEnd
719
- latestQuarter
720
- marketCapitalization
721
- ebitda
722
- peRatio
723
- pegRatio
724
- bookValue
725
- dividendPerShare
726
- dividendYield
727
- eps
728
- revenuePerShareTTM
729
- profitMargin
730
- operatingMarginTTM
731
- returnOnAssetsTTM
732
- returnOnEquityTTM
733
- revenueTTM
734
- grossProfitTTM
735
- dilutedEPSTTM
736
- quarterlyEarningsGrowthYOY
737
- quarterlyRevenueGrowthYOY
738
- analystTargetPrice
739
- analystRatingStrongBuy
740
- analystRatingBuy
741
- analystRatingHold
742
- analystRatingSell
743
- analystRatingStrongSell
744
- trailingPE
745
- forwardPE
746
- priceToSalesRatioTTM
747
- priceToBookRatio
748
- evToRevenue
749
- evToEbitda
750
- beta
751
- week52High
752
- week52Low
753
- day50MovingAverage
754
- day200MovingAverage
755
- sharesOutstanding
756
- dividendDate
757
- exDividendDate
758
- askPrice
759
- bidPrice
760
- createdAt
761
- updatedAt
762
- trades { id
763
- alpacaAccountId
764
- assetId
765
- qty
766
- price
767
- total
768
- optionType
769
- signal
770
- strategy
771
- analysis
772
- summary
773
- confidence
774
- timestamp
775
- createdAt
776
- updatedAt
777
- status
778
- alpacaAccount {
779
- id
780
- type
781
- APIKey
782
- APISecret
783
- configuration
784
- marketOpen
785
- minOrderSize
786
- maxOrderSize
787
- minPercentageChange
788
- volumeThreshold
789
- user { id }
790
- userId
791
- createdAt
792
- updatedAt
793
- trades { id }
794
- orders { id }
795
- positions { id }
796
- alerts { id }
797
- }
798
- asset {
799
- id
800
- symbol
801
- name
802
- type
803
- logoUrl
804
- description
805
- cik
806
- exchange
807
- currency
808
- country
809
- sector
810
- industry
811
- address
812
- officialSite
813
- fiscalYearEnd
814
- latestQuarter
815
- marketCapitalization
816
- ebitda
817
- peRatio
818
- pegRatio
819
- bookValue
820
- dividendPerShare
821
- dividendYield
822
- eps
823
- revenuePerShareTTM
824
- profitMargin
825
- operatingMarginTTM
826
- returnOnAssetsTTM
827
- returnOnEquityTTM
828
- revenueTTM
829
- grossProfitTTM
830
- dilutedEPSTTM
831
- quarterlyEarningsGrowthYOY
832
- quarterlyRevenueGrowthYOY
833
- analystTargetPrice
834
- analystRatingStrongBuy
835
- analystRatingBuy
836
- analystRatingHold
837
- analystRatingSell
838
- analystRatingStrongSell
839
- trailingPE
840
- forwardPE
841
- priceToSalesRatioTTM
842
- priceToBookRatio
843
- evToRevenue
844
- evToEbitda
845
- beta
846
- week52High
847
- week52Low
848
- day50MovingAverage
849
- day200MovingAverage
850
- sharesOutstanding
851
- dividendDate
852
- exDividendDate
853
- askPrice
854
- bidPrice
855
- createdAt
856
- updatedAt
857
- newsMentions { id }
858
- }
859
- actions {
860
- id
861
- sequence
862
- tradeId
863
- type
864
- note
865
- status
866
- fee
867
- } }
868
- orders { id
869
- clientOrderId
870
- alpacaAccountId
871
- assetId
872
- qty
873
- notional
874
- side
875
- type
876
- orderClass
877
- timeInForce
878
- limitPrice
879
- stopPrice
880
- stopLoss {
881
- id
882
- stopPrice
883
- limitPrice
884
- createdAt
885
- updatedAt
886
- orderId
887
- }
888
- takeProfit {
889
- id
890
- limitPrice
891
- stopPrice
892
- createdAt
893
- updatedAt
894
- orderId
895
- }
896
- trailPrice
897
- trailPercent
898
- extendedHours
899
- status
900
- createdAt
901
- updatedAt
902
- submittedAt
903
- filledAt
904
- filledAvgPrice
905
- actionId
906
- alpacaAccount {
907
- id
908
- type
909
- APIKey
910
- APISecret
911
- configuration
912
- marketOpen
913
- minOrderSize
914
- maxOrderSize
915
- minPercentageChange
916
- volumeThreshold
917
- userId
918
- createdAt
919
- updatedAt
920
- alerts { id }
921
- }
922
- action {
923
- id
924
- sequence
925
- tradeId
926
- type
927
- note
928
- status
929
- fee
930
- }
931
- asset {
932
- id
933
- symbol
934
- name
935
- type
936
- logoUrl
937
- description
938
- cik
939
- exchange
940
- currency
941
- country
942
- sector
943
- industry
944
- address
945
- officialSite
946
- fiscalYearEnd
947
- latestQuarter
948
- marketCapitalization
949
- ebitda
950
- peRatio
951
- pegRatio
952
- bookValue
953
- dividendPerShare
954
- dividendYield
955
- eps
956
- revenuePerShareTTM
957
- profitMargin
958
- operatingMarginTTM
959
- returnOnAssetsTTM
960
- returnOnEquityTTM
961
- revenueTTM
962
- grossProfitTTM
963
- dilutedEPSTTM
964
- quarterlyEarningsGrowthYOY
965
- quarterlyRevenueGrowthYOY
966
- analystTargetPrice
967
- analystRatingStrongBuy
968
- analystRatingBuy
969
- analystRatingHold
970
- analystRatingSell
971
- analystRatingStrongSell
972
- trailingPE
973
- forwardPE
974
- priceToSalesRatioTTM
975
- priceToBookRatio
976
- evToRevenue
977
- evToEbitda
978
- beta
979
- week52High
980
- week52Low
981
- day50MovingAverage
982
- day200MovingAverage
983
- sharesOutstanding
984
- dividendDate
985
- exDividendDate
986
- askPrice
987
- bidPrice
988
- createdAt
989
- updatedAt
990
- trades { id }
991
- orders { id }
992
- }
993
- fee
994
- strikePrice
995
- expirationDate
996
- optionType
997
- stopLossId
998
- takeProfitId }
999
- }
1000
- fee
1001
- strikePrice
1002
- expirationDate
1003
- optionType
1004
- stopLossId
1005
- takeProfitId }
1006
- }
1007
- fee
1008
- strikePrice
1009
- expirationDate
1010
- optionType
1011
- stopLossId
1012
- takeProfitId }
1013
- positions { id
1014
- assetId
1015
- asset {
1016
- id
1017
- logoUrl
1018
- description
1019
- cik
1020
- exchange
1021
- currency
1022
- country
1023
- sector
1024
- industry
1025
- address
1026
- officialSite
1027
- fiscalYearEnd
1028
- latestQuarter
1029
- marketCapitalization
1030
- ebitda
1031
- peRatio
1032
- pegRatio
1033
- bookValue
1034
- dividendPerShare
1035
- dividendYield
1036
- eps
1037
- revenuePerShareTTM
1038
- profitMargin
1039
- operatingMarginTTM
1040
- returnOnAssetsTTM
1041
- returnOnEquityTTM
1042
- revenueTTM
1043
- grossProfitTTM
1044
- dilutedEPSTTM
1045
- quarterlyEarningsGrowthYOY
1046
- quarterlyRevenueGrowthYOY
1047
- analystTargetPrice
1048
- analystRatingStrongBuy
1049
- analystRatingBuy
1050
- analystRatingHold
1051
- analystRatingSell
1052
- analystRatingStrongSell
1053
- trailingPE
1054
- forwardPE
1055
- priceToSalesRatioTTM
1056
- priceToBookRatio
1057
- evToRevenue
1058
- evToEbitda
1059
- beta
1060
- week52High
1061
- week52Low
1062
- day50MovingAverage
1063
- day200MovingAverage
1064
- sharesOutstanding
1065
- dividendDate
1066
- exDividendDate
1067
- askPrice
1068
- bidPrice
1069
- createdAt
1070
- updatedAt
1071
- trades { id
1072
- alpacaAccountId
1073
- assetId
1074
- qty
1075
- price
1076
- total
1077
- optionType
1078
- signal
1079
- strategy
1080
- analysis
1081
- summary
1082
- confidence
1083
- timestamp
1084
- createdAt
1085
- updatedAt
1086
- status
1087
- alpacaAccount {
1088
- id
1089
- type
1090
- APIKey
1091
- APISecret
1092
- configuration
1093
- marketOpen
1094
- minOrderSize
1095
- maxOrderSize
1096
- minPercentageChange
1097
- volumeThreshold
1098
- user { id }
1099
- userId
1100
- createdAt
1101
- updatedAt
1102
- trades { id }
1103
- orders { id }
1104
- positions { id }
1105
- alerts { id }
1106
- }
1107
- asset {
1108
- id
1109
- symbol
1110
- name
1111
- type
1112
- logoUrl
1113
- description
1114
- cik
1115
- exchange
1116
- currency
1117
- country
1118
- sector
1119
- industry
1120
- address
1121
- officialSite
1122
- fiscalYearEnd
1123
- latestQuarter
1124
- marketCapitalization
1125
- ebitda
1126
- peRatio
1127
- pegRatio
1128
- bookValue
1129
- dividendPerShare
1130
- dividendYield
1131
- eps
1132
- revenuePerShareTTM
1133
- profitMargin
1134
- operatingMarginTTM
1135
- returnOnAssetsTTM
1136
- returnOnEquityTTM
1137
- revenueTTM
1138
- grossProfitTTM
1139
- dilutedEPSTTM
1140
- quarterlyEarningsGrowthYOY
1141
- quarterlyRevenueGrowthYOY
1142
- analystTargetPrice
1143
- analystRatingStrongBuy
1144
- analystRatingBuy
1145
- analystRatingHold
1146
- analystRatingSell
1147
- analystRatingStrongSell
1148
- trailingPE
1149
- forwardPE
1150
- priceToSalesRatioTTM
1151
- priceToBookRatio
1152
- evToRevenue
1153
- evToEbitda
1154
- beta
1155
- week52High
1156
- week52Low
1157
- day50MovingAverage
1158
- day200MovingAverage
1159
- sharesOutstanding
1160
- dividendDate
1161
- exDividendDate
1162
- askPrice
1163
- bidPrice
1164
- createdAt
1165
- updatedAt
1166
- newsMentions { id
1167
- assetId
1168
- newsArticleId
1169
- url
1170
- news {
1171
- id
1172
- title
1173
- content
1174
- source
1175
- sourceDomain
1176
- url
1177
- sentiment
1178
- authors
1179
- summary
1180
- bannerImage
1181
- timePublished
1182
- category
1183
- topics
1184
- logo
1185
- createdAt
1186
- updatedAt
1187
- }
1188
- asset {
1189
- id
1190
- symbol
1191
- name
1192
- type
1193
- logoUrl
1194
- description
1195
- cik
1196
- exchange
1197
- currency
1198
- country
1199
- sector
1200
- industry
1201
- address
1202
- officialSite
1203
- fiscalYearEnd
1204
- latestQuarter
1205
- marketCapitalization
1206
- ebitda
1207
- peRatio
1208
- pegRatio
1209
- bookValue
1210
- dividendPerShare
1211
- dividendYield
1212
- eps
1213
- revenuePerShareTTM
1214
- profitMargin
1215
- operatingMarginTTM
1216
- returnOnAssetsTTM
1217
- returnOnEquityTTM
1218
- revenueTTM
1219
- grossProfitTTM
1220
- dilutedEPSTTM
1221
- quarterlyEarningsGrowthYOY
1222
- quarterlyRevenueGrowthYOY
1223
- analystTargetPrice
1224
- analystRatingStrongBuy
1225
- analystRatingBuy
1226
- analystRatingHold
1227
- analystRatingSell
1228
- analystRatingStrongSell
1229
- trailingPE
1230
- forwardPE
1231
- priceToSalesRatioTTM
1232
- priceToBookRatio
1233
- evToRevenue
1234
- evToEbitda
1235
- beta
1236
- week52High
1237
- week52Low
1238
- day50MovingAverage
1239
- day200MovingAverage
1240
- sharesOutstanding
1241
- dividendDate
1242
- exDividendDate
1243
- askPrice
1244
- bidPrice
1245
- createdAt
1246
- updatedAt
1247
- }
1248
- relevancyScore
1249
- sentimentScore
1250
- sentimentLabel }
1251
- }
1252
- actions {
1253
- id
1254
- sequence
1255
- tradeId
1256
- type
1257
- note
1258
- status
1259
- fee
1260
- } }
1261
- orders { id
1262
- clientOrderId
1263
- alpacaAccountId
1264
- assetId
1265
- qty
1266
- notional
1267
- side
1268
- type
1269
- orderClass
1270
- timeInForce
1271
- limitPrice
1272
- stopPrice
1273
- stopLoss {
1274
- id
1275
- stopPrice
1276
- limitPrice
1277
- createdAt
1278
- updatedAt
1279
- orderId
1280
- }
1281
- takeProfit {
1282
- id
1283
- limitPrice
1284
- stopPrice
1285
- createdAt
1286
- updatedAt
1287
- orderId
1288
- }
1289
- trailPrice
1290
- trailPercent
1291
- extendedHours
1292
- status
1293
- createdAt
1294
- updatedAt
1295
- submittedAt
1296
- filledAt
1297
- filledAvgPrice
1298
- actionId
1299
- alpacaAccount {
1300
- id
1301
- type
1302
- APIKey
1303
- APISecret
1304
- configuration
1305
- marketOpen
1306
- minOrderSize
1307
- maxOrderSize
1308
- minPercentageChange
1309
- volumeThreshold
1310
- userId
1311
- createdAt
1312
- updatedAt
1313
- alerts { id }
1314
- }
1315
- action {
1316
- id
1317
- sequence
1318
- tradeId
1319
- type
1320
- note
1321
- status
1322
- fee
1323
- }
1324
- asset {
1325
- id
1326
- symbol
1327
- name
1328
- type
1329
- logoUrl
1330
- description
1331
- cik
1332
- exchange
1333
- currency
1334
- country
1335
- sector
1336
- industry
1337
- address
1338
- officialSite
1339
- fiscalYearEnd
1340
- latestQuarter
1341
- marketCapitalization
1342
- ebitda
1343
- peRatio
1344
- pegRatio
1345
- bookValue
1346
- dividendPerShare
1347
- dividendYield
1348
- eps
1349
- revenuePerShareTTM
1350
- profitMargin
1351
- operatingMarginTTM
1352
- returnOnAssetsTTM
1353
- returnOnEquityTTM
1354
- revenueTTM
1355
- grossProfitTTM
1356
- dilutedEPSTTM
1357
- quarterlyEarningsGrowthYOY
1358
- quarterlyRevenueGrowthYOY
1359
- analystTargetPrice
1360
- analystRatingStrongBuy
1361
- analystRatingBuy
1362
- analystRatingHold
1363
- analystRatingSell
1364
- analystRatingStrongSell
1365
- trailingPE
1366
- forwardPE
1367
- priceToSalesRatioTTM
1368
- priceToBookRatio
1369
- evToRevenue
1370
- evToEbitda
1371
- beta
1372
- week52High
1373
- week52Low
1374
- day50MovingAverage
1375
- day200MovingAverage
1376
- sharesOutstanding
1377
- dividendDate
1378
- exDividendDate
1379
- askPrice
1380
- bidPrice
1381
- createdAt
1382
- updatedAt
1383
- trades { id
1384
- alpacaAccountId
1385
- assetId
1386
- qty
1387
- price
1388
- total
1389
- optionType
1390
- signal
1391
- strategy
1392
- analysis
1393
- summary
1394
- confidence
1395
- timestamp
1396
- createdAt
1397
- updatedAt
1398
- status
1399
- alpacaAccount {
1400
- id
1401
- type
1402
- APIKey
1403
- APISecret
1404
- configuration
1405
- marketOpen
1406
- minOrderSize
1407
- maxOrderSize
1408
- minPercentageChange
1409
- volumeThreshold
1410
- user { id }
1411
- userId
1412
- createdAt
1413
- updatedAt
1414
- trades { id }
1415
- orders { id }
1416
- positions { id }
1417
- alerts { id }
1418
- }
1419
- asset {
1420
- id
1421
- symbol
1422
- name
1423
- type
1424
- logoUrl
1425
- description
1426
- cik
1427
- exchange
1428
- currency
1429
- country
1430
- sector
1431
- industry
1432
- address
1433
- officialSite
1434
- fiscalYearEnd
1435
- latestQuarter
1436
- marketCapitalization
1437
- ebitda
1438
- peRatio
1439
- pegRatio
1440
- bookValue
1441
- dividendPerShare
1442
- dividendYield
1443
- eps
1444
- revenuePerShareTTM
1445
- profitMargin
1446
- operatingMarginTTM
1447
- returnOnAssetsTTM
1448
- returnOnEquityTTM
1449
- revenueTTM
1450
- grossProfitTTM
1451
- dilutedEPSTTM
1452
- quarterlyEarningsGrowthYOY
1453
- quarterlyRevenueGrowthYOY
1454
- analystTargetPrice
1455
- analystRatingStrongBuy
1456
- analystRatingBuy
1457
- analystRatingHold
1458
- analystRatingSell
1459
- analystRatingStrongSell
1460
- trailingPE
1461
- forwardPE
1462
- priceToSalesRatioTTM
1463
- priceToBookRatio
1464
- evToRevenue
1465
- evToEbitda
1466
- beta
1467
- week52High
1468
- week52Low
1469
- day50MovingAverage
1470
- day200MovingAverage
1471
- sharesOutstanding
1472
- dividendDate
1473
- exDividendDate
1474
- askPrice
1475
- bidPrice
1476
- createdAt
1477
- updatedAt
1478
- newsMentions { id }
1479
- }
1480
- actions {
1481
- id
1482
- sequence
1483
- tradeId
1484
- type
1485
- note
1486
- status
1487
- fee
1488
- } }
1489
- orders { id
1490
- clientOrderId
1491
- alpacaAccountId
1492
- assetId
1493
- qty
1494
- notional
1495
- side
1496
- type
1497
- orderClass
1498
- timeInForce
1499
- limitPrice
1500
- stopPrice
1501
- stopLoss {
1502
- id
1503
- stopPrice
1504
- limitPrice
1505
- createdAt
1506
- updatedAt
1507
- orderId
1508
- }
1509
- takeProfit {
1510
- id
1511
- limitPrice
1512
- stopPrice
1513
- createdAt
1514
- updatedAt
1515
- orderId
1516
- }
1517
- trailPrice
1518
- trailPercent
1519
- extendedHours
1520
- status
1521
- createdAt
1522
- updatedAt
1523
- submittedAt
1524
- filledAt
1525
- filledAvgPrice
1526
- actionId
1527
- alpacaAccount {
1528
- id
1529
- type
1530
- APIKey
1531
- APISecret
1532
- configuration
1533
- marketOpen
1534
- minOrderSize
1535
- maxOrderSize
1536
- minPercentageChange
1537
- volumeThreshold
1538
- userId
1539
- createdAt
1540
- updatedAt
1541
- alerts { id }
1542
- }
1543
- action {
1544
- id
1545
- sequence
1546
- tradeId
1547
- type
1548
- note
1549
- status
1550
- fee
1551
- }
1552
- asset {
1553
- id
1554
- symbol
1555
- name
1556
- type
1557
- logoUrl
1558
- description
1559
- cik
1560
- exchange
1561
- currency
1562
- country
1563
- sector
1564
- industry
1565
- address
1566
- officialSite
1567
- fiscalYearEnd
1568
- latestQuarter
1569
- marketCapitalization
1570
- ebitda
1571
- peRatio
1572
- pegRatio
1573
- bookValue
1574
- dividendPerShare
1575
- dividendYield
1576
- eps
1577
- revenuePerShareTTM
1578
- profitMargin
1579
- operatingMarginTTM
1580
- returnOnAssetsTTM
1581
- returnOnEquityTTM
1582
- revenueTTM
1583
- grossProfitTTM
1584
- dilutedEPSTTM
1585
- quarterlyEarningsGrowthYOY
1586
- quarterlyRevenueGrowthYOY
1587
- analystTargetPrice
1588
- analystRatingStrongBuy
1589
- analystRatingBuy
1590
- analystRatingHold
1591
- analystRatingSell
1592
- analystRatingStrongSell
1593
- trailingPE
1594
- forwardPE
1595
- priceToSalesRatioTTM
1596
- priceToBookRatio
1597
- evToRevenue
1598
- evToEbitda
1599
- beta
1600
- week52High
1601
- week52Low
1602
- day50MovingAverage
1603
- day200MovingAverage
1604
- sharesOutstanding
1605
- dividendDate
1606
- exDividendDate
1607
- askPrice
1608
- bidPrice
1609
- createdAt
1610
- updatedAt
1611
- trades { id }
1612
- orders { id }
1613
- }
1614
- fee
1615
- strikePrice
1616
- expirationDate
1617
- optionType
1618
- stopLossId
1619
- takeProfitId }
1620
- }
1621
- fee
1622
- strikePrice
1623
- expirationDate
1624
- optionType
1625
- stopLossId
1626
- takeProfitId }
1627
- positions { id
1628
- assetId
1629
- asset {
1630
- id
1631
- logoUrl
1632
- description
1633
- cik
1634
- exchange
1635
- currency
1636
- country
1637
- sector
1638
- industry
1639
- address
1640
- officialSite
1641
- fiscalYearEnd
1642
- latestQuarter
1643
- marketCapitalization
1644
- ebitda
1645
- peRatio
1646
- pegRatio
1647
- bookValue
1648
- dividendPerShare
1649
- dividendYield
1650
- eps
1651
- revenuePerShareTTM
1652
- profitMargin
1653
- operatingMarginTTM
1654
- returnOnAssetsTTM
1655
- returnOnEquityTTM
1656
- revenueTTM
1657
- grossProfitTTM
1658
- dilutedEPSTTM
1659
- quarterlyEarningsGrowthYOY
1660
- quarterlyRevenueGrowthYOY
1661
- analystTargetPrice
1662
- analystRatingStrongBuy
1663
- analystRatingBuy
1664
- analystRatingHold
1665
- analystRatingSell
1666
- analystRatingStrongSell
1667
- trailingPE
1668
- forwardPE
1669
- priceToSalesRatioTTM
1670
- priceToBookRatio
1671
- evToRevenue
1672
- evToEbitda
1673
- beta
1674
- week52High
1675
- week52Low
1676
- day50MovingAverage
1677
- day200MovingAverage
1678
- sharesOutstanding
1679
- dividendDate
1680
- exDividendDate
1681
- askPrice
1682
- bidPrice
1683
- createdAt
1684
- updatedAt
1685
- trades { id
1686
- alpacaAccountId
1687
- assetId
1688
- qty
1689
- price
1690
- total
1691
- optionType
1692
- signal
1693
- strategy
1694
- analysis
1695
- summary
1696
- confidence
1697
- timestamp
1698
- createdAt
1699
- updatedAt
1700
- status
1701
- alpacaAccount {
1702
- id
1703
- type
1704
- APIKey
1705
- APISecret
1706
- configuration
1707
- marketOpen
1708
- minOrderSize
1709
- maxOrderSize
1710
- minPercentageChange
1711
- volumeThreshold
1712
- user { id }
1713
- userId
1714
- createdAt
1715
- updatedAt
1716
- trades { id }
1717
- orders { id }
1718
- positions { id }
1719
- alerts { id }
1720
- }
1721
- asset {
1722
- id
1723
- symbol
1724
- name
1725
- type
1726
- logoUrl
1727
- description
1728
- cik
1729
- exchange
1730
- currency
1731
- country
1732
- sector
1733
- industry
1734
- address
1735
- officialSite
1736
- fiscalYearEnd
1737
- latestQuarter
1738
- marketCapitalization
1739
- ebitda
1740
- peRatio
1741
- pegRatio
1742
- bookValue
1743
- dividendPerShare
1744
- dividendYield
1745
- eps
1746
- revenuePerShareTTM
1747
- profitMargin
1748
- operatingMarginTTM
1749
- returnOnAssetsTTM
1750
- returnOnEquityTTM
1751
- revenueTTM
1752
- grossProfitTTM
1753
- dilutedEPSTTM
1754
- quarterlyEarningsGrowthYOY
1755
- quarterlyRevenueGrowthYOY
1756
- analystTargetPrice
1757
- analystRatingStrongBuy
1758
- analystRatingBuy
1759
- analystRatingHold
1760
- analystRatingSell
1761
- analystRatingStrongSell
1762
- trailingPE
1763
- forwardPE
1764
- priceToSalesRatioTTM
1765
- priceToBookRatio
1766
- evToRevenue
1767
- evToEbitda
1768
- beta
1769
- week52High
1770
- week52Low
1771
- day50MovingAverage
1772
- day200MovingAverage
1773
- sharesOutstanding
1774
- dividendDate
1775
- exDividendDate
1776
- askPrice
1777
- bidPrice
1778
- createdAt
1779
- updatedAt
1780
- newsMentions { id }
1781
- }
1782
- actions {
1783
- id
1784
- sequence
1785
- tradeId
1786
- type
1787
- note
1788
- status
1789
- fee
1790
- } }
1791
- orders { id
1792
- clientOrderId
1793
- alpacaAccountId
1794
- assetId
1795
- qty
1796
- notional
1797
- side
1798
- type
1799
- orderClass
1800
- timeInForce
1801
- limitPrice
1802
- stopPrice
1803
- stopLoss {
1804
- id
1805
- stopPrice
1806
- limitPrice
1807
- createdAt
1808
- updatedAt
1809
- orderId
1810
- }
1811
- takeProfit {
1812
- id
1813
- limitPrice
1814
- stopPrice
1815
- createdAt
1816
- updatedAt
1817
- orderId
1818
- }
1819
- trailPrice
1820
- trailPercent
1821
- extendedHours
1822
- status
1823
- createdAt
1824
- updatedAt
1825
- submittedAt
1826
- filledAt
1827
- filledAvgPrice
1828
- actionId
1829
- alpacaAccount {
1830
- id
1831
- type
1832
- APIKey
1833
- APISecret
1834
- configuration
1835
- marketOpen
1836
- minOrderSize
1837
- maxOrderSize
1838
- minPercentageChange
1839
- volumeThreshold
1840
- userId
1841
- createdAt
1842
- updatedAt
1843
- alerts { id }
1844
- }
1845
- action {
1846
- id
1847
- sequence
1848
- tradeId
1849
- type
1850
- note
1851
- status
1852
- fee
1853
- }
1854
- asset {
1855
- id
1856
- symbol
1857
- name
1858
- type
1859
- logoUrl
1860
- description
1861
- cik
1862
- exchange
1863
- currency
1864
- country
1865
- sector
1866
- industry
1867
- address
1868
- officialSite
1869
- fiscalYearEnd
1870
- latestQuarter
1871
- marketCapitalization
1872
- ebitda
1873
- peRatio
1874
- pegRatio
1875
- bookValue
1876
- dividendPerShare
1877
- dividendYield
1878
- eps
1879
- revenuePerShareTTM
1880
- profitMargin
1881
- operatingMarginTTM
1882
- returnOnAssetsTTM
1883
- returnOnEquityTTM
1884
- revenueTTM
1885
- grossProfitTTM
1886
- dilutedEPSTTM
1887
- quarterlyEarningsGrowthYOY
1888
- quarterlyRevenueGrowthYOY
1889
- analystTargetPrice
1890
- analystRatingStrongBuy
1891
- analystRatingBuy
1892
- analystRatingHold
1893
- analystRatingSell
1894
- analystRatingStrongSell
1895
- trailingPE
1896
- forwardPE
1897
- priceToSalesRatioTTM
1898
- priceToBookRatio
1899
- evToRevenue
1900
- evToEbitda
1901
- beta
1902
- week52High
1903
- week52Low
1904
- day50MovingAverage
1905
- day200MovingAverage
1906
- sharesOutstanding
1907
- dividendDate
1908
- exDividendDate
1909
- askPrice
1910
- bidPrice
1911
- createdAt
1912
- updatedAt
1913
- trades { id }
1914
- orders { id }
1915
- }
1916
- fee
1917
- strikePrice
1918
- expirationDate
1919
- optionType
1920
- stopLossId
1921
- takeProfitId }
1922
- positions { id
1923
- assetId
1924
- asset {
1925
- id
1926
- logoUrl
1927
- description
1928
- cik
1929
- exchange
1930
- currency
1931
- country
1932
- sector
1933
- industry
1934
- address
1935
- officialSite
1936
- fiscalYearEnd
1937
- latestQuarter
1938
- marketCapitalization
1939
- ebitda
1940
- peRatio
1941
- pegRatio
1942
- bookValue
1943
- dividendPerShare
1944
- dividendYield
1945
- eps
1946
- revenuePerShareTTM
1947
- profitMargin
1948
- operatingMarginTTM
1949
- returnOnAssetsTTM
1950
- returnOnEquityTTM
1951
- revenueTTM
1952
- grossProfitTTM
1953
- dilutedEPSTTM
1954
- quarterlyEarningsGrowthYOY
1955
- quarterlyRevenueGrowthYOY
1956
- analystTargetPrice
1957
- analystRatingStrongBuy
1958
- analystRatingBuy
1959
- analystRatingHold
1960
- analystRatingSell
1961
- analystRatingStrongSell
1962
- trailingPE
1963
- forwardPE
1964
- priceToSalesRatioTTM
1965
- priceToBookRatio
1966
- evToRevenue
1967
- evToEbitda
1968
- beta
1969
- week52High
1970
- week52Low
1971
- day50MovingAverage
1972
- day200MovingAverage
1973
- sharesOutstanding
1974
- dividendDate
1975
- exDividendDate
1976
- askPrice
1977
- bidPrice
1978
- createdAt
1979
- updatedAt
1980
- trades { id }
1981
- orders { id }
1982
- positions { id }
1983
- newsMentions { id }
1984
- }
1985
- averageEntryPrice
1986
- qty
1987
- qtyAvailable
1988
- marketValue
1989
- costBasis
1990
- unrealizedPL
1991
- unrealizedPLPC
1992
- unrealisedIntradayPL
1993
- unrealisedIntradayPLPC
1994
- currentPrice
1995
- lastTradePrice
1996
- changeToday
1997
- assetMarginable
1998
- alpacaAccount {
1999
- id
2000
- type
2001
- APIKey
2002
- APISecret
2003
- configuration
2004
- marketOpen
2005
- minOrderSize
2006
- maxOrderSize
2007
- minPercentageChange
2008
- volumeThreshold
2009
- user { id }
2010
- userId
2011
- createdAt
2012
- updatedAt
2013
- trades { id }
2014
- orders { id }
2015
- positions { id }
2016
- alerts { id }
2017
- }
2018
- alpacaAccountId }
2019
- newsMentions { id
2020
- assetId
2021
- newsArticleId
2022
- url
2023
- news {
2024
- id
2025
- title
2026
- content
2027
- source
2028
- sourceDomain
2029
- url
2030
- sentiment
2031
- authors
2032
- summary
2033
- bannerImage
2034
- timePublished
2035
- category
2036
- topics
2037
- logo
2038
- createdAt
2039
- updatedAt
2040
- }
2041
- asset {
2042
- id
2043
- symbol
2044
- name
2045
- type
2046
- logoUrl
2047
- description
2048
- cik
2049
- exchange
2050
- currency
2051
- country
2052
- sector
2053
- industry
2054
- address
2055
- officialSite
2056
- fiscalYearEnd
2057
- latestQuarter
2058
- marketCapitalization
2059
- ebitda
2060
- peRatio
2061
- pegRatio
2062
- bookValue
2063
- dividendPerShare
2064
- dividendYield
2065
- eps
2066
- revenuePerShareTTM
2067
- profitMargin
2068
- operatingMarginTTM
2069
- returnOnAssetsTTM
2070
- returnOnEquityTTM
2071
- revenueTTM
2072
- grossProfitTTM
2073
- dilutedEPSTTM
2074
- quarterlyEarningsGrowthYOY
2075
- quarterlyRevenueGrowthYOY
2076
- analystTargetPrice
2077
- analystRatingStrongBuy
2078
- analystRatingBuy
2079
- analystRatingHold
2080
- analystRatingSell
2081
- analystRatingStrongSell
2082
- trailingPE
2083
- forwardPE
2084
- priceToSalesRatioTTM
2085
- priceToBookRatio
2086
- evToRevenue
2087
- evToEbitda
2088
- beta
2089
- week52High
2090
- week52Low
2091
- day50MovingAverage
2092
- day200MovingAverage
2093
- sharesOutstanding
2094
- dividendDate
2095
- exDividendDate
2096
- askPrice
2097
- bidPrice
2098
- createdAt
2099
- updatedAt
2100
- }
2101
- relevancyScore
2102
- sentimentScore
2103
- sentimentLabel }
2104
- }
2105
- averageEntryPrice
2106
- qty
2107
- qtyAvailable
2108
- marketValue
2109
- costBasis
2110
- unrealizedPL
2111
- unrealizedPLPC
2112
- unrealisedIntradayPL
2113
- unrealisedIntradayPLPC
2114
- currentPrice
2115
- lastTradePrice
2116
- changeToday
2117
- assetMarginable
2118
- alpacaAccount {
2119
- id
2120
- type
2121
- APIKey
2122
- APISecret
2123
- configuration
2124
- marketOpen
2125
- minOrderSize
2126
- maxOrderSize
2127
- minPercentageChange
2128
- volumeThreshold
2129
- user { id }
2130
- userId
2131
- createdAt
2132
- updatedAt
2133
- trades { id }
2134
- orders { id }
2135
- positions { id
2136
- assetId
2137
- asset {
2138
- id
2139
- logoUrl
2140
- description
2141
- cik
2142
- exchange
2143
- currency
2144
- country
2145
- sector
2146
- industry
2147
- address
2148
- officialSite
2149
- fiscalYearEnd
2150
- latestQuarter
2151
- marketCapitalization
2152
- ebitda
2153
- peRatio
2154
- pegRatio
2155
- bookValue
2156
- dividendPerShare
2157
- dividendYield
2158
- eps
2159
- revenuePerShareTTM
2160
- profitMargin
2161
- operatingMarginTTM
2162
- returnOnAssetsTTM
2163
- returnOnEquityTTM
2164
- revenueTTM
2165
- grossProfitTTM
2166
- dilutedEPSTTM
2167
- quarterlyEarningsGrowthYOY
2168
- quarterlyRevenueGrowthYOY
2169
- analystTargetPrice
2170
- analystRatingStrongBuy
2171
- analystRatingBuy
2172
- analystRatingHold
2173
- analystRatingSell
2174
- analystRatingStrongSell
2175
- trailingPE
2176
- forwardPE
2177
- priceToSalesRatioTTM
2178
- priceToBookRatio
2179
- evToRevenue
2180
- evToEbitda
2181
- beta
2182
- week52High
2183
- week52Low
2184
- day50MovingAverage
2185
- day200MovingAverage
2186
- sharesOutstanding
2187
- dividendDate
2188
- exDividendDate
2189
- askPrice
2190
- bidPrice
2191
- createdAt
2192
- updatedAt
2193
- trades { id }
2194
- orders { id }
2195
- positions { id }
2196
- newsMentions { id }
2197
- }
2198
- averageEntryPrice
2199
- qty
2200
- qtyAvailable
2201
- marketValue
2202
- costBasis
2203
- unrealizedPL
2204
- unrealizedPLPC
2205
- unrealisedIntradayPL
2206
- unrealisedIntradayPLPC
2207
- currentPrice
2208
- lastTradePrice
2209
- changeToday
2210
- assetMarginable
2211
- alpacaAccount {
2212
- id
2213
- type
2214
- APIKey
2215
- APISecret
2216
- configuration
2217
- marketOpen
2218
- minOrderSize
2219
- maxOrderSize
2220
- minPercentageChange
2221
- volumeThreshold
2222
- user { id }
2223
- userId
2224
- createdAt
2225
- updatedAt
2226
- trades { id }
2227
- orders { id }
2228
- positions { id }
2229
- alerts { id }
2230
- }
2231
- alpacaAccountId }
2232
- alerts { id }
2233
- }
2234
- alpacaAccountId }
2235
- newsMentions { id
2236
- assetId
2237
- newsArticleId
2238
- url
2239
- news {
2240
- id
2241
- title
2242
- content
2243
- source
2244
- sourceDomain
2245
- url
2246
- sentiment
2247
- authors
2248
- summary
2249
- bannerImage
2250
- timePublished
2251
- category
2252
- topics
2253
- logo
2254
- createdAt
2255
- updatedAt
2256
- }
2257
- asset {
2258
- id
2259
- symbol
2260
- name
2261
- type
2262
- logoUrl
2263
- description
2264
- cik
2265
- exchange
2266
- currency
2267
- country
2268
- sector
2269
- industry
2270
- address
2271
- officialSite
2272
- fiscalYearEnd
2273
- latestQuarter
2274
- marketCapitalization
2275
- ebitda
2276
- peRatio
2277
- pegRatio
2278
- bookValue
2279
- dividendPerShare
2280
- dividendYield
2281
- eps
2282
- revenuePerShareTTM
2283
- profitMargin
2284
- operatingMarginTTM
2285
- returnOnAssetsTTM
2286
- returnOnEquityTTM
2287
- revenueTTM
2288
- grossProfitTTM
2289
- dilutedEPSTTM
2290
- quarterlyEarningsGrowthYOY
2291
- quarterlyRevenueGrowthYOY
2292
- analystTargetPrice
2293
- analystRatingStrongBuy
2294
- analystRatingBuy
2295
- analystRatingHold
2296
- analystRatingSell
2297
- analystRatingStrongSell
2298
- trailingPE
2299
- forwardPE
2300
- priceToSalesRatioTTM
2301
- priceToBookRatio
2302
- evToRevenue
2303
- evToEbitda
2304
- beta
2305
- week52High
2306
- week52Low
2307
- day50MovingAverage
2308
- day200MovingAverage
2309
- sharesOutstanding
2310
- dividendDate
2311
- exDividendDate
2312
- askPrice
2313
- bidPrice
2314
- createdAt
2315
- updatedAt
2316
- }
2317
- relevancyScore
2318
- sentimentScore
2319
- sentimentLabel }
2320
- }
2321
- averageEntryPrice
2322
- qty
2323
- qtyAvailable
2324
- marketValue
2325
- costBasis
2326
- unrealizedPL
2327
- unrealizedPLPC
2328
- unrealisedIntradayPL
2329
- unrealisedIntradayPLPC
2330
- currentPrice
2331
- lastTradePrice
2332
- changeToday
2333
- assetMarginable
2334
- alpacaAccount {
2335
- id
2336
- type
2337
- APIKey
2338
- APISecret
2339
- configuration
2340
- marketOpen
2341
- minOrderSize
2342
- maxOrderSize
2343
- minPercentageChange
2344
- volumeThreshold
2345
- user { id }
2346
- userId
2347
- createdAt
2348
- updatedAt
2349
- trades { id }
2350
- orders { id }
2351
- positions { id
2352
- assetId
2353
- asset {
2354
- id
2355
- logoUrl
2356
- description
2357
- cik
2358
- exchange
2359
- currency
2360
- country
2361
- sector
2362
- industry
2363
- address
2364
- officialSite
2365
- fiscalYearEnd
2366
- latestQuarter
2367
- marketCapitalization
2368
- ebitda
2369
- peRatio
2370
- pegRatio
2371
- bookValue
2372
- dividendPerShare
2373
- dividendYield
2374
- eps
2375
- revenuePerShareTTM
2376
- profitMargin
2377
- operatingMarginTTM
2378
- returnOnAssetsTTM
2379
- returnOnEquityTTM
2380
- revenueTTM
2381
- grossProfitTTM
2382
- dilutedEPSTTM
2383
- quarterlyEarningsGrowthYOY
2384
- quarterlyRevenueGrowthYOY
2385
- analystTargetPrice
2386
- analystRatingStrongBuy
2387
- analystRatingBuy
2388
- analystRatingHold
2389
- analystRatingSell
2390
- analystRatingStrongSell
2391
- trailingPE
2392
- forwardPE
2393
- priceToSalesRatioTTM
2394
- priceToBookRatio
2395
- evToRevenue
2396
- evToEbitda
2397
- beta
2398
- week52High
2399
- week52Low
2400
- day50MovingAverage
2401
- day200MovingAverage
2402
- sharesOutstanding
2403
- dividendDate
2404
- exDividendDate
2405
- askPrice
2406
- bidPrice
2407
- createdAt
2408
- updatedAt
2409
- trades { id
2410
- alpacaAccountId
2411
- assetId
2412
- qty
2413
- price
2414
- total
2415
- optionType
2416
- signal
2417
- strategy
2418
- analysis
2419
- summary
2420
- confidence
2421
- timestamp
2422
- createdAt
2423
- updatedAt
2424
- status
2425
- alpacaAccount {
2426
- id
2427
- type
2428
- APIKey
2429
- APISecret
2430
- configuration
2431
- marketOpen
2432
- minOrderSize
2433
- maxOrderSize
2434
- minPercentageChange
2435
- volumeThreshold
2436
- user { id }
2437
- userId
2438
- createdAt
2439
- updatedAt
2440
- trades { id }
2441
- orders { id }
2442
- positions { id }
2443
- alerts { id }
2444
- }
2445
- asset {
2446
- id
2447
- symbol
2448
- name
2449
- type
2450
- logoUrl
2451
- description
2452
- cik
2453
- exchange
2454
- currency
2455
- country
2456
- sector
2457
- industry
2458
- address
2459
- officialSite
2460
- fiscalYearEnd
2461
- latestQuarter
2462
- marketCapitalization
2463
- ebitda
2464
- peRatio
2465
- pegRatio
2466
- bookValue
2467
- dividendPerShare
2468
- dividendYield
2469
- eps
2470
- revenuePerShareTTM
2471
- profitMargin
2472
- operatingMarginTTM
2473
- returnOnAssetsTTM
2474
- returnOnEquityTTM
2475
- revenueTTM
2476
- grossProfitTTM
2477
- dilutedEPSTTM
2478
- quarterlyEarningsGrowthYOY
2479
- quarterlyRevenueGrowthYOY
2480
- analystTargetPrice
2481
- analystRatingStrongBuy
2482
- analystRatingBuy
2483
- analystRatingHold
2484
- analystRatingSell
2485
- analystRatingStrongSell
2486
- trailingPE
2487
- forwardPE
2488
- priceToSalesRatioTTM
2489
- priceToBookRatio
2490
- evToRevenue
2491
- evToEbitda
2492
- beta
2493
- week52High
2494
- week52Low
2495
- day50MovingAverage
2496
- day200MovingAverage
2497
- sharesOutstanding
2498
- dividendDate
2499
- exDividendDate
2500
- askPrice
2501
- bidPrice
2502
- createdAt
2503
- updatedAt
2504
- newsMentions { id }
2505
- }
2506
- actions {
2507
- id
2508
- sequence
2509
- tradeId
2510
- type
2511
- note
2512
- status
2513
- fee
2514
- } }
2515
- orders { id
2516
- clientOrderId
2517
- alpacaAccountId
2518
- assetId
2519
- qty
2520
- notional
2521
- side
2522
- type
2523
- orderClass
2524
- timeInForce
2525
- limitPrice
2526
- stopPrice
2527
- stopLoss {
2528
- id
2529
- stopPrice
2530
- limitPrice
2531
- createdAt
2532
- updatedAt
2533
- orderId
2534
- }
2535
- takeProfit {
2536
- id
2537
- limitPrice
2538
- stopPrice
2539
- createdAt
2540
- updatedAt
2541
- orderId
2542
- }
2543
- trailPrice
2544
- trailPercent
2545
- extendedHours
2546
- status
2547
- createdAt
2548
- updatedAt
2549
- submittedAt
2550
- filledAt
2551
- filledAvgPrice
2552
- actionId
2553
- alpacaAccount {
2554
- id
2555
- type
2556
- APIKey
2557
- APISecret
2558
- configuration
2559
- marketOpen
2560
- minOrderSize
2561
- maxOrderSize
2562
- minPercentageChange
2563
- volumeThreshold
2564
- userId
2565
- createdAt
2566
- updatedAt
2567
- alerts { id }
2568
- }
2569
- action {
2570
- id
2571
- sequence
2572
- tradeId
2573
- type
2574
- note
2575
- status
2576
- fee
2577
- }
2578
- asset {
2579
- id
2580
- symbol
2581
- name
2582
- type
2583
- logoUrl
2584
- description
2585
- cik
2586
- exchange
2587
- currency
2588
- country
2589
- sector
2590
- industry
2591
- address
2592
- officialSite
2593
- fiscalYearEnd
2594
- latestQuarter
2595
- marketCapitalization
2596
- ebitda
2597
- peRatio
2598
- pegRatio
2599
- bookValue
2600
- dividendPerShare
2601
- dividendYield
2602
- eps
2603
- revenuePerShareTTM
2604
- profitMargin
2605
- operatingMarginTTM
2606
- returnOnAssetsTTM
2607
- returnOnEquityTTM
2608
- revenueTTM
2609
- grossProfitTTM
2610
- dilutedEPSTTM
2611
- quarterlyEarningsGrowthYOY
2612
- quarterlyRevenueGrowthYOY
2613
- analystTargetPrice
2614
- analystRatingStrongBuy
2615
- analystRatingBuy
2616
- analystRatingHold
2617
- analystRatingSell
2618
- analystRatingStrongSell
2619
- trailingPE
2620
- forwardPE
2621
- priceToSalesRatioTTM
2622
- priceToBookRatio
2623
- evToRevenue
2624
- evToEbitda
2625
- beta
2626
- week52High
2627
- week52Low
2628
- day50MovingAverage
2629
- day200MovingAverage
2630
- sharesOutstanding
2631
- dividendDate
2632
- exDividendDate
2633
- askPrice
2634
- bidPrice
2635
- createdAt
2636
- updatedAt
2637
- trades { id }
2638
- orders { id }
2639
- }
2640
- fee
2641
- strikePrice
2642
- expirationDate
2643
- optionType
2644
- stopLossId
2645
- takeProfitId }
2646
- positions { id
2647
- assetId
2648
- asset {
2649
- id
2650
- logoUrl
2651
- description
2652
- cik
2653
- exchange
2654
- currency
2655
- country
2656
- sector
2657
- industry
2658
- address
2659
- officialSite
2660
- fiscalYearEnd
2661
- latestQuarter
2662
- marketCapitalization
2663
- ebitda
2664
- peRatio
2665
- pegRatio
2666
- bookValue
2667
- dividendPerShare
2668
- dividendYield
2669
- eps
2670
- revenuePerShareTTM
2671
- profitMargin
2672
- operatingMarginTTM
2673
- returnOnAssetsTTM
2674
- returnOnEquityTTM
2675
- revenueTTM
2676
- grossProfitTTM
2677
- dilutedEPSTTM
2678
- quarterlyEarningsGrowthYOY
2679
- quarterlyRevenueGrowthYOY
2680
- analystTargetPrice
2681
- analystRatingStrongBuy
2682
- analystRatingBuy
2683
- analystRatingHold
2684
- analystRatingSell
2685
- analystRatingStrongSell
2686
- trailingPE
2687
- forwardPE
2688
- priceToSalesRatioTTM
2689
- priceToBookRatio
2690
- evToRevenue
2691
- evToEbitda
2692
- beta
2693
- week52High
2694
- week52Low
2695
- day50MovingAverage
2696
- day200MovingAverage
2697
- sharesOutstanding
2698
- dividendDate
2699
- exDividendDate
2700
- askPrice
2701
- bidPrice
2702
- createdAt
2703
- updatedAt
2704
- trades { id }
2705
- orders { id }
2706
- positions { id }
2707
- newsMentions { id }
2708
- }
2709
- averageEntryPrice
2710
- qty
2711
- qtyAvailable
2712
- marketValue
2713
- costBasis
2714
- unrealizedPL
2715
- unrealizedPLPC
2716
- unrealisedIntradayPL
2717
- unrealisedIntradayPLPC
2718
- currentPrice
2719
- lastTradePrice
2720
- changeToday
2721
- assetMarginable
2722
- alpacaAccount {
2723
- id
2724
- type
2725
- APIKey
2726
- APISecret
2727
- configuration
2728
- marketOpen
2729
- minOrderSize
2730
- maxOrderSize
2731
- minPercentageChange
2732
- volumeThreshold
2733
- user { id }
2734
- userId
2735
- createdAt
2736
- updatedAt
2737
- trades { id }
2738
- orders { id }
2739
- positions { id }
2740
- alerts { id }
2741
- }
2742
- alpacaAccountId }
2743
- newsMentions { id
2744
- assetId
2745
- newsArticleId
2746
- url
2747
- news {
2748
- id
2749
- title
2750
- content
2751
- source
2752
- sourceDomain
2753
- url
2754
- sentiment
2755
- authors
2756
- summary
2757
- bannerImage
2758
- timePublished
2759
- category
2760
- topics
2761
- logo
2762
- createdAt
2763
- updatedAt
2764
- }
2765
- asset {
2766
- id
2767
- symbol
2768
- name
2769
- type
2770
- logoUrl
2771
- description
2772
- cik
2773
- exchange
2774
- currency
2775
- country
2776
- sector
2777
- industry
2778
- address
2779
- officialSite
2780
- fiscalYearEnd
2781
- latestQuarter
2782
- marketCapitalization
2783
- ebitda
2784
- peRatio
2785
- pegRatio
2786
- bookValue
2787
- dividendPerShare
2788
- dividendYield
2789
- eps
2790
- revenuePerShareTTM
2791
- profitMargin
2792
- operatingMarginTTM
2793
- returnOnAssetsTTM
2794
- returnOnEquityTTM
2795
- revenueTTM
2796
- grossProfitTTM
2797
- dilutedEPSTTM
2798
- quarterlyEarningsGrowthYOY
2799
- quarterlyRevenueGrowthYOY
2800
- analystTargetPrice
2801
- analystRatingStrongBuy
2802
- analystRatingBuy
2803
- analystRatingHold
2804
- analystRatingSell
2805
- analystRatingStrongSell
2806
- trailingPE
2807
- forwardPE
2808
- priceToSalesRatioTTM
2809
- priceToBookRatio
2810
- evToRevenue
2811
- evToEbitda
2812
- beta
2813
- week52High
2814
- week52Low
2815
- day50MovingAverage
2816
- day200MovingAverage
2817
- sharesOutstanding
2818
- dividendDate
2819
- exDividendDate
2820
- askPrice
2821
- bidPrice
2822
- createdAt
2823
- updatedAt
2824
- }
2825
- relevancyScore
2826
- sentimentScore
2827
- sentimentLabel }
2828
- }
2829
- averageEntryPrice
2830
- qty
2831
- qtyAvailable
2832
- marketValue
2833
- costBasis
2834
- unrealizedPL
2835
- unrealizedPLPC
2836
- unrealisedIntradayPL
2837
- unrealisedIntradayPLPC
2838
- currentPrice
2839
- lastTradePrice
2840
- changeToday
2841
- assetMarginable
2842
- alpacaAccount {
2843
- id
2844
- type
2845
- APIKey
2846
- APISecret
2847
- configuration
2848
- marketOpen
2849
- minOrderSize
2850
- maxOrderSize
2851
- minPercentageChange
2852
- volumeThreshold
2853
- user { id }
2854
- userId
2855
- createdAt
2856
- updatedAt
2857
- trades { id }
2858
- orders { id }
2859
- positions { id
2860
- assetId
2861
- asset {
2862
- id
2863
- logoUrl
2864
- description
2865
- cik
2866
- exchange
2867
- currency
2868
- country
2869
- sector
2870
- industry
2871
- address
2872
- officialSite
2873
- fiscalYearEnd
2874
- latestQuarter
2875
- marketCapitalization
2876
- ebitda
2877
- peRatio
2878
- pegRatio
2879
- bookValue
2880
- dividendPerShare
2881
- dividendYield
2882
- eps
2883
- revenuePerShareTTM
2884
- profitMargin
2885
- operatingMarginTTM
2886
- returnOnAssetsTTM
2887
- returnOnEquityTTM
2888
- revenueTTM
2889
- grossProfitTTM
2890
- dilutedEPSTTM
2891
- quarterlyEarningsGrowthYOY
2892
- quarterlyRevenueGrowthYOY
2893
- analystTargetPrice
2894
- analystRatingStrongBuy
2895
- analystRatingBuy
2896
- analystRatingHold
2897
- analystRatingSell
2898
- analystRatingStrongSell
2899
- trailingPE
2900
- forwardPE
2901
- priceToSalesRatioTTM
2902
- priceToBookRatio
2903
- evToRevenue
2904
- evToEbitda
2905
- beta
2906
- week52High
2907
- week52Low
2908
- day50MovingAverage
2909
- day200MovingAverage
2910
- sharesOutstanding
2911
- dividendDate
2912
- exDividendDate
2913
- askPrice
2914
- bidPrice
2915
- createdAt
2916
- updatedAt
2917
- trades { id }
2918
- orders { id }
2919
- positions { id }
2920
- newsMentions { id }
2921
- }
2922
- averageEntryPrice
2923
- qty
2924
- qtyAvailable
2925
- marketValue
2926
- costBasis
2927
- unrealizedPL
2928
- unrealizedPLPC
2929
- unrealisedIntradayPL
2930
- unrealisedIntradayPLPC
2931
- currentPrice
2932
- lastTradePrice
2933
- changeToday
2934
- assetMarginable
2935
- alpacaAccount {
2936
- id
2937
- type
2938
- APIKey
2939
- APISecret
2940
- configuration
2941
- marketOpen
2942
- minOrderSize
2943
- maxOrderSize
2944
- minPercentageChange
2945
- volumeThreshold
2946
- user { id }
2947
- userId
2948
- createdAt
2949
- updatedAt
2950
- trades { id }
2951
- orders { id }
2952
- positions { id }
2953
- alerts { id }
2954
- }
2955
- alpacaAccountId }
2956
- alerts { id }
2957
- }
2958
- alpacaAccountId }
2959
- alerts { id }
2960
- }
2961
- alpacaAccountId }
2962
- newsMentions { id
2963
- assetId
2964
- newsArticleId
2965
- url
2966
- news {
2967
- id
2968
- title
2969
- content
2970
- source
2971
- sourceDomain
2972
- url
2973
- sentiment
2974
- authors
2975
- summary
2976
- bannerImage
2977
- timePublished
2978
- category
2979
- topics
2980
- logo
2981
- createdAt
2982
- updatedAt
2983
- }
2984
- asset {
2985
- id
2986
- symbol
2987
- name
2988
- type
2989
- logoUrl
2990
- description
2991
- cik
2992
- exchange
2993
- currency
2994
- country
2995
- sector
2996
- industry
2997
- address
2998
- officialSite
2999
- fiscalYearEnd
3000
- latestQuarter
3001
- marketCapitalization
3002
- ebitda
3003
- peRatio
3004
- pegRatio
3005
- bookValue
3006
- dividendPerShare
3007
- dividendYield
3008
- eps
3009
- revenuePerShareTTM
3010
- profitMargin
3011
- operatingMarginTTM
3012
- returnOnAssetsTTM
3013
- returnOnEquityTTM
3014
- revenueTTM
3015
- grossProfitTTM
3016
- dilutedEPSTTM
3017
- quarterlyEarningsGrowthYOY
3018
- quarterlyRevenueGrowthYOY
3019
- analystTargetPrice
3020
- analystRatingStrongBuy
3021
- analystRatingBuy
3022
- analystRatingHold
3023
- analystRatingSell
3024
- analystRatingStrongSell
3025
- trailingPE
3026
- forwardPE
3027
- priceToSalesRatioTTM
3028
- priceToBookRatio
3029
- evToRevenue
3030
- evToEbitda
3031
- beta
3032
- week52High
3033
- week52Low
3034
- day50MovingAverage
3035
- day200MovingAverage
3036
- sharesOutstanding
3037
- dividendDate
3038
- exDividendDate
3039
- askPrice
3040
- bidPrice
3041
- createdAt
3042
- updatedAt
3043
- }
3044
- relevancyScore
3045
- sentimentScore
3046
- sentimentLabel }
3047
- }
3048
- averageEntryPrice
3049
- qty
3050
- qtyAvailable
3051
- marketValue
3052
- costBasis
3053
- unrealizedPL
3054
- unrealizedPLPC
3055
- unrealisedIntradayPL
3056
- unrealisedIntradayPLPC
3057
- currentPrice
3058
- lastTradePrice
3059
- changeToday
3060
- assetMarginable
3061
- alpacaAccount {
3062
- id
3063
- type
3064
- APIKey
3065
- APISecret
3066
- configuration
3067
- marketOpen
3068
- minOrderSize
3069
- maxOrderSize
3070
- minPercentageChange
3071
- volumeThreshold
3072
- user { id }
3073
- userId
3074
- createdAt
3075
- updatedAt
3076
- trades { id }
3077
- orders { id }
3078
- positions { id
3079
- assetId
3080
- asset {
3081
- id
3082
- logoUrl
3083
- description
3084
- cik
3085
- exchange
3086
- currency
3087
- country
3088
- sector
3089
- industry
3090
- address
3091
- officialSite
3092
- fiscalYearEnd
3093
- latestQuarter
3094
- marketCapitalization
3095
- ebitda
3096
- peRatio
3097
- pegRatio
3098
- bookValue
3099
- dividendPerShare
3100
- dividendYield
3101
- eps
3102
- revenuePerShareTTM
3103
- profitMargin
3104
- operatingMarginTTM
3105
- returnOnAssetsTTM
3106
- returnOnEquityTTM
3107
- revenueTTM
3108
- grossProfitTTM
3109
- dilutedEPSTTM
3110
- quarterlyEarningsGrowthYOY
3111
- quarterlyRevenueGrowthYOY
3112
- analystTargetPrice
3113
- analystRatingStrongBuy
3114
- analystRatingBuy
3115
- analystRatingHold
3116
- analystRatingSell
3117
- analystRatingStrongSell
3118
- trailingPE
3119
- forwardPE
3120
- priceToSalesRatioTTM
3121
- priceToBookRatio
3122
- evToRevenue
3123
- evToEbitda
3124
- beta
3125
- week52High
3126
- week52Low
3127
- day50MovingAverage
3128
- day200MovingAverage
3129
- sharesOutstanding
3130
- dividendDate
3131
- exDividendDate
3132
- askPrice
3133
- bidPrice
3134
- createdAt
3135
- updatedAt
3136
- trades { id
3137
- alpacaAccountId
3138
- assetId
3139
- qty
3140
- price
3141
- total
3142
- optionType
3143
- signal
3144
- strategy
3145
- analysis
3146
- summary
3147
- confidence
3148
- timestamp
3149
- createdAt
3150
- updatedAt
3151
- status
3152
- alpacaAccount {
3153
- id
3154
- type
3155
- APIKey
3156
- APISecret
3157
- configuration
3158
- marketOpen
3159
- minOrderSize
3160
- maxOrderSize
3161
- minPercentageChange
3162
- volumeThreshold
3163
- user { id }
3164
- userId
3165
- createdAt
3166
- updatedAt
3167
- trades { id }
3168
- orders { id }
3169
- positions { id }
3170
- alerts { id }
3171
- }
3172
- asset {
3173
- id
3174
- symbol
3175
- name
3176
- type
3177
- logoUrl
3178
- description
3179
- cik
3180
- exchange
3181
- currency
3182
- country
3183
- sector
3184
- industry
3185
- address
3186
- officialSite
3187
- fiscalYearEnd
3188
- latestQuarter
3189
- marketCapitalization
3190
- ebitda
3191
- peRatio
3192
- pegRatio
3193
- bookValue
3194
- dividendPerShare
3195
- dividendYield
3196
- eps
3197
- revenuePerShareTTM
3198
- profitMargin
3199
- operatingMarginTTM
3200
- returnOnAssetsTTM
3201
- returnOnEquityTTM
3202
- revenueTTM
3203
- grossProfitTTM
3204
- dilutedEPSTTM
3205
- quarterlyEarningsGrowthYOY
3206
- quarterlyRevenueGrowthYOY
3207
- analystTargetPrice
3208
- analystRatingStrongBuy
3209
- analystRatingBuy
3210
- analystRatingHold
3211
- analystRatingSell
3212
- analystRatingStrongSell
3213
- trailingPE
3214
- forwardPE
3215
- priceToSalesRatioTTM
3216
- priceToBookRatio
3217
- evToRevenue
3218
- evToEbitda
3219
- beta
3220
- week52High
3221
- week52Low
3222
- day50MovingAverage
3223
- day200MovingAverage
3224
- sharesOutstanding
3225
- dividendDate
3226
- exDividendDate
3227
- askPrice
3228
- bidPrice
3229
- createdAt
3230
- updatedAt
3231
- newsMentions { id
3232
- assetId
3233
- newsArticleId
3234
- url
3235
- news {
3236
- id
3237
- title
3238
- content
3239
- source
3240
- sourceDomain
3241
- url
3242
- sentiment
3243
- authors
3244
- summary
3245
- bannerImage
3246
- timePublished
3247
- category
3248
- topics
3249
- logo
3250
- createdAt
3251
- updatedAt
3252
- }
3253
- asset {
3254
- id
3255
- symbol
3256
- name
3257
- type
3258
- logoUrl
3259
- description
3260
- cik
3261
- exchange
3262
- currency
3263
- country
3264
- sector
3265
- industry
3266
- address
3267
- officialSite
3268
- fiscalYearEnd
3269
- latestQuarter
3270
- marketCapitalization
3271
- ebitda
3272
- peRatio
3273
- pegRatio
3274
- bookValue
3275
- dividendPerShare
3276
- dividendYield
3277
- eps
3278
- revenuePerShareTTM
3279
- profitMargin
3280
- operatingMarginTTM
3281
- returnOnAssetsTTM
3282
- returnOnEquityTTM
3283
- revenueTTM
3284
- grossProfitTTM
3285
- dilutedEPSTTM
3286
- quarterlyEarningsGrowthYOY
3287
- quarterlyRevenueGrowthYOY
3288
- analystTargetPrice
3289
- analystRatingStrongBuy
3290
- analystRatingBuy
3291
- analystRatingHold
3292
- analystRatingSell
3293
- analystRatingStrongSell
3294
- trailingPE
3295
- forwardPE
3296
- priceToSalesRatioTTM
3297
- priceToBookRatio
3298
- evToRevenue
3299
- evToEbitda
3300
- beta
3301
- week52High
3302
- week52Low
3303
- day50MovingAverage
3304
- day200MovingAverage
3305
- sharesOutstanding
3306
- dividendDate
3307
- exDividendDate
3308
- askPrice
3309
- bidPrice
3310
- createdAt
3311
- updatedAt
3312
- }
3313
- relevancyScore
3314
- sentimentScore
3315
- sentimentLabel }
3316
- }
3317
- actions {
3318
- id
3319
- sequence
3320
- tradeId
3321
- type
3322
- note
3323
- status
3324
- fee
3325
- } }
3326
- orders { id
3327
- clientOrderId
3328
- alpacaAccountId
3329
- assetId
3330
- qty
3331
- notional
3332
- side
3333
- type
3334
- orderClass
3335
- timeInForce
3336
- limitPrice
3337
- stopPrice
3338
- stopLoss {
3339
- id
3340
- stopPrice
3341
- limitPrice
3342
- createdAt
3343
- updatedAt
3344
- orderId
3345
- }
3346
- takeProfit {
3347
- id
3348
- limitPrice
3349
- stopPrice
3350
- createdAt
3351
- updatedAt
3352
- orderId
3353
- }
3354
- trailPrice
3355
- trailPercent
3356
- extendedHours
3357
- status
3358
- createdAt
3359
- updatedAt
3360
- submittedAt
3361
- filledAt
3362
- filledAvgPrice
3363
- actionId
3364
- alpacaAccount {
3365
- id
3366
- type
3367
- APIKey
3368
- APISecret
3369
- configuration
3370
- marketOpen
3371
- minOrderSize
3372
- maxOrderSize
3373
- minPercentageChange
3374
- volumeThreshold
3375
- userId
3376
- createdAt
3377
- updatedAt
3378
- alerts { id }
3379
- }
3380
- action {
3381
- id
3382
- sequence
3383
- tradeId
3384
- type
3385
- note
3386
- status
3387
- fee
3388
- }
3389
- asset {
3390
- id
3391
- symbol
3392
- name
3393
- type
3394
- logoUrl
3395
- description
3396
- cik
3397
- exchange
3398
- currency
3399
- country
3400
- sector
3401
- industry
3402
- address
3403
- officialSite
3404
- fiscalYearEnd
3405
- latestQuarter
3406
- marketCapitalization
3407
- ebitda
3408
- peRatio
3409
- pegRatio
3410
- bookValue
3411
- dividendPerShare
3412
- dividendYield
3413
- eps
3414
- revenuePerShareTTM
3415
- profitMargin
3416
- operatingMarginTTM
3417
- returnOnAssetsTTM
3418
- returnOnEquityTTM
3419
- revenueTTM
3420
- grossProfitTTM
3421
- dilutedEPSTTM
3422
- quarterlyEarningsGrowthYOY
3423
- quarterlyRevenueGrowthYOY
3424
- analystTargetPrice
3425
- analystRatingStrongBuy
3426
- analystRatingBuy
3427
- analystRatingHold
3428
- analystRatingSell
3429
- analystRatingStrongSell
3430
- trailingPE
3431
- forwardPE
3432
- priceToSalesRatioTTM
3433
- priceToBookRatio
3434
- evToRevenue
3435
- evToEbitda
3436
- beta
3437
- week52High
3438
- week52Low
3439
- day50MovingAverage
3440
- day200MovingAverage
3441
- sharesOutstanding
3442
- dividendDate
3443
- exDividendDate
3444
- askPrice
3445
- bidPrice
3446
- createdAt
3447
- updatedAt
3448
- trades { id
3449
- alpacaAccountId
3450
- assetId
3451
- qty
3452
- price
3453
- total
3454
- optionType
3455
- signal
3456
- strategy
3457
- analysis
3458
- summary
3459
- confidence
3460
- timestamp
3461
- createdAt
3462
- updatedAt
3463
- status
3464
- alpacaAccount {
3465
- id
3466
- type
3467
- APIKey
3468
- APISecret
3469
- configuration
3470
- marketOpen
3471
- minOrderSize
3472
- maxOrderSize
3473
- minPercentageChange
3474
- volumeThreshold
3475
- user { id }
3476
- userId
3477
- createdAt
3478
- updatedAt
3479
- trades { id }
3480
- orders { id }
3481
- positions { id }
3482
- alerts { id }
3483
- }
3484
- asset {
3485
- id
3486
- symbol
3487
- name
3488
- type
3489
- logoUrl
3490
- description
3491
- cik
3492
- exchange
3493
- currency
3494
- country
3495
- sector
3496
- industry
3497
- address
3498
- officialSite
3499
- fiscalYearEnd
3500
- latestQuarter
3501
- marketCapitalization
3502
- ebitda
3503
- peRatio
3504
- pegRatio
3505
- bookValue
3506
- dividendPerShare
3507
- dividendYield
3508
- eps
3509
- revenuePerShareTTM
3510
- profitMargin
3511
- operatingMarginTTM
3512
- returnOnAssetsTTM
3513
- returnOnEquityTTM
3514
- revenueTTM
3515
- grossProfitTTM
3516
- dilutedEPSTTM
3517
- quarterlyEarningsGrowthYOY
3518
- quarterlyRevenueGrowthYOY
3519
- analystTargetPrice
3520
- analystRatingStrongBuy
3521
- analystRatingBuy
3522
- analystRatingHold
3523
- analystRatingSell
3524
- analystRatingStrongSell
3525
- trailingPE
3526
- forwardPE
3527
- priceToSalesRatioTTM
3528
- priceToBookRatio
3529
- evToRevenue
3530
- evToEbitda
3531
- beta
3532
- week52High
3533
- week52Low
3534
- day50MovingAverage
3535
- day200MovingAverage
3536
- sharesOutstanding
3537
- dividendDate
3538
- exDividendDate
3539
- askPrice
3540
- bidPrice
3541
- createdAt
3542
- updatedAt
3543
- newsMentions { id }
3544
- }
3545
- actions {
3546
- id
3547
- sequence
3548
- tradeId
3549
- type
3550
- note
3551
- status
3552
- fee
3553
- } }
3554
- orders { id
3555
- clientOrderId
3556
- alpacaAccountId
3557
- assetId
3558
- qty
3559
- notional
3560
- side
3561
- type
3562
- orderClass
3563
- timeInForce
3564
- limitPrice
3565
- stopPrice
3566
- stopLoss {
3567
- id
3568
- stopPrice
3569
- limitPrice
3570
- createdAt
3571
- updatedAt
3572
- orderId
3573
- }
3574
- takeProfit {
3575
- id
3576
- limitPrice
3577
- stopPrice
3578
- createdAt
3579
- updatedAt
3580
- orderId
3581
- }
3582
- trailPrice
3583
- trailPercent
3584
- extendedHours
3585
- status
3586
- createdAt
3587
- updatedAt
3588
- submittedAt
3589
- filledAt
3590
- filledAvgPrice
3591
- actionId
3592
- alpacaAccount {
3593
- id
3594
- type
3595
- APIKey
3596
- APISecret
3597
- configuration
3598
- marketOpen
3599
- minOrderSize
3600
- maxOrderSize
3601
- minPercentageChange
3602
- volumeThreshold
3603
- userId
3604
- createdAt
3605
- updatedAt
3606
- alerts { id }
3607
- }
3608
- action {
3609
- id
3610
- sequence
3611
- tradeId
3612
- type
3613
- note
3614
- status
3615
- fee
3616
- }
3617
- asset {
3618
- id
3619
- symbol
3620
- name
3621
- type
3622
- logoUrl
3623
- description
3624
- cik
3625
- exchange
3626
- currency
3627
- country
3628
- sector
3629
- industry
3630
- address
3631
- officialSite
3632
- fiscalYearEnd
3633
- latestQuarter
3634
- marketCapitalization
3635
- ebitda
3636
- peRatio
3637
- pegRatio
3638
- bookValue
3639
- dividendPerShare
3640
- dividendYield
3641
- eps
3642
- revenuePerShareTTM
3643
- profitMargin
3644
- operatingMarginTTM
3645
- returnOnAssetsTTM
3646
- returnOnEquityTTM
3647
- revenueTTM
3648
- grossProfitTTM
3649
- dilutedEPSTTM
3650
- quarterlyEarningsGrowthYOY
3651
- quarterlyRevenueGrowthYOY
3652
- analystTargetPrice
3653
- analystRatingStrongBuy
3654
- analystRatingBuy
3655
- analystRatingHold
3656
- analystRatingSell
3657
- analystRatingStrongSell
3658
- trailingPE
3659
- forwardPE
3660
- priceToSalesRatioTTM
3661
- priceToBookRatio
3662
- evToRevenue
3663
- evToEbitda
3664
- beta
3665
- week52High
3666
- week52Low
3667
- day50MovingAverage
3668
- day200MovingAverage
3669
- sharesOutstanding
3670
- dividendDate
3671
- exDividendDate
3672
- askPrice
3673
- bidPrice
3674
- createdAt
3675
- updatedAt
3676
- trades { id }
3677
- orders { id }
3678
- }
3679
- fee
3680
- strikePrice
3681
- expirationDate
3682
- optionType
3683
- stopLossId
3684
- takeProfitId }
3685
- }
3686
- fee
3687
- strikePrice
3688
- expirationDate
3689
- optionType
3690
- stopLossId
3691
- takeProfitId }
3692
- positions { id
3693
- assetId
3694
- asset {
3695
- id
3696
- logoUrl
3697
- description
3698
- cik
3699
- exchange
3700
- currency
3701
- country
3702
- sector
3703
- industry
3704
- address
3705
- officialSite
3706
- fiscalYearEnd
3707
- latestQuarter
3708
- marketCapitalization
3709
- ebitda
3710
- peRatio
3711
- pegRatio
3712
- bookValue
3713
- dividendPerShare
3714
- dividendYield
3715
- eps
3716
- revenuePerShareTTM
3717
- profitMargin
3718
- operatingMarginTTM
3719
- returnOnAssetsTTM
3720
- returnOnEquityTTM
3721
- revenueTTM
3722
- grossProfitTTM
3723
- dilutedEPSTTM
3724
- quarterlyEarningsGrowthYOY
3725
- quarterlyRevenueGrowthYOY
3726
- analystTargetPrice
3727
- analystRatingStrongBuy
3728
- analystRatingBuy
3729
- analystRatingHold
3730
- analystRatingSell
3731
- analystRatingStrongSell
3732
- trailingPE
3733
- forwardPE
3734
- priceToSalesRatioTTM
3735
- priceToBookRatio
3736
- evToRevenue
3737
- evToEbitda
3738
- beta
3739
- week52High
3740
- week52Low
3741
- day50MovingAverage
3742
- day200MovingAverage
3743
- sharesOutstanding
3744
- dividendDate
3745
- exDividendDate
3746
- askPrice
3747
- bidPrice
3748
- createdAt
3749
- updatedAt
3750
- trades { id
3751
- alpacaAccountId
3752
- assetId
3753
- qty
3754
- price
3755
- total
3756
- optionType
3757
- signal
3758
- strategy
3759
- analysis
3760
- summary
3761
- confidence
3762
- timestamp
3763
- createdAt
3764
- updatedAt
3765
- status
3766
- alpacaAccount {
3767
- id
3768
- type
3769
- APIKey
3770
- APISecret
3771
- configuration
3772
- marketOpen
3773
- minOrderSize
3774
- maxOrderSize
3775
- minPercentageChange
3776
- volumeThreshold
3777
- user { id }
3778
- userId
3779
- createdAt
3780
- updatedAt
3781
- trades { id }
3782
- orders { id }
3783
- positions { id }
3784
- alerts { id }
3785
- }
3786
- asset {
3787
- id
3788
- symbol
3789
- name
3790
- type
3791
- logoUrl
3792
- description
3793
- cik
3794
- exchange
3795
- currency
3796
- country
3797
- sector
3798
- industry
3799
- address
3800
- officialSite
3801
- fiscalYearEnd
3802
- latestQuarter
3803
- marketCapitalization
3804
- ebitda
3805
- peRatio
3806
- pegRatio
3807
- bookValue
3808
- dividendPerShare
3809
- dividendYield
3810
- eps
3811
- revenuePerShareTTM
3812
- profitMargin
3813
- operatingMarginTTM
3814
- returnOnAssetsTTM
3815
- returnOnEquityTTM
3816
- revenueTTM
3817
- grossProfitTTM
3818
- dilutedEPSTTM
3819
- quarterlyEarningsGrowthYOY
3820
- quarterlyRevenueGrowthYOY
3821
- analystTargetPrice
3822
- analystRatingStrongBuy
3823
- analystRatingBuy
3824
- analystRatingHold
3825
- analystRatingSell
3826
- analystRatingStrongSell
3827
- trailingPE
3828
- forwardPE
3829
- priceToSalesRatioTTM
3830
- priceToBookRatio
3831
- evToRevenue
3832
- evToEbitda
3833
- beta
3834
- week52High
3835
- week52Low
3836
- day50MovingAverage
3837
- day200MovingAverage
3838
- sharesOutstanding
3839
- dividendDate
3840
- exDividendDate
3841
- askPrice
3842
- bidPrice
3843
- createdAt
3844
- updatedAt
3845
- newsMentions { id }
3846
- }
3847
- actions {
3848
- id
3849
- sequence
3850
- tradeId
3851
- type
3852
- note
3853
- status
3854
- fee
3855
- } }
3856
- orders { id
3857
- clientOrderId
3858
- alpacaAccountId
3859
- assetId
3860
- qty
3861
- notional
3862
- side
3863
- type
3864
- orderClass
3865
- timeInForce
3866
- limitPrice
3867
- stopPrice
3868
- stopLoss {
3869
- id
3870
- stopPrice
3871
- limitPrice
3872
- createdAt
3873
- updatedAt
3874
- orderId
3875
- }
3876
- takeProfit {
3877
- id
3878
- limitPrice
3879
- stopPrice
3880
- createdAt
3881
- updatedAt
3882
- orderId
3883
- }
3884
- trailPrice
3885
- trailPercent
3886
- extendedHours
3887
- status
3888
- createdAt
3889
- updatedAt
3890
- submittedAt
3891
- filledAt
3892
- filledAvgPrice
3893
- actionId
3894
- alpacaAccount {
3895
- id
3896
- type
3897
- APIKey
3898
- APISecret
3899
- configuration
3900
- marketOpen
3901
- minOrderSize
3902
- maxOrderSize
3903
- minPercentageChange
3904
- volumeThreshold
3905
- userId
3906
- createdAt
3907
- updatedAt
3908
- alerts { id }
3909
- }
3910
- action {
3911
- id
3912
- sequence
3913
- tradeId
3914
- type
3915
- note
3916
- status
3917
- fee
3918
- }
3919
- asset {
3920
- id
3921
- symbol
3922
- name
3923
- type
3924
- logoUrl
3925
- description
3926
- cik
3927
- exchange
3928
- currency
3929
- country
3930
- sector
3931
- industry
3932
- address
3933
- officialSite
3934
- fiscalYearEnd
3935
- latestQuarter
3936
- marketCapitalization
3937
- ebitda
3938
- peRatio
3939
- pegRatio
3940
- bookValue
3941
- dividendPerShare
3942
- dividendYield
3943
- eps
3944
- revenuePerShareTTM
3945
- profitMargin
3946
- operatingMarginTTM
3947
- returnOnAssetsTTM
3948
- returnOnEquityTTM
3949
- revenueTTM
3950
- grossProfitTTM
3951
- dilutedEPSTTM
3952
- quarterlyEarningsGrowthYOY
3953
- quarterlyRevenueGrowthYOY
3954
- analystTargetPrice
3955
- analystRatingStrongBuy
3956
- analystRatingBuy
3957
- analystRatingHold
3958
- analystRatingSell
3959
- analystRatingStrongSell
3960
- trailingPE
3961
- forwardPE
3962
- priceToSalesRatioTTM
3963
- priceToBookRatio
3964
- evToRevenue
3965
- evToEbitda
3966
- beta
3967
- week52High
3968
- week52Low
3969
- day50MovingAverage
3970
- day200MovingAverage
3971
- sharesOutstanding
3972
- dividendDate
3973
- exDividendDate
3974
- askPrice
3975
- bidPrice
3976
- createdAt
3977
- updatedAt
3978
- trades { id }
3979
- orders { id }
3980
- }
3981
- fee
3982
- strikePrice
3983
- expirationDate
3984
- optionType
3985
- stopLossId
3986
- takeProfitId }
3987
- positions { id
3988
- assetId
3989
- asset {
3990
- id
3991
- logoUrl
3992
- description
3993
- cik
3994
- exchange
3995
- currency
3996
- country
3997
- sector
3998
- industry
3999
- address
4000
- officialSite
4001
- fiscalYearEnd
4002
- latestQuarter
4003
- marketCapitalization
4004
- ebitda
4005
- peRatio
4006
- pegRatio
4007
- bookValue
4008
- dividendPerShare
4009
- dividendYield
4010
- eps
4011
- revenuePerShareTTM
4012
- profitMargin
4013
- operatingMarginTTM
4014
- returnOnAssetsTTM
4015
- returnOnEquityTTM
4016
- revenueTTM
4017
- grossProfitTTM
4018
- dilutedEPSTTM
4019
- quarterlyEarningsGrowthYOY
4020
- quarterlyRevenueGrowthYOY
4021
- analystTargetPrice
4022
- analystRatingStrongBuy
4023
- analystRatingBuy
4024
- analystRatingHold
4025
- analystRatingSell
4026
- analystRatingStrongSell
4027
- trailingPE
4028
- forwardPE
4029
- priceToSalesRatioTTM
4030
- priceToBookRatio
4031
- evToRevenue
4032
- evToEbitda
4033
- beta
4034
- week52High
4035
- week52Low
4036
- day50MovingAverage
4037
- day200MovingAverage
4038
- sharesOutstanding
4039
- dividendDate
4040
- exDividendDate
4041
- askPrice
4042
- bidPrice
4043
- createdAt
4044
- updatedAt
4045
- trades { id }
4046
- orders { id }
4047
- positions { id }
4048
- newsMentions { id }
4049
- }
4050
- averageEntryPrice
4051
- qty
4052
- qtyAvailable
4053
- marketValue
4054
- costBasis
4055
- unrealizedPL
4056
- unrealizedPLPC
4057
- unrealisedIntradayPL
4058
- unrealisedIntradayPLPC
4059
- currentPrice
4060
- lastTradePrice
4061
- changeToday
4062
- assetMarginable
4063
- alpacaAccount {
4064
- id
4065
- type
4066
- APIKey
4067
- APISecret
4068
- configuration
4069
- marketOpen
4070
- minOrderSize
4071
- maxOrderSize
4072
- minPercentageChange
4073
- volumeThreshold
4074
- user { id }
4075
- userId
4076
- createdAt
4077
- updatedAt
4078
- trades { id }
4079
- orders { id }
4080
- positions { id }
4081
- alerts { id }
4082
- }
4083
- alpacaAccountId }
4084
- newsMentions { id
4085
- assetId
4086
- newsArticleId
4087
- url
4088
- news {
4089
- id
4090
- title
4091
- content
4092
- source
4093
- sourceDomain
4094
- url
4095
- sentiment
4096
- authors
4097
- summary
4098
- bannerImage
4099
- timePublished
4100
- category
4101
- topics
4102
- logo
4103
- createdAt
4104
- updatedAt
4105
- }
4106
- asset {
4107
- id
4108
- symbol
4109
- name
4110
- type
4111
- logoUrl
4112
- description
4113
- cik
4114
- exchange
4115
- currency
4116
- country
4117
- sector
4118
- industry
4119
- address
4120
- officialSite
4121
- fiscalYearEnd
4122
- latestQuarter
4123
- marketCapitalization
4124
- ebitda
4125
- peRatio
4126
- pegRatio
4127
- bookValue
4128
- dividendPerShare
4129
- dividendYield
4130
- eps
4131
- revenuePerShareTTM
4132
- profitMargin
4133
- operatingMarginTTM
4134
- returnOnAssetsTTM
4135
- returnOnEquityTTM
4136
- revenueTTM
4137
- grossProfitTTM
4138
- dilutedEPSTTM
4139
- quarterlyEarningsGrowthYOY
4140
- quarterlyRevenueGrowthYOY
4141
- analystTargetPrice
4142
- analystRatingStrongBuy
4143
- analystRatingBuy
4144
- analystRatingHold
4145
- analystRatingSell
4146
- analystRatingStrongSell
4147
- trailingPE
4148
- forwardPE
4149
- priceToSalesRatioTTM
4150
- priceToBookRatio
4151
- evToRevenue
4152
- evToEbitda
4153
- beta
4154
- week52High
4155
- week52Low
4156
- day50MovingAverage
4157
- day200MovingAverage
4158
- sharesOutstanding
4159
- dividendDate
4160
- exDividendDate
4161
- askPrice
4162
- bidPrice
4163
- createdAt
4164
- updatedAt
4165
- }
4166
- relevancyScore
4167
- sentimentScore
4168
- sentimentLabel }
4169
- }
4170
- averageEntryPrice
4171
- qty
4172
- qtyAvailable
4173
- marketValue
4174
- costBasis
4175
- unrealizedPL
4176
- unrealizedPLPC
4177
- unrealisedIntradayPL
4178
- unrealisedIntradayPLPC
4179
- currentPrice
4180
- lastTradePrice
4181
- changeToday
4182
- assetMarginable
4183
- alpacaAccount {
4184
- id
4185
- type
4186
- APIKey
4187
- APISecret
4188
- configuration
4189
- marketOpen
4190
- minOrderSize
4191
- maxOrderSize
4192
- minPercentageChange
4193
- volumeThreshold
4194
- user { id }
4195
- userId
4196
- createdAt
4197
- updatedAt
4198
- trades { id }
4199
- orders { id }
4200
- positions { id
4201
- assetId
4202
- asset {
4203
- id
4204
- logoUrl
4205
- description
4206
- cik
4207
- exchange
4208
- currency
4209
- country
4210
- sector
4211
- industry
4212
- address
4213
- officialSite
4214
- fiscalYearEnd
4215
- latestQuarter
4216
- marketCapitalization
4217
- ebitda
4218
- peRatio
4219
- pegRatio
4220
- bookValue
4221
- dividendPerShare
4222
- dividendYield
4223
- eps
4224
- revenuePerShareTTM
4225
- profitMargin
4226
- operatingMarginTTM
4227
- returnOnAssetsTTM
4228
- returnOnEquityTTM
4229
- revenueTTM
4230
- grossProfitTTM
4231
- dilutedEPSTTM
4232
- quarterlyEarningsGrowthYOY
4233
- quarterlyRevenueGrowthYOY
4234
- analystTargetPrice
4235
- analystRatingStrongBuy
4236
- analystRatingBuy
4237
- analystRatingHold
4238
- analystRatingSell
4239
- analystRatingStrongSell
4240
- trailingPE
4241
- forwardPE
4242
- priceToSalesRatioTTM
4243
- priceToBookRatio
4244
- evToRevenue
4245
- evToEbitda
4246
- beta
4247
- week52High
4248
- week52Low
4249
- day50MovingAverage
4250
- day200MovingAverage
4251
- sharesOutstanding
4252
- dividendDate
4253
- exDividendDate
4254
- askPrice
4255
- bidPrice
4256
- createdAt
4257
- updatedAt
4258
- trades { id }
4259
- orders { id }
4260
- positions { id }
4261
- newsMentions { id }
4262
- }
4263
- averageEntryPrice
4264
- qty
4265
- qtyAvailable
4266
- marketValue
4267
- costBasis
4268
- unrealizedPL
4269
- unrealizedPLPC
4270
- unrealisedIntradayPL
4271
- unrealisedIntradayPLPC
4272
- currentPrice
4273
- lastTradePrice
4274
- changeToday
4275
- assetMarginable
4276
- alpacaAccount {
4277
- id
4278
- type
4279
- APIKey
4280
- APISecret
4281
- configuration
4282
- marketOpen
4283
- minOrderSize
4284
- maxOrderSize
4285
- minPercentageChange
4286
- volumeThreshold
4287
- user { id }
4288
- userId
4289
- createdAt
4290
- updatedAt
4291
- trades { id }
4292
- orders { id }
4293
- positions { id }
4294
- alerts { id }
4295
- }
4296
- alpacaAccountId }
4297
- alerts { id }
4298
- }
4299
- alpacaAccountId }
4300
- newsMentions { id
4301
- assetId
4302
- newsArticleId
4303
- url
4304
- news {
4305
- id
4306
- title
4307
- content
4308
- source
4309
- sourceDomain
4310
- url
4311
- sentiment
4312
- authors
4313
- summary
4314
- bannerImage
4315
- timePublished
4316
- category
4317
- topics
4318
- logo
4319
- createdAt
4320
- updatedAt
4321
- }
4322
- asset {
4323
- id
4324
- symbol
4325
- name
4326
- type
4327
- logoUrl
4328
- description
4329
- cik
4330
- exchange
4331
- currency
4332
- country
4333
- sector
4334
- industry
4335
- address
4336
- officialSite
4337
- fiscalYearEnd
4338
- latestQuarter
4339
- marketCapitalization
4340
- ebitda
4341
- peRatio
4342
- pegRatio
4343
- bookValue
4344
- dividendPerShare
4345
- dividendYield
4346
- eps
4347
- revenuePerShareTTM
4348
- profitMargin
4349
- operatingMarginTTM
4350
- returnOnAssetsTTM
4351
- returnOnEquityTTM
4352
- revenueTTM
4353
- grossProfitTTM
4354
- dilutedEPSTTM
4355
- quarterlyEarningsGrowthYOY
4356
- quarterlyRevenueGrowthYOY
4357
- analystTargetPrice
4358
- analystRatingStrongBuy
4359
- analystRatingBuy
4360
- analystRatingHold
4361
- analystRatingSell
4362
- analystRatingStrongSell
4363
- trailingPE
4364
- forwardPE
4365
- priceToSalesRatioTTM
4366
- priceToBookRatio
4367
- evToRevenue
4368
- evToEbitda
4369
- beta
4370
- week52High
4371
- week52Low
4372
- day50MovingAverage
4373
- day200MovingAverage
4374
- sharesOutstanding
4375
- dividendDate
4376
- exDividendDate
4377
- askPrice
4378
- bidPrice
4379
- createdAt
4380
- updatedAt
4381
- }
4382
- relevancyScore
4383
- sentimentScore
4384
- sentimentLabel }
4385
- }
4386
- averageEntryPrice
4387
- qty
4388
- qtyAvailable
4389
- marketValue
4390
- costBasis
4391
- unrealizedPL
4392
- unrealizedPLPC
4393
- unrealisedIntradayPL
4394
- unrealisedIntradayPLPC
4395
- currentPrice
4396
- lastTradePrice
4397
- changeToday
4398
- assetMarginable
4399
- alpacaAccount {
4400
- id
4401
- type
4402
- APIKey
4403
- APISecret
4404
- configuration
4405
- marketOpen
4406
- minOrderSize
4407
- maxOrderSize
4408
- minPercentageChange
4409
- volumeThreshold
4410
- user { id }
4411
- userId
4412
- createdAt
4413
- updatedAt
4414
- trades { id }
4415
- orders { id }
4416
- positions { id
4417
- assetId
4418
- asset {
4419
- id
4420
- logoUrl
4421
- description
4422
- cik
4423
- exchange
4424
- currency
4425
- country
4426
- sector
4427
- industry
4428
- address
4429
- officialSite
4430
- fiscalYearEnd
4431
- latestQuarter
4432
- marketCapitalization
4433
- ebitda
4434
- peRatio
4435
- pegRatio
4436
- bookValue
4437
- dividendPerShare
4438
- dividendYield
4439
- eps
4440
- revenuePerShareTTM
4441
- profitMargin
4442
- operatingMarginTTM
4443
- returnOnAssetsTTM
4444
- returnOnEquityTTM
4445
- revenueTTM
4446
- grossProfitTTM
4447
- dilutedEPSTTM
4448
- quarterlyEarningsGrowthYOY
4449
- quarterlyRevenueGrowthYOY
4450
- analystTargetPrice
4451
- analystRatingStrongBuy
4452
- analystRatingBuy
4453
- analystRatingHold
4454
- analystRatingSell
4455
- analystRatingStrongSell
4456
- trailingPE
4457
- forwardPE
4458
- priceToSalesRatioTTM
4459
- priceToBookRatio
4460
- evToRevenue
4461
- evToEbitda
4462
- beta
4463
- week52High
4464
- week52Low
4465
- day50MovingAverage
4466
- day200MovingAverage
4467
- sharesOutstanding
4468
- dividendDate
4469
- exDividendDate
4470
- askPrice
4471
- bidPrice
4472
- createdAt
4473
- updatedAt
4474
- trades { id
4475
- alpacaAccountId
4476
- assetId
4477
- qty
4478
- price
4479
- total
4480
- optionType
4481
- signal
4482
- strategy
4483
- analysis
4484
- summary
4485
- confidence
4486
- timestamp
4487
- createdAt
4488
- updatedAt
4489
- status
4490
- alpacaAccount {
4491
- id
4492
- type
4493
- APIKey
4494
- APISecret
4495
- configuration
4496
- marketOpen
4497
- minOrderSize
4498
- maxOrderSize
4499
- minPercentageChange
4500
- volumeThreshold
4501
- user { id }
4502
- userId
4503
- createdAt
4504
- updatedAt
4505
- trades { id }
4506
- orders { id }
4507
- positions { id }
4508
- alerts { id }
4509
- }
4510
- asset {
4511
- id
4512
- symbol
4513
- name
4514
- type
4515
- logoUrl
4516
- description
4517
- cik
4518
- exchange
4519
- currency
4520
- country
4521
- sector
4522
- industry
4523
- address
4524
- officialSite
4525
- fiscalYearEnd
4526
- latestQuarter
4527
- marketCapitalization
4528
- ebitda
4529
- peRatio
4530
- pegRatio
4531
- bookValue
4532
- dividendPerShare
4533
- dividendYield
4534
- eps
4535
- revenuePerShareTTM
4536
- profitMargin
4537
- operatingMarginTTM
4538
- returnOnAssetsTTM
4539
- returnOnEquityTTM
4540
- revenueTTM
4541
- grossProfitTTM
4542
- dilutedEPSTTM
4543
- quarterlyEarningsGrowthYOY
4544
- quarterlyRevenueGrowthYOY
4545
- analystTargetPrice
4546
- analystRatingStrongBuy
4547
- analystRatingBuy
4548
- analystRatingHold
4549
- analystRatingSell
4550
- analystRatingStrongSell
4551
- trailingPE
4552
- forwardPE
4553
- priceToSalesRatioTTM
4554
- priceToBookRatio
4555
- evToRevenue
4556
- evToEbitda
4557
- beta
4558
- week52High
4559
- week52Low
4560
- day50MovingAverage
4561
- day200MovingAverage
4562
- sharesOutstanding
4563
- dividendDate
4564
- exDividendDate
4565
- askPrice
4566
- bidPrice
4567
- createdAt
4568
- updatedAt
4569
- newsMentions { id }
4570
- }
4571
- actions {
4572
- id
4573
- sequence
4574
- tradeId
4575
- type
4576
- note
4577
- status
4578
- fee
4579
- } }
4580
- orders { id
4581
- clientOrderId
4582
- alpacaAccountId
4583
- assetId
4584
- qty
4585
- notional
4586
- side
4587
- type
4588
- orderClass
4589
- timeInForce
4590
- limitPrice
4591
- stopPrice
4592
- stopLoss {
4593
- id
4594
- stopPrice
4595
- limitPrice
4596
- createdAt
4597
- updatedAt
4598
- orderId
4599
- }
4600
- takeProfit {
4601
- id
4602
- limitPrice
4603
- stopPrice
4604
- createdAt
4605
- updatedAt
4606
- orderId
4607
- }
4608
- trailPrice
4609
- trailPercent
4610
- extendedHours
4611
- status
4612
- createdAt
4613
- updatedAt
4614
- submittedAt
4615
- filledAt
4616
- filledAvgPrice
4617
- actionId
4618
- alpacaAccount {
4619
- id
4620
- type
4621
- APIKey
4622
- APISecret
4623
- configuration
4624
- marketOpen
4625
- minOrderSize
4626
- maxOrderSize
4627
- minPercentageChange
4628
- volumeThreshold
4629
- userId
4630
- createdAt
4631
- updatedAt
4632
- alerts { id }
4633
- }
4634
- action {
4635
- id
4636
- sequence
4637
- tradeId
4638
- type
4639
- note
4640
- status
4641
- fee
4642
- }
4643
- asset {
4644
- id
4645
- symbol
4646
- name
4647
- type
4648
- logoUrl
4649
- description
4650
- cik
4651
- exchange
4652
- currency
4653
- country
4654
- sector
4655
- industry
4656
- address
4657
- officialSite
4658
- fiscalYearEnd
4659
- latestQuarter
4660
- marketCapitalization
4661
- ebitda
4662
- peRatio
4663
- pegRatio
4664
- bookValue
4665
- dividendPerShare
4666
- dividendYield
4667
- eps
4668
- revenuePerShareTTM
4669
- profitMargin
4670
- operatingMarginTTM
4671
- returnOnAssetsTTM
4672
- returnOnEquityTTM
4673
- revenueTTM
4674
- grossProfitTTM
4675
- dilutedEPSTTM
4676
- quarterlyEarningsGrowthYOY
4677
- quarterlyRevenueGrowthYOY
4678
- analystTargetPrice
4679
- analystRatingStrongBuy
4680
- analystRatingBuy
4681
- analystRatingHold
4682
- analystRatingSell
4683
- analystRatingStrongSell
4684
- trailingPE
4685
- forwardPE
4686
- priceToSalesRatioTTM
4687
- priceToBookRatio
4688
- evToRevenue
4689
- evToEbitda
4690
- beta
4691
- week52High
4692
- week52Low
4693
- day50MovingAverage
4694
- day200MovingAverage
4695
- sharesOutstanding
4696
- dividendDate
4697
- exDividendDate
4698
- askPrice
4699
- bidPrice
4700
- createdAt
4701
- updatedAt
4702
- trades { id }
4703
- orders { id }
4704
- }
4705
- fee
4706
- strikePrice
4707
- expirationDate
4708
- optionType
4709
- stopLossId
4710
- takeProfitId }
4711
- positions { id
4712
- assetId
4713
- asset {
4714
- id
4715
- logoUrl
4716
- description
4717
- cik
4718
- exchange
4719
- currency
4720
- country
4721
- sector
4722
- industry
4723
- address
4724
- officialSite
4725
- fiscalYearEnd
4726
- latestQuarter
4727
- marketCapitalization
4728
- ebitda
4729
- peRatio
4730
- pegRatio
4731
- bookValue
4732
- dividendPerShare
4733
- dividendYield
4734
- eps
4735
- revenuePerShareTTM
4736
- profitMargin
4737
- operatingMarginTTM
4738
- returnOnAssetsTTM
4739
- returnOnEquityTTM
4740
- revenueTTM
4741
- grossProfitTTM
4742
- dilutedEPSTTM
4743
- quarterlyEarningsGrowthYOY
4744
- quarterlyRevenueGrowthYOY
4745
- analystTargetPrice
4746
- analystRatingStrongBuy
4747
- analystRatingBuy
4748
- analystRatingHold
4749
- analystRatingSell
4750
- analystRatingStrongSell
4751
- trailingPE
4752
- forwardPE
4753
- priceToSalesRatioTTM
4754
- priceToBookRatio
4755
- evToRevenue
4756
- evToEbitda
4757
- beta
4758
- week52High
4759
- week52Low
4760
- day50MovingAverage
4761
- day200MovingAverage
4762
- sharesOutstanding
4763
- dividendDate
4764
- exDividendDate
4765
- askPrice
4766
- bidPrice
4767
- createdAt
4768
- updatedAt
4769
- trades { id }
4770
- orders { id }
4771
- positions { id }
4772
- newsMentions { id }
4773
- }
4774
- averageEntryPrice
4775
- qty
4776
- qtyAvailable
4777
- marketValue
4778
- costBasis
4779
- unrealizedPL
4780
- unrealizedPLPC
4781
- unrealisedIntradayPL
4782
- unrealisedIntradayPLPC
4783
- currentPrice
4784
- lastTradePrice
4785
- changeToday
4786
- assetMarginable
4787
- alpacaAccount {
4788
- id
4789
- type
4790
- APIKey
4791
- APISecret
4792
- configuration
4793
- marketOpen
4794
- minOrderSize
4795
- maxOrderSize
4796
- minPercentageChange
4797
- volumeThreshold
4798
- user { id }
4799
- userId
4800
- createdAt
4801
- updatedAt
4802
- trades { id }
4803
- orders { id }
4804
- positions { id }
4805
- alerts { id }
4806
- }
4807
- alpacaAccountId }
4808
- newsMentions { id
4809
- assetId
4810
- newsArticleId
4811
- url
4812
- news {
4813
- id
4814
- title
4815
- content
4816
- source
4817
- sourceDomain
4818
- url
4819
- sentiment
4820
- authors
4821
- summary
4822
- bannerImage
4823
- timePublished
4824
- category
4825
- topics
4826
- logo
4827
- createdAt
4828
- updatedAt
4829
- }
4830
- asset {
4831
- id
4832
- symbol
4833
- name
4834
- type
4835
- logoUrl
4836
- description
4837
- cik
4838
- exchange
4839
- currency
4840
- country
4841
- sector
4842
- industry
4843
- address
4844
- officialSite
4845
- fiscalYearEnd
4846
- latestQuarter
4847
- marketCapitalization
4848
- ebitda
4849
- peRatio
4850
- pegRatio
4851
- bookValue
4852
- dividendPerShare
4853
- dividendYield
4854
- eps
4855
- revenuePerShareTTM
4856
- profitMargin
4857
- operatingMarginTTM
4858
- returnOnAssetsTTM
4859
- returnOnEquityTTM
4860
- revenueTTM
4861
- grossProfitTTM
4862
- dilutedEPSTTM
4863
- quarterlyEarningsGrowthYOY
4864
- quarterlyRevenueGrowthYOY
4865
- analystTargetPrice
4866
- analystRatingStrongBuy
4867
- analystRatingBuy
4868
- analystRatingHold
4869
- analystRatingSell
4870
- analystRatingStrongSell
4871
- trailingPE
4872
- forwardPE
4873
- priceToSalesRatioTTM
4874
- priceToBookRatio
4875
- evToRevenue
4876
- evToEbitda
4877
- beta
4878
- week52High
4879
- week52Low
4880
- day50MovingAverage
4881
- day200MovingAverage
4882
- sharesOutstanding
4883
- dividendDate
4884
- exDividendDate
4885
- askPrice
4886
- bidPrice
4887
- createdAt
4888
- updatedAt
4889
- }
4890
- relevancyScore
4891
- sentimentScore
4892
- sentimentLabel }
4893
- }
4894
- averageEntryPrice
4895
- qty
4896
- qtyAvailable
4897
- marketValue
4898
- costBasis
4899
- unrealizedPL
4900
- unrealizedPLPC
4901
- unrealisedIntradayPL
4902
- unrealisedIntradayPLPC
4903
- currentPrice
4904
- lastTradePrice
4905
- changeToday
4906
- assetMarginable
4907
- alpacaAccount {
4908
- id
4909
- type
4910
- APIKey
4911
- APISecret
4912
- configuration
4913
- marketOpen
4914
- minOrderSize
4915
- maxOrderSize
4916
- minPercentageChange
4917
- volumeThreshold
4918
- user { id }
4919
- userId
4920
- createdAt
4921
- updatedAt
4922
- trades { id }
4923
- orders { id }
4924
- positions { id
4925
- assetId
4926
- asset {
4927
- id
4928
- logoUrl
4929
- description
4930
- cik
4931
- exchange
4932
- currency
4933
- country
4934
- sector
4935
- industry
4936
- address
4937
- officialSite
4938
- fiscalYearEnd
4939
- latestQuarter
4940
- marketCapitalization
4941
- ebitda
4942
- peRatio
4943
- pegRatio
4944
- bookValue
4945
- dividendPerShare
4946
- dividendYield
4947
- eps
4948
- revenuePerShareTTM
4949
- profitMargin
4950
- operatingMarginTTM
4951
- returnOnAssetsTTM
4952
- returnOnEquityTTM
4953
- revenueTTM
4954
- grossProfitTTM
4955
- dilutedEPSTTM
4956
- quarterlyEarningsGrowthYOY
4957
- quarterlyRevenueGrowthYOY
4958
- analystTargetPrice
4959
- analystRatingStrongBuy
4960
- analystRatingBuy
4961
- analystRatingHold
4962
- analystRatingSell
4963
- analystRatingStrongSell
4964
- trailingPE
4965
- forwardPE
4966
- priceToSalesRatioTTM
4967
- priceToBookRatio
4968
- evToRevenue
4969
- evToEbitda
4970
- beta
4971
- week52High
4972
- week52Low
4973
- day50MovingAverage
4974
- day200MovingAverage
4975
- sharesOutstanding
4976
- dividendDate
4977
- exDividendDate
4978
- askPrice
4979
- bidPrice
4980
- createdAt
4981
- updatedAt
4982
- trades { id }
4983
- orders { id }
4984
- positions { id }
4985
- newsMentions { id }
4986
- }
4987
- averageEntryPrice
4988
- qty
4989
- qtyAvailable
4990
- marketValue
4991
- costBasis
4992
- unrealizedPL
4993
- unrealizedPLPC
4994
- unrealisedIntradayPL
4995
- unrealisedIntradayPLPC
4996
- currentPrice
4997
- lastTradePrice
4998
- changeToday
4999
- assetMarginable
5000
- alpacaAccount {
5001
- id
5002
- type
5003
- APIKey
5004
- APISecret
5005
- configuration
5006
- marketOpen
5007
- minOrderSize
5008
- maxOrderSize
5009
- minPercentageChange
5010
- volumeThreshold
5011
- user { id }
5012
- userId
5013
- createdAt
5014
- updatedAt
5015
- trades { id }
5016
- orders { id }
5017
- positions { id }
5018
- alerts { id }
5019
- }
5020
- alpacaAccountId }
5021
- alerts { id }
5022
- }
5023
- alpacaAccountId }
5024
- alerts { id }
5025
- }
5026
- alpacaAccountId }
5027
- alerts { id }
5028
- }
5029
- alpacaAccountId }
5030
- alerts { id }
5031
- }
5032
- openaiAPIKey
5033
- openaiModel
5034
- }`;
5035
- //# sourceMappingURL=User.js.map