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