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
package/server/User.mjs CHANGED
@@ -339,6 +339,373 @@ export const User = {
339
339
  note
340
340
  status
341
341
  fee
342
+ order { id
343
+ clientOrderId
344
+ alpacaAccountId
345
+ assetId
346
+ qty
347
+ notional
348
+ side
349
+ type
350
+ orderClass
351
+ timeInForce
352
+ limitPrice
353
+ stopPrice
354
+ stopLoss {
355
+ id
356
+ stopPrice
357
+ limitPrice
358
+ createdAt
359
+ updatedAt
360
+ orderId
361
+ }
362
+ takeProfit {
363
+ id
364
+ limitPrice
365
+ stopPrice
366
+ createdAt
367
+ updatedAt
368
+ orderId
369
+ }
370
+ trailPrice
371
+ trailPercent
372
+ extendedHours
373
+ status
374
+ createdAt
375
+ updatedAt
376
+ submittedAt
377
+ filledAt
378
+ filledAvgPrice
379
+ actionId
380
+ alpacaAccount {
381
+ id
382
+ type
383
+ APIKey
384
+ APISecret
385
+ configuration
386
+ marketOpen
387
+ minOrderSize
388
+ maxOrderSize
389
+ minPercentageChange
390
+ volumeThreshold
391
+ userId
392
+ createdAt
393
+ updatedAt
394
+ alerts { id }
395
+ }
396
+ action {
397
+ id
398
+ sequence
399
+ tradeId
400
+ type
401
+ note
402
+ status
403
+ fee
404
+ }
405
+ asset {
406
+ id
407
+ symbol
408
+ name
409
+ type
410
+ logoUrl
411
+ description
412
+ cik
413
+ exchange
414
+ currency
415
+ country
416
+ sector
417
+ industry
418
+ address
419
+ officialSite
420
+ fiscalYearEnd
421
+ latestQuarter
422
+ marketCapitalization
423
+ ebitda
424
+ peRatio
425
+ pegRatio
426
+ bookValue
427
+ dividendPerShare
428
+ dividendYield
429
+ eps
430
+ revenuePerShareTTM
431
+ profitMargin
432
+ operatingMarginTTM
433
+ returnOnAssetsTTM
434
+ returnOnEquityTTM
435
+ revenueTTM
436
+ grossProfitTTM
437
+ dilutedEPSTTM
438
+ quarterlyEarningsGrowthYOY
439
+ quarterlyRevenueGrowthYOY
440
+ analystTargetPrice
441
+ analystRatingStrongBuy
442
+ analystRatingBuy
443
+ analystRatingHold
444
+ analystRatingSell
445
+ analystRatingStrongSell
446
+ trailingPE
447
+ forwardPE
448
+ priceToSalesRatioTTM
449
+ priceToBookRatio
450
+ evToRevenue
451
+ evToEbitda
452
+ beta
453
+ week52High
454
+ week52Low
455
+ day50MovingAverage
456
+ day200MovingAverage
457
+ sharesOutstanding
458
+ dividendDate
459
+ exDividendDate
460
+ askPrice
461
+ bidPrice
462
+ createdAt
463
+ updatedAt
464
+ trades { id
465
+ alpacaAccountId
466
+ assetId
467
+ qty
468
+ price
469
+ total
470
+ optionType
471
+ signal
472
+ strategy
473
+ analysis
474
+ summary
475
+ confidence
476
+ timestamp
477
+ createdAt
478
+ updatedAt
479
+ status
480
+ alpacaAccount {
481
+ id
482
+ type
483
+ APIKey
484
+ APISecret
485
+ configuration
486
+ marketOpen
487
+ minOrderSize
488
+ maxOrderSize
489
+ minPercentageChange
490
+ volumeThreshold
491
+ user { id }
492
+ userId
493
+ createdAt
494
+ updatedAt
495
+ trades { id }
496
+ orders { id }
497
+ positions { id }
498
+ alerts { id }
499
+ }
500
+ asset {
501
+ id
502
+ symbol
503
+ name
504
+ type
505
+ logoUrl
506
+ description
507
+ cik
508
+ exchange
509
+ currency
510
+ country
511
+ sector
512
+ industry
513
+ address
514
+ officialSite
515
+ fiscalYearEnd
516
+ latestQuarter
517
+ marketCapitalization
518
+ ebitda
519
+ peRatio
520
+ pegRatio
521
+ bookValue
522
+ dividendPerShare
523
+ dividendYield
524
+ eps
525
+ revenuePerShareTTM
526
+ profitMargin
527
+ operatingMarginTTM
528
+ returnOnAssetsTTM
529
+ returnOnEquityTTM
530
+ revenueTTM
531
+ grossProfitTTM
532
+ dilutedEPSTTM
533
+ quarterlyEarningsGrowthYOY
534
+ quarterlyRevenueGrowthYOY
535
+ analystTargetPrice
536
+ analystRatingStrongBuy
537
+ analystRatingBuy
538
+ analystRatingHold
539
+ analystRatingSell
540
+ analystRatingStrongSell
541
+ trailingPE
542
+ forwardPE
543
+ priceToSalesRatioTTM
544
+ priceToBookRatio
545
+ evToRevenue
546
+ evToEbitda
547
+ beta
548
+ week52High
549
+ week52Low
550
+ day50MovingAverage
551
+ day200MovingAverage
552
+ sharesOutstanding
553
+ dividendDate
554
+ exDividendDate
555
+ askPrice
556
+ bidPrice
557
+ createdAt
558
+ updatedAt
559
+ newsMentions { id }
560
+ }
561
+ actions {
562
+ id
563
+ sequence
564
+ tradeId
565
+ type
566
+ note
567
+ status
568
+ fee
569
+ order { id }
570
+ } }
571
+ orders { id
572
+ clientOrderId
573
+ alpacaAccountId
574
+ assetId
575
+ qty
576
+ notional
577
+ side
578
+ type
579
+ orderClass
580
+ timeInForce
581
+ limitPrice
582
+ stopPrice
583
+ stopLoss {
584
+ id
585
+ stopPrice
586
+ limitPrice
587
+ createdAt
588
+ updatedAt
589
+ orderId
590
+ }
591
+ takeProfit {
592
+ id
593
+ limitPrice
594
+ stopPrice
595
+ createdAt
596
+ updatedAt
597
+ orderId
598
+ }
599
+ trailPrice
600
+ trailPercent
601
+ extendedHours
602
+ status
603
+ createdAt
604
+ updatedAt
605
+ submittedAt
606
+ filledAt
607
+ filledAvgPrice
608
+ actionId
609
+ alpacaAccount {
610
+ id
611
+ type
612
+ APIKey
613
+ APISecret
614
+ configuration
615
+ marketOpen
616
+ minOrderSize
617
+ maxOrderSize
618
+ minPercentageChange
619
+ volumeThreshold
620
+ userId
621
+ createdAt
622
+ updatedAt
623
+ alerts { id }
624
+ }
625
+ action {
626
+ id
627
+ sequence
628
+ tradeId
629
+ type
630
+ note
631
+ status
632
+ fee
633
+ }
634
+ asset {
635
+ id
636
+ symbol
637
+ name
638
+ type
639
+ logoUrl
640
+ description
641
+ cik
642
+ exchange
643
+ currency
644
+ country
645
+ sector
646
+ industry
647
+ address
648
+ officialSite
649
+ fiscalYearEnd
650
+ latestQuarter
651
+ marketCapitalization
652
+ ebitda
653
+ peRatio
654
+ pegRatio
655
+ bookValue
656
+ dividendPerShare
657
+ dividendYield
658
+ eps
659
+ revenuePerShareTTM
660
+ profitMargin
661
+ operatingMarginTTM
662
+ returnOnAssetsTTM
663
+ returnOnEquityTTM
664
+ revenueTTM
665
+ grossProfitTTM
666
+ dilutedEPSTTM
667
+ quarterlyEarningsGrowthYOY
668
+ quarterlyRevenueGrowthYOY
669
+ analystTargetPrice
670
+ analystRatingStrongBuy
671
+ analystRatingBuy
672
+ analystRatingHold
673
+ analystRatingSell
674
+ analystRatingStrongSell
675
+ trailingPE
676
+ forwardPE
677
+ priceToSalesRatioTTM
678
+ priceToBookRatio
679
+ evToRevenue
680
+ evToEbitda
681
+ beta
682
+ week52High
683
+ week52Low
684
+ day50MovingAverage
685
+ day200MovingAverage
686
+ sharesOutstanding
687
+ dividendDate
688
+ exDividendDate
689
+ askPrice
690
+ bidPrice
691
+ createdAt
692
+ updatedAt
693
+ trades { id }
694
+ orders { id }
695
+ }
696
+ fee
697
+ strikePrice
698
+ expirationDate
699
+ optionType
700
+ stopLossId
701
+ takeProfitId }
702
+ }
703
+ fee
704
+ strikePrice
705
+ expirationDate
706
+ optionType
707
+ stopLossId
708
+ takeProfitId }
342
709
  } }
343
710
  orders { id
344
711
  clientOrderId
@@ -651,6 +1018,137 @@ export const User = {
651
1018
  note
652
1019
  status
653
1020
  fee
1021
+ order { id
1022
+ clientOrderId
1023
+ alpacaAccountId
1024
+ assetId
1025
+ qty
1026
+ notional
1027
+ side
1028
+ type
1029
+ orderClass
1030
+ timeInForce
1031
+ limitPrice
1032
+ stopPrice
1033
+ stopLoss {
1034
+ id
1035
+ stopPrice
1036
+ limitPrice
1037
+ createdAt
1038
+ updatedAt
1039
+ orderId
1040
+ }
1041
+ takeProfit {
1042
+ id
1043
+ limitPrice
1044
+ stopPrice
1045
+ createdAt
1046
+ updatedAt
1047
+ orderId
1048
+ }
1049
+ trailPrice
1050
+ trailPercent
1051
+ extendedHours
1052
+ status
1053
+ createdAt
1054
+ updatedAt
1055
+ submittedAt
1056
+ filledAt
1057
+ filledAvgPrice
1058
+ actionId
1059
+ alpacaAccount {
1060
+ id
1061
+ type
1062
+ APIKey
1063
+ APISecret
1064
+ configuration
1065
+ marketOpen
1066
+ minOrderSize
1067
+ maxOrderSize
1068
+ minPercentageChange
1069
+ volumeThreshold
1070
+ userId
1071
+ createdAt
1072
+ updatedAt
1073
+ alerts { id }
1074
+ }
1075
+ action {
1076
+ id
1077
+ sequence
1078
+ tradeId
1079
+ type
1080
+ note
1081
+ status
1082
+ fee
1083
+ }
1084
+ asset {
1085
+ id
1086
+ symbol
1087
+ name
1088
+ type
1089
+ logoUrl
1090
+ description
1091
+ cik
1092
+ exchange
1093
+ currency
1094
+ country
1095
+ sector
1096
+ industry
1097
+ address
1098
+ officialSite
1099
+ fiscalYearEnd
1100
+ latestQuarter
1101
+ marketCapitalization
1102
+ ebitda
1103
+ peRatio
1104
+ pegRatio
1105
+ bookValue
1106
+ dividendPerShare
1107
+ dividendYield
1108
+ eps
1109
+ revenuePerShareTTM
1110
+ profitMargin
1111
+ operatingMarginTTM
1112
+ returnOnAssetsTTM
1113
+ returnOnEquityTTM
1114
+ revenueTTM
1115
+ grossProfitTTM
1116
+ dilutedEPSTTM
1117
+ quarterlyEarningsGrowthYOY
1118
+ quarterlyRevenueGrowthYOY
1119
+ analystTargetPrice
1120
+ analystRatingStrongBuy
1121
+ analystRatingBuy
1122
+ analystRatingHold
1123
+ analystRatingSell
1124
+ analystRatingStrongSell
1125
+ trailingPE
1126
+ forwardPE
1127
+ priceToSalesRatioTTM
1128
+ priceToBookRatio
1129
+ evToRevenue
1130
+ evToEbitda
1131
+ beta
1132
+ week52High
1133
+ week52Low
1134
+ day50MovingAverage
1135
+ day200MovingAverage
1136
+ sharesOutstanding
1137
+ dividendDate
1138
+ exDividendDate
1139
+ askPrice
1140
+ bidPrice
1141
+ createdAt
1142
+ updatedAt
1143
+ trades { id }
1144
+ orders { id }
1145
+ }
1146
+ fee
1147
+ strikePrice
1148
+ expirationDate
1149
+ optionType
1150
+ stopLossId
1151
+ takeProfitId }
654
1152
  } }
655
1153
  orders { id
656
1154
  clientOrderId
@@ -879,6 +1377,7 @@ export const User = {
879
1377
  note
880
1378
  status
881
1379
  fee
1380
+ order { id }
882
1381
  } }
883
1382
  orders { id
884
1383
  clientOrderId
@@ -1272,6 +1771,137 @@ export const User = {
1272
1771
  note
1273
1772
  status
1274
1773
  fee
1774
+ order { id
1775
+ clientOrderId
1776
+ alpacaAccountId
1777
+ assetId
1778
+ qty
1779
+ notional
1780
+ side
1781
+ type
1782
+ orderClass
1783
+ timeInForce
1784
+ limitPrice
1785
+ stopPrice
1786
+ stopLoss {
1787
+ id
1788
+ stopPrice
1789
+ limitPrice
1790
+ createdAt
1791
+ updatedAt
1792
+ orderId
1793
+ }
1794
+ takeProfit {
1795
+ id
1796
+ limitPrice
1797
+ stopPrice
1798
+ createdAt
1799
+ updatedAt
1800
+ orderId
1801
+ }
1802
+ trailPrice
1803
+ trailPercent
1804
+ extendedHours
1805
+ status
1806
+ createdAt
1807
+ updatedAt
1808
+ submittedAt
1809
+ filledAt
1810
+ filledAvgPrice
1811
+ actionId
1812
+ alpacaAccount {
1813
+ id
1814
+ type
1815
+ APIKey
1816
+ APISecret
1817
+ configuration
1818
+ marketOpen
1819
+ minOrderSize
1820
+ maxOrderSize
1821
+ minPercentageChange
1822
+ volumeThreshold
1823
+ userId
1824
+ createdAt
1825
+ updatedAt
1826
+ alerts { id }
1827
+ }
1828
+ action {
1829
+ id
1830
+ sequence
1831
+ tradeId
1832
+ type
1833
+ note
1834
+ status
1835
+ fee
1836
+ }
1837
+ asset {
1838
+ id
1839
+ symbol
1840
+ name
1841
+ type
1842
+ logoUrl
1843
+ description
1844
+ cik
1845
+ exchange
1846
+ currency
1847
+ country
1848
+ sector
1849
+ industry
1850
+ address
1851
+ officialSite
1852
+ fiscalYearEnd
1853
+ latestQuarter
1854
+ marketCapitalization
1855
+ ebitda
1856
+ peRatio
1857
+ pegRatio
1858
+ bookValue
1859
+ dividendPerShare
1860
+ dividendYield
1861
+ eps
1862
+ revenuePerShareTTM
1863
+ profitMargin
1864
+ operatingMarginTTM
1865
+ returnOnAssetsTTM
1866
+ returnOnEquityTTM
1867
+ revenueTTM
1868
+ grossProfitTTM
1869
+ dilutedEPSTTM
1870
+ quarterlyEarningsGrowthYOY
1871
+ quarterlyRevenueGrowthYOY
1872
+ analystTargetPrice
1873
+ analystRatingStrongBuy
1874
+ analystRatingBuy
1875
+ analystRatingHold
1876
+ analystRatingSell
1877
+ analystRatingStrongSell
1878
+ trailingPE
1879
+ forwardPE
1880
+ priceToSalesRatioTTM
1881
+ priceToBookRatio
1882
+ evToRevenue
1883
+ evToEbitda
1884
+ beta
1885
+ week52High
1886
+ week52Low
1887
+ day50MovingAverage
1888
+ day200MovingAverage
1889
+ sharesOutstanding
1890
+ dividendDate
1891
+ exDividendDate
1892
+ askPrice
1893
+ bidPrice
1894
+ createdAt
1895
+ updatedAt
1896
+ trades { id }
1897
+ orders { id }
1898
+ }
1899
+ fee
1900
+ strikePrice
1901
+ expirationDate
1902
+ optionType
1903
+ stopLossId
1904
+ takeProfitId }
1275
1905
  } }
1276
1906
  orders { id
1277
1907
  clientOrderId
@@ -1500,6 +2130,7 @@ export const User = {
1500
2130
  note
1501
2131
  status
1502
2132
  fee
2133
+ order { id }
1503
2134
  } }
1504
2135
  orders { id
1505
2136
  clientOrderId
@@ -1802,6 +2433,7 @@ export const User = {
1802
2433
  note
1803
2434
  status
1804
2435
  fee
2436
+ order { id }
1805
2437
  } }
1806
2438
  orders { id
1807
2439
  clientOrderId
@@ -2526,6 +3158,7 @@ export const User = {
2526
3158
  note
2527
3159
  status
2528
3160
  fee
3161
+ order { id }
2529
3162
  } }
2530
3163
  orders { id
2531
3164
  clientOrderId
@@ -3337,6 +3970,137 @@ export const User = {
3337
3970
  note
3338
3971
  status
3339
3972
  fee
3973
+ order { id
3974
+ clientOrderId
3975
+ alpacaAccountId
3976
+ assetId
3977
+ qty
3978
+ notional
3979
+ side
3980
+ type
3981
+ orderClass
3982
+ timeInForce
3983
+ limitPrice
3984
+ stopPrice
3985
+ stopLoss {
3986
+ id
3987
+ stopPrice
3988
+ limitPrice
3989
+ createdAt
3990
+ updatedAt
3991
+ orderId
3992
+ }
3993
+ takeProfit {
3994
+ id
3995
+ limitPrice
3996
+ stopPrice
3997
+ createdAt
3998
+ updatedAt
3999
+ orderId
4000
+ }
4001
+ trailPrice
4002
+ trailPercent
4003
+ extendedHours
4004
+ status
4005
+ createdAt
4006
+ updatedAt
4007
+ submittedAt
4008
+ filledAt
4009
+ filledAvgPrice
4010
+ actionId
4011
+ alpacaAccount {
4012
+ id
4013
+ type
4014
+ APIKey
4015
+ APISecret
4016
+ configuration
4017
+ marketOpen
4018
+ minOrderSize
4019
+ maxOrderSize
4020
+ minPercentageChange
4021
+ volumeThreshold
4022
+ userId
4023
+ createdAt
4024
+ updatedAt
4025
+ alerts { id }
4026
+ }
4027
+ action {
4028
+ id
4029
+ sequence
4030
+ tradeId
4031
+ type
4032
+ note
4033
+ status
4034
+ fee
4035
+ }
4036
+ asset {
4037
+ id
4038
+ symbol
4039
+ name
4040
+ type
4041
+ logoUrl
4042
+ description
4043
+ cik
4044
+ exchange
4045
+ currency
4046
+ country
4047
+ sector
4048
+ industry
4049
+ address
4050
+ officialSite
4051
+ fiscalYearEnd
4052
+ latestQuarter
4053
+ marketCapitalization
4054
+ ebitda
4055
+ peRatio
4056
+ pegRatio
4057
+ bookValue
4058
+ dividendPerShare
4059
+ dividendYield
4060
+ eps
4061
+ revenuePerShareTTM
4062
+ profitMargin
4063
+ operatingMarginTTM
4064
+ returnOnAssetsTTM
4065
+ returnOnEquityTTM
4066
+ revenueTTM
4067
+ grossProfitTTM
4068
+ dilutedEPSTTM
4069
+ quarterlyEarningsGrowthYOY
4070
+ quarterlyRevenueGrowthYOY
4071
+ analystTargetPrice
4072
+ analystRatingStrongBuy
4073
+ analystRatingBuy
4074
+ analystRatingHold
4075
+ analystRatingSell
4076
+ analystRatingStrongSell
4077
+ trailingPE
4078
+ forwardPE
4079
+ priceToSalesRatioTTM
4080
+ priceToBookRatio
4081
+ evToRevenue
4082
+ evToEbitda
4083
+ beta
4084
+ week52High
4085
+ week52Low
4086
+ day50MovingAverage
4087
+ day200MovingAverage
4088
+ sharesOutstanding
4089
+ dividendDate
4090
+ exDividendDate
4091
+ askPrice
4092
+ bidPrice
4093
+ createdAt
4094
+ updatedAt
4095
+ trades { id }
4096
+ orders { id }
4097
+ }
4098
+ fee
4099
+ strikePrice
4100
+ expirationDate
4101
+ optionType
4102
+ stopLossId
4103
+ takeProfitId }
3340
4104
  } }
3341
4105
  orders { id
3342
4106
  clientOrderId
@@ -3565,6 +4329,7 @@ export const User = {
3565
4329
  note
3566
4330
  status
3567
4331
  fee
4332
+ order { id }
3568
4333
  } }
3569
4334
  orders { id
3570
4335
  clientOrderId
@@ -3867,6 +4632,7 @@ export const User = {
3867
4632
  note
3868
4633
  status
3869
4634
  fee
4635
+ order { id }
3870
4636
  } }
3871
4637
  orders { id
3872
4638
  clientOrderId
@@ -4591,6 +5357,7 @@ export const User = {
4591
5357
  note
4592
5358
  status
4593
5359
  fee
5360
+ order { id }
4594
5361
  } }
4595
5362
  orders { id
4596
5363
  clientOrderId
@@ -5953,6 +6720,373 @@ export const User = {
5953
6720
  note
5954
6721
  status
5955
6722
  fee
6723
+ order { id
6724
+ clientOrderId
6725
+ alpacaAccountId
6726
+ assetId
6727
+ qty
6728
+ notional
6729
+ side
6730
+ type
6731
+ orderClass
6732
+ timeInForce
6733
+ limitPrice
6734
+ stopPrice
6735
+ stopLoss {
6736
+ id
6737
+ stopPrice
6738
+ limitPrice
6739
+ createdAt
6740
+ updatedAt
6741
+ orderId
6742
+ }
6743
+ takeProfit {
6744
+ id
6745
+ limitPrice
6746
+ stopPrice
6747
+ createdAt
6748
+ updatedAt
6749
+ orderId
6750
+ }
6751
+ trailPrice
6752
+ trailPercent
6753
+ extendedHours
6754
+ status
6755
+ createdAt
6756
+ updatedAt
6757
+ submittedAt
6758
+ filledAt
6759
+ filledAvgPrice
6760
+ actionId
6761
+ alpacaAccount {
6762
+ id
6763
+ type
6764
+ APIKey
6765
+ APISecret
6766
+ configuration
6767
+ marketOpen
6768
+ minOrderSize
6769
+ maxOrderSize
6770
+ minPercentageChange
6771
+ volumeThreshold
6772
+ userId
6773
+ createdAt
6774
+ updatedAt
6775
+ alerts { id }
6776
+ }
6777
+ action {
6778
+ id
6779
+ sequence
6780
+ tradeId
6781
+ type
6782
+ note
6783
+ status
6784
+ fee
6785
+ }
6786
+ asset {
6787
+ id
6788
+ symbol
6789
+ name
6790
+ type
6791
+ logoUrl
6792
+ description
6793
+ cik
6794
+ exchange
6795
+ currency
6796
+ country
6797
+ sector
6798
+ industry
6799
+ address
6800
+ officialSite
6801
+ fiscalYearEnd
6802
+ latestQuarter
6803
+ marketCapitalization
6804
+ ebitda
6805
+ peRatio
6806
+ pegRatio
6807
+ bookValue
6808
+ dividendPerShare
6809
+ dividendYield
6810
+ eps
6811
+ revenuePerShareTTM
6812
+ profitMargin
6813
+ operatingMarginTTM
6814
+ returnOnAssetsTTM
6815
+ returnOnEquityTTM
6816
+ revenueTTM
6817
+ grossProfitTTM
6818
+ dilutedEPSTTM
6819
+ quarterlyEarningsGrowthYOY
6820
+ quarterlyRevenueGrowthYOY
6821
+ analystTargetPrice
6822
+ analystRatingStrongBuy
6823
+ analystRatingBuy
6824
+ analystRatingHold
6825
+ analystRatingSell
6826
+ analystRatingStrongSell
6827
+ trailingPE
6828
+ forwardPE
6829
+ priceToSalesRatioTTM
6830
+ priceToBookRatio
6831
+ evToRevenue
6832
+ evToEbitda
6833
+ beta
6834
+ week52High
6835
+ week52Low
6836
+ day50MovingAverage
6837
+ day200MovingAverage
6838
+ sharesOutstanding
6839
+ dividendDate
6840
+ exDividendDate
6841
+ askPrice
6842
+ bidPrice
6843
+ createdAt
6844
+ updatedAt
6845
+ trades { id
6846
+ alpacaAccountId
6847
+ assetId
6848
+ qty
6849
+ price
6850
+ total
6851
+ optionType
6852
+ signal
6853
+ strategy
6854
+ analysis
6855
+ summary
6856
+ confidence
6857
+ timestamp
6858
+ createdAt
6859
+ updatedAt
6860
+ status
6861
+ alpacaAccount {
6862
+ id
6863
+ type
6864
+ APIKey
6865
+ APISecret
6866
+ configuration
6867
+ marketOpen
6868
+ minOrderSize
6869
+ maxOrderSize
6870
+ minPercentageChange
6871
+ volumeThreshold
6872
+ user { id }
6873
+ userId
6874
+ createdAt
6875
+ updatedAt
6876
+ trades { id }
6877
+ orders { id }
6878
+ positions { id }
6879
+ alerts { id }
6880
+ }
6881
+ asset {
6882
+ id
6883
+ symbol
6884
+ name
6885
+ type
6886
+ logoUrl
6887
+ description
6888
+ cik
6889
+ exchange
6890
+ currency
6891
+ country
6892
+ sector
6893
+ industry
6894
+ address
6895
+ officialSite
6896
+ fiscalYearEnd
6897
+ latestQuarter
6898
+ marketCapitalization
6899
+ ebitda
6900
+ peRatio
6901
+ pegRatio
6902
+ bookValue
6903
+ dividendPerShare
6904
+ dividendYield
6905
+ eps
6906
+ revenuePerShareTTM
6907
+ profitMargin
6908
+ operatingMarginTTM
6909
+ returnOnAssetsTTM
6910
+ returnOnEquityTTM
6911
+ revenueTTM
6912
+ grossProfitTTM
6913
+ dilutedEPSTTM
6914
+ quarterlyEarningsGrowthYOY
6915
+ quarterlyRevenueGrowthYOY
6916
+ analystTargetPrice
6917
+ analystRatingStrongBuy
6918
+ analystRatingBuy
6919
+ analystRatingHold
6920
+ analystRatingSell
6921
+ analystRatingStrongSell
6922
+ trailingPE
6923
+ forwardPE
6924
+ priceToSalesRatioTTM
6925
+ priceToBookRatio
6926
+ evToRevenue
6927
+ evToEbitda
6928
+ beta
6929
+ week52High
6930
+ week52Low
6931
+ day50MovingAverage
6932
+ day200MovingAverage
6933
+ sharesOutstanding
6934
+ dividendDate
6935
+ exDividendDate
6936
+ askPrice
6937
+ bidPrice
6938
+ createdAt
6939
+ updatedAt
6940
+ newsMentions { id }
6941
+ }
6942
+ actions {
6943
+ id
6944
+ sequence
6945
+ tradeId
6946
+ type
6947
+ note
6948
+ status
6949
+ fee
6950
+ order { id }
6951
+ } }
6952
+ orders { id
6953
+ clientOrderId
6954
+ alpacaAccountId
6955
+ assetId
6956
+ qty
6957
+ notional
6958
+ side
6959
+ type
6960
+ orderClass
6961
+ timeInForce
6962
+ limitPrice
6963
+ stopPrice
6964
+ stopLoss {
6965
+ id
6966
+ stopPrice
6967
+ limitPrice
6968
+ createdAt
6969
+ updatedAt
6970
+ orderId
6971
+ }
6972
+ takeProfit {
6973
+ id
6974
+ limitPrice
6975
+ stopPrice
6976
+ createdAt
6977
+ updatedAt
6978
+ orderId
6979
+ }
6980
+ trailPrice
6981
+ trailPercent
6982
+ extendedHours
6983
+ status
6984
+ createdAt
6985
+ updatedAt
6986
+ submittedAt
6987
+ filledAt
6988
+ filledAvgPrice
6989
+ actionId
6990
+ alpacaAccount {
6991
+ id
6992
+ type
6993
+ APIKey
6994
+ APISecret
6995
+ configuration
6996
+ marketOpen
6997
+ minOrderSize
6998
+ maxOrderSize
6999
+ minPercentageChange
7000
+ volumeThreshold
7001
+ userId
7002
+ createdAt
7003
+ updatedAt
7004
+ alerts { id }
7005
+ }
7006
+ action {
7007
+ id
7008
+ sequence
7009
+ tradeId
7010
+ type
7011
+ note
7012
+ status
7013
+ fee
7014
+ }
7015
+ asset {
7016
+ id
7017
+ symbol
7018
+ name
7019
+ type
7020
+ logoUrl
7021
+ description
7022
+ cik
7023
+ exchange
7024
+ currency
7025
+ country
7026
+ sector
7027
+ industry
7028
+ address
7029
+ officialSite
7030
+ fiscalYearEnd
7031
+ latestQuarter
7032
+ marketCapitalization
7033
+ ebitda
7034
+ peRatio
7035
+ pegRatio
7036
+ bookValue
7037
+ dividendPerShare
7038
+ dividendYield
7039
+ eps
7040
+ revenuePerShareTTM
7041
+ profitMargin
7042
+ operatingMarginTTM
7043
+ returnOnAssetsTTM
7044
+ returnOnEquityTTM
7045
+ revenueTTM
7046
+ grossProfitTTM
7047
+ dilutedEPSTTM
7048
+ quarterlyEarningsGrowthYOY
7049
+ quarterlyRevenueGrowthYOY
7050
+ analystTargetPrice
7051
+ analystRatingStrongBuy
7052
+ analystRatingBuy
7053
+ analystRatingHold
7054
+ analystRatingSell
7055
+ analystRatingStrongSell
7056
+ trailingPE
7057
+ forwardPE
7058
+ priceToSalesRatioTTM
7059
+ priceToBookRatio
7060
+ evToRevenue
7061
+ evToEbitda
7062
+ beta
7063
+ week52High
7064
+ week52Low
7065
+ day50MovingAverage
7066
+ day200MovingAverage
7067
+ sharesOutstanding
7068
+ dividendDate
7069
+ exDividendDate
7070
+ askPrice
7071
+ bidPrice
7072
+ createdAt
7073
+ updatedAt
7074
+ trades { id }
7075
+ orders { id }
7076
+ }
7077
+ fee
7078
+ strikePrice
7079
+ expirationDate
7080
+ optionType
7081
+ stopLossId
7082
+ takeProfitId }
7083
+ }
7084
+ fee
7085
+ strikePrice
7086
+ expirationDate
7087
+ optionType
7088
+ stopLossId
7089
+ takeProfitId }
5956
7090
  } }
5957
7091
  orders { id
5958
7092
  clientOrderId
@@ -6265,6 +7399,137 @@ export const User = {
6265
7399
  note
6266
7400
  status
6267
7401
  fee
7402
+ order { id
7403
+ clientOrderId
7404
+ alpacaAccountId
7405
+ assetId
7406
+ qty
7407
+ notional
7408
+ side
7409
+ type
7410
+ orderClass
7411
+ timeInForce
7412
+ limitPrice
7413
+ stopPrice
7414
+ stopLoss {
7415
+ id
7416
+ stopPrice
7417
+ limitPrice
7418
+ createdAt
7419
+ updatedAt
7420
+ orderId
7421
+ }
7422
+ takeProfit {
7423
+ id
7424
+ limitPrice
7425
+ stopPrice
7426
+ createdAt
7427
+ updatedAt
7428
+ orderId
7429
+ }
7430
+ trailPrice
7431
+ trailPercent
7432
+ extendedHours
7433
+ status
7434
+ createdAt
7435
+ updatedAt
7436
+ submittedAt
7437
+ filledAt
7438
+ filledAvgPrice
7439
+ actionId
7440
+ alpacaAccount {
7441
+ id
7442
+ type
7443
+ APIKey
7444
+ APISecret
7445
+ configuration
7446
+ marketOpen
7447
+ minOrderSize
7448
+ maxOrderSize
7449
+ minPercentageChange
7450
+ volumeThreshold
7451
+ userId
7452
+ createdAt
7453
+ updatedAt
7454
+ alerts { id }
7455
+ }
7456
+ action {
7457
+ id
7458
+ sequence
7459
+ tradeId
7460
+ type
7461
+ note
7462
+ status
7463
+ fee
7464
+ }
7465
+ asset {
7466
+ id
7467
+ symbol
7468
+ name
7469
+ type
7470
+ logoUrl
7471
+ description
7472
+ cik
7473
+ exchange
7474
+ currency
7475
+ country
7476
+ sector
7477
+ industry
7478
+ address
7479
+ officialSite
7480
+ fiscalYearEnd
7481
+ latestQuarter
7482
+ marketCapitalization
7483
+ ebitda
7484
+ peRatio
7485
+ pegRatio
7486
+ bookValue
7487
+ dividendPerShare
7488
+ dividendYield
7489
+ eps
7490
+ revenuePerShareTTM
7491
+ profitMargin
7492
+ operatingMarginTTM
7493
+ returnOnAssetsTTM
7494
+ returnOnEquityTTM
7495
+ revenueTTM
7496
+ grossProfitTTM
7497
+ dilutedEPSTTM
7498
+ quarterlyEarningsGrowthYOY
7499
+ quarterlyRevenueGrowthYOY
7500
+ analystTargetPrice
7501
+ analystRatingStrongBuy
7502
+ analystRatingBuy
7503
+ analystRatingHold
7504
+ analystRatingSell
7505
+ analystRatingStrongSell
7506
+ trailingPE
7507
+ forwardPE
7508
+ priceToSalesRatioTTM
7509
+ priceToBookRatio
7510
+ evToRevenue
7511
+ evToEbitda
7512
+ beta
7513
+ week52High
7514
+ week52Low
7515
+ day50MovingAverage
7516
+ day200MovingAverage
7517
+ sharesOutstanding
7518
+ dividendDate
7519
+ exDividendDate
7520
+ askPrice
7521
+ bidPrice
7522
+ createdAt
7523
+ updatedAt
7524
+ trades { id }
7525
+ orders { id }
7526
+ }
7527
+ fee
7528
+ strikePrice
7529
+ expirationDate
7530
+ optionType
7531
+ stopLossId
7532
+ takeProfitId }
6268
7533
  } }
6269
7534
  orders { id
6270
7535
  clientOrderId
@@ -6493,6 +7758,7 @@ export const User = {
6493
7758
  note
6494
7759
  status
6495
7760
  fee
7761
+ order { id }
6496
7762
  } }
6497
7763
  orders { id
6498
7764
  clientOrderId
@@ -6886,6 +8152,137 @@ export const User = {
6886
8152
  note
6887
8153
  status
6888
8154
  fee
8155
+ order { id
8156
+ clientOrderId
8157
+ alpacaAccountId
8158
+ assetId
8159
+ qty
8160
+ notional
8161
+ side
8162
+ type
8163
+ orderClass
8164
+ timeInForce
8165
+ limitPrice
8166
+ stopPrice
8167
+ stopLoss {
8168
+ id
8169
+ stopPrice
8170
+ limitPrice
8171
+ createdAt
8172
+ updatedAt
8173
+ orderId
8174
+ }
8175
+ takeProfit {
8176
+ id
8177
+ limitPrice
8178
+ stopPrice
8179
+ createdAt
8180
+ updatedAt
8181
+ orderId
8182
+ }
8183
+ trailPrice
8184
+ trailPercent
8185
+ extendedHours
8186
+ status
8187
+ createdAt
8188
+ updatedAt
8189
+ submittedAt
8190
+ filledAt
8191
+ filledAvgPrice
8192
+ actionId
8193
+ alpacaAccount {
8194
+ id
8195
+ type
8196
+ APIKey
8197
+ APISecret
8198
+ configuration
8199
+ marketOpen
8200
+ minOrderSize
8201
+ maxOrderSize
8202
+ minPercentageChange
8203
+ volumeThreshold
8204
+ userId
8205
+ createdAt
8206
+ updatedAt
8207
+ alerts { id }
8208
+ }
8209
+ action {
8210
+ id
8211
+ sequence
8212
+ tradeId
8213
+ type
8214
+ note
8215
+ status
8216
+ fee
8217
+ }
8218
+ asset {
8219
+ id
8220
+ symbol
8221
+ name
8222
+ type
8223
+ logoUrl
8224
+ description
8225
+ cik
8226
+ exchange
8227
+ currency
8228
+ country
8229
+ sector
8230
+ industry
8231
+ address
8232
+ officialSite
8233
+ fiscalYearEnd
8234
+ latestQuarter
8235
+ marketCapitalization
8236
+ ebitda
8237
+ peRatio
8238
+ pegRatio
8239
+ bookValue
8240
+ dividendPerShare
8241
+ dividendYield
8242
+ eps
8243
+ revenuePerShareTTM
8244
+ profitMargin
8245
+ operatingMarginTTM
8246
+ returnOnAssetsTTM
8247
+ returnOnEquityTTM
8248
+ revenueTTM
8249
+ grossProfitTTM
8250
+ dilutedEPSTTM
8251
+ quarterlyEarningsGrowthYOY
8252
+ quarterlyRevenueGrowthYOY
8253
+ analystTargetPrice
8254
+ analystRatingStrongBuy
8255
+ analystRatingBuy
8256
+ analystRatingHold
8257
+ analystRatingSell
8258
+ analystRatingStrongSell
8259
+ trailingPE
8260
+ forwardPE
8261
+ priceToSalesRatioTTM
8262
+ priceToBookRatio
8263
+ evToRevenue
8264
+ evToEbitda
8265
+ beta
8266
+ week52High
8267
+ week52Low
8268
+ day50MovingAverage
8269
+ day200MovingAverage
8270
+ sharesOutstanding
8271
+ dividendDate
8272
+ exDividendDate
8273
+ askPrice
8274
+ bidPrice
8275
+ createdAt
8276
+ updatedAt
8277
+ trades { id }
8278
+ orders { id }
8279
+ }
8280
+ fee
8281
+ strikePrice
8282
+ expirationDate
8283
+ optionType
8284
+ stopLossId
8285
+ takeProfitId }
6889
8286
  } }
6890
8287
  orders { id
6891
8288
  clientOrderId
@@ -7114,6 +8511,7 @@ export const User = {
7114
8511
  note
7115
8512
  status
7116
8513
  fee
8514
+ order { id }
7117
8515
  } }
7118
8516
  orders { id
7119
8517
  clientOrderId
@@ -7416,6 +8814,7 @@ export const User = {
7416
8814
  note
7417
8815
  status
7418
8816
  fee
8817
+ order { id }
7419
8818
  } }
7420
8819
  orders { id
7421
8820
  clientOrderId
@@ -8140,6 +9539,7 @@ export const User = {
8140
9539
  note
8141
9540
  status
8142
9541
  fee
9542
+ order { id }
8143
9543
  } }
8144
9544
  orders { id
8145
9545
  clientOrderId
@@ -8951,6 +10351,137 @@ export const User = {
8951
10351
  note
8952
10352
  status
8953
10353
  fee
10354
+ order { id
10355
+ clientOrderId
10356
+ alpacaAccountId
10357
+ assetId
10358
+ qty
10359
+ notional
10360
+ side
10361
+ type
10362
+ orderClass
10363
+ timeInForce
10364
+ limitPrice
10365
+ stopPrice
10366
+ stopLoss {
10367
+ id
10368
+ stopPrice
10369
+ limitPrice
10370
+ createdAt
10371
+ updatedAt
10372
+ orderId
10373
+ }
10374
+ takeProfit {
10375
+ id
10376
+ limitPrice
10377
+ stopPrice
10378
+ createdAt
10379
+ updatedAt
10380
+ orderId
10381
+ }
10382
+ trailPrice
10383
+ trailPercent
10384
+ extendedHours
10385
+ status
10386
+ createdAt
10387
+ updatedAt
10388
+ submittedAt
10389
+ filledAt
10390
+ filledAvgPrice
10391
+ actionId
10392
+ alpacaAccount {
10393
+ id
10394
+ type
10395
+ APIKey
10396
+ APISecret
10397
+ configuration
10398
+ marketOpen
10399
+ minOrderSize
10400
+ maxOrderSize
10401
+ minPercentageChange
10402
+ volumeThreshold
10403
+ userId
10404
+ createdAt
10405
+ updatedAt
10406
+ alerts { id }
10407
+ }
10408
+ action {
10409
+ id
10410
+ sequence
10411
+ tradeId
10412
+ type
10413
+ note
10414
+ status
10415
+ fee
10416
+ }
10417
+ asset {
10418
+ id
10419
+ symbol
10420
+ name
10421
+ type
10422
+ logoUrl
10423
+ description
10424
+ cik
10425
+ exchange
10426
+ currency
10427
+ country
10428
+ sector
10429
+ industry
10430
+ address
10431
+ officialSite
10432
+ fiscalYearEnd
10433
+ latestQuarter
10434
+ marketCapitalization
10435
+ ebitda
10436
+ peRatio
10437
+ pegRatio
10438
+ bookValue
10439
+ dividendPerShare
10440
+ dividendYield
10441
+ eps
10442
+ revenuePerShareTTM
10443
+ profitMargin
10444
+ operatingMarginTTM
10445
+ returnOnAssetsTTM
10446
+ returnOnEquityTTM
10447
+ revenueTTM
10448
+ grossProfitTTM
10449
+ dilutedEPSTTM
10450
+ quarterlyEarningsGrowthYOY
10451
+ quarterlyRevenueGrowthYOY
10452
+ analystTargetPrice
10453
+ analystRatingStrongBuy
10454
+ analystRatingBuy
10455
+ analystRatingHold
10456
+ analystRatingSell
10457
+ analystRatingStrongSell
10458
+ trailingPE
10459
+ forwardPE
10460
+ priceToSalesRatioTTM
10461
+ priceToBookRatio
10462
+ evToRevenue
10463
+ evToEbitda
10464
+ beta
10465
+ week52High
10466
+ week52Low
10467
+ day50MovingAverage
10468
+ day200MovingAverage
10469
+ sharesOutstanding
10470
+ dividendDate
10471
+ exDividendDate
10472
+ askPrice
10473
+ bidPrice
10474
+ createdAt
10475
+ updatedAt
10476
+ trades { id }
10477
+ orders { id }
10478
+ }
10479
+ fee
10480
+ strikePrice
10481
+ expirationDate
10482
+ optionType
10483
+ stopLossId
10484
+ takeProfitId }
8954
10485
  } }
8955
10486
  orders { id
8956
10487
  clientOrderId
@@ -9179,6 +10710,7 @@ export const User = {
9179
10710
  note
9180
10711
  status
9181
10712
  fee
10713
+ order { id }
9182
10714
  } }
9183
10715
  orders { id
9184
10716
  clientOrderId
@@ -9481,6 +11013,7 @@ export const User = {
9481
11013
  note
9482
11014
  status
9483
11015
  fee
11016
+ order { id }
9484
11017
  } }
9485
11018
  orders { id
9486
11019
  clientOrderId
@@ -10205,6 +11738,7 @@ export const User = {
10205
11738
  note
10206
11739
  status
10207
11740
  fee
11741
+ order { id }
10208
11742
  } }
10209
11743
  orders { id
10210
11744
  clientOrderId
@@ -15149,6 +16683,373 @@ export const User = {
15149
16683
  note
15150
16684
  status
15151
16685
  fee
16686
+ order { id
16687
+ clientOrderId
16688
+ alpacaAccountId
16689
+ assetId
16690
+ qty
16691
+ notional
16692
+ side
16693
+ type
16694
+ orderClass
16695
+ timeInForce
16696
+ limitPrice
16697
+ stopPrice
16698
+ stopLoss {
16699
+ id
16700
+ stopPrice
16701
+ limitPrice
16702
+ createdAt
16703
+ updatedAt
16704
+ orderId
16705
+ }
16706
+ takeProfit {
16707
+ id
16708
+ limitPrice
16709
+ stopPrice
16710
+ createdAt
16711
+ updatedAt
16712
+ orderId
16713
+ }
16714
+ trailPrice
16715
+ trailPercent
16716
+ extendedHours
16717
+ status
16718
+ createdAt
16719
+ updatedAt
16720
+ submittedAt
16721
+ filledAt
16722
+ filledAvgPrice
16723
+ actionId
16724
+ alpacaAccount {
16725
+ id
16726
+ type
16727
+ APIKey
16728
+ APISecret
16729
+ configuration
16730
+ marketOpen
16731
+ minOrderSize
16732
+ maxOrderSize
16733
+ minPercentageChange
16734
+ volumeThreshold
16735
+ userId
16736
+ createdAt
16737
+ updatedAt
16738
+ alerts { id }
16739
+ }
16740
+ action {
16741
+ id
16742
+ sequence
16743
+ tradeId
16744
+ type
16745
+ note
16746
+ status
16747
+ fee
16748
+ }
16749
+ asset {
16750
+ id
16751
+ symbol
16752
+ name
16753
+ type
16754
+ logoUrl
16755
+ description
16756
+ cik
16757
+ exchange
16758
+ currency
16759
+ country
16760
+ sector
16761
+ industry
16762
+ address
16763
+ officialSite
16764
+ fiscalYearEnd
16765
+ latestQuarter
16766
+ marketCapitalization
16767
+ ebitda
16768
+ peRatio
16769
+ pegRatio
16770
+ bookValue
16771
+ dividendPerShare
16772
+ dividendYield
16773
+ eps
16774
+ revenuePerShareTTM
16775
+ profitMargin
16776
+ operatingMarginTTM
16777
+ returnOnAssetsTTM
16778
+ returnOnEquityTTM
16779
+ revenueTTM
16780
+ grossProfitTTM
16781
+ dilutedEPSTTM
16782
+ quarterlyEarningsGrowthYOY
16783
+ quarterlyRevenueGrowthYOY
16784
+ analystTargetPrice
16785
+ analystRatingStrongBuy
16786
+ analystRatingBuy
16787
+ analystRatingHold
16788
+ analystRatingSell
16789
+ analystRatingStrongSell
16790
+ trailingPE
16791
+ forwardPE
16792
+ priceToSalesRatioTTM
16793
+ priceToBookRatio
16794
+ evToRevenue
16795
+ evToEbitda
16796
+ beta
16797
+ week52High
16798
+ week52Low
16799
+ day50MovingAverage
16800
+ day200MovingAverage
16801
+ sharesOutstanding
16802
+ dividendDate
16803
+ exDividendDate
16804
+ askPrice
16805
+ bidPrice
16806
+ createdAt
16807
+ updatedAt
16808
+ trades { id
16809
+ alpacaAccountId
16810
+ assetId
16811
+ qty
16812
+ price
16813
+ total
16814
+ optionType
16815
+ signal
16816
+ strategy
16817
+ analysis
16818
+ summary
16819
+ confidence
16820
+ timestamp
16821
+ createdAt
16822
+ updatedAt
16823
+ status
16824
+ alpacaAccount {
16825
+ id
16826
+ type
16827
+ APIKey
16828
+ APISecret
16829
+ configuration
16830
+ marketOpen
16831
+ minOrderSize
16832
+ maxOrderSize
16833
+ minPercentageChange
16834
+ volumeThreshold
16835
+ user { id }
16836
+ userId
16837
+ createdAt
16838
+ updatedAt
16839
+ trades { id }
16840
+ orders { id }
16841
+ positions { id }
16842
+ alerts { id }
16843
+ }
16844
+ asset {
16845
+ id
16846
+ symbol
16847
+ name
16848
+ type
16849
+ logoUrl
16850
+ description
16851
+ cik
16852
+ exchange
16853
+ currency
16854
+ country
16855
+ sector
16856
+ industry
16857
+ address
16858
+ officialSite
16859
+ fiscalYearEnd
16860
+ latestQuarter
16861
+ marketCapitalization
16862
+ ebitda
16863
+ peRatio
16864
+ pegRatio
16865
+ bookValue
16866
+ dividendPerShare
16867
+ dividendYield
16868
+ eps
16869
+ revenuePerShareTTM
16870
+ profitMargin
16871
+ operatingMarginTTM
16872
+ returnOnAssetsTTM
16873
+ returnOnEquityTTM
16874
+ revenueTTM
16875
+ grossProfitTTM
16876
+ dilutedEPSTTM
16877
+ quarterlyEarningsGrowthYOY
16878
+ quarterlyRevenueGrowthYOY
16879
+ analystTargetPrice
16880
+ analystRatingStrongBuy
16881
+ analystRatingBuy
16882
+ analystRatingHold
16883
+ analystRatingSell
16884
+ analystRatingStrongSell
16885
+ trailingPE
16886
+ forwardPE
16887
+ priceToSalesRatioTTM
16888
+ priceToBookRatio
16889
+ evToRevenue
16890
+ evToEbitda
16891
+ beta
16892
+ week52High
16893
+ week52Low
16894
+ day50MovingAverage
16895
+ day200MovingAverage
16896
+ sharesOutstanding
16897
+ dividendDate
16898
+ exDividendDate
16899
+ askPrice
16900
+ bidPrice
16901
+ createdAt
16902
+ updatedAt
16903
+ newsMentions { id }
16904
+ }
16905
+ actions {
16906
+ id
16907
+ sequence
16908
+ tradeId
16909
+ type
16910
+ note
16911
+ status
16912
+ fee
16913
+ order { id }
16914
+ } }
16915
+ orders { id
16916
+ clientOrderId
16917
+ alpacaAccountId
16918
+ assetId
16919
+ qty
16920
+ notional
16921
+ side
16922
+ type
16923
+ orderClass
16924
+ timeInForce
16925
+ limitPrice
16926
+ stopPrice
16927
+ stopLoss {
16928
+ id
16929
+ stopPrice
16930
+ limitPrice
16931
+ createdAt
16932
+ updatedAt
16933
+ orderId
16934
+ }
16935
+ takeProfit {
16936
+ id
16937
+ limitPrice
16938
+ stopPrice
16939
+ createdAt
16940
+ updatedAt
16941
+ orderId
16942
+ }
16943
+ trailPrice
16944
+ trailPercent
16945
+ extendedHours
16946
+ status
16947
+ createdAt
16948
+ updatedAt
16949
+ submittedAt
16950
+ filledAt
16951
+ filledAvgPrice
16952
+ actionId
16953
+ alpacaAccount {
16954
+ id
16955
+ type
16956
+ APIKey
16957
+ APISecret
16958
+ configuration
16959
+ marketOpen
16960
+ minOrderSize
16961
+ maxOrderSize
16962
+ minPercentageChange
16963
+ volumeThreshold
16964
+ userId
16965
+ createdAt
16966
+ updatedAt
16967
+ alerts { id }
16968
+ }
16969
+ action {
16970
+ id
16971
+ sequence
16972
+ tradeId
16973
+ type
16974
+ note
16975
+ status
16976
+ fee
16977
+ }
16978
+ asset {
16979
+ id
16980
+ symbol
16981
+ name
16982
+ type
16983
+ logoUrl
16984
+ description
16985
+ cik
16986
+ exchange
16987
+ currency
16988
+ country
16989
+ sector
16990
+ industry
16991
+ address
16992
+ officialSite
16993
+ fiscalYearEnd
16994
+ latestQuarter
16995
+ marketCapitalization
16996
+ ebitda
16997
+ peRatio
16998
+ pegRatio
16999
+ bookValue
17000
+ dividendPerShare
17001
+ dividendYield
17002
+ eps
17003
+ revenuePerShareTTM
17004
+ profitMargin
17005
+ operatingMarginTTM
17006
+ returnOnAssetsTTM
17007
+ returnOnEquityTTM
17008
+ revenueTTM
17009
+ grossProfitTTM
17010
+ dilutedEPSTTM
17011
+ quarterlyEarningsGrowthYOY
17012
+ quarterlyRevenueGrowthYOY
17013
+ analystTargetPrice
17014
+ analystRatingStrongBuy
17015
+ analystRatingBuy
17016
+ analystRatingHold
17017
+ analystRatingSell
17018
+ analystRatingStrongSell
17019
+ trailingPE
17020
+ forwardPE
17021
+ priceToSalesRatioTTM
17022
+ priceToBookRatio
17023
+ evToRevenue
17024
+ evToEbitda
17025
+ beta
17026
+ week52High
17027
+ week52Low
17028
+ day50MovingAverage
17029
+ day200MovingAverage
17030
+ sharesOutstanding
17031
+ dividendDate
17032
+ exDividendDate
17033
+ askPrice
17034
+ bidPrice
17035
+ createdAt
17036
+ updatedAt
17037
+ trades { id }
17038
+ orders { id }
17039
+ }
17040
+ fee
17041
+ strikePrice
17042
+ expirationDate
17043
+ optionType
17044
+ stopLossId
17045
+ takeProfitId }
17046
+ }
17047
+ fee
17048
+ strikePrice
17049
+ expirationDate
17050
+ optionType
17051
+ stopLossId
17052
+ takeProfitId }
15152
17053
  } }
15153
17054
  orders { id
15154
17055
  clientOrderId
@@ -15461,6 +17362,137 @@ export const User = {
15461
17362
  note
15462
17363
  status
15463
17364
  fee
17365
+ order { id
17366
+ clientOrderId
17367
+ alpacaAccountId
17368
+ assetId
17369
+ qty
17370
+ notional
17371
+ side
17372
+ type
17373
+ orderClass
17374
+ timeInForce
17375
+ limitPrice
17376
+ stopPrice
17377
+ stopLoss {
17378
+ id
17379
+ stopPrice
17380
+ limitPrice
17381
+ createdAt
17382
+ updatedAt
17383
+ orderId
17384
+ }
17385
+ takeProfit {
17386
+ id
17387
+ limitPrice
17388
+ stopPrice
17389
+ createdAt
17390
+ updatedAt
17391
+ orderId
17392
+ }
17393
+ trailPrice
17394
+ trailPercent
17395
+ extendedHours
17396
+ status
17397
+ createdAt
17398
+ updatedAt
17399
+ submittedAt
17400
+ filledAt
17401
+ filledAvgPrice
17402
+ actionId
17403
+ alpacaAccount {
17404
+ id
17405
+ type
17406
+ APIKey
17407
+ APISecret
17408
+ configuration
17409
+ marketOpen
17410
+ minOrderSize
17411
+ maxOrderSize
17412
+ minPercentageChange
17413
+ volumeThreshold
17414
+ userId
17415
+ createdAt
17416
+ updatedAt
17417
+ alerts { id }
17418
+ }
17419
+ action {
17420
+ id
17421
+ sequence
17422
+ tradeId
17423
+ type
17424
+ note
17425
+ status
17426
+ fee
17427
+ }
17428
+ asset {
17429
+ id
17430
+ symbol
17431
+ name
17432
+ type
17433
+ logoUrl
17434
+ description
17435
+ cik
17436
+ exchange
17437
+ currency
17438
+ country
17439
+ sector
17440
+ industry
17441
+ address
17442
+ officialSite
17443
+ fiscalYearEnd
17444
+ latestQuarter
17445
+ marketCapitalization
17446
+ ebitda
17447
+ peRatio
17448
+ pegRatio
17449
+ bookValue
17450
+ dividendPerShare
17451
+ dividendYield
17452
+ eps
17453
+ revenuePerShareTTM
17454
+ profitMargin
17455
+ operatingMarginTTM
17456
+ returnOnAssetsTTM
17457
+ returnOnEquityTTM
17458
+ revenueTTM
17459
+ grossProfitTTM
17460
+ dilutedEPSTTM
17461
+ quarterlyEarningsGrowthYOY
17462
+ quarterlyRevenueGrowthYOY
17463
+ analystTargetPrice
17464
+ analystRatingStrongBuy
17465
+ analystRatingBuy
17466
+ analystRatingHold
17467
+ analystRatingSell
17468
+ analystRatingStrongSell
17469
+ trailingPE
17470
+ forwardPE
17471
+ priceToSalesRatioTTM
17472
+ priceToBookRatio
17473
+ evToRevenue
17474
+ evToEbitda
17475
+ beta
17476
+ week52High
17477
+ week52Low
17478
+ day50MovingAverage
17479
+ day200MovingAverage
17480
+ sharesOutstanding
17481
+ dividendDate
17482
+ exDividendDate
17483
+ askPrice
17484
+ bidPrice
17485
+ createdAt
17486
+ updatedAt
17487
+ trades { id }
17488
+ orders { id }
17489
+ }
17490
+ fee
17491
+ strikePrice
17492
+ expirationDate
17493
+ optionType
17494
+ stopLossId
17495
+ takeProfitId }
15464
17496
  } }
15465
17497
  orders { id
15466
17498
  clientOrderId
@@ -15689,6 +17721,7 @@ export const User = {
15689
17721
  note
15690
17722
  status
15691
17723
  fee
17724
+ order { id }
15692
17725
  } }
15693
17726
  orders { id
15694
17727
  clientOrderId
@@ -16082,6 +18115,137 @@ export const User = {
16082
18115
  note
16083
18116
  status
16084
18117
  fee
18118
+ order { id
18119
+ clientOrderId
18120
+ alpacaAccountId
18121
+ assetId
18122
+ qty
18123
+ notional
18124
+ side
18125
+ type
18126
+ orderClass
18127
+ timeInForce
18128
+ limitPrice
18129
+ stopPrice
18130
+ stopLoss {
18131
+ id
18132
+ stopPrice
18133
+ limitPrice
18134
+ createdAt
18135
+ updatedAt
18136
+ orderId
18137
+ }
18138
+ takeProfit {
18139
+ id
18140
+ limitPrice
18141
+ stopPrice
18142
+ createdAt
18143
+ updatedAt
18144
+ orderId
18145
+ }
18146
+ trailPrice
18147
+ trailPercent
18148
+ extendedHours
18149
+ status
18150
+ createdAt
18151
+ updatedAt
18152
+ submittedAt
18153
+ filledAt
18154
+ filledAvgPrice
18155
+ actionId
18156
+ alpacaAccount {
18157
+ id
18158
+ type
18159
+ APIKey
18160
+ APISecret
18161
+ configuration
18162
+ marketOpen
18163
+ minOrderSize
18164
+ maxOrderSize
18165
+ minPercentageChange
18166
+ volumeThreshold
18167
+ userId
18168
+ createdAt
18169
+ updatedAt
18170
+ alerts { id }
18171
+ }
18172
+ action {
18173
+ id
18174
+ sequence
18175
+ tradeId
18176
+ type
18177
+ note
18178
+ status
18179
+ fee
18180
+ }
18181
+ asset {
18182
+ id
18183
+ symbol
18184
+ name
18185
+ type
18186
+ logoUrl
18187
+ description
18188
+ cik
18189
+ exchange
18190
+ currency
18191
+ country
18192
+ sector
18193
+ industry
18194
+ address
18195
+ officialSite
18196
+ fiscalYearEnd
18197
+ latestQuarter
18198
+ marketCapitalization
18199
+ ebitda
18200
+ peRatio
18201
+ pegRatio
18202
+ bookValue
18203
+ dividendPerShare
18204
+ dividendYield
18205
+ eps
18206
+ revenuePerShareTTM
18207
+ profitMargin
18208
+ operatingMarginTTM
18209
+ returnOnAssetsTTM
18210
+ returnOnEquityTTM
18211
+ revenueTTM
18212
+ grossProfitTTM
18213
+ dilutedEPSTTM
18214
+ quarterlyEarningsGrowthYOY
18215
+ quarterlyRevenueGrowthYOY
18216
+ analystTargetPrice
18217
+ analystRatingStrongBuy
18218
+ analystRatingBuy
18219
+ analystRatingHold
18220
+ analystRatingSell
18221
+ analystRatingStrongSell
18222
+ trailingPE
18223
+ forwardPE
18224
+ priceToSalesRatioTTM
18225
+ priceToBookRatio
18226
+ evToRevenue
18227
+ evToEbitda
18228
+ beta
18229
+ week52High
18230
+ week52Low
18231
+ day50MovingAverage
18232
+ day200MovingAverage
18233
+ sharesOutstanding
18234
+ dividendDate
18235
+ exDividendDate
18236
+ askPrice
18237
+ bidPrice
18238
+ createdAt
18239
+ updatedAt
18240
+ trades { id }
18241
+ orders { id }
18242
+ }
18243
+ fee
18244
+ strikePrice
18245
+ expirationDate
18246
+ optionType
18247
+ stopLossId
18248
+ takeProfitId }
16085
18249
  } }
16086
18250
  orders { id
16087
18251
  clientOrderId
@@ -16310,6 +18474,7 @@ export const User = {
16310
18474
  note
16311
18475
  status
16312
18476
  fee
18477
+ order { id }
16313
18478
  } }
16314
18479
  orders { id
16315
18480
  clientOrderId
@@ -16612,6 +18777,7 @@ export const User = {
16612
18777
  note
16613
18778
  status
16614
18779
  fee
18780
+ order { id }
16615
18781
  } }
16616
18782
  orders { id
16617
18783
  clientOrderId
@@ -17336,6 +19502,7 @@ export const User = {
17336
19502
  note
17337
19503
  status
17338
19504
  fee
19505
+ order { id }
17339
19506
  } }
17340
19507
  orders { id
17341
19508
  clientOrderId
@@ -18147,6 +20314,137 @@ export const User = {
18147
20314
  note
18148
20315
  status
18149
20316
  fee
20317
+ order { id
20318
+ clientOrderId
20319
+ alpacaAccountId
20320
+ assetId
20321
+ qty
20322
+ notional
20323
+ side
20324
+ type
20325
+ orderClass
20326
+ timeInForce
20327
+ limitPrice
20328
+ stopPrice
20329
+ stopLoss {
20330
+ id
20331
+ stopPrice
20332
+ limitPrice
20333
+ createdAt
20334
+ updatedAt
20335
+ orderId
20336
+ }
20337
+ takeProfit {
20338
+ id
20339
+ limitPrice
20340
+ stopPrice
20341
+ createdAt
20342
+ updatedAt
20343
+ orderId
20344
+ }
20345
+ trailPrice
20346
+ trailPercent
20347
+ extendedHours
20348
+ status
20349
+ createdAt
20350
+ updatedAt
20351
+ submittedAt
20352
+ filledAt
20353
+ filledAvgPrice
20354
+ actionId
20355
+ alpacaAccount {
20356
+ id
20357
+ type
20358
+ APIKey
20359
+ APISecret
20360
+ configuration
20361
+ marketOpen
20362
+ minOrderSize
20363
+ maxOrderSize
20364
+ minPercentageChange
20365
+ volumeThreshold
20366
+ userId
20367
+ createdAt
20368
+ updatedAt
20369
+ alerts { id }
20370
+ }
20371
+ action {
20372
+ id
20373
+ sequence
20374
+ tradeId
20375
+ type
20376
+ note
20377
+ status
20378
+ fee
20379
+ }
20380
+ asset {
20381
+ id
20382
+ symbol
20383
+ name
20384
+ type
20385
+ logoUrl
20386
+ description
20387
+ cik
20388
+ exchange
20389
+ currency
20390
+ country
20391
+ sector
20392
+ industry
20393
+ address
20394
+ officialSite
20395
+ fiscalYearEnd
20396
+ latestQuarter
20397
+ marketCapitalization
20398
+ ebitda
20399
+ peRatio
20400
+ pegRatio
20401
+ bookValue
20402
+ dividendPerShare
20403
+ dividendYield
20404
+ eps
20405
+ revenuePerShareTTM
20406
+ profitMargin
20407
+ operatingMarginTTM
20408
+ returnOnAssetsTTM
20409
+ returnOnEquityTTM
20410
+ revenueTTM
20411
+ grossProfitTTM
20412
+ dilutedEPSTTM
20413
+ quarterlyEarningsGrowthYOY
20414
+ quarterlyRevenueGrowthYOY
20415
+ analystTargetPrice
20416
+ analystRatingStrongBuy
20417
+ analystRatingBuy
20418
+ analystRatingHold
20419
+ analystRatingSell
20420
+ analystRatingStrongSell
20421
+ trailingPE
20422
+ forwardPE
20423
+ priceToSalesRatioTTM
20424
+ priceToBookRatio
20425
+ evToRevenue
20426
+ evToEbitda
20427
+ beta
20428
+ week52High
20429
+ week52Low
20430
+ day50MovingAverage
20431
+ day200MovingAverage
20432
+ sharesOutstanding
20433
+ dividendDate
20434
+ exDividendDate
20435
+ askPrice
20436
+ bidPrice
20437
+ createdAt
20438
+ updatedAt
20439
+ trades { id }
20440
+ orders { id }
20441
+ }
20442
+ fee
20443
+ strikePrice
20444
+ expirationDate
20445
+ optionType
20446
+ stopLossId
20447
+ takeProfitId }
18150
20448
  } }
18151
20449
  orders { id
18152
20450
  clientOrderId
@@ -18375,6 +20673,7 @@ export const User = {
18375
20673
  note
18376
20674
  status
18377
20675
  fee
20676
+ order { id }
18378
20677
  } }
18379
20678
  orders { id
18380
20679
  clientOrderId
@@ -18677,6 +20976,7 @@ export const User = {
18677
20976
  note
18678
20977
  status
18679
20978
  fee
20979
+ order { id }
18680
20980
  } }
18681
20981
  orders { id
18682
20982
  clientOrderId
@@ -19401,6 +21701,7 @@ export const User = {
19401
21701
  note
19402
21702
  status
19403
21703
  fee
21704
+ order { id }
19404
21705
  } }
19405
21706
  orders { id
19406
21707
  clientOrderId
@@ -20214,6 +22515,373 @@ export const User = {
20214
22515
  note
20215
22516
  status
20216
22517
  fee
22518
+ order { id
22519
+ clientOrderId
22520
+ alpacaAccountId
22521
+ assetId
22522
+ qty
22523
+ notional
22524
+ side
22525
+ type
22526
+ orderClass
22527
+ timeInForce
22528
+ limitPrice
22529
+ stopPrice
22530
+ stopLoss {
22531
+ id
22532
+ stopPrice
22533
+ limitPrice
22534
+ createdAt
22535
+ updatedAt
22536
+ orderId
22537
+ }
22538
+ takeProfit {
22539
+ id
22540
+ limitPrice
22541
+ stopPrice
22542
+ createdAt
22543
+ updatedAt
22544
+ orderId
22545
+ }
22546
+ trailPrice
22547
+ trailPercent
22548
+ extendedHours
22549
+ status
22550
+ createdAt
22551
+ updatedAt
22552
+ submittedAt
22553
+ filledAt
22554
+ filledAvgPrice
22555
+ actionId
22556
+ alpacaAccount {
22557
+ id
22558
+ type
22559
+ APIKey
22560
+ APISecret
22561
+ configuration
22562
+ marketOpen
22563
+ minOrderSize
22564
+ maxOrderSize
22565
+ minPercentageChange
22566
+ volumeThreshold
22567
+ userId
22568
+ createdAt
22569
+ updatedAt
22570
+ alerts { id }
22571
+ }
22572
+ action {
22573
+ id
22574
+ sequence
22575
+ tradeId
22576
+ type
22577
+ note
22578
+ status
22579
+ fee
22580
+ }
22581
+ asset {
22582
+ id
22583
+ symbol
22584
+ name
22585
+ type
22586
+ logoUrl
22587
+ description
22588
+ cik
22589
+ exchange
22590
+ currency
22591
+ country
22592
+ sector
22593
+ industry
22594
+ address
22595
+ officialSite
22596
+ fiscalYearEnd
22597
+ latestQuarter
22598
+ marketCapitalization
22599
+ ebitda
22600
+ peRatio
22601
+ pegRatio
22602
+ bookValue
22603
+ dividendPerShare
22604
+ dividendYield
22605
+ eps
22606
+ revenuePerShareTTM
22607
+ profitMargin
22608
+ operatingMarginTTM
22609
+ returnOnAssetsTTM
22610
+ returnOnEquityTTM
22611
+ revenueTTM
22612
+ grossProfitTTM
22613
+ dilutedEPSTTM
22614
+ quarterlyEarningsGrowthYOY
22615
+ quarterlyRevenueGrowthYOY
22616
+ analystTargetPrice
22617
+ analystRatingStrongBuy
22618
+ analystRatingBuy
22619
+ analystRatingHold
22620
+ analystRatingSell
22621
+ analystRatingStrongSell
22622
+ trailingPE
22623
+ forwardPE
22624
+ priceToSalesRatioTTM
22625
+ priceToBookRatio
22626
+ evToRevenue
22627
+ evToEbitda
22628
+ beta
22629
+ week52High
22630
+ week52Low
22631
+ day50MovingAverage
22632
+ day200MovingAverage
22633
+ sharesOutstanding
22634
+ dividendDate
22635
+ exDividendDate
22636
+ askPrice
22637
+ bidPrice
22638
+ createdAt
22639
+ updatedAt
22640
+ trades { id
22641
+ alpacaAccountId
22642
+ assetId
22643
+ qty
22644
+ price
22645
+ total
22646
+ optionType
22647
+ signal
22648
+ strategy
22649
+ analysis
22650
+ summary
22651
+ confidence
22652
+ timestamp
22653
+ createdAt
22654
+ updatedAt
22655
+ status
22656
+ alpacaAccount {
22657
+ id
22658
+ type
22659
+ APIKey
22660
+ APISecret
22661
+ configuration
22662
+ marketOpen
22663
+ minOrderSize
22664
+ maxOrderSize
22665
+ minPercentageChange
22666
+ volumeThreshold
22667
+ user { id }
22668
+ userId
22669
+ createdAt
22670
+ updatedAt
22671
+ trades { id }
22672
+ orders { id }
22673
+ positions { id }
22674
+ alerts { id }
22675
+ }
22676
+ asset {
22677
+ id
22678
+ symbol
22679
+ name
22680
+ type
22681
+ logoUrl
22682
+ description
22683
+ cik
22684
+ exchange
22685
+ currency
22686
+ country
22687
+ sector
22688
+ industry
22689
+ address
22690
+ officialSite
22691
+ fiscalYearEnd
22692
+ latestQuarter
22693
+ marketCapitalization
22694
+ ebitda
22695
+ peRatio
22696
+ pegRatio
22697
+ bookValue
22698
+ dividendPerShare
22699
+ dividendYield
22700
+ eps
22701
+ revenuePerShareTTM
22702
+ profitMargin
22703
+ operatingMarginTTM
22704
+ returnOnAssetsTTM
22705
+ returnOnEquityTTM
22706
+ revenueTTM
22707
+ grossProfitTTM
22708
+ dilutedEPSTTM
22709
+ quarterlyEarningsGrowthYOY
22710
+ quarterlyRevenueGrowthYOY
22711
+ analystTargetPrice
22712
+ analystRatingStrongBuy
22713
+ analystRatingBuy
22714
+ analystRatingHold
22715
+ analystRatingSell
22716
+ analystRatingStrongSell
22717
+ trailingPE
22718
+ forwardPE
22719
+ priceToSalesRatioTTM
22720
+ priceToBookRatio
22721
+ evToRevenue
22722
+ evToEbitda
22723
+ beta
22724
+ week52High
22725
+ week52Low
22726
+ day50MovingAverage
22727
+ day200MovingAverage
22728
+ sharesOutstanding
22729
+ dividendDate
22730
+ exDividendDate
22731
+ askPrice
22732
+ bidPrice
22733
+ createdAt
22734
+ updatedAt
22735
+ newsMentions { id }
22736
+ }
22737
+ actions {
22738
+ id
22739
+ sequence
22740
+ tradeId
22741
+ type
22742
+ note
22743
+ status
22744
+ fee
22745
+ order { id }
22746
+ } }
22747
+ orders { id
22748
+ clientOrderId
22749
+ alpacaAccountId
22750
+ assetId
22751
+ qty
22752
+ notional
22753
+ side
22754
+ type
22755
+ orderClass
22756
+ timeInForce
22757
+ limitPrice
22758
+ stopPrice
22759
+ stopLoss {
22760
+ id
22761
+ stopPrice
22762
+ limitPrice
22763
+ createdAt
22764
+ updatedAt
22765
+ orderId
22766
+ }
22767
+ takeProfit {
22768
+ id
22769
+ limitPrice
22770
+ stopPrice
22771
+ createdAt
22772
+ updatedAt
22773
+ orderId
22774
+ }
22775
+ trailPrice
22776
+ trailPercent
22777
+ extendedHours
22778
+ status
22779
+ createdAt
22780
+ updatedAt
22781
+ submittedAt
22782
+ filledAt
22783
+ filledAvgPrice
22784
+ actionId
22785
+ alpacaAccount {
22786
+ id
22787
+ type
22788
+ APIKey
22789
+ APISecret
22790
+ configuration
22791
+ marketOpen
22792
+ minOrderSize
22793
+ maxOrderSize
22794
+ minPercentageChange
22795
+ volumeThreshold
22796
+ userId
22797
+ createdAt
22798
+ updatedAt
22799
+ alerts { id }
22800
+ }
22801
+ action {
22802
+ id
22803
+ sequence
22804
+ tradeId
22805
+ type
22806
+ note
22807
+ status
22808
+ fee
22809
+ }
22810
+ asset {
22811
+ id
22812
+ symbol
22813
+ name
22814
+ type
22815
+ logoUrl
22816
+ description
22817
+ cik
22818
+ exchange
22819
+ currency
22820
+ country
22821
+ sector
22822
+ industry
22823
+ address
22824
+ officialSite
22825
+ fiscalYearEnd
22826
+ latestQuarter
22827
+ marketCapitalization
22828
+ ebitda
22829
+ peRatio
22830
+ pegRatio
22831
+ bookValue
22832
+ dividendPerShare
22833
+ dividendYield
22834
+ eps
22835
+ revenuePerShareTTM
22836
+ profitMargin
22837
+ operatingMarginTTM
22838
+ returnOnAssetsTTM
22839
+ returnOnEquityTTM
22840
+ revenueTTM
22841
+ grossProfitTTM
22842
+ dilutedEPSTTM
22843
+ quarterlyEarningsGrowthYOY
22844
+ quarterlyRevenueGrowthYOY
22845
+ analystTargetPrice
22846
+ analystRatingStrongBuy
22847
+ analystRatingBuy
22848
+ analystRatingHold
22849
+ analystRatingSell
22850
+ analystRatingStrongSell
22851
+ trailingPE
22852
+ forwardPE
22853
+ priceToSalesRatioTTM
22854
+ priceToBookRatio
22855
+ evToRevenue
22856
+ evToEbitda
22857
+ beta
22858
+ week52High
22859
+ week52Low
22860
+ day50MovingAverage
22861
+ day200MovingAverage
22862
+ sharesOutstanding
22863
+ dividendDate
22864
+ exDividendDate
22865
+ askPrice
22866
+ bidPrice
22867
+ createdAt
22868
+ updatedAt
22869
+ trades { id }
22870
+ orders { id }
22871
+ }
22872
+ fee
22873
+ strikePrice
22874
+ expirationDate
22875
+ optionType
22876
+ stopLossId
22877
+ takeProfitId }
22878
+ }
22879
+ fee
22880
+ strikePrice
22881
+ expirationDate
22882
+ optionType
22883
+ stopLossId
22884
+ takeProfitId }
20217
22885
  } }
20218
22886
  orders { id
20219
22887
  clientOrderId
@@ -20526,6 +23194,137 @@ export const User = {
20526
23194
  note
20527
23195
  status
20528
23196
  fee
23197
+ order { id
23198
+ clientOrderId
23199
+ alpacaAccountId
23200
+ assetId
23201
+ qty
23202
+ notional
23203
+ side
23204
+ type
23205
+ orderClass
23206
+ timeInForce
23207
+ limitPrice
23208
+ stopPrice
23209
+ stopLoss {
23210
+ id
23211
+ stopPrice
23212
+ limitPrice
23213
+ createdAt
23214
+ updatedAt
23215
+ orderId
23216
+ }
23217
+ takeProfit {
23218
+ id
23219
+ limitPrice
23220
+ stopPrice
23221
+ createdAt
23222
+ updatedAt
23223
+ orderId
23224
+ }
23225
+ trailPrice
23226
+ trailPercent
23227
+ extendedHours
23228
+ status
23229
+ createdAt
23230
+ updatedAt
23231
+ submittedAt
23232
+ filledAt
23233
+ filledAvgPrice
23234
+ actionId
23235
+ alpacaAccount {
23236
+ id
23237
+ type
23238
+ APIKey
23239
+ APISecret
23240
+ configuration
23241
+ marketOpen
23242
+ minOrderSize
23243
+ maxOrderSize
23244
+ minPercentageChange
23245
+ volumeThreshold
23246
+ userId
23247
+ createdAt
23248
+ updatedAt
23249
+ alerts { id }
23250
+ }
23251
+ action {
23252
+ id
23253
+ sequence
23254
+ tradeId
23255
+ type
23256
+ note
23257
+ status
23258
+ fee
23259
+ }
23260
+ asset {
23261
+ id
23262
+ symbol
23263
+ name
23264
+ type
23265
+ logoUrl
23266
+ description
23267
+ cik
23268
+ exchange
23269
+ currency
23270
+ country
23271
+ sector
23272
+ industry
23273
+ address
23274
+ officialSite
23275
+ fiscalYearEnd
23276
+ latestQuarter
23277
+ marketCapitalization
23278
+ ebitda
23279
+ peRatio
23280
+ pegRatio
23281
+ bookValue
23282
+ dividendPerShare
23283
+ dividendYield
23284
+ eps
23285
+ revenuePerShareTTM
23286
+ profitMargin
23287
+ operatingMarginTTM
23288
+ returnOnAssetsTTM
23289
+ returnOnEquityTTM
23290
+ revenueTTM
23291
+ grossProfitTTM
23292
+ dilutedEPSTTM
23293
+ quarterlyEarningsGrowthYOY
23294
+ quarterlyRevenueGrowthYOY
23295
+ analystTargetPrice
23296
+ analystRatingStrongBuy
23297
+ analystRatingBuy
23298
+ analystRatingHold
23299
+ analystRatingSell
23300
+ analystRatingStrongSell
23301
+ trailingPE
23302
+ forwardPE
23303
+ priceToSalesRatioTTM
23304
+ priceToBookRatio
23305
+ evToRevenue
23306
+ evToEbitda
23307
+ beta
23308
+ week52High
23309
+ week52Low
23310
+ day50MovingAverage
23311
+ day200MovingAverage
23312
+ sharesOutstanding
23313
+ dividendDate
23314
+ exDividendDate
23315
+ askPrice
23316
+ bidPrice
23317
+ createdAt
23318
+ updatedAt
23319
+ trades { id }
23320
+ orders { id }
23321
+ }
23322
+ fee
23323
+ strikePrice
23324
+ expirationDate
23325
+ optionType
23326
+ stopLossId
23327
+ takeProfitId }
20529
23328
  } }
20530
23329
  orders { id
20531
23330
  clientOrderId
@@ -20754,6 +23553,7 @@ export const User = {
20754
23553
  note
20755
23554
  status
20756
23555
  fee
23556
+ order { id }
20757
23557
  } }
20758
23558
  orders { id
20759
23559
  clientOrderId
@@ -21147,6 +23947,137 @@ export const User = {
21147
23947
  note
21148
23948
  status
21149
23949
  fee
23950
+ order { id
23951
+ clientOrderId
23952
+ alpacaAccountId
23953
+ assetId
23954
+ qty
23955
+ notional
23956
+ side
23957
+ type
23958
+ orderClass
23959
+ timeInForce
23960
+ limitPrice
23961
+ stopPrice
23962
+ stopLoss {
23963
+ id
23964
+ stopPrice
23965
+ limitPrice
23966
+ createdAt
23967
+ updatedAt
23968
+ orderId
23969
+ }
23970
+ takeProfit {
23971
+ id
23972
+ limitPrice
23973
+ stopPrice
23974
+ createdAt
23975
+ updatedAt
23976
+ orderId
23977
+ }
23978
+ trailPrice
23979
+ trailPercent
23980
+ extendedHours
23981
+ status
23982
+ createdAt
23983
+ updatedAt
23984
+ submittedAt
23985
+ filledAt
23986
+ filledAvgPrice
23987
+ actionId
23988
+ alpacaAccount {
23989
+ id
23990
+ type
23991
+ APIKey
23992
+ APISecret
23993
+ configuration
23994
+ marketOpen
23995
+ minOrderSize
23996
+ maxOrderSize
23997
+ minPercentageChange
23998
+ volumeThreshold
23999
+ userId
24000
+ createdAt
24001
+ updatedAt
24002
+ alerts { id }
24003
+ }
24004
+ action {
24005
+ id
24006
+ sequence
24007
+ tradeId
24008
+ type
24009
+ note
24010
+ status
24011
+ fee
24012
+ }
24013
+ asset {
24014
+ id
24015
+ symbol
24016
+ name
24017
+ type
24018
+ logoUrl
24019
+ description
24020
+ cik
24021
+ exchange
24022
+ currency
24023
+ country
24024
+ sector
24025
+ industry
24026
+ address
24027
+ officialSite
24028
+ fiscalYearEnd
24029
+ latestQuarter
24030
+ marketCapitalization
24031
+ ebitda
24032
+ peRatio
24033
+ pegRatio
24034
+ bookValue
24035
+ dividendPerShare
24036
+ dividendYield
24037
+ eps
24038
+ revenuePerShareTTM
24039
+ profitMargin
24040
+ operatingMarginTTM
24041
+ returnOnAssetsTTM
24042
+ returnOnEquityTTM
24043
+ revenueTTM
24044
+ grossProfitTTM
24045
+ dilutedEPSTTM
24046
+ quarterlyEarningsGrowthYOY
24047
+ quarterlyRevenueGrowthYOY
24048
+ analystTargetPrice
24049
+ analystRatingStrongBuy
24050
+ analystRatingBuy
24051
+ analystRatingHold
24052
+ analystRatingSell
24053
+ analystRatingStrongSell
24054
+ trailingPE
24055
+ forwardPE
24056
+ priceToSalesRatioTTM
24057
+ priceToBookRatio
24058
+ evToRevenue
24059
+ evToEbitda
24060
+ beta
24061
+ week52High
24062
+ week52Low
24063
+ day50MovingAverage
24064
+ day200MovingAverage
24065
+ sharesOutstanding
24066
+ dividendDate
24067
+ exDividendDate
24068
+ askPrice
24069
+ bidPrice
24070
+ createdAt
24071
+ updatedAt
24072
+ trades { id }
24073
+ orders { id }
24074
+ }
24075
+ fee
24076
+ strikePrice
24077
+ expirationDate
24078
+ optionType
24079
+ stopLossId
24080
+ takeProfitId }
21150
24081
  } }
21151
24082
  orders { id
21152
24083
  clientOrderId
@@ -21375,6 +24306,7 @@ export const User = {
21375
24306
  note
21376
24307
  status
21377
24308
  fee
24309
+ order { id }
21378
24310
  } }
21379
24311
  orders { id
21380
24312
  clientOrderId
@@ -21677,6 +24609,7 @@ export const User = {
21677
24609
  note
21678
24610
  status
21679
24611
  fee
24612
+ order { id }
21680
24613
  } }
21681
24614
  orders { id
21682
24615
  clientOrderId
@@ -22401,6 +25334,7 @@ export const User = {
22401
25334
  note
22402
25335
  status
22403
25336
  fee
25337
+ order { id }
22404
25338
  } }
22405
25339
  orders { id
22406
25340
  clientOrderId
@@ -23212,6 +26146,137 @@ export const User = {
23212
26146
  note
23213
26147
  status
23214
26148
  fee
26149
+ order { id
26150
+ clientOrderId
26151
+ alpacaAccountId
26152
+ assetId
26153
+ qty
26154
+ notional
26155
+ side
26156
+ type
26157
+ orderClass
26158
+ timeInForce
26159
+ limitPrice
26160
+ stopPrice
26161
+ stopLoss {
26162
+ id
26163
+ stopPrice
26164
+ limitPrice
26165
+ createdAt
26166
+ updatedAt
26167
+ orderId
26168
+ }
26169
+ takeProfit {
26170
+ id
26171
+ limitPrice
26172
+ stopPrice
26173
+ createdAt
26174
+ updatedAt
26175
+ orderId
26176
+ }
26177
+ trailPrice
26178
+ trailPercent
26179
+ extendedHours
26180
+ status
26181
+ createdAt
26182
+ updatedAt
26183
+ submittedAt
26184
+ filledAt
26185
+ filledAvgPrice
26186
+ actionId
26187
+ alpacaAccount {
26188
+ id
26189
+ type
26190
+ APIKey
26191
+ APISecret
26192
+ configuration
26193
+ marketOpen
26194
+ minOrderSize
26195
+ maxOrderSize
26196
+ minPercentageChange
26197
+ volumeThreshold
26198
+ userId
26199
+ createdAt
26200
+ updatedAt
26201
+ alerts { id }
26202
+ }
26203
+ action {
26204
+ id
26205
+ sequence
26206
+ tradeId
26207
+ type
26208
+ note
26209
+ status
26210
+ fee
26211
+ }
26212
+ asset {
26213
+ id
26214
+ symbol
26215
+ name
26216
+ type
26217
+ logoUrl
26218
+ description
26219
+ cik
26220
+ exchange
26221
+ currency
26222
+ country
26223
+ sector
26224
+ industry
26225
+ address
26226
+ officialSite
26227
+ fiscalYearEnd
26228
+ latestQuarter
26229
+ marketCapitalization
26230
+ ebitda
26231
+ peRatio
26232
+ pegRatio
26233
+ bookValue
26234
+ dividendPerShare
26235
+ dividendYield
26236
+ eps
26237
+ revenuePerShareTTM
26238
+ profitMargin
26239
+ operatingMarginTTM
26240
+ returnOnAssetsTTM
26241
+ returnOnEquityTTM
26242
+ revenueTTM
26243
+ grossProfitTTM
26244
+ dilutedEPSTTM
26245
+ quarterlyEarningsGrowthYOY
26246
+ quarterlyRevenueGrowthYOY
26247
+ analystTargetPrice
26248
+ analystRatingStrongBuy
26249
+ analystRatingBuy
26250
+ analystRatingHold
26251
+ analystRatingSell
26252
+ analystRatingStrongSell
26253
+ trailingPE
26254
+ forwardPE
26255
+ priceToSalesRatioTTM
26256
+ priceToBookRatio
26257
+ evToRevenue
26258
+ evToEbitda
26259
+ beta
26260
+ week52High
26261
+ week52Low
26262
+ day50MovingAverage
26263
+ day200MovingAverage
26264
+ sharesOutstanding
26265
+ dividendDate
26266
+ exDividendDate
26267
+ askPrice
26268
+ bidPrice
26269
+ createdAt
26270
+ updatedAt
26271
+ trades { id }
26272
+ orders { id }
26273
+ }
26274
+ fee
26275
+ strikePrice
26276
+ expirationDate
26277
+ optionType
26278
+ stopLossId
26279
+ takeProfitId }
23215
26280
  } }
23216
26281
  orders { id
23217
26282
  clientOrderId
@@ -23440,6 +26505,7 @@ export const User = {
23440
26505
  note
23441
26506
  status
23442
26507
  fee
26508
+ order { id }
23443
26509
  } }
23444
26510
  orders { id
23445
26511
  clientOrderId
@@ -23742,6 +26808,7 @@ export const User = {
23742
26808
  note
23743
26809
  status
23744
26810
  fee
26811
+ order { id }
23745
26812
  } }
23746
26813
  orders { id
23747
26814
  clientOrderId
@@ -24466,6 +27533,7 @@ export const User = {
24466
27533
  note
24467
27534
  status
24468
27535
  fee
27536
+ order { id }
24469
27537
  } }
24470
27538
  orders { id
24471
27539
  clientOrderId
@@ -25319,6 +28387,373 @@ export const User = {
25319
28387
  note
25320
28388
  status
25321
28389
  fee
28390
+ order { id
28391
+ clientOrderId
28392
+ alpacaAccountId
28393
+ assetId
28394
+ qty
28395
+ notional
28396
+ side
28397
+ type
28398
+ orderClass
28399
+ timeInForce
28400
+ limitPrice
28401
+ stopPrice
28402
+ stopLoss {
28403
+ id
28404
+ stopPrice
28405
+ limitPrice
28406
+ createdAt
28407
+ updatedAt
28408
+ orderId
28409
+ }
28410
+ takeProfit {
28411
+ id
28412
+ limitPrice
28413
+ stopPrice
28414
+ createdAt
28415
+ updatedAt
28416
+ orderId
28417
+ }
28418
+ trailPrice
28419
+ trailPercent
28420
+ extendedHours
28421
+ status
28422
+ createdAt
28423
+ updatedAt
28424
+ submittedAt
28425
+ filledAt
28426
+ filledAvgPrice
28427
+ actionId
28428
+ alpacaAccount {
28429
+ id
28430
+ type
28431
+ APIKey
28432
+ APISecret
28433
+ configuration
28434
+ marketOpen
28435
+ minOrderSize
28436
+ maxOrderSize
28437
+ minPercentageChange
28438
+ volumeThreshold
28439
+ userId
28440
+ createdAt
28441
+ updatedAt
28442
+ alerts { id }
28443
+ }
28444
+ action {
28445
+ id
28446
+ sequence
28447
+ tradeId
28448
+ type
28449
+ note
28450
+ status
28451
+ fee
28452
+ }
28453
+ asset {
28454
+ id
28455
+ symbol
28456
+ name
28457
+ type
28458
+ logoUrl
28459
+ description
28460
+ cik
28461
+ exchange
28462
+ currency
28463
+ country
28464
+ sector
28465
+ industry
28466
+ address
28467
+ officialSite
28468
+ fiscalYearEnd
28469
+ latestQuarter
28470
+ marketCapitalization
28471
+ ebitda
28472
+ peRatio
28473
+ pegRatio
28474
+ bookValue
28475
+ dividendPerShare
28476
+ dividendYield
28477
+ eps
28478
+ revenuePerShareTTM
28479
+ profitMargin
28480
+ operatingMarginTTM
28481
+ returnOnAssetsTTM
28482
+ returnOnEquityTTM
28483
+ revenueTTM
28484
+ grossProfitTTM
28485
+ dilutedEPSTTM
28486
+ quarterlyEarningsGrowthYOY
28487
+ quarterlyRevenueGrowthYOY
28488
+ analystTargetPrice
28489
+ analystRatingStrongBuy
28490
+ analystRatingBuy
28491
+ analystRatingHold
28492
+ analystRatingSell
28493
+ analystRatingStrongSell
28494
+ trailingPE
28495
+ forwardPE
28496
+ priceToSalesRatioTTM
28497
+ priceToBookRatio
28498
+ evToRevenue
28499
+ evToEbitda
28500
+ beta
28501
+ week52High
28502
+ week52Low
28503
+ day50MovingAverage
28504
+ day200MovingAverage
28505
+ sharesOutstanding
28506
+ dividendDate
28507
+ exDividendDate
28508
+ askPrice
28509
+ bidPrice
28510
+ createdAt
28511
+ updatedAt
28512
+ trades { id
28513
+ alpacaAccountId
28514
+ assetId
28515
+ qty
28516
+ price
28517
+ total
28518
+ optionType
28519
+ signal
28520
+ strategy
28521
+ analysis
28522
+ summary
28523
+ confidence
28524
+ timestamp
28525
+ createdAt
28526
+ updatedAt
28527
+ status
28528
+ alpacaAccount {
28529
+ id
28530
+ type
28531
+ APIKey
28532
+ APISecret
28533
+ configuration
28534
+ marketOpen
28535
+ minOrderSize
28536
+ maxOrderSize
28537
+ minPercentageChange
28538
+ volumeThreshold
28539
+ user { id }
28540
+ userId
28541
+ createdAt
28542
+ updatedAt
28543
+ trades { id }
28544
+ orders { id }
28545
+ positions { id }
28546
+ alerts { id }
28547
+ }
28548
+ asset {
28549
+ id
28550
+ symbol
28551
+ name
28552
+ type
28553
+ logoUrl
28554
+ description
28555
+ cik
28556
+ exchange
28557
+ currency
28558
+ country
28559
+ sector
28560
+ industry
28561
+ address
28562
+ officialSite
28563
+ fiscalYearEnd
28564
+ latestQuarter
28565
+ marketCapitalization
28566
+ ebitda
28567
+ peRatio
28568
+ pegRatio
28569
+ bookValue
28570
+ dividendPerShare
28571
+ dividendYield
28572
+ eps
28573
+ revenuePerShareTTM
28574
+ profitMargin
28575
+ operatingMarginTTM
28576
+ returnOnAssetsTTM
28577
+ returnOnEquityTTM
28578
+ revenueTTM
28579
+ grossProfitTTM
28580
+ dilutedEPSTTM
28581
+ quarterlyEarningsGrowthYOY
28582
+ quarterlyRevenueGrowthYOY
28583
+ analystTargetPrice
28584
+ analystRatingStrongBuy
28585
+ analystRatingBuy
28586
+ analystRatingHold
28587
+ analystRatingSell
28588
+ analystRatingStrongSell
28589
+ trailingPE
28590
+ forwardPE
28591
+ priceToSalesRatioTTM
28592
+ priceToBookRatio
28593
+ evToRevenue
28594
+ evToEbitda
28595
+ beta
28596
+ week52High
28597
+ week52Low
28598
+ day50MovingAverage
28599
+ day200MovingAverage
28600
+ sharesOutstanding
28601
+ dividendDate
28602
+ exDividendDate
28603
+ askPrice
28604
+ bidPrice
28605
+ createdAt
28606
+ updatedAt
28607
+ newsMentions { id }
28608
+ }
28609
+ actions {
28610
+ id
28611
+ sequence
28612
+ tradeId
28613
+ type
28614
+ note
28615
+ status
28616
+ fee
28617
+ order { id }
28618
+ } }
28619
+ orders { id
28620
+ clientOrderId
28621
+ alpacaAccountId
28622
+ assetId
28623
+ qty
28624
+ notional
28625
+ side
28626
+ type
28627
+ orderClass
28628
+ timeInForce
28629
+ limitPrice
28630
+ stopPrice
28631
+ stopLoss {
28632
+ id
28633
+ stopPrice
28634
+ limitPrice
28635
+ createdAt
28636
+ updatedAt
28637
+ orderId
28638
+ }
28639
+ takeProfit {
28640
+ id
28641
+ limitPrice
28642
+ stopPrice
28643
+ createdAt
28644
+ updatedAt
28645
+ orderId
28646
+ }
28647
+ trailPrice
28648
+ trailPercent
28649
+ extendedHours
28650
+ status
28651
+ createdAt
28652
+ updatedAt
28653
+ submittedAt
28654
+ filledAt
28655
+ filledAvgPrice
28656
+ actionId
28657
+ alpacaAccount {
28658
+ id
28659
+ type
28660
+ APIKey
28661
+ APISecret
28662
+ configuration
28663
+ marketOpen
28664
+ minOrderSize
28665
+ maxOrderSize
28666
+ minPercentageChange
28667
+ volumeThreshold
28668
+ userId
28669
+ createdAt
28670
+ updatedAt
28671
+ alerts { id }
28672
+ }
28673
+ action {
28674
+ id
28675
+ sequence
28676
+ tradeId
28677
+ type
28678
+ note
28679
+ status
28680
+ fee
28681
+ }
28682
+ asset {
28683
+ id
28684
+ symbol
28685
+ name
28686
+ type
28687
+ logoUrl
28688
+ description
28689
+ cik
28690
+ exchange
28691
+ currency
28692
+ country
28693
+ sector
28694
+ industry
28695
+ address
28696
+ officialSite
28697
+ fiscalYearEnd
28698
+ latestQuarter
28699
+ marketCapitalization
28700
+ ebitda
28701
+ peRatio
28702
+ pegRatio
28703
+ bookValue
28704
+ dividendPerShare
28705
+ dividendYield
28706
+ eps
28707
+ revenuePerShareTTM
28708
+ profitMargin
28709
+ operatingMarginTTM
28710
+ returnOnAssetsTTM
28711
+ returnOnEquityTTM
28712
+ revenueTTM
28713
+ grossProfitTTM
28714
+ dilutedEPSTTM
28715
+ quarterlyEarningsGrowthYOY
28716
+ quarterlyRevenueGrowthYOY
28717
+ analystTargetPrice
28718
+ analystRatingStrongBuy
28719
+ analystRatingBuy
28720
+ analystRatingHold
28721
+ analystRatingSell
28722
+ analystRatingStrongSell
28723
+ trailingPE
28724
+ forwardPE
28725
+ priceToSalesRatioTTM
28726
+ priceToBookRatio
28727
+ evToRevenue
28728
+ evToEbitda
28729
+ beta
28730
+ week52High
28731
+ week52Low
28732
+ day50MovingAverage
28733
+ day200MovingAverage
28734
+ sharesOutstanding
28735
+ dividendDate
28736
+ exDividendDate
28737
+ askPrice
28738
+ bidPrice
28739
+ createdAt
28740
+ updatedAt
28741
+ trades { id }
28742
+ orders { id }
28743
+ }
28744
+ fee
28745
+ strikePrice
28746
+ expirationDate
28747
+ optionType
28748
+ stopLossId
28749
+ takeProfitId }
28750
+ }
28751
+ fee
28752
+ strikePrice
28753
+ expirationDate
28754
+ optionType
28755
+ stopLossId
28756
+ takeProfitId }
25322
28757
  } }
25323
28758
  orders { id
25324
28759
  clientOrderId
@@ -25631,6 +29066,137 @@ export const User = {
25631
29066
  note
25632
29067
  status
25633
29068
  fee
29069
+ order { id
29070
+ clientOrderId
29071
+ alpacaAccountId
29072
+ assetId
29073
+ qty
29074
+ notional
29075
+ side
29076
+ type
29077
+ orderClass
29078
+ timeInForce
29079
+ limitPrice
29080
+ stopPrice
29081
+ stopLoss {
29082
+ id
29083
+ stopPrice
29084
+ limitPrice
29085
+ createdAt
29086
+ updatedAt
29087
+ orderId
29088
+ }
29089
+ takeProfit {
29090
+ id
29091
+ limitPrice
29092
+ stopPrice
29093
+ createdAt
29094
+ updatedAt
29095
+ orderId
29096
+ }
29097
+ trailPrice
29098
+ trailPercent
29099
+ extendedHours
29100
+ status
29101
+ createdAt
29102
+ updatedAt
29103
+ submittedAt
29104
+ filledAt
29105
+ filledAvgPrice
29106
+ actionId
29107
+ alpacaAccount {
29108
+ id
29109
+ type
29110
+ APIKey
29111
+ APISecret
29112
+ configuration
29113
+ marketOpen
29114
+ minOrderSize
29115
+ maxOrderSize
29116
+ minPercentageChange
29117
+ volumeThreshold
29118
+ userId
29119
+ createdAt
29120
+ updatedAt
29121
+ alerts { id }
29122
+ }
29123
+ action {
29124
+ id
29125
+ sequence
29126
+ tradeId
29127
+ type
29128
+ note
29129
+ status
29130
+ fee
29131
+ }
29132
+ asset {
29133
+ id
29134
+ symbol
29135
+ name
29136
+ type
29137
+ logoUrl
29138
+ description
29139
+ cik
29140
+ exchange
29141
+ currency
29142
+ country
29143
+ sector
29144
+ industry
29145
+ address
29146
+ officialSite
29147
+ fiscalYearEnd
29148
+ latestQuarter
29149
+ marketCapitalization
29150
+ ebitda
29151
+ peRatio
29152
+ pegRatio
29153
+ bookValue
29154
+ dividendPerShare
29155
+ dividendYield
29156
+ eps
29157
+ revenuePerShareTTM
29158
+ profitMargin
29159
+ operatingMarginTTM
29160
+ returnOnAssetsTTM
29161
+ returnOnEquityTTM
29162
+ revenueTTM
29163
+ grossProfitTTM
29164
+ dilutedEPSTTM
29165
+ quarterlyEarningsGrowthYOY
29166
+ quarterlyRevenueGrowthYOY
29167
+ analystTargetPrice
29168
+ analystRatingStrongBuy
29169
+ analystRatingBuy
29170
+ analystRatingHold
29171
+ analystRatingSell
29172
+ analystRatingStrongSell
29173
+ trailingPE
29174
+ forwardPE
29175
+ priceToSalesRatioTTM
29176
+ priceToBookRatio
29177
+ evToRevenue
29178
+ evToEbitda
29179
+ beta
29180
+ week52High
29181
+ week52Low
29182
+ day50MovingAverage
29183
+ day200MovingAverage
29184
+ sharesOutstanding
29185
+ dividendDate
29186
+ exDividendDate
29187
+ askPrice
29188
+ bidPrice
29189
+ createdAt
29190
+ updatedAt
29191
+ trades { id }
29192
+ orders { id }
29193
+ }
29194
+ fee
29195
+ strikePrice
29196
+ expirationDate
29197
+ optionType
29198
+ stopLossId
29199
+ takeProfitId }
25634
29200
  } }
25635
29201
  orders { id
25636
29202
  clientOrderId
@@ -25859,6 +29425,7 @@ export const User = {
25859
29425
  note
25860
29426
  status
25861
29427
  fee
29428
+ order { id }
25862
29429
  } }
25863
29430
  orders { id
25864
29431
  clientOrderId
@@ -26252,6 +29819,137 @@ export const User = {
26252
29819
  note
26253
29820
  status
26254
29821
  fee
29822
+ order { id
29823
+ clientOrderId
29824
+ alpacaAccountId
29825
+ assetId
29826
+ qty
29827
+ notional
29828
+ side
29829
+ type
29830
+ orderClass
29831
+ timeInForce
29832
+ limitPrice
29833
+ stopPrice
29834
+ stopLoss {
29835
+ id
29836
+ stopPrice
29837
+ limitPrice
29838
+ createdAt
29839
+ updatedAt
29840
+ orderId
29841
+ }
29842
+ takeProfit {
29843
+ id
29844
+ limitPrice
29845
+ stopPrice
29846
+ createdAt
29847
+ updatedAt
29848
+ orderId
29849
+ }
29850
+ trailPrice
29851
+ trailPercent
29852
+ extendedHours
29853
+ status
29854
+ createdAt
29855
+ updatedAt
29856
+ submittedAt
29857
+ filledAt
29858
+ filledAvgPrice
29859
+ actionId
29860
+ alpacaAccount {
29861
+ id
29862
+ type
29863
+ APIKey
29864
+ APISecret
29865
+ configuration
29866
+ marketOpen
29867
+ minOrderSize
29868
+ maxOrderSize
29869
+ minPercentageChange
29870
+ volumeThreshold
29871
+ userId
29872
+ createdAt
29873
+ updatedAt
29874
+ alerts { id }
29875
+ }
29876
+ action {
29877
+ id
29878
+ sequence
29879
+ tradeId
29880
+ type
29881
+ note
29882
+ status
29883
+ fee
29884
+ }
29885
+ asset {
29886
+ id
29887
+ symbol
29888
+ name
29889
+ type
29890
+ logoUrl
29891
+ description
29892
+ cik
29893
+ exchange
29894
+ currency
29895
+ country
29896
+ sector
29897
+ industry
29898
+ address
29899
+ officialSite
29900
+ fiscalYearEnd
29901
+ latestQuarter
29902
+ marketCapitalization
29903
+ ebitda
29904
+ peRatio
29905
+ pegRatio
29906
+ bookValue
29907
+ dividendPerShare
29908
+ dividendYield
29909
+ eps
29910
+ revenuePerShareTTM
29911
+ profitMargin
29912
+ operatingMarginTTM
29913
+ returnOnAssetsTTM
29914
+ returnOnEquityTTM
29915
+ revenueTTM
29916
+ grossProfitTTM
29917
+ dilutedEPSTTM
29918
+ quarterlyEarningsGrowthYOY
29919
+ quarterlyRevenueGrowthYOY
29920
+ analystTargetPrice
29921
+ analystRatingStrongBuy
29922
+ analystRatingBuy
29923
+ analystRatingHold
29924
+ analystRatingSell
29925
+ analystRatingStrongSell
29926
+ trailingPE
29927
+ forwardPE
29928
+ priceToSalesRatioTTM
29929
+ priceToBookRatio
29930
+ evToRevenue
29931
+ evToEbitda
29932
+ beta
29933
+ week52High
29934
+ week52Low
29935
+ day50MovingAverage
29936
+ day200MovingAverage
29937
+ sharesOutstanding
29938
+ dividendDate
29939
+ exDividendDate
29940
+ askPrice
29941
+ bidPrice
29942
+ createdAt
29943
+ updatedAt
29944
+ trades { id }
29945
+ orders { id }
29946
+ }
29947
+ fee
29948
+ strikePrice
29949
+ expirationDate
29950
+ optionType
29951
+ stopLossId
29952
+ takeProfitId }
26255
29953
  } }
26256
29954
  orders { id
26257
29955
  clientOrderId
@@ -26480,6 +30178,7 @@ export const User = {
26480
30178
  note
26481
30179
  status
26482
30180
  fee
30181
+ order { id }
26483
30182
  } }
26484
30183
  orders { id
26485
30184
  clientOrderId
@@ -26782,6 +30481,7 @@ export const User = {
26782
30481
  note
26783
30482
  status
26784
30483
  fee
30484
+ order { id }
26785
30485
  } }
26786
30486
  orders { id
26787
30487
  clientOrderId
@@ -27506,6 +31206,7 @@ export const User = {
27506
31206
  note
27507
31207
  status
27508
31208
  fee
31209
+ order { id }
27509
31210
  } }
27510
31211
  orders { id
27511
31212
  clientOrderId
@@ -28317,6 +32018,137 @@ export const User = {
28317
32018
  note
28318
32019
  status
28319
32020
  fee
32021
+ order { id
32022
+ clientOrderId
32023
+ alpacaAccountId
32024
+ assetId
32025
+ qty
32026
+ notional
32027
+ side
32028
+ type
32029
+ orderClass
32030
+ timeInForce
32031
+ limitPrice
32032
+ stopPrice
32033
+ stopLoss {
32034
+ id
32035
+ stopPrice
32036
+ limitPrice
32037
+ createdAt
32038
+ updatedAt
32039
+ orderId
32040
+ }
32041
+ takeProfit {
32042
+ id
32043
+ limitPrice
32044
+ stopPrice
32045
+ createdAt
32046
+ updatedAt
32047
+ orderId
32048
+ }
32049
+ trailPrice
32050
+ trailPercent
32051
+ extendedHours
32052
+ status
32053
+ createdAt
32054
+ updatedAt
32055
+ submittedAt
32056
+ filledAt
32057
+ filledAvgPrice
32058
+ actionId
32059
+ alpacaAccount {
32060
+ id
32061
+ type
32062
+ APIKey
32063
+ APISecret
32064
+ configuration
32065
+ marketOpen
32066
+ minOrderSize
32067
+ maxOrderSize
32068
+ minPercentageChange
32069
+ volumeThreshold
32070
+ userId
32071
+ createdAt
32072
+ updatedAt
32073
+ alerts { id }
32074
+ }
32075
+ action {
32076
+ id
32077
+ sequence
32078
+ tradeId
32079
+ type
32080
+ note
32081
+ status
32082
+ fee
32083
+ }
32084
+ asset {
32085
+ id
32086
+ symbol
32087
+ name
32088
+ type
32089
+ logoUrl
32090
+ description
32091
+ cik
32092
+ exchange
32093
+ currency
32094
+ country
32095
+ sector
32096
+ industry
32097
+ address
32098
+ officialSite
32099
+ fiscalYearEnd
32100
+ latestQuarter
32101
+ marketCapitalization
32102
+ ebitda
32103
+ peRatio
32104
+ pegRatio
32105
+ bookValue
32106
+ dividendPerShare
32107
+ dividendYield
32108
+ eps
32109
+ revenuePerShareTTM
32110
+ profitMargin
32111
+ operatingMarginTTM
32112
+ returnOnAssetsTTM
32113
+ returnOnEquityTTM
32114
+ revenueTTM
32115
+ grossProfitTTM
32116
+ dilutedEPSTTM
32117
+ quarterlyEarningsGrowthYOY
32118
+ quarterlyRevenueGrowthYOY
32119
+ analystTargetPrice
32120
+ analystRatingStrongBuy
32121
+ analystRatingBuy
32122
+ analystRatingHold
32123
+ analystRatingSell
32124
+ analystRatingStrongSell
32125
+ trailingPE
32126
+ forwardPE
32127
+ priceToSalesRatioTTM
32128
+ priceToBookRatio
32129
+ evToRevenue
32130
+ evToEbitda
32131
+ beta
32132
+ week52High
32133
+ week52Low
32134
+ day50MovingAverage
32135
+ day200MovingAverage
32136
+ sharesOutstanding
32137
+ dividendDate
32138
+ exDividendDate
32139
+ askPrice
32140
+ bidPrice
32141
+ createdAt
32142
+ updatedAt
32143
+ trades { id }
32144
+ orders { id }
32145
+ }
32146
+ fee
32147
+ strikePrice
32148
+ expirationDate
32149
+ optionType
32150
+ stopLossId
32151
+ takeProfitId }
28320
32152
  } }
28321
32153
  orders { id
28322
32154
  clientOrderId
@@ -28545,6 +32377,7 @@ export const User = {
28545
32377
  note
28546
32378
  status
28547
32379
  fee
32380
+ order { id }
28548
32381
  } }
28549
32382
  orders { id
28550
32383
  clientOrderId
@@ -28847,6 +32680,7 @@ export const User = {
28847
32680
  note
28848
32681
  status
28849
32682
  fee
32683
+ order { id }
28850
32684
  } }
28851
32685
  orders { id
28852
32686
  clientOrderId
@@ -29571,6 +33405,7 @@ export const User = {
29571
33405
  note
29572
33406
  status
29573
33407
  fee
33408
+ order { id }
29574
33409
  } }
29575
33410
  orders { id
29576
33411
  clientOrderId
@@ -30378,6 +34213,373 @@ export const User = {
30378
34213
  note
30379
34214
  status
30380
34215
  fee
34216
+ order { id
34217
+ clientOrderId
34218
+ alpacaAccountId
34219
+ assetId
34220
+ qty
34221
+ notional
34222
+ side
34223
+ type
34224
+ orderClass
34225
+ timeInForce
34226
+ limitPrice
34227
+ stopPrice
34228
+ stopLoss {
34229
+ id
34230
+ stopPrice
34231
+ limitPrice
34232
+ createdAt
34233
+ updatedAt
34234
+ orderId
34235
+ }
34236
+ takeProfit {
34237
+ id
34238
+ limitPrice
34239
+ stopPrice
34240
+ createdAt
34241
+ updatedAt
34242
+ orderId
34243
+ }
34244
+ trailPrice
34245
+ trailPercent
34246
+ extendedHours
34247
+ status
34248
+ createdAt
34249
+ updatedAt
34250
+ submittedAt
34251
+ filledAt
34252
+ filledAvgPrice
34253
+ actionId
34254
+ alpacaAccount {
34255
+ id
34256
+ type
34257
+ APIKey
34258
+ APISecret
34259
+ configuration
34260
+ marketOpen
34261
+ minOrderSize
34262
+ maxOrderSize
34263
+ minPercentageChange
34264
+ volumeThreshold
34265
+ userId
34266
+ createdAt
34267
+ updatedAt
34268
+ alerts { id }
34269
+ }
34270
+ action {
34271
+ id
34272
+ sequence
34273
+ tradeId
34274
+ type
34275
+ note
34276
+ status
34277
+ fee
34278
+ }
34279
+ asset {
34280
+ id
34281
+ symbol
34282
+ name
34283
+ type
34284
+ logoUrl
34285
+ description
34286
+ cik
34287
+ exchange
34288
+ currency
34289
+ country
34290
+ sector
34291
+ industry
34292
+ address
34293
+ officialSite
34294
+ fiscalYearEnd
34295
+ latestQuarter
34296
+ marketCapitalization
34297
+ ebitda
34298
+ peRatio
34299
+ pegRatio
34300
+ bookValue
34301
+ dividendPerShare
34302
+ dividendYield
34303
+ eps
34304
+ revenuePerShareTTM
34305
+ profitMargin
34306
+ operatingMarginTTM
34307
+ returnOnAssetsTTM
34308
+ returnOnEquityTTM
34309
+ revenueTTM
34310
+ grossProfitTTM
34311
+ dilutedEPSTTM
34312
+ quarterlyEarningsGrowthYOY
34313
+ quarterlyRevenueGrowthYOY
34314
+ analystTargetPrice
34315
+ analystRatingStrongBuy
34316
+ analystRatingBuy
34317
+ analystRatingHold
34318
+ analystRatingSell
34319
+ analystRatingStrongSell
34320
+ trailingPE
34321
+ forwardPE
34322
+ priceToSalesRatioTTM
34323
+ priceToBookRatio
34324
+ evToRevenue
34325
+ evToEbitda
34326
+ beta
34327
+ week52High
34328
+ week52Low
34329
+ day50MovingAverage
34330
+ day200MovingAverage
34331
+ sharesOutstanding
34332
+ dividendDate
34333
+ exDividendDate
34334
+ askPrice
34335
+ bidPrice
34336
+ createdAt
34337
+ updatedAt
34338
+ trades { id
34339
+ alpacaAccountId
34340
+ assetId
34341
+ qty
34342
+ price
34343
+ total
34344
+ optionType
34345
+ signal
34346
+ strategy
34347
+ analysis
34348
+ summary
34349
+ confidence
34350
+ timestamp
34351
+ createdAt
34352
+ updatedAt
34353
+ status
34354
+ alpacaAccount {
34355
+ id
34356
+ type
34357
+ APIKey
34358
+ APISecret
34359
+ configuration
34360
+ marketOpen
34361
+ minOrderSize
34362
+ maxOrderSize
34363
+ minPercentageChange
34364
+ volumeThreshold
34365
+ user { id }
34366
+ userId
34367
+ createdAt
34368
+ updatedAt
34369
+ trades { id }
34370
+ orders { id }
34371
+ positions { id }
34372
+ alerts { id }
34373
+ }
34374
+ asset {
34375
+ id
34376
+ symbol
34377
+ name
34378
+ type
34379
+ logoUrl
34380
+ description
34381
+ cik
34382
+ exchange
34383
+ currency
34384
+ country
34385
+ sector
34386
+ industry
34387
+ address
34388
+ officialSite
34389
+ fiscalYearEnd
34390
+ latestQuarter
34391
+ marketCapitalization
34392
+ ebitda
34393
+ peRatio
34394
+ pegRatio
34395
+ bookValue
34396
+ dividendPerShare
34397
+ dividendYield
34398
+ eps
34399
+ revenuePerShareTTM
34400
+ profitMargin
34401
+ operatingMarginTTM
34402
+ returnOnAssetsTTM
34403
+ returnOnEquityTTM
34404
+ revenueTTM
34405
+ grossProfitTTM
34406
+ dilutedEPSTTM
34407
+ quarterlyEarningsGrowthYOY
34408
+ quarterlyRevenueGrowthYOY
34409
+ analystTargetPrice
34410
+ analystRatingStrongBuy
34411
+ analystRatingBuy
34412
+ analystRatingHold
34413
+ analystRatingSell
34414
+ analystRatingStrongSell
34415
+ trailingPE
34416
+ forwardPE
34417
+ priceToSalesRatioTTM
34418
+ priceToBookRatio
34419
+ evToRevenue
34420
+ evToEbitda
34421
+ beta
34422
+ week52High
34423
+ week52Low
34424
+ day50MovingAverage
34425
+ day200MovingAverage
34426
+ sharesOutstanding
34427
+ dividendDate
34428
+ exDividendDate
34429
+ askPrice
34430
+ bidPrice
34431
+ createdAt
34432
+ updatedAt
34433
+ newsMentions { id }
34434
+ }
34435
+ actions {
34436
+ id
34437
+ sequence
34438
+ tradeId
34439
+ type
34440
+ note
34441
+ status
34442
+ fee
34443
+ order { id }
34444
+ } }
34445
+ orders { id
34446
+ clientOrderId
34447
+ alpacaAccountId
34448
+ assetId
34449
+ qty
34450
+ notional
34451
+ side
34452
+ type
34453
+ orderClass
34454
+ timeInForce
34455
+ limitPrice
34456
+ stopPrice
34457
+ stopLoss {
34458
+ id
34459
+ stopPrice
34460
+ limitPrice
34461
+ createdAt
34462
+ updatedAt
34463
+ orderId
34464
+ }
34465
+ takeProfit {
34466
+ id
34467
+ limitPrice
34468
+ stopPrice
34469
+ createdAt
34470
+ updatedAt
34471
+ orderId
34472
+ }
34473
+ trailPrice
34474
+ trailPercent
34475
+ extendedHours
34476
+ status
34477
+ createdAt
34478
+ updatedAt
34479
+ submittedAt
34480
+ filledAt
34481
+ filledAvgPrice
34482
+ actionId
34483
+ alpacaAccount {
34484
+ id
34485
+ type
34486
+ APIKey
34487
+ APISecret
34488
+ configuration
34489
+ marketOpen
34490
+ minOrderSize
34491
+ maxOrderSize
34492
+ minPercentageChange
34493
+ volumeThreshold
34494
+ userId
34495
+ createdAt
34496
+ updatedAt
34497
+ alerts { id }
34498
+ }
34499
+ action {
34500
+ id
34501
+ sequence
34502
+ tradeId
34503
+ type
34504
+ note
34505
+ status
34506
+ fee
34507
+ }
34508
+ asset {
34509
+ id
34510
+ symbol
34511
+ name
34512
+ type
34513
+ logoUrl
34514
+ description
34515
+ cik
34516
+ exchange
34517
+ currency
34518
+ country
34519
+ sector
34520
+ industry
34521
+ address
34522
+ officialSite
34523
+ fiscalYearEnd
34524
+ latestQuarter
34525
+ marketCapitalization
34526
+ ebitda
34527
+ peRatio
34528
+ pegRatio
34529
+ bookValue
34530
+ dividendPerShare
34531
+ dividendYield
34532
+ eps
34533
+ revenuePerShareTTM
34534
+ profitMargin
34535
+ operatingMarginTTM
34536
+ returnOnAssetsTTM
34537
+ returnOnEquityTTM
34538
+ revenueTTM
34539
+ grossProfitTTM
34540
+ dilutedEPSTTM
34541
+ quarterlyEarningsGrowthYOY
34542
+ quarterlyRevenueGrowthYOY
34543
+ analystTargetPrice
34544
+ analystRatingStrongBuy
34545
+ analystRatingBuy
34546
+ analystRatingHold
34547
+ analystRatingSell
34548
+ analystRatingStrongSell
34549
+ trailingPE
34550
+ forwardPE
34551
+ priceToSalesRatioTTM
34552
+ priceToBookRatio
34553
+ evToRevenue
34554
+ evToEbitda
34555
+ beta
34556
+ week52High
34557
+ week52Low
34558
+ day50MovingAverage
34559
+ day200MovingAverage
34560
+ sharesOutstanding
34561
+ dividendDate
34562
+ exDividendDate
34563
+ askPrice
34564
+ bidPrice
34565
+ createdAt
34566
+ updatedAt
34567
+ trades { id }
34568
+ orders { id }
34569
+ }
34570
+ fee
34571
+ strikePrice
34572
+ expirationDate
34573
+ optionType
34574
+ stopLossId
34575
+ takeProfitId }
34576
+ }
34577
+ fee
34578
+ strikePrice
34579
+ expirationDate
34580
+ optionType
34581
+ stopLossId
34582
+ takeProfitId }
30381
34583
  } }
30382
34584
  orders { id
30383
34585
  clientOrderId
@@ -30690,6 +34892,137 @@ export const User = {
30690
34892
  note
30691
34893
  status
30692
34894
  fee
34895
+ order { id
34896
+ clientOrderId
34897
+ alpacaAccountId
34898
+ assetId
34899
+ qty
34900
+ notional
34901
+ side
34902
+ type
34903
+ orderClass
34904
+ timeInForce
34905
+ limitPrice
34906
+ stopPrice
34907
+ stopLoss {
34908
+ id
34909
+ stopPrice
34910
+ limitPrice
34911
+ createdAt
34912
+ updatedAt
34913
+ orderId
34914
+ }
34915
+ takeProfit {
34916
+ id
34917
+ limitPrice
34918
+ stopPrice
34919
+ createdAt
34920
+ updatedAt
34921
+ orderId
34922
+ }
34923
+ trailPrice
34924
+ trailPercent
34925
+ extendedHours
34926
+ status
34927
+ createdAt
34928
+ updatedAt
34929
+ submittedAt
34930
+ filledAt
34931
+ filledAvgPrice
34932
+ actionId
34933
+ alpacaAccount {
34934
+ id
34935
+ type
34936
+ APIKey
34937
+ APISecret
34938
+ configuration
34939
+ marketOpen
34940
+ minOrderSize
34941
+ maxOrderSize
34942
+ minPercentageChange
34943
+ volumeThreshold
34944
+ userId
34945
+ createdAt
34946
+ updatedAt
34947
+ alerts { id }
34948
+ }
34949
+ action {
34950
+ id
34951
+ sequence
34952
+ tradeId
34953
+ type
34954
+ note
34955
+ status
34956
+ fee
34957
+ }
34958
+ asset {
34959
+ id
34960
+ symbol
34961
+ name
34962
+ type
34963
+ logoUrl
34964
+ description
34965
+ cik
34966
+ exchange
34967
+ currency
34968
+ country
34969
+ sector
34970
+ industry
34971
+ address
34972
+ officialSite
34973
+ fiscalYearEnd
34974
+ latestQuarter
34975
+ marketCapitalization
34976
+ ebitda
34977
+ peRatio
34978
+ pegRatio
34979
+ bookValue
34980
+ dividendPerShare
34981
+ dividendYield
34982
+ eps
34983
+ revenuePerShareTTM
34984
+ profitMargin
34985
+ operatingMarginTTM
34986
+ returnOnAssetsTTM
34987
+ returnOnEquityTTM
34988
+ revenueTTM
34989
+ grossProfitTTM
34990
+ dilutedEPSTTM
34991
+ quarterlyEarningsGrowthYOY
34992
+ quarterlyRevenueGrowthYOY
34993
+ analystTargetPrice
34994
+ analystRatingStrongBuy
34995
+ analystRatingBuy
34996
+ analystRatingHold
34997
+ analystRatingSell
34998
+ analystRatingStrongSell
34999
+ trailingPE
35000
+ forwardPE
35001
+ priceToSalesRatioTTM
35002
+ priceToBookRatio
35003
+ evToRevenue
35004
+ evToEbitda
35005
+ beta
35006
+ week52High
35007
+ week52Low
35008
+ day50MovingAverage
35009
+ day200MovingAverage
35010
+ sharesOutstanding
35011
+ dividendDate
35012
+ exDividendDate
35013
+ askPrice
35014
+ bidPrice
35015
+ createdAt
35016
+ updatedAt
35017
+ trades { id }
35018
+ orders { id }
35019
+ }
35020
+ fee
35021
+ strikePrice
35022
+ expirationDate
35023
+ optionType
35024
+ stopLossId
35025
+ takeProfitId }
30693
35026
  } }
30694
35027
  orders { id
30695
35028
  clientOrderId
@@ -30918,6 +35251,7 @@ export const User = {
30918
35251
  note
30919
35252
  status
30920
35253
  fee
35254
+ order { id }
30921
35255
  } }
30922
35256
  orders { id
30923
35257
  clientOrderId
@@ -31311,6 +35645,137 @@ export const User = {
31311
35645
  note
31312
35646
  status
31313
35647
  fee
35648
+ order { id
35649
+ clientOrderId
35650
+ alpacaAccountId
35651
+ assetId
35652
+ qty
35653
+ notional
35654
+ side
35655
+ type
35656
+ orderClass
35657
+ timeInForce
35658
+ limitPrice
35659
+ stopPrice
35660
+ stopLoss {
35661
+ id
35662
+ stopPrice
35663
+ limitPrice
35664
+ createdAt
35665
+ updatedAt
35666
+ orderId
35667
+ }
35668
+ takeProfit {
35669
+ id
35670
+ limitPrice
35671
+ stopPrice
35672
+ createdAt
35673
+ updatedAt
35674
+ orderId
35675
+ }
35676
+ trailPrice
35677
+ trailPercent
35678
+ extendedHours
35679
+ status
35680
+ createdAt
35681
+ updatedAt
35682
+ submittedAt
35683
+ filledAt
35684
+ filledAvgPrice
35685
+ actionId
35686
+ alpacaAccount {
35687
+ id
35688
+ type
35689
+ APIKey
35690
+ APISecret
35691
+ configuration
35692
+ marketOpen
35693
+ minOrderSize
35694
+ maxOrderSize
35695
+ minPercentageChange
35696
+ volumeThreshold
35697
+ userId
35698
+ createdAt
35699
+ updatedAt
35700
+ alerts { id }
35701
+ }
35702
+ action {
35703
+ id
35704
+ sequence
35705
+ tradeId
35706
+ type
35707
+ note
35708
+ status
35709
+ fee
35710
+ }
35711
+ asset {
35712
+ id
35713
+ symbol
35714
+ name
35715
+ type
35716
+ logoUrl
35717
+ description
35718
+ cik
35719
+ exchange
35720
+ currency
35721
+ country
35722
+ sector
35723
+ industry
35724
+ address
35725
+ officialSite
35726
+ fiscalYearEnd
35727
+ latestQuarter
35728
+ marketCapitalization
35729
+ ebitda
35730
+ peRatio
35731
+ pegRatio
35732
+ bookValue
35733
+ dividendPerShare
35734
+ dividendYield
35735
+ eps
35736
+ revenuePerShareTTM
35737
+ profitMargin
35738
+ operatingMarginTTM
35739
+ returnOnAssetsTTM
35740
+ returnOnEquityTTM
35741
+ revenueTTM
35742
+ grossProfitTTM
35743
+ dilutedEPSTTM
35744
+ quarterlyEarningsGrowthYOY
35745
+ quarterlyRevenueGrowthYOY
35746
+ analystTargetPrice
35747
+ analystRatingStrongBuy
35748
+ analystRatingBuy
35749
+ analystRatingHold
35750
+ analystRatingSell
35751
+ analystRatingStrongSell
35752
+ trailingPE
35753
+ forwardPE
35754
+ priceToSalesRatioTTM
35755
+ priceToBookRatio
35756
+ evToRevenue
35757
+ evToEbitda
35758
+ beta
35759
+ week52High
35760
+ week52Low
35761
+ day50MovingAverage
35762
+ day200MovingAverage
35763
+ sharesOutstanding
35764
+ dividendDate
35765
+ exDividendDate
35766
+ askPrice
35767
+ bidPrice
35768
+ createdAt
35769
+ updatedAt
35770
+ trades { id }
35771
+ orders { id }
35772
+ }
35773
+ fee
35774
+ strikePrice
35775
+ expirationDate
35776
+ optionType
35777
+ stopLossId
35778
+ takeProfitId }
31314
35779
  } }
31315
35780
  orders { id
31316
35781
  clientOrderId
@@ -31539,6 +36004,7 @@ export const User = {
31539
36004
  note
31540
36005
  status
31541
36006
  fee
36007
+ order { id }
31542
36008
  } }
31543
36009
  orders { id
31544
36010
  clientOrderId
@@ -31841,6 +36307,7 @@ export const User = {
31841
36307
  note
31842
36308
  status
31843
36309
  fee
36310
+ order { id }
31844
36311
  } }
31845
36312
  orders { id
31846
36313
  clientOrderId
@@ -32565,6 +37032,7 @@ export const User = {
32565
37032
  note
32566
37033
  status
32567
37034
  fee
37035
+ order { id }
32568
37036
  } }
32569
37037
  orders { id
32570
37038
  clientOrderId
@@ -33376,6 +37844,137 @@ export const User = {
33376
37844
  note
33377
37845
  status
33378
37846
  fee
37847
+ order { id
37848
+ clientOrderId
37849
+ alpacaAccountId
37850
+ assetId
37851
+ qty
37852
+ notional
37853
+ side
37854
+ type
37855
+ orderClass
37856
+ timeInForce
37857
+ limitPrice
37858
+ stopPrice
37859
+ stopLoss {
37860
+ id
37861
+ stopPrice
37862
+ limitPrice
37863
+ createdAt
37864
+ updatedAt
37865
+ orderId
37866
+ }
37867
+ takeProfit {
37868
+ id
37869
+ limitPrice
37870
+ stopPrice
37871
+ createdAt
37872
+ updatedAt
37873
+ orderId
37874
+ }
37875
+ trailPrice
37876
+ trailPercent
37877
+ extendedHours
37878
+ status
37879
+ createdAt
37880
+ updatedAt
37881
+ submittedAt
37882
+ filledAt
37883
+ filledAvgPrice
37884
+ actionId
37885
+ alpacaAccount {
37886
+ id
37887
+ type
37888
+ APIKey
37889
+ APISecret
37890
+ configuration
37891
+ marketOpen
37892
+ minOrderSize
37893
+ maxOrderSize
37894
+ minPercentageChange
37895
+ volumeThreshold
37896
+ userId
37897
+ createdAt
37898
+ updatedAt
37899
+ alerts { id }
37900
+ }
37901
+ action {
37902
+ id
37903
+ sequence
37904
+ tradeId
37905
+ type
37906
+ note
37907
+ status
37908
+ fee
37909
+ }
37910
+ asset {
37911
+ id
37912
+ symbol
37913
+ name
37914
+ type
37915
+ logoUrl
37916
+ description
37917
+ cik
37918
+ exchange
37919
+ currency
37920
+ country
37921
+ sector
37922
+ industry
37923
+ address
37924
+ officialSite
37925
+ fiscalYearEnd
37926
+ latestQuarter
37927
+ marketCapitalization
37928
+ ebitda
37929
+ peRatio
37930
+ pegRatio
37931
+ bookValue
37932
+ dividendPerShare
37933
+ dividendYield
37934
+ eps
37935
+ revenuePerShareTTM
37936
+ profitMargin
37937
+ operatingMarginTTM
37938
+ returnOnAssetsTTM
37939
+ returnOnEquityTTM
37940
+ revenueTTM
37941
+ grossProfitTTM
37942
+ dilutedEPSTTM
37943
+ quarterlyEarningsGrowthYOY
37944
+ quarterlyRevenueGrowthYOY
37945
+ analystTargetPrice
37946
+ analystRatingStrongBuy
37947
+ analystRatingBuy
37948
+ analystRatingHold
37949
+ analystRatingSell
37950
+ analystRatingStrongSell
37951
+ trailingPE
37952
+ forwardPE
37953
+ priceToSalesRatioTTM
37954
+ priceToBookRatio
37955
+ evToRevenue
37956
+ evToEbitda
37957
+ beta
37958
+ week52High
37959
+ week52Low
37960
+ day50MovingAverage
37961
+ day200MovingAverage
37962
+ sharesOutstanding
37963
+ dividendDate
37964
+ exDividendDate
37965
+ askPrice
37966
+ bidPrice
37967
+ createdAt
37968
+ updatedAt
37969
+ trades { id }
37970
+ orders { id }
37971
+ }
37972
+ fee
37973
+ strikePrice
37974
+ expirationDate
37975
+ optionType
37976
+ stopLossId
37977
+ takeProfitId }
33379
37978
  } }
33380
37979
  orders { id
33381
37980
  clientOrderId
@@ -33604,6 +38203,7 @@ export const User = {
33604
38203
  note
33605
38204
  status
33606
38205
  fee
38206
+ order { id }
33607
38207
  } }
33608
38208
  orders { id
33609
38209
  clientOrderId
@@ -33906,6 +38506,7 @@ export const User = {
33906
38506
  note
33907
38507
  status
33908
38508
  fee
38509
+ order { id }
33909
38510
  } }
33910
38511
  orders { id
33911
38512
  clientOrderId
@@ -34630,6 +39231,7 @@ export const User = {
34630
39231
  note
34631
39232
  status
34632
39233
  fee
39234
+ order { id }
34633
39235
  } }
34634
39236
  orders { id
34635
39237
  clientOrderId