adaptic-backend 1.0.86 → 1.0.87
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.
- package/Account.cjs +1 -1261
- package/Action.cjs +0 -2016
- package/Alert.cjs +1 -1261
- package/AlpacaAccount.cjs +1 -1261
- package/Asset.cjs +0 -1548
- package/Authenticator.cjs +1 -1261
- package/Customer.cjs +1 -1261
- package/NewsArticle.cjs +1 -1549
- package/NewsArticleAssetSentiment.cjs +1 -1549
- package/Order.cjs +2 -1550
- package/Position.cjs +1 -1909
- package/Session.cjs +1 -1261
- package/StopLoss.cjs +2 -1550
- package/TakeProfit.cjs +2 -1550
- package/Trade.cjs +2 -1694
- package/User.cjs +1 -1261
- package/package.json +1 -1
- package/server/Account.d.ts.map +1 -1
- package/server/Account.js.map +1 -1
- package/server/Account.mjs +1 -1261
- package/server/Action.d.ts.map +1 -1
- package/server/Action.js.map +1 -1
- package/server/Action.mjs +0 -2016
- package/server/Alert.d.ts.map +1 -1
- package/server/Alert.js.map +1 -1
- package/server/Alert.mjs +1 -1261
- package/server/AlpacaAccount.d.ts.map +1 -1
- package/server/AlpacaAccount.js.map +1 -1
- package/server/AlpacaAccount.mjs +1 -1261
- package/server/Asset.d.ts.map +1 -1
- package/server/Asset.js.map +1 -1
- package/server/Asset.mjs +0 -1548
- package/server/Authenticator.d.ts.map +1 -1
- package/server/Authenticator.js.map +1 -1
- package/server/Authenticator.mjs +1 -1261
- package/server/Customer.d.ts.map +1 -1
- package/server/Customer.js.map +1 -1
- package/server/Customer.mjs +1 -1261
- package/server/NewsArticle.d.ts.map +1 -1
- package/server/NewsArticle.js.map +1 -1
- package/server/NewsArticle.mjs +1 -1549
- package/server/NewsArticleAssetSentiment.d.ts.map +1 -1
- package/server/NewsArticleAssetSentiment.js.map +1 -1
- package/server/NewsArticleAssetSentiment.mjs +1 -1549
- package/server/Order.d.ts.map +1 -1
- package/server/Order.js.map +1 -1
- package/server/Order.mjs +2 -1550
- package/server/Position.d.ts.map +1 -1
- package/server/Position.js.map +1 -1
- package/server/Position.mjs +1 -1909
- package/server/Session.d.ts.map +1 -1
- package/server/Session.js.map +1 -1
- package/server/Session.mjs +1 -1261
- package/server/StopLoss.d.ts.map +1 -1
- package/server/StopLoss.js.map +1 -1
- package/server/StopLoss.mjs +2 -1550
- package/server/TakeProfit.d.ts.map +1 -1
- package/server/TakeProfit.js.map +1 -1
- package/server/TakeProfit.mjs +2 -1550
- package/server/Trade.d.ts.map +1 -1
- package/server/Trade.js.map +1 -1
- package/server/Trade.mjs +2 -1694
- package/server/User.d.ts.map +1 -1
- package/server/User.js.map +1 -1
- package/server/User.mjs +1 -1261
@@ -37,9 +37,6 @@ export const NewsArticleAssetSentiment = {
|
|
37
37
|
logo
|
38
38
|
createdAt
|
39
39
|
updatedAt
|
40
|
-
assets {
|
41
|
-
id
|
42
|
-
}
|
43
40
|
}
|
44
41
|
asset {
|
45
42
|
id
|
@@ -147,9 +144,6 @@ export const NewsArticleAssetSentiment = {
|
|
147
144
|
stripeCurrentPeriodEnd
|
148
145
|
createdAt
|
149
146
|
updatedAt
|
150
|
-
users {
|
151
|
-
id
|
152
|
-
}
|
153
147
|
}
|
154
148
|
customerId
|
155
149
|
accounts {
|
@@ -167,18 +161,12 @@ export const NewsArticleAssetSentiment = {
|
|
167
161
|
session_state
|
168
162
|
createdAt
|
169
163
|
updatedAt
|
170
|
-
user {
|
171
|
-
id
|
172
|
-
}
|
173
164
|
}
|
174
165
|
sessions {
|
175
166
|
id
|
176
167
|
sessionToken
|
177
168
|
userId
|
178
169
|
expires
|
179
|
-
user {
|
180
|
-
id
|
181
|
-
}
|
182
170
|
createdAt
|
183
171
|
updatedAt
|
184
172
|
}
|
@@ -188,23 +176,14 @@ export const NewsArticleAssetSentiment = {
|
|
188
176
|
credentialID
|
189
177
|
publicKey
|
190
178
|
counter
|
191
|
-
user {
|
192
|
-
id
|
193
|
-
}
|
194
179
|
createdAt
|
195
180
|
updatedAt
|
196
181
|
}
|
197
182
|
plan
|
198
|
-
alpacaAccounts {
|
199
|
-
id
|
200
|
-
}
|
201
183
|
}
|
202
184
|
userId
|
203
185
|
createdAt
|
204
186
|
updatedAt
|
205
|
-
trades {
|
206
|
-
id
|
207
|
-
}
|
208
187
|
orders {
|
209
188
|
id
|
210
189
|
clientOrderId
|
@@ -225,9 +204,6 @@ export const NewsArticleAssetSentiment = {
|
|
225
204
|
createdAt
|
226
205
|
updatedAt
|
227
206
|
orderId
|
228
|
-
Order {
|
229
|
-
id
|
230
|
-
}
|
231
207
|
}
|
232
208
|
takeProfit {
|
233
209
|
id
|
@@ -236,9 +212,6 @@ export const NewsArticleAssetSentiment = {
|
|
236
212
|
createdAt
|
237
213
|
updatedAt
|
238
214
|
orderId
|
239
|
-
Order {
|
240
|
-
id
|
241
|
-
}
|
242
215
|
}
|
243
216
|
trailPrice
|
244
217
|
trailPercent
|
@@ -250,9 +223,6 @@ export const NewsArticleAssetSentiment = {
|
|
250
223
|
filledAt
|
251
224
|
filledAvgPrice
|
252
225
|
actionId
|
253
|
-
alpacaAccount {
|
254
|
-
id
|
255
|
-
}
|
256
226
|
action {
|
257
227
|
id
|
258
228
|
sequence
|
@@ -261,15 +231,6 @@ export const NewsArticleAssetSentiment = {
|
|
261
231
|
note
|
262
232
|
status
|
263
233
|
fee
|
264
|
-
trade {
|
265
|
-
id
|
266
|
-
}
|
267
|
-
order {
|
268
|
-
id
|
269
|
-
}
|
270
|
-
}
|
271
|
-
asset {
|
272
|
-
id
|
273
234
|
}
|
274
235
|
fee
|
275
236
|
strikePrice
|
@@ -281,9 +242,6 @@ export const NewsArticleAssetSentiment = {
|
|
281
242
|
positions {
|
282
243
|
id
|
283
244
|
assetId
|
284
|
-
asset {
|
285
|
-
id
|
286
|
-
}
|
287
245
|
averageEntryPrice
|
288
246
|
qty
|
289
247
|
qtyAvailable
|
@@ -297,9 +255,6 @@ export const NewsArticleAssetSentiment = {
|
|
297
255
|
lastTradePrice
|
298
256
|
changeToday
|
299
257
|
assetMarginable
|
300
|
-
alpacaAccount {
|
301
|
-
id
|
302
|
-
}
|
303
258
|
alpacaAccountId
|
304
259
|
}
|
305
260
|
alerts {
|
@@ -310,14 +265,8 @@ export const NewsArticleAssetSentiment = {
|
|
310
265
|
isRead
|
311
266
|
createdAt
|
312
267
|
updatedAt
|
313
|
-
alpacaAccount {
|
314
|
-
id
|
315
|
-
}
|
316
268
|
}
|
317
269
|
}
|
318
|
-
asset {
|
319
|
-
id
|
320
|
-
}
|
321
270
|
actions {
|
322
271
|
id
|
323
272
|
sequence
|
@@ -326,9 +275,6 @@ export const NewsArticleAssetSentiment = {
|
|
326
275
|
note
|
327
276
|
status
|
328
277
|
fee
|
329
|
-
trade {
|
330
|
-
id
|
331
|
-
}
|
332
278
|
order {
|
333
279
|
id
|
334
280
|
clientOrderId
|
@@ -349,9 +295,6 @@ export const NewsArticleAssetSentiment = {
|
|
349
295
|
createdAt
|
350
296
|
updatedAt
|
351
297
|
orderId
|
352
|
-
Order {
|
353
|
-
id
|
354
|
-
}
|
355
298
|
}
|
356
299
|
takeProfit {
|
357
300
|
id
|
@@ -360,9 +303,6 @@ export const NewsArticleAssetSentiment = {
|
|
360
303
|
createdAt
|
361
304
|
updatedAt
|
362
305
|
orderId
|
363
|
-
Order {
|
364
|
-
id
|
365
|
-
}
|
366
306
|
}
|
367
307
|
trailPrice
|
368
308
|
trailPercent
|
@@ -406,9 +346,6 @@ export const NewsArticleAssetSentiment = {
|
|
406
346
|
stripeCurrentPeriodEnd
|
407
347
|
createdAt
|
408
348
|
updatedAt
|
409
|
-
users {
|
410
|
-
id
|
411
|
-
}
|
412
349
|
}
|
413
350
|
customerId
|
414
351
|
accounts {
|
@@ -426,18 +363,12 @@ export const NewsArticleAssetSentiment = {
|
|
426
363
|
session_state
|
427
364
|
createdAt
|
428
365
|
updatedAt
|
429
|
-
user {
|
430
|
-
id
|
431
|
-
}
|
432
366
|
}
|
433
367
|
sessions {
|
434
368
|
id
|
435
369
|
sessionToken
|
436
370
|
userId
|
437
371
|
expires
|
438
|
-
user {
|
439
|
-
id
|
440
|
-
}
|
441
372
|
createdAt
|
442
373
|
updatedAt
|
443
374
|
}
|
@@ -447,32 +378,17 @@ export const NewsArticleAssetSentiment = {
|
|
447
378
|
credentialID
|
448
379
|
publicKey
|
449
380
|
counter
|
450
|
-
user {
|
451
|
-
id
|
452
|
-
}
|
453
381
|
createdAt
|
454
382
|
updatedAt
|
455
383
|
}
|
456
384
|
plan
|
457
|
-
alpacaAccounts {
|
458
|
-
id
|
459
|
-
}
|
460
385
|
}
|
461
386
|
userId
|
462
387
|
createdAt
|
463
388
|
updatedAt
|
464
|
-
trades {
|
465
|
-
id
|
466
|
-
}
|
467
|
-
orders {
|
468
|
-
id
|
469
|
-
}
|
470
389
|
positions {
|
471
390
|
id
|
472
391
|
assetId
|
473
|
-
asset {
|
474
|
-
id
|
475
|
-
}
|
476
392
|
averageEntryPrice
|
477
393
|
qty
|
478
394
|
qtyAvailable
|
@@ -486,9 +402,6 @@ export const NewsArticleAssetSentiment = {
|
|
486
402
|
lastTradePrice
|
487
403
|
changeToday
|
488
404
|
assetMarginable
|
489
|
-
alpacaAccount {
|
490
|
-
id
|
491
|
-
}
|
492
405
|
alpacaAccountId
|
493
406
|
}
|
494
407
|
alerts {
|
@@ -499,17 +412,8 @@ export const NewsArticleAssetSentiment = {
|
|
499
412
|
isRead
|
500
413
|
createdAt
|
501
414
|
updatedAt
|
502
|
-
alpacaAccount {
|
503
|
-
id
|
504
|
-
}
|
505
415
|
}
|
506
416
|
}
|
507
|
-
action {
|
508
|
-
id
|
509
|
-
}
|
510
|
-
asset {
|
511
|
-
id
|
512
|
-
}
|
513
417
|
fee
|
514
418
|
strikePrice
|
515
419
|
expirationDate
|
@@ -539,9 +443,6 @@ export const NewsArticleAssetSentiment = {
|
|
539
443
|
createdAt
|
540
444
|
updatedAt
|
541
445
|
orderId
|
542
|
-
Order {
|
543
|
-
id
|
544
|
-
}
|
545
446
|
}
|
546
447
|
takeProfit {
|
547
448
|
id
|
@@ -550,9 +451,6 @@ export const NewsArticleAssetSentiment = {
|
|
550
451
|
createdAt
|
551
452
|
updatedAt
|
552
453
|
orderId
|
553
|
-
Order {
|
554
|
-
id
|
555
|
-
}
|
556
454
|
}
|
557
455
|
trailPrice
|
558
456
|
trailPercent
|
@@ -596,9 +494,6 @@ export const NewsArticleAssetSentiment = {
|
|
596
494
|
stripeCurrentPeriodEnd
|
597
495
|
createdAt
|
598
496
|
updatedAt
|
599
|
-
users {
|
600
|
-
id
|
601
|
-
}
|
602
497
|
}
|
603
498
|
customerId
|
604
499
|
accounts {
|
@@ -616,18 +511,12 @@ export const NewsArticleAssetSentiment = {
|
|
616
511
|
session_state
|
617
512
|
createdAt
|
618
513
|
updatedAt
|
619
|
-
user {
|
620
|
-
id
|
621
|
-
}
|
622
514
|
}
|
623
515
|
sessions {
|
624
516
|
id
|
625
517
|
sessionToken
|
626
518
|
userId
|
627
519
|
expires
|
628
|
-
user {
|
629
|
-
id
|
630
|
-
}
|
631
520
|
createdAt
|
632
521
|
updatedAt
|
633
522
|
}
|
@@ -637,16 +526,10 @@ export const NewsArticleAssetSentiment = {
|
|
637
526
|
credentialID
|
638
527
|
publicKey
|
639
528
|
counter
|
640
|
-
user {
|
641
|
-
id
|
642
|
-
}
|
643
529
|
createdAt
|
644
530
|
updatedAt
|
645
531
|
}
|
646
532
|
plan
|
647
|
-
alpacaAccounts {
|
648
|
-
id
|
649
|
-
}
|
650
533
|
}
|
651
534
|
userId
|
652
535
|
createdAt
|
@@ -666,12 +549,6 @@ export const NewsArticleAssetSentiment = {
|
|
666
549
|
createdAt
|
667
550
|
updatedAt
|
668
551
|
status
|
669
|
-
alpacaAccount {
|
670
|
-
id
|
671
|
-
}
|
672
|
-
asset {
|
673
|
-
id
|
674
|
-
}
|
675
552
|
actions {
|
676
553
|
id
|
677
554
|
sequence
|
@@ -680,23 +557,11 @@ export const NewsArticleAssetSentiment = {
|
|
680
557
|
note
|
681
558
|
status
|
682
559
|
fee
|
683
|
-
trade {
|
684
|
-
id
|
685
|
-
}
|
686
|
-
order {
|
687
|
-
id
|
688
|
-
}
|
689
560
|
}
|
690
561
|
}
|
691
|
-
orders {
|
692
|
-
id
|
693
|
-
}
|
694
562
|
positions {
|
695
563
|
id
|
696
564
|
assetId
|
697
|
-
asset {
|
698
|
-
id
|
699
|
-
}
|
700
565
|
averageEntryPrice
|
701
566
|
qty
|
702
567
|
qtyAvailable
|
@@ -710,9 +575,6 @@ export const NewsArticleAssetSentiment = {
|
|
710
575
|
lastTradePrice
|
711
576
|
changeToday
|
712
577
|
assetMarginable
|
713
|
-
alpacaAccount {
|
714
|
-
id
|
715
|
-
}
|
716
578
|
alpacaAccountId
|
717
579
|
}
|
718
580
|
alerts {
|
@@ -723,9 +585,6 @@ export const NewsArticleAssetSentiment = {
|
|
723
585
|
isRead
|
724
586
|
createdAt
|
725
587
|
updatedAt
|
726
|
-
alpacaAccount {
|
727
|
-
id
|
728
|
-
}
|
729
588
|
}
|
730
589
|
}
|
731
590
|
action {
|
@@ -783,9 +642,6 @@ export const NewsArticleAssetSentiment = {
|
|
783
642
|
stripeCurrentPeriodEnd
|
784
643
|
createdAt
|
785
644
|
updatedAt
|
786
|
-
users {
|
787
|
-
id
|
788
|
-
}
|
789
645
|
}
|
790
646
|
customerId
|
791
647
|
accounts {
|
@@ -803,18 +659,12 @@ export const NewsArticleAssetSentiment = {
|
|
803
659
|
session_state
|
804
660
|
createdAt
|
805
661
|
updatedAt
|
806
|
-
user {
|
807
|
-
id
|
808
|
-
}
|
809
662
|
}
|
810
663
|
sessions {
|
811
664
|
id
|
812
665
|
sessionToken
|
813
666
|
userId
|
814
667
|
expires
|
815
|
-
user {
|
816
|
-
id
|
817
|
-
}
|
818
668
|
createdAt
|
819
669
|
updatedAt
|
820
670
|
}
|
@@ -824,32 +674,17 @@ export const NewsArticleAssetSentiment = {
|
|
824
674
|
credentialID
|
825
675
|
publicKey
|
826
676
|
counter
|
827
|
-
user {
|
828
|
-
id
|
829
|
-
}
|
830
677
|
createdAt
|
831
678
|
updatedAt
|
832
679
|
}
|
833
680
|
plan
|
834
|
-
alpacaAccounts {
|
835
|
-
id
|
836
|
-
}
|
837
681
|
}
|
838
682
|
userId
|
839
683
|
createdAt
|
840
684
|
updatedAt
|
841
|
-
trades {
|
842
|
-
id
|
843
|
-
}
|
844
|
-
orders {
|
845
|
-
id
|
846
|
-
}
|
847
685
|
positions {
|
848
686
|
id
|
849
687
|
assetId
|
850
|
-
asset {
|
851
|
-
id
|
852
|
-
}
|
853
688
|
averageEntryPrice
|
854
689
|
qty
|
855
690
|
qtyAvailable
|
@@ -863,9 +698,6 @@ export const NewsArticleAssetSentiment = {
|
|
863
698
|
lastTradePrice
|
864
699
|
changeToday
|
865
700
|
assetMarginable
|
866
|
-
alpacaAccount {
|
867
|
-
id
|
868
|
-
}
|
869
701
|
alpacaAccountId
|
870
702
|
}
|
871
703
|
alerts {
|
@@ -876,25 +708,10 @@ export const NewsArticleAssetSentiment = {
|
|
876
708
|
isRead
|
877
709
|
createdAt
|
878
710
|
updatedAt
|
879
|
-
alpacaAccount {
|
880
|
-
id
|
881
|
-
}
|
882
711
|
}
|
883
712
|
}
|
884
|
-
asset {
|
885
|
-
id
|
886
|
-
}
|
887
|
-
actions {
|
888
|
-
id
|
889
|
-
}
|
890
|
-
}
|
891
|
-
order {
|
892
|
-
id
|
893
713
|
}
|
894
714
|
}
|
895
|
-
asset {
|
896
|
-
id
|
897
|
-
}
|
898
715
|
fee
|
899
716
|
strikePrice
|
900
717
|
expirationDate
|
@@ -905,9 +722,6 @@ export const NewsArticleAssetSentiment = {
|
|
905
722
|
positions {
|
906
723
|
id
|
907
724
|
assetId
|
908
|
-
asset {
|
909
|
-
id
|
910
|
-
}
|
911
725
|
averageEntryPrice
|
912
726
|
qty
|
913
727
|
qtyAvailable
|
@@ -953,9 +767,6 @@ export const NewsArticleAssetSentiment = {
|
|
953
767
|
stripeCurrentPeriodEnd
|
954
768
|
createdAt
|
955
769
|
updatedAt
|
956
|
-
users {
|
957
|
-
id
|
958
|
-
}
|
959
770
|
}
|
960
771
|
customerId
|
961
772
|
accounts {
|
@@ -973,18 +784,12 @@ export const NewsArticleAssetSentiment = {
|
|
973
784
|
session_state
|
974
785
|
createdAt
|
975
786
|
updatedAt
|
976
|
-
user {
|
977
|
-
id
|
978
|
-
}
|
979
787
|
}
|
980
788
|
sessions {
|
981
789
|
id
|
982
790
|
sessionToken
|
983
791
|
userId
|
984
792
|
expires
|
985
|
-
user {
|
986
|
-
id
|
987
|
-
}
|
988
793
|
createdAt
|
989
794
|
updatedAt
|
990
795
|
}
|
@@ -994,16 +799,10 @@ export const NewsArticleAssetSentiment = {
|
|
994
799
|
credentialID
|
995
800
|
publicKey
|
996
801
|
counter
|
997
|
-
user {
|
998
|
-
id
|
999
|
-
}
|
1000
802
|
createdAt
|
1001
803
|
updatedAt
|
1002
804
|
}
|
1003
805
|
plan
|
1004
|
-
alpacaAccounts {
|
1005
|
-
id
|
1006
|
-
}
|
1007
806
|
}
|
1008
807
|
userId
|
1009
808
|
createdAt
|
@@ -1023,12 +822,6 @@ export const NewsArticleAssetSentiment = {
|
|
1023
822
|
createdAt
|
1024
823
|
updatedAt
|
1025
824
|
status
|
1026
|
-
alpacaAccount {
|
1027
|
-
id
|
1028
|
-
}
|
1029
|
-
asset {
|
1030
|
-
id
|
1031
|
-
}
|
1032
825
|
actions {
|
1033
826
|
id
|
1034
827
|
sequence
|
@@ -1037,9 +830,6 @@ export const NewsArticleAssetSentiment = {
|
|
1037
830
|
note
|
1038
831
|
status
|
1039
832
|
fee
|
1040
|
-
trade {
|
1041
|
-
id
|
1042
|
-
}
|
1043
833
|
order {
|
1044
834
|
id
|
1045
835
|
clientOrderId
|
@@ -1060,9 +850,6 @@ export const NewsArticleAssetSentiment = {
|
|
1060
850
|
createdAt
|
1061
851
|
updatedAt
|
1062
852
|
orderId
|
1063
|
-
Order {
|
1064
|
-
id
|
1065
|
-
}
|
1066
853
|
}
|
1067
854
|
takeProfit {
|
1068
855
|
id
|
@@ -1071,9 +858,6 @@ export const NewsArticleAssetSentiment = {
|
|
1071
858
|
createdAt
|
1072
859
|
updatedAt
|
1073
860
|
orderId
|
1074
|
-
Order {
|
1075
|
-
id
|
1076
|
-
}
|
1077
861
|
}
|
1078
862
|
trailPrice
|
1079
863
|
trailPercent
|
@@ -1085,15 +869,6 @@ export const NewsArticleAssetSentiment = {
|
|
1085
869
|
filledAt
|
1086
870
|
filledAvgPrice
|
1087
871
|
actionId
|
1088
|
-
alpacaAccount {
|
1089
|
-
id
|
1090
|
-
}
|
1091
|
-
action {
|
1092
|
-
id
|
1093
|
-
}
|
1094
|
-
asset {
|
1095
|
-
id
|
1096
|
-
}
|
1097
872
|
fee
|
1098
873
|
strikePrice
|
1099
874
|
expirationDate
|
@@ -1123,9 +898,6 @@ export const NewsArticleAssetSentiment = {
|
|
1123
898
|
createdAt
|
1124
899
|
updatedAt
|
1125
900
|
orderId
|
1126
|
-
Order {
|
1127
|
-
id
|
1128
|
-
}
|
1129
901
|
}
|
1130
902
|
takeProfit {
|
1131
903
|
id
|
@@ -1134,9 +906,6 @@ export const NewsArticleAssetSentiment = {
|
|
1134
906
|
createdAt
|
1135
907
|
updatedAt
|
1136
908
|
orderId
|
1137
|
-
Order {
|
1138
|
-
id
|
1139
|
-
}
|
1140
909
|
}
|
1141
910
|
trailPrice
|
1142
911
|
trailPercent
|
@@ -1148,9 +917,6 @@ export const NewsArticleAssetSentiment = {
|
|
1148
917
|
filledAt
|
1149
918
|
filledAvgPrice
|
1150
919
|
actionId
|
1151
|
-
alpacaAccount {
|
1152
|
-
id
|
1153
|
-
}
|
1154
920
|
action {
|
1155
921
|
id
|
1156
922
|
sequence
|
@@ -1174,23 +940,8 @@ export const NewsArticleAssetSentiment = {
|
|
1174
940
|
createdAt
|
1175
941
|
updatedAt
|
1176
942
|
status
|
1177
|
-
alpacaAccount {
|
1178
|
-
id
|
1179
|
-
}
|
1180
|
-
asset {
|
1181
|
-
id
|
1182
|
-
}
|
1183
|
-
actions {
|
1184
|
-
id
|
1185
|
-
}
|
1186
|
-
}
|
1187
|
-
order {
|
1188
|
-
id
|
1189
943
|
}
|
1190
944
|
}
|
1191
|
-
asset {
|
1192
|
-
id
|
1193
|
-
}
|
1194
945
|
fee
|
1195
946
|
strikePrice
|
1196
947
|
expirationDate
|
@@ -1198,9 +949,6 @@ export const NewsArticleAssetSentiment = {
|
|
1198
949
|
stopLossId
|
1199
950
|
takeProfitId
|
1200
951
|
}
|
1201
|
-
positions {
|
1202
|
-
id
|
1203
|
-
}
|
1204
952
|
alerts {
|
1205
953
|
id
|
1206
954
|
alpacaAccountId
|
@@ -1209,16 +957,10 @@ export const NewsArticleAssetSentiment = {
|
|
1209
957
|
isRead
|
1210
958
|
createdAt
|
1211
959
|
updatedAt
|
1212
|
-
alpacaAccount {
|
1213
|
-
id
|
1214
|
-
}
|
1215
960
|
}
|
1216
961
|
}
|
1217
962
|
alpacaAccountId
|
1218
963
|
}
|
1219
|
-
newsMentions {
|
1220
|
-
id
|
1221
|
-
}
|
1222
964
|
}
|
1223
965
|
relevancyScore
|
1224
966
|
sentimentScore
|
@@ -1643,9 +1385,6 @@ export const NewsArticleAssetSentiment = {
|
|
1643
1385
|
logo
|
1644
1386
|
createdAt
|
1645
1387
|
updatedAt
|
1646
|
-
assets {
|
1647
|
-
id
|
1648
|
-
}
|
1649
1388
|
}
|
1650
1389
|
asset {
|
1651
1390
|
id
|
@@ -1753,9 +1492,6 @@ export const NewsArticleAssetSentiment = {
|
|
1753
1492
|
stripeCurrentPeriodEnd
|
1754
1493
|
createdAt
|
1755
1494
|
updatedAt
|
1756
|
-
users {
|
1757
|
-
id
|
1758
|
-
}
|
1759
1495
|
}
|
1760
1496
|
customerId
|
1761
1497
|
accounts {
|
@@ -1773,18 +1509,12 @@ export const NewsArticleAssetSentiment = {
|
|
1773
1509
|
session_state
|
1774
1510
|
createdAt
|
1775
1511
|
updatedAt
|
1776
|
-
user {
|
1777
|
-
id
|
1778
|
-
}
|
1779
1512
|
}
|
1780
1513
|
sessions {
|
1781
1514
|
id
|
1782
1515
|
sessionToken
|
1783
1516
|
userId
|
1784
1517
|
expires
|
1785
|
-
user {
|
1786
|
-
id
|
1787
|
-
}
|
1788
1518
|
createdAt
|
1789
1519
|
updatedAt
|
1790
1520
|
}
|
@@ -1794,23 +1524,14 @@ export const NewsArticleAssetSentiment = {
|
|
1794
1524
|
credentialID
|
1795
1525
|
publicKey
|
1796
1526
|
counter
|
1797
|
-
user {
|
1798
|
-
id
|
1799
|
-
}
|
1800
1527
|
createdAt
|
1801
1528
|
updatedAt
|
1802
1529
|
}
|
1803
1530
|
plan
|
1804
|
-
alpacaAccounts {
|
1805
|
-
id
|
1806
|
-
}
|
1807
1531
|
}
|
1808
1532
|
userId
|
1809
1533
|
createdAt
|
1810
1534
|
updatedAt
|
1811
|
-
trades {
|
1812
|
-
id
|
1813
|
-
}
|
1814
1535
|
orders {
|
1815
1536
|
id
|
1816
1537
|
clientOrderId
|
@@ -1831,9 +1552,6 @@ export const NewsArticleAssetSentiment = {
|
|
1831
1552
|
createdAt
|
1832
1553
|
updatedAt
|
1833
1554
|
orderId
|
1834
|
-
Order {
|
1835
|
-
id
|
1836
|
-
}
|
1837
1555
|
}
|
1838
1556
|
takeProfit {
|
1839
1557
|
id
|
@@ -1842,9 +1560,6 @@ export const NewsArticleAssetSentiment = {
|
|
1842
1560
|
createdAt
|
1843
1561
|
updatedAt
|
1844
1562
|
orderId
|
1845
|
-
Order {
|
1846
|
-
id
|
1847
|
-
}
|
1848
1563
|
}
|
1849
1564
|
trailPrice
|
1850
1565
|
trailPercent
|
@@ -1856,9 +1571,6 @@ export const NewsArticleAssetSentiment = {
|
|
1856
1571
|
filledAt
|
1857
1572
|
filledAvgPrice
|
1858
1573
|
actionId
|
1859
|
-
alpacaAccount {
|
1860
|
-
id
|
1861
|
-
}
|
1862
1574
|
action {
|
1863
1575
|
id
|
1864
1576
|
sequence
|
@@ -1867,15 +1579,6 @@ export const NewsArticleAssetSentiment = {
|
|
1867
1579
|
note
|
1868
1580
|
status
|
1869
1581
|
fee
|
1870
|
-
trade {
|
1871
|
-
id
|
1872
|
-
}
|
1873
|
-
order {
|
1874
|
-
id
|
1875
|
-
}
|
1876
|
-
}
|
1877
|
-
asset {
|
1878
|
-
id
|
1879
1582
|
}
|
1880
1583
|
fee
|
1881
1584
|
strikePrice
|
@@ -1887,9 +1590,6 @@ export const NewsArticleAssetSentiment = {
|
|
1887
1590
|
positions {
|
1888
1591
|
id
|
1889
1592
|
assetId
|
1890
|
-
asset {
|
1891
|
-
id
|
1892
|
-
}
|
1893
1593
|
averageEntryPrice
|
1894
1594
|
qty
|
1895
1595
|
qtyAvailable
|
@@ -1903,9 +1603,6 @@ export const NewsArticleAssetSentiment = {
|
|
1903
1603
|
lastTradePrice
|
1904
1604
|
changeToday
|
1905
1605
|
assetMarginable
|
1906
|
-
alpacaAccount {
|
1907
|
-
id
|
1908
|
-
}
|
1909
1606
|
alpacaAccountId
|
1910
1607
|
}
|
1911
1608
|
alerts {
|
@@ -1916,14 +1613,8 @@ export const NewsArticleAssetSentiment = {
|
|
1916
1613
|
isRead
|
1917
1614
|
createdAt
|
1918
1615
|
updatedAt
|
1919
|
-
alpacaAccount {
|
1920
|
-
id
|
1921
|
-
}
|
1922
1616
|
}
|
1923
1617
|
}
|
1924
|
-
asset {
|
1925
|
-
id
|
1926
|
-
}
|
1927
1618
|
actions {
|
1928
1619
|
id
|
1929
1620
|
sequence
|
@@ -1932,9 +1623,6 @@ export const NewsArticleAssetSentiment = {
|
|
1932
1623
|
note
|
1933
1624
|
status
|
1934
1625
|
fee
|
1935
|
-
trade {
|
1936
|
-
id
|
1937
|
-
}
|
1938
1626
|
order {
|
1939
1627
|
id
|
1940
1628
|
clientOrderId
|
@@ -1955,9 +1643,6 @@ export const NewsArticleAssetSentiment = {
|
|
1955
1643
|
createdAt
|
1956
1644
|
updatedAt
|
1957
1645
|
orderId
|
1958
|
-
Order {
|
1959
|
-
id
|
1960
|
-
}
|
1961
1646
|
}
|
1962
1647
|
takeProfit {
|
1963
1648
|
id
|
@@ -1966,9 +1651,6 @@ export const NewsArticleAssetSentiment = {
|
|
1966
1651
|
createdAt
|
1967
1652
|
updatedAt
|
1968
1653
|
orderId
|
1969
|
-
Order {
|
1970
|
-
id
|
1971
|
-
}
|
1972
1654
|
}
|
1973
1655
|
trailPrice
|
1974
1656
|
trailPercent
|
@@ -2012,9 +1694,6 @@ export const NewsArticleAssetSentiment = {
|
|
2012
1694
|
stripeCurrentPeriodEnd
|
2013
1695
|
createdAt
|
2014
1696
|
updatedAt
|
2015
|
-
users {
|
2016
|
-
id
|
2017
|
-
}
|
2018
1697
|
}
|
2019
1698
|
customerId
|
2020
1699
|
accounts {
|
@@ -2032,18 +1711,12 @@ export const NewsArticleAssetSentiment = {
|
|
2032
1711
|
session_state
|
2033
1712
|
createdAt
|
2034
1713
|
updatedAt
|
2035
|
-
user {
|
2036
|
-
id
|
2037
|
-
}
|
2038
1714
|
}
|
2039
1715
|
sessions {
|
2040
1716
|
id
|
2041
1717
|
sessionToken
|
2042
1718
|
userId
|
2043
1719
|
expires
|
2044
|
-
user {
|
2045
|
-
id
|
2046
|
-
}
|
2047
1720
|
createdAt
|
2048
1721
|
updatedAt
|
2049
1722
|
}
|
@@ -2053,32 +1726,17 @@ export const NewsArticleAssetSentiment = {
|
|
2053
1726
|
credentialID
|
2054
1727
|
publicKey
|
2055
1728
|
counter
|
2056
|
-
user {
|
2057
|
-
id
|
2058
|
-
}
|
2059
1729
|
createdAt
|
2060
1730
|
updatedAt
|
2061
1731
|
}
|
2062
1732
|
plan
|
2063
|
-
alpacaAccounts {
|
2064
|
-
id
|
2065
|
-
}
|
2066
1733
|
}
|
2067
1734
|
userId
|
2068
1735
|
createdAt
|
2069
1736
|
updatedAt
|
2070
|
-
trades {
|
2071
|
-
id
|
2072
|
-
}
|
2073
|
-
orders {
|
2074
|
-
id
|
2075
|
-
}
|
2076
1737
|
positions {
|
2077
1738
|
id
|
2078
1739
|
assetId
|
2079
|
-
asset {
|
2080
|
-
id
|
2081
|
-
}
|
2082
1740
|
averageEntryPrice
|
2083
1741
|
qty
|
2084
1742
|
qtyAvailable
|
@@ -2092,9 +1750,6 @@ export const NewsArticleAssetSentiment = {
|
|
2092
1750
|
lastTradePrice
|
2093
1751
|
changeToday
|
2094
1752
|
assetMarginable
|
2095
|
-
alpacaAccount {
|
2096
|
-
id
|
2097
|
-
}
|
2098
1753
|
alpacaAccountId
|
2099
1754
|
}
|
2100
1755
|
alerts {
|
@@ -2105,17 +1760,8 @@ export const NewsArticleAssetSentiment = {
|
|
2105
1760
|
isRead
|
2106
1761
|
createdAt
|
2107
1762
|
updatedAt
|
2108
|
-
alpacaAccount {
|
2109
|
-
id
|
2110
|
-
}
|
2111
1763
|
}
|
2112
1764
|
}
|
2113
|
-
action {
|
2114
|
-
id
|
2115
|
-
}
|
2116
|
-
asset {
|
2117
|
-
id
|
2118
|
-
}
|
2119
1765
|
fee
|
2120
1766
|
strikePrice
|
2121
1767
|
expirationDate
|
@@ -2145,9 +1791,6 @@ export const NewsArticleAssetSentiment = {
|
|
2145
1791
|
createdAt
|
2146
1792
|
updatedAt
|
2147
1793
|
orderId
|
2148
|
-
Order {
|
2149
|
-
id
|
2150
|
-
}
|
2151
1794
|
}
|
2152
1795
|
takeProfit {
|
2153
1796
|
id
|
@@ -2156,9 +1799,6 @@ export const NewsArticleAssetSentiment = {
|
|
2156
1799
|
createdAt
|
2157
1800
|
updatedAt
|
2158
1801
|
orderId
|
2159
|
-
Order {
|
2160
|
-
id
|
2161
|
-
}
|
2162
1802
|
}
|
2163
1803
|
trailPrice
|
2164
1804
|
trailPercent
|
@@ -2202,9 +1842,6 @@ export const NewsArticleAssetSentiment = {
|
|
2202
1842
|
stripeCurrentPeriodEnd
|
2203
1843
|
createdAt
|
2204
1844
|
updatedAt
|
2205
|
-
users {
|
2206
|
-
id
|
2207
|
-
}
|
2208
1845
|
}
|
2209
1846
|
customerId
|
2210
1847
|
accounts {
|
@@ -2222,18 +1859,12 @@ export const NewsArticleAssetSentiment = {
|
|
2222
1859
|
session_state
|
2223
1860
|
createdAt
|
2224
1861
|
updatedAt
|
2225
|
-
user {
|
2226
|
-
id
|
2227
|
-
}
|
2228
1862
|
}
|
2229
1863
|
sessions {
|
2230
1864
|
id
|
2231
1865
|
sessionToken
|
2232
1866
|
userId
|
2233
1867
|
expires
|
2234
|
-
user {
|
2235
|
-
id
|
2236
|
-
}
|
2237
1868
|
createdAt
|
2238
1869
|
updatedAt
|
2239
1870
|
}
|
@@ -2243,16 +1874,10 @@ export const NewsArticleAssetSentiment = {
|
|
2243
1874
|
credentialID
|
2244
1875
|
publicKey
|
2245
1876
|
counter
|
2246
|
-
user {
|
2247
|
-
id
|
2248
|
-
}
|
2249
1877
|
createdAt
|
2250
1878
|
updatedAt
|
2251
1879
|
}
|
2252
1880
|
plan
|
2253
|
-
alpacaAccounts {
|
2254
|
-
id
|
2255
|
-
}
|
2256
1881
|
}
|
2257
1882
|
userId
|
2258
1883
|
createdAt
|
@@ -2272,12 +1897,6 @@ export const NewsArticleAssetSentiment = {
|
|
2272
1897
|
createdAt
|
2273
1898
|
updatedAt
|
2274
1899
|
status
|
2275
|
-
alpacaAccount {
|
2276
|
-
id
|
2277
|
-
}
|
2278
|
-
asset {
|
2279
|
-
id
|
2280
|
-
}
|
2281
1900
|
actions {
|
2282
1901
|
id
|
2283
1902
|
sequence
|
@@ -2286,23 +1905,11 @@ export const NewsArticleAssetSentiment = {
|
|
2286
1905
|
note
|
2287
1906
|
status
|
2288
1907
|
fee
|
2289
|
-
trade {
|
2290
|
-
id
|
2291
|
-
}
|
2292
|
-
order {
|
2293
|
-
id
|
2294
|
-
}
|
2295
1908
|
}
|
2296
1909
|
}
|
2297
|
-
orders {
|
2298
|
-
id
|
2299
|
-
}
|
2300
1910
|
positions {
|
2301
1911
|
id
|
2302
1912
|
assetId
|
2303
|
-
asset {
|
2304
|
-
id
|
2305
|
-
}
|
2306
1913
|
averageEntryPrice
|
2307
1914
|
qty
|
2308
1915
|
qtyAvailable
|
@@ -2316,9 +1923,6 @@ export const NewsArticleAssetSentiment = {
|
|
2316
1923
|
lastTradePrice
|
2317
1924
|
changeToday
|
2318
1925
|
assetMarginable
|
2319
|
-
alpacaAccount {
|
2320
|
-
id
|
2321
|
-
}
|
2322
1926
|
alpacaAccountId
|
2323
1927
|
}
|
2324
1928
|
alerts {
|
@@ -2329,9 +1933,6 @@ export const NewsArticleAssetSentiment = {
|
|
2329
1933
|
isRead
|
2330
1934
|
createdAt
|
2331
1935
|
updatedAt
|
2332
|
-
alpacaAccount {
|
2333
|
-
id
|
2334
|
-
}
|
2335
1936
|
}
|
2336
1937
|
}
|
2337
1938
|
action {
|
@@ -2389,9 +1990,6 @@ export const NewsArticleAssetSentiment = {
|
|
2389
1990
|
stripeCurrentPeriodEnd
|
2390
1991
|
createdAt
|
2391
1992
|
updatedAt
|
2392
|
-
users {
|
2393
|
-
id
|
2394
|
-
}
|
2395
1993
|
}
|
2396
1994
|
customerId
|
2397
1995
|
accounts {
|
@@ -2409,18 +2007,12 @@ export const NewsArticleAssetSentiment = {
|
|
2409
2007
|
session_state
|
2410
2008
|
createdAt
|
2411
2009
|
updatedAt
|
2412
|
-
user {
|
2413
|
-
id
|
2414
|
-
}
|
2415
2010
|
}
|
2416
2011
|
sessions {
|
2417
2012
|
id
|
2418
2013
|
sessionToken
|
2419
2014
|
userId
|
2420
2015
|
expires
|
2421
|
-
user {
|
2422
|
-
id
|
2423
|
-
}
|
2424
2016
|
createdAt
|
2425
2017
|
updatedAt
|
2426
2018
|
}
|
@@ -2430,32 +2022,17 @@ export const NewsArticleAssetSentiment = {
|
|
2430
2022
|
credentialID
|
2431
2023
|
publicKey
|
2432
2024
|
counter
|
2433
|
-
user {
|
2434
|
-
id
|
2435
|
-
}
|
2436
2025
|
createdAt
|
2437
2026
|
updatedAt
|
2438
2027
|
}
|
2439
2028
|
plan
|
2440
|
-
alpacaAccounts {
|
2441
|
-
id
|
2442
|
-
}
|
2443
2029
|
}
|
2444
2030
|
userId
|
2445
2031
|
createdAt
|
2446
2032
|
updatedAt
|
2447
|
-
trades {
|
2448
|
-
id
|
2449
|
-
}
|
2450
|
-
orders {
|
2451
|
-
id
|
2452
|
-
}
|
2453
2033
|
positions {
|
2454
2034
|
id
|
2455
2035
|
assetId
|
2456
|
-
asset {
|
2457
|
-
id
|
2458
|
-
}
|
2459
2036
|
averageEntryPrice
|
2460
2037
|
qty
|
2461
2038
|
qtyAvailable
|
@@ -2469,9 +2046,6 @@ export const NewsArticleAssetSentiment = {
|
|
2469
2046
|
lastTradePrice
|
2470
2047
|
changeToday
|
2471
2048
|
assetMarginable
|
2472
|
-
alpacaAccount {
|
2473
|
-
id
|
2474
|
-
}
|
2475
2049
|
alpacaAccountId
|
2476
2050
|
}
|
2477
2051
|
alerts {
|
@@ -2482,25 +2056,10 @@ export const NewsArticleAssetSentiment = {
|
|
2482
2056
|
isRead
|
2483
2057
|
createdAt
|
2484
2058
|
updatedAt
|
2485
|
-
alpacaAccount {
|
2486
|
-
id
|
2487
|
-
}
|
2488
2059
|
}
|
2489
2060
|
}
|
2490
|
-
asset {
|
2491
|
-
id
|
2492
|
-
}
|
2493
|
-
actions {
|
2494
|
-
id
|
2495
|
-
}
|
2496
|
-
}
|
2497
|
-
order {
|
2498
|
-
id
|
2499
2061
|
}
|
2500
2062
|
}
|
2501
|
-
asset {
|
2502
|
-
id
|
2503
|
-
}
|
2504
2063
|
fee
|
2505
2064
|
strikePrice
|
2506
2065
|
expirationDate
|
@@ -2511,9 +2070,6 @@ export const NewsArticleAssetSentiment = {
|
|
2511
2070
|
positions {
|
2512
2071
|
id
|
2513
2072
|
assetId
|
2514
|
-
asset {
|
2515
|
-
id
|
2516
|
-
}
|
2517
2073
|
averageEntryPrice
|
2518
2074
|
qty
|
2519
2075
|
qtyAvailable
|
@@ -2559,9 +2115,6 @@ export const NewsArticleAssetSentiment = {
|
|
2559
2115
|
stripeCurrentPeriodEnd
|
2560
2116
|
createdAt
|
2561
2117
|
updatedAt
|
2562
|
-
users {
|
2563
|
-
id
|
2564
|
-
}
|
2565
2118
|
}
|
2566
2119
|
customerId
|
2567
2120
|
accounts {
|
@@ -2579,18 +2132,12 @@ export const NewsArticleAssetSentiment = {
|
|
2579
2132
|
session_state
|
2580
2133
|
createdAt
|
2581
2134
|
updatedAt
|
2582
|
-
user {
|
2583
|
-
id
|
2584
|
-
}
|
2585
2135
|
}
|
2586
2136
|
sessions {
|
2587
2137
|
id
|
2588
2138
|
sessionToken
|
2589
2139
|
userId
|
2590
2140
|
expires
|
2591
|
-
user {
|
2592
|
-
id
|
2593
|
-
}
|
2594
2141
|
createdAt
|
2595
2142
|
updatedAt
|
2596
2143
|
}
|
@@ -2600,16 +2147,10 @@ export const NewsArticleAssetSentiment = {
|
|
2600
2147
|
credentialID
|
2601
2148
|
publicKey
|
2602
2149
|
counter
|
2603
|
-
user {
|
2604
|
-
id
|
2605
|
-
}
|
2606
2150
|
createdAt
|
2607
2151
|
updatedAt
|
2608
2152
|
}
|
2609
2153
|
plan
|
2610
|
-
alpacaAccounts {
|
2611
|
-
id
|
2612
|
-
}
|
2613
2154
|
}
|
2614
2155
|
userId
|
2615
2156
|
createdAt
|
@@ -2629,12 +2170,6 @@ export const NewsArticleAssetSentiment = {
|
|
2629
2170
|
createdAt
|
2630
2171
|
updatedAt
|
2631
2172
|
status
|
2632
|
-
alpacaAccount {
|
2633
|
-
id
|
2634
|
-
}
|
2635
|
-
asset {
|
2636
|
-
id
|
2637
|
-
}
|
2638
2173
|
actions {
|
2639
2174
|
id
|
2640
2175
|
sequence
|
@@ -2643,9 +2178,6 @@ export const NewsArticleAssetSentiment = {
|
|
2643
2178
|
note
|
2644
2179
|
status
|
2645
2180
|
fee
|
2646
|
-
trade {
|
2647
|
-
id
|
2648
|
-
}
|
2649
2181
|
order {
|
2650
2182
|
id
|
2651
2183
|
clientOrderId
|
@@ -2666,9 +2198,6 @@ export const NewsArticleAssetSentiment = {
|
|
2666
2198
|
createdAt
|
2667
2199
|
updatedAt
|
2668
2200
|
orderId
|
2669
|
-
Order {
|
2670
|
-
id
|
2671
|
-
}
|
2672
2201
|
}
|
2673
2202
|
takeProfit {
|
2674
2203
|
id
|
@@ -2677,9 +2206,6 @@ export const NewsArticleAssetSentiment = {
|
|
2677
2206
|
createdAt
|
2678
2207
|
updatedAt
|
2679
2208
|
orderId
|
2680
|
-
Order {
|
2681
|
-
id
|
2682
|
-
}
|
2683
2209
|
}
|
2684
2210
|
trailPrice
|
2685
2211
|
trailPercent
|
@@ -2691,15 +2217,6 @@ export const NewsArticleAssetSentiment = {
|
|
2691
2217
|
filledAt
|
2692
2218
|
filledAvgPrice
|
2693
2219
|
actionId
|
2694
|
-
alpacaAccount {
|
2695
|
-
id
|
2696
|
-
}
|
2697
|
-
action {
|
2698
|
-
id
|
2699
|
-
}
|
2700
|
-
asset {
|
2701
|
-
id
|
2702
|
-
}
|
2703
2220
|
fee
|
2704
2221
|
strikePrice
|
2705
2222
|
expirationDate
|
@@ -2729,9 +2246,6 @@ export const NewsArticleAssetSentiment = {
|
|
2729
2246
|
createdAt
|
2730
2247
|
updatedAt
|
2731
2248
|
orderId
|
2732
|
-
Order {
|
2733
|
-
id
|
2734
|
-
}
|
2735
2249
|
}
|
2736
2250
|
takeProfit {
|
2737
2251
|
id
|
@@ -2740,9 +2254,6 @@ export const NewsArticleAssetSentiment = {
|
|
2740
2254
|
createdAt
|
2741
2255
|
updatedAt
|
2742
2256
|
orderId
|
2743
|
-
Order {
|
2744
|
-
id
|
2745
|
-
}
|
2746
2257
|
}
|
2747
2258
|
trailPrice
|
2748
2259
|
trailPercent
|
@@ -2754,9 +2265,6 @@ export const NewsArticleAssetSentiment = {
|
|
2754
2265
|
filledAt
|
2755
2266
|
filledAvgPrice
|
2756
2267
|
actionId
|
2757
|
-
alpacaAccount {
|
2758
|
-
id
|
2759
|
-
}
|
2760
2268
|
action {
|
2761
2269
|
id
|
2762
2270
|
sequence
|
@@ -2780,23 +2288,8 @@ export const NewsArticleAssetSentiment = {
|
|
2780
2288
|
createdAt
|
2781
2289
|
updatedAt
|
2782
2290
|
status
|
2783
|
-
alpacaAccount {
|
2784
|
-
id
|
2785
|
-
}
|
2786
|
-
asset {
|
2787
|
-
id
|
2788
|
-
}
|
2789
|
-
actions {
|
2790
|
-
id
|
2791
|
-
}
|
2792
|
-
}
|
2793
|
-
order {
|
2794
|
-
id
|
2795
2291
|
}
|
2796
2292
|
}
|
2797
|
-
asset {
|
2798
|
-
id
|
2799
|
-
}
|
2800
2293
|
fee
|
2801
2294
|
strikePrice
|
2802
2295
|
expirationDate
|
@@ -2804,9 +2297,6 @@ export const NewsArticleAssetSentiment = {
|
|
2804
2297
|
stopLossId
|
2805
2298
|
takeProfitId
|
2806
2299
|
}
|
2807
|
-
positions {
|
2808
|
-
id
|
2809
|
-
}
|
2810
2300
|
alerts {
|
2811
2301
|
id
|
2812
2302
|
alpacaAccountId
|
@@ -2815,16 +2305,10 @@ export const NewsArticleAssetSentiment = {
|
|
2815
2305
|
isRead
|
2816
2306
|
createdAt
|
2817
2307
|
updatedAt
|
2818
|
-
alpacaAccount {
|
2819
|
-
id
|
2820
|
-
}
|
2821
2308
|
}
|
2822
2309
|
}
|
2823
2310
|
alpacaAccountId
|
2824
2311
|
}
|
2825
|
-
newsMentions {
|
2826
|
-
id
|
2827
|
-
}
|
2828
2312
|
}
|
2829
2313
|
relevancyScore
|
2830
2314
|
sentimentScore
|
@@ -5227,9 +4711,6 @@ export const NewsArticleAssetSentiment = {
|
|
5227
4711
|
logo
|
5228
4712
|
createdAt
|
5229
4713
|
updatedAt
|
5230
|
-
assets {
|
5231
|
-
id
|
5232
|
-
}
|
5233
4714
|
}
|
5234
4715
|
asset {
|
5235
4716
|
id
|
@@ -5337,9 +4818,6 @@ export const NewsArticleAssetSentiment = {
|
|
5337
4818
|
stripeCurrentPeriodEnd
|
5338
4819
|
createdAt
|
5339
4820
|
updatedAt
|
5340
|
-
users {
|
5341
|
-
id
|
5342
|
-
}
|
5343
4821
|
}
|
5344
4822
|
customerId
|
5345
4823
|
accounts {
|
@@ -5357,18 +4835,12 @@ export const NewsArticleAssetSentiment = {
|
|
5357
4835
|
session_state
|
5358
4836
|
createdAt
|
5359
4837
|
updatedAt
|
5360
|
-
user {
|
5361
|
-
id
|
5362
|
-
}
|
5363
4838
|
}
|
5364
4839
|
sessions {
|
5365
4840
|
id
|
5366
4841
|
sessionToken
|
5367
4842
|
userId
|
5368
4843
|
expires
|
5369
|
-
user {
|
5370
|
-
id
|
5371
|
-
}
|
5372
4844
|
createdAt
|
5373
4845
|
updatedAt
|
5374
4846
|
}
|
@@ -5378,23 +4850,14 @@ export const NewsArticleAssetSentiment = {
|
|
5378
4850
|
credentialID
|
5379
4851
|
publicKey
|
5380
4852
|
counter
|
5381
|
-
user {
|
5382
|
-
id
|
5383
|
-
}
|
5384
4853
|
createdAt
|
5385
4854
|
updatedAt
|
5386
4855
|
}
|
5387
4856
|
plan
|
5388
|
-
alpacaAccounts {
|
5389
|
-
id
|
5390
|
-
}
|
5391
4857
|
}
|
5392
4858
|
userId
|
5393
4859
|
createdAt
|
5394
4860
|
updatedAt
|
5395
|
-
trades {
|
5396
|
-
id
|
5397
|
-
}
|
5398
4861
|
orders {
|
5399
4862
|
id
|
5400
4863
|
clientOrderId
|
@@ -5415,9 +4878,6 @@ export const NewsArticleAssetSentiment = {
|
|
5415
4878
|
createdAt
|
5416
4879
|
updatedAt
|
5417
4880
|
orderId
|
5418
|
-
Order {
|
5419
|
-
id
|
5420
|
-
}
|
5421
4881
|
}
|
5422
4882
|
takeProfit {
|
5423
4883
|
id
|
@@ -5426,9 +4886,6 @@ export const NewsArticleAssetSentiment = {
|
|
5426
4886
|
createdAt
|
5427
4887
|
updatedAt
|
5428
4888
|
orderId
|
5429
|
-
Order {
|
5430
|
-
id
|
5431
|
-
}
|
5432
4889
|
}
|
5433
4890
|
trailPrice
|
5434
4891
|
trailPercent
|
@@ -5440,9 +4897,6 @@ export const NewsArticleAssetSentiment = {
|
|
5440
4897
|
filledAt
|
5441
4898
|
filledAvgPrice
|
5442
4899
|
actionId
|
5443
|
-
alpacaAccount {
|
5444
|
-
id
|
5445
|
-
}
|
5446
4900
|
action {
|
5447
4901
|
id
|
5448
4902
|
sequence
|
@@ -5451,15 +4905,6 @@ export const NewsArticleAssetSentiment = {
|
|
5451
4905
|
note
|
5452
4906
|
status
|
5453
4907
|
fee
|
5454
|
-
trade {
|
5455
|
-
id
|
5456
|
-
}
|
5457
|
-
order {
|
5458
|
-
id
|
5459
|
-
}
|
5460
|
-
}
|
5461
|
-
asset {
|
5462
|
-
id
|
5463
4908
|
}
|
5464
4909
|
fee
|
5465
4910
|
strikePrice
|
@@ -5471,9 +4916,6 @@ export const NewsArticleAssetSentiment = {
|
|
5471
4916
|
positions {
|
5472
4917
|
id
|
5473
4918
|
assetId
|
5474
|
-
asset {
|
5475
|
-
id
|
5476
|
-
}
|
5477
4919
|
averageEntryPrice
|
5478
4920
|
qty
|
5479
4921
|
qtyAvailable
|
@@ -5487,9 +4929,6 @@ export const NewsArticleAssetSentiment = {
|
|
5487
4929
|
lastTradePrice
|
5488
4930
|
changeToday
|
5489
4931
|
assetMarginable
|
5490
|
-
alpacaAccount {
|
5491
|
-
id
|
5492
|
-
}
|
5493
4932
|
alpacaAccountId
|
5494
4933
|
}
|
5495
4934
|
alerts {
|
@@ -5500,14 +4939,8 @@ export const NewsArticleAssetSentiment = {
|
|
5500
4939
|
isRead
|
5501
4940
|
createdAt
|
5502
4941
|
updatedAt
|
5503
|
-
alpacaAccount {
|
5504
|
-
id
|
5505
|
-
}
|
5506
4942
|
}
|
5507
4943
|
}
|
5508
|
-
asset {
|
5509
|
-
id
|
5510
|
-
}
|
5511
4944
|
actions {
|
5512
4945
|
id
|
5513
4946
|
sequence
|
@@ -5516,9 +4949,6 @@ export const NewsArticleAssetSentiment = {
|
|
5516
4949
|
note
|
5517
4950
|
status
|
5518
4951
|
fee
|
5519
|
-
trade {
|
5520
|
-
id
|
5521
|
-
}
|
5522
4952
|
order {
|
5523
4953
|
id
|
5524
4954
|
clientOrderId
|
@@ -5539,9 +4969,6 @@ export const NewsArticleAssetSentiment = {
|
|
5539
4969
|
createdAt
|
5540
4970
|
updatedAt
|
5541
4971
|
orderId
|
5542
|
-
Order {
|
5543
|
-
id
|
5544
|
-
}
|
5545
4972
|
}
|
5546
4973
|
takeProfit {
|
5547
4974
|
id
|
@@ -5550,9 +4977,6 @@ export const NewsArticleAssetSentiment = {
|
|
5550
4977
|
createdAt
|
5551
4978
|
updatedAt
|
5552
4979
|
orderId
|
5553
|
-
Order {
|
5554
|
-
id
|
5555
|
-
}
|
5556
4980
|
}
|
5557
4981
|
trailPrice
|
5558
4982
|
trailPercent
|
@@ -5596,9 +5020,6 @@ export const NewsArticleAssetSentiment = {
|
|
5596
5020
|
stripeCurrentPeriodEnd
|
5597
5021
|
createdAt
|
5598
5022
|
updatedAt
|
5599
|
-
users {
|
5600
|
-
id
|
5601
|
-
}
|
5602
5023
|
}
|
5603
5024
|
customerId
|
5604
5025
|
accounts {
|
@@ -5616,18 +5037,12 @@ export const NewsArticleAssetSentiment = {
|
|
5616
5037
|
session_state
|
5617
5038
|
createdAt
|
5618
5039
|
updatedAt
|
5619
|
-
user {
|
5620
|
-
id
|
5621
|
-
}
|
5622
5040
|
}
|
5623
5041
|
sessions {
|
5624
5042
|
id
|
5625
5043
|
sessionToken
|
5626
5044
|
userId
|
5627
5045
|
expires
|
5628
|
-
user {
|
5629
|
-
id
|
5630
|
-
}
|
5631
5046
|
createdAt
|
5632
5047
|
updatedAt
|
5633
5048
|
}
|
@@ -5637,32 +5052,17 @@ export const NewsArticleAssetSentiment = {
|
|
5637
5052
|
credentialID
|
5638
5053
|
publicKey
|
5639
5054
|
counter
|
5640
|
-
user {
|
5641
|
-
id
|
5642
|
-
}
|
5643
5055
|
createdAt
|
5644
5056
|
updatedAt
|
5645
5057
|
}
|
5646
5058
|
plan
|
5647
|
-
alpacaAccounts {
|
5648
|
-
id
|
5649
|
-
}
|
5650
5059
|
}
|
5651
5060
|
userId
|
5652
5061
|
createdAt
|
5653
5062
|
updatedAt
|
5654
|
-
trades {
|
5655
|
-
id
|
5656
|
-
}
|
5657
|
-
orders {
|
5658
|
-
id
|
5659
|
-
}
|
5660
5063
|
positions {
|
5661
5064
|
id
|
5662
5065
|
assetId
|
5663
|
-
asset {
|
5664
|
-
id
|
5665
|
-
}
|
5666
5066
|
averageEntryPrice
|
5667
5067
|
qty
|
5668
5068
|
qtyAvailable
|
@@ -5676,9 +5076,6 @@ export const NewsArticleAssetSentiment = {
|
|
5676
5076
|
lastTradePrice
|
5677
5077
|
changeToday
|
5678
5078
|
assetMarginable
|
5679
|
-
alpacaAccount {
|
5680
|
-
id
|
5681
|
-
}
|
5682
5079
|
alpacaAccountId
|
5683
5080
|
}
|
5684
5081
|
alerts {
|
@@ -5689,17 +5086,8 @@ export const NewsArticleAssetSentiment = {
|
|
5689
5086
|
isRead
|
5690
5087
|
createdAt
|
5691
5088
|
updatedAt
|
5692
|
-
alpacaAccount {
|
5693
|
-
id
|
5694
|
-
}
|
5695
5089
|
}
|
5696
5090
|
}
|
5697
|
-
action {
|
5698
|
-
id
|
5699
|
-
}
|
5700
|
-
asset {
|
5701
|
-
id
|
5702
|
-
}
|
5703
5091
|
fee
|
5704
5092
|
strikePrice
|
5705
5093
|
expirationDate
|
@@ -5729,9 +5117,6 @@ export const NewsArticleAssetSentiment = {
|
|
5729
5117
|
createdAt
|
5730
5118
|
updatedAt
|
5731
5119
|
orderId
|
5732
|
-
Order {
|
5733
|
-
id
|
5734
|
-
}
|
5735
5120
|
}
|
5736
5121
|
takeProfit {
|
5737
5122
|
id
|
@@ -5740,9 +5125,6 @@ export const NewsArticleAssetSentiment = {
|
|
5740
5125
|
createdAt
|
5741
5126
|
updatedAt
|
5742
5127
|
orderId
|
5743
|
-
Order {
|
5744
|
-
id
|
5745
|
-
}
|
5746
5128
|
}
|
5747
5129
|
trailPrice
|
5748
5130
|
trailPercent
|
@@ -5786,9 +5168,6 @@ export const NewsArticleAssetSentiment = {
|
|
5786
5168
|
stripeCurrentPeriodEnd
|
5787
5169
|
createdAt
|
5788
5170
|
updatedAt
|
5789
|
-
users {
|
5790
|
-
id
|
5791
|
-
}
|
5792
5171
|
}
|
5793
5172
|
customerId
|
5794
5173
|
accounts {
|
@@ -5806,18 +5185,12 @@ export const NewsArticleAssetSentiment = {
|
|
5806
5185
|
session_state
|
5807
5186
|
createdAt
|
5808
5187
|
updatedAt
|
5809
|
-
user {
|
5810
|
-
id
|
5811
|
-
}
|
5812
5188
|
}
|
5813
5189
|
sessions {
|
5814
5190
|
id
|
5815
5191
|
sessionToken
|
5816
5192
|
userId
|
5817
5193
|
expires
|
5818
|
-
user {
|
5819
|
-
id
|
5820
|
-
}
|
5821
5194
|
createdAt
|
5822
5195
|
updatedAt
|
5823
5196
|
}
|
@@ -5827,16 +5200,10 @@ export const NewsArticleAssetSentiment = {
|
|
5827
5200
|
credentialID
|
5828
5201
|
publicKey
|
5829
5202
|
counter
|
5830
|
-
user {
|
5831
|
-
id
|
5832
|
-
}
|
5833
5203
|
createdAt
|
5834
5204
|
updatedAt
|
5835
5205
|
}
|
5836
5206
|
plan
|
5837
|
-
alpacaAccounts {
|
5838
|
-
id
|
5839
|
-
}
|
5840
5207
|
}
|
5841
5208
|
userId
|
5842
5209
|
createdAt
|
@@ -5856,12 +5223,6 @@ export const NewsArticleAssetSentiment = {
|
|
5856
5223
|
createdAt
|
5857
5224
|
updatedAt
|
5858
5225
|
status
|
5859
|
-
alpacaAccount {
|
5860
|
-
id
|
5861
|
-
}
|
5862
|
-
asset {
|
5863
|
-
id
|
5864
|
-
}
|
5865
5226
|
actions {
|
5866
5227
|
id
|
5867
5228
|
sequence
|
@@ -5870,23 +5231,11 @@ export const NewsArticleAssetSentiment = {
|
|
5870
5231
|
note
|
5871
5232
|
status
|
5872
5233
|
fee
|
5873
|
-
trade {
|
5874
|
-
id
|
5875
|
-
}
|
5876
|
-
order {
|
5877
|
-
id
|
5878
|
-
}
|
5879
5234
|
}
|
5880
5235
|
}
|
5881
|
-
orders {
|
5882
|
-
id
|
5883
|
-
}
|
5884
5236
|
positions {
|
5885
5237
|
id
|
5886
5238
|
assetId
|
5887
|
-
asset {
|
5888
|
-
id
|
5889
|
-
}
|
5890
5239
|
averageEntryPrice
|
5891
5240
|
qty
|
5892
5241
|
qtyAvailable
|
@@ -5900,9 +5249,6 @@ export const NewsArticleAssetSentiment = {
|
|
5900
5249
|
lastTradePrice
|
5901
5250
|
changeToday
|
5902
5251
|
assetMarginable
|
5903
|
-
alpacaAccount {
|
5904
|
-
id
|
5905
|
-
}
|
5906
5252
|
alpacaAccountId
|
5907
5253
|
}
|
5908
5254
|
alerts {
|
@@ -5913,9 +5259,6 @@ export const NewsArticleAssetSentiment = {
|
|
5913
5259
|
isRead
|
5914
5260
|
createdAt
|
5915
5261
|
updatedAt
|
5916
|
-
alpacaAccount {
|
5917
|
-
id
|
5918
|
-
}
|
5919
5262
|
}
|
5920
5263
|
}
|
5921
5264
|
action {
|
@@ -5973,9 +5316,6 @@ export const NewsArticleAssetSentiment = {
|
|
5973
5316
|
stripeCurrentPeriodEnd
|
5974
5317
|
createdAt
|
5975
5318
|
updatedAt
|
5976
|
-
users {
|
5977
|
-
id
|
5978
|
-
}
|
5979
5319
|
}
|
5980
5320
|
customerId
|
5981
5321
|
accounts {
|
@@ -5993,18 +5333,12 @@ export const NewsArticleAssetSentiment = {
|
|
5993
5333
|
session_state
|
5994
5334
|
createdAt
|
5995
5335
|
updatedAt
|
5996
|
-
user {
|
5997
|
-
id
|
5998
|
-
}
|
5999
5336
|
}
|
6000
5337
|
sessions {
|
6001
5338
|
id
|
6002
5339
|
sessionToken
|
6003
5340
|
userId
|
6004
5341
|
expires
|
6005
|
-
user {
|
6006
|
-
id
|
6007
|
-
}
|
6008
5342
|
createdAt
|
6009
5343
|
updatedAt
|
6010
5344
|
}
|
@@ -6014,32 +5348,17 @@ export const NewsArticleAssetSentiment = {
|
|
6014
5348
|
credentialID
|
6015
5349
|
publicKey
|
6016
5350
|
counter
|
6017
|
-
user {
|
6018
|
-
id
|
6019
|
-
}
|
6020
5351
|
createdAt
|
6021
5352
|
updatedAt
|
6022
5353
|
}
|
6023
5354
|
plan
|
6024
|
-
alpacaAccounts {
|
6025
|
-
id
|
6026
|
-
}
|
6027
5355
|
}
|
6028
5356
|
userId
|
6029
5357
|
createdAt
|
6030
5358
|
updatedAt
|
6031
|
-
trades {
|
6032
|
-
id
|
6033
|
-
}
|
6034
|
-
orders {
|
6035
|
-
id
|
6036
|
-
}
|
6037
5359
|
positions {
|
6038
5360
|
id
|
6039
5361
|
assetId
|
6040
|
-
asset {
|
6041
|
-
id
|
6042
|
-
}
|
6043
5362
|
averageEntryPrice
|
6044
5363
|
qty
|
6045
5364
|
qtyAvailable
|
@@ -6053,9 +5372,6 @@ export const NewsArticleAssetSentiment = {
|
|
6053
5372
|
lastTradePrice
|
6054
5373
|
changeToday
|
6055
5374
|
assetMarginable
|
6056
|
-
alpacaAccount {
|
6057
|
-
id
|
6058
|
-
}
|
6059
5375
|
alpacaAccountId
|
6060
5376
|
}
|
6061
5377
|
alerts {
|
@@ -6066,25 +5382,10 @@ export const NewsArticleAssetSentiment = {
|
|
6066
5382
|
isRead
|
6067
5383
|
createdAt
|
6068
5384
|
updatedAt
|
6069
|
-
alpacaAccount {
|
6070
|
-
id
|
6071
|
-
}
|
6072
5385
|
}
|
6073
5386
|
}
|
6074
|
-
asset {
|
6075
|
-
id
|
6076
|
-
}
|
6077
|
-
actions {
|
6078
|
-
id
|
6079
|
-
}
|
6080
|
-
}
|
6081
|
-
order {
|
6082
|
-
id
|
6083
5387
|
}
|
6084
5388
|
}
|
6085
|
-
asset {
|
6086
|
-
id
|
6087
|
-
}
|
6088
5389
|
fee
|
6089
5390
|
strikePrice
|
6090
5391
|
expirationDate
|
@@ -6095,9 +5396,6 @@ export const NewsArticleAssetSentiment = {
|
|
6095
5396
|
positions {
|
6096
5397
|
id
|
6097
5398
|
assetId
|
6098
|
-
asset {
|
6099
|
-
id
|
6100
|
-
}
|
6101
5399
|
averageEntryPrice
|
6102
5400
|
qty
|
6103
5401
|
qtyAvailable
|
@@ -6143,9 +5441,6 @@ export const NewsArticleAssetSentiment = {
|
|
6143
5441
|
stripeCurrentPeriodEnd
|
6144
5442
|
createdAt
|
6145
5443
|
updatedAt
|
6146
|
-
users {
|
6147
|
-
id
|
6148
|
-
}
|
6149
5444
|
}
|
6150
5445
|
customerId
|
6151
5446
|
accounts {
|
@@ -6163,18 +5458,12 @@ export const NewsArticleAssetSentiment = {
|
|
6163
5458
|
session_state
|
6164
5459
|
createdAt
|
6165
5460
|
updatedAt
|
6166
|
-
user {
|
6167
|
-
id
|
6168
|
-
}
|
6169
5461
|
}
|
6170
5462
|
sessions {
|
6171
5463
|
id
|
6172
5464
|
sessionToken
|
6173
5465
|
userId
|
6174
5466
|
expires
|
6175
|
-
user {
|
6176
|
-
id
|
6177
|
-
}
|
6178
5467
|
createdAt
|
6179
5468
|
updatedAt
|
6180
5469
|
}
|
@@ -6184,16 +5473,10 @@ export const NewsArticleAssetSentiment = {
|
|
6184
5473
|
credentialID
|
6185
5474
|
publicKey
|
6186
5475
|
counter
|
6187
|
-
user {
|
6188
|
-
id
|
6189
|
-
}
|
6190
5476
|
createdAt
|
6191
5477
|
updatedAt
|
6192
5478
|
}
|
6193
5479
|
plan
|
6194
|
-
alpacaAccounts {
|
6195
|
-
id
|
6196
|
-
}
|
6197
5480
|
}
|
6198
5481
|
userId
|
6199
5482
|
createdAt
|
@@ -6213,13 +5496,7 @@ export const NewsArticleAssetSentiment = {
|
|
6213
5496
|
createdAt
|
6214
5497
|
updatedAt
|
6215
5498
|
status
|
6216
|
-
|
6217
|
-
id
|
6218
|
-
}
|
6219
|
-
asset {
|
6220
|
-
id
|
6221
|
-
}
|
6222
|
-
actions {
|
5499
|
+
actions {
|
6223
5500
|
id
|
6224
5501
|
sequence
|
6225
5502
|
tradeId
|
@@ -6227,9 +5504,6 @@ export const NewsArticleAssetSentiment = {
|
|
6227
5504
|
note
|
6228
5505
|
status
|
6229
5506
|
fee
|
6230
|
-
trade {
|
6231
|
-
id
|
6232
|
-
}
|
6233
5507
|
order {
|
6234
5508
|
id
|
6235
5509
|
clientOrderId
|
@@ -6250,9 +5524,6 @@ export const NewsArticleAssetSentiment = {
|
|
6250
5524
|
createdAt
|
6251
5525
|
updatedAt
|
6252
5526
|
orderId
|
6253
|
-
Order {
|
6254
|
-
id
|
6255
|
-
}
|
6256
5527
|
}
|
6257
5528
|
takeProfit {
|
6258
5529
|
id
|
@@ -6261,9 +5532,6 @@ export const NewsArticleAssetSentiment = {
|
|
6261
5532
|
createdAt
|
6262
5533
|
updatedAt
|
6263
5534
|
orderId
|
6264
|
-
Order {
|
6265
|
-
id
|
6266
|
-
}
|
6267
5535
|
}
|
6268
5536
|
trailPrice
|
6269
5537
|
trailPercent
|
@@ -6275,15 +5543,6 @@ export const NewsArticleAssetSentiment = {
|
|
6275
5543
|
filledAt
|
6276
5544
|
filledAvgPrice
|
6277
5545
|
actionId
|
6278
|
-
alpacaAccount {
|
6279
|
-
id
|
6280
|
-
}
|
6281
|
-
action {
|
6282
|
-
id
|
6283
|
-
}
|
6284
|
-
asset {
|
6285
|
-
id
|
6286
|
-
}
|
6287
5546
|
fee
|
6288
5547
|
strikePrice
|
6289
5548
|
expirationDate
|
@@ -6313,9 +5572,6 @@ export const NewsArticleAssetSentiment = {
|
|
6313
5572
|
createdAt
|
6314
5573
|
updatedAt
|
6315
5574
|
orderId
|
6316
|
-
Order {
|
6317
|
-
id
|
6318
|
-
}
|
6319
5575
|
}
|
6320
5576
|
takeProfit {
|
6321
5577
|
id
|
@@ -6324,9 +5580,6 @@ export const NewsArticleAssetSentiment = {
|
|
6324
5580
|
createdAt
|
6325
5581
|
updatedAt
|
6326
5582
|
orderId
|
6327
|
-
Order {
|
6328
|
-
id
|
6329
|
-
}
|
6330
5583
|
}
|
6331
5584
|
trailPrice
|
6332
5585
|
trailPercent
|
@@ -6338,9 +5591,6 @@ export const NewsArticleAssetSentiment = {
|
|
6338
5591
|
filledAt
|
6339
5592
|
filledAvgPrice
|
6340
5593
|
actionId
|
6341
|
-
alpacaAccount {
|
6342
|
-
id
|
6343
|
-
}
|
6344
5594
|
action {
|
6345
5595
|
id
|
6346
5596
|
sequence
|
@@ -6364,23 +5614,8 @@ export const NewsArticleAssetSentiment = {
|
|
6364
5614
|
createdAt
|
6365
5615
|
updatedAt
|
6366
5616
|
status
|
6367
|
-
alpacaAccount {
|
6368
|
-
id
|
6369
|
-
}
|
6370
|
-
asset {
|
6371
|
-
id
|
6372
|
-
}
|
6373
|
-
actions {
|
6374
|
-
id
|
6375
|
-
}
|
6376
|
-
}
|
6377
|
-
order {
|
6378
|
-
id
|
6379
5617
|
}
|
6380
5618
|
}
|
6381
|
-
asset {
|
6382
|
-
id
|
6383
|
-
}
|
6384
5619
|
fee
|
6385
5620
|
strikePrice
|
6386
5621
|
expirationDate
|
@@ -6388,9 +5623,6 @@ export const NewsArticleAssetSentiment = {
|
|
6388
5623
|
stopLossId
|
6389
5624
|
takeProfitId
|
6390
5625
|
}
|
6391
|
-
positions {
|
6392
|
-
id
|
6393
|
-
}
|
6394
5626
|
alerts {
|
6395
5627
|
id
|
6396
5628
|
alpacaAccountId
|
@@ -6399,16 +5631,10 @@ export const NewsArticleAssetSentiment = {
|
|
6399
5631
|
isRead
|
6400
5632
|
createdAt
|
6401
5633
|
updatedAt
|
6402
|
-
alpacaAccount {
|
6403
|
-
id
|
6404
|
-
}
|
6405
5634
|
}
|
6406
5635
|
}
|
6407
5636
|
alpacaAccountId
|
6408
5637
|
}
|
6409
|
-
newsMentions {
|
6410
|
-
id
|
6411
|
-
}
|
6412
5638
|
}
|
6413
5639
|
relevancyScore
|
6414
5640
|
sentimentScore
|
@@ -6468,9 +5694,6 @@ export const NewsArticleAssetSentiment = {
|
|
6468
5694
|
logo
|
6469
5695
|
createdAt
|
6470
5696
|
updatedAt
|
6471
|
-
assets {
|
6472
|
-
id
|
6473
|
-
}
|
6474
5697
|
}
|
6475
5698
|
asset {
|
6476
5699
|
id
|
@@ -6578,9 +5801,6 @@ export const NewsArticleAssetSentiment = {
|
|
6578
5801
|
stripeCurrentPeriodEnd
|
6579
5802
|
createdAt
|
6580
5803
|
updatedAt
|
6581
|
-
users {
|
6582
|
-
id
|
6583
|
-
}
|
6584
5804
|
}
|
6585
5805
|
customerId
|
6586
5806
|
accounts {
|
@@ -6598,18 +5818,12 @@ export const NewsArticleAssetSentiment = {
|
|
6598
5818
|
session_state
|
6599
5819
|
createdAt
|
6600
5820
|
updatedAt
|
6601
|
-
user {
|
6602
|
-
id
|
6603
|
-
}
|
6604
5821
|
}
|
6605
5822
|
sessions {
|
6606
5823
|
id
|
6607
5824
|
sessionToken
|
6608
5825
|
userId
|
6609
5826
|
expires
|
6610
|
-
user {
|
6611
|
-
id
|
6612
|
-
}
|
6613
5827
|
createdAt
|
6614
5828
|
updatedAt
|
6615
5829
|
}
|
@@ -6619,23 +5833,14 @@ export const NewsArticleAssetSentiment = {
|
|
6619
5833
|
credentialID
|
6620
5834
|
publicKey
|
6621
5835
|
counter
|
6622
|
-
user {
|
6623
|
-
id
|
6624
|
-
}
|
6625
5836
|
createdAt
|
6626
5837
|
updatedAt
|
6627
5838
|
}
|
6628
5839
|
plan
|
6629
|
-
alpacaAccounts {
|
6630
|
-
id
|
6631
|
-
}
|
6632
5840
|
}
|
6633
5841
|
userId
|
6634
5842
|
createdAt
|
6635
5843
|
updatedAt
|
6636
|
-
trades {
|
6637
|
-
id
|
6638
|
-
}
|
6639
5844
|
orders {
|
6640
5845
|
id
|
6641
5846
|
clientOrderId
|
@@ -6656,9 +5861,6 @@ export const NewsArticleAssetSentiment = {
|
|
6656
5861
|
createdAt
|
6657
5862
|
updatedAt
|
6658
5863
|
orderId
|
6659
|
-
Order {
|
6660
|
-
id
|
6661
|
-
}
|
6662
5864
|
}
|
6663
5865
|
takeProfit {
|
6664
5866
|
id
|
@@ -6667,9 +5869,6 @@ export const NewsArticleAssetSentiment = {
|
|
6667
5869
|
createdAt
|
6668
5870
|
updatedAt
|
6669
5871
|
orderId
|
6670
|
-
Order {
|
6671
|
-
id
|
6672
|
-
}
|
6673
5872
|
}
|
6674
5873
|
trailPrice
|
6675
5874
|
trailPercent
|
@@ -6681,9 +5880,6 @@ export const NewsArticleAssetSentiment = {
|
|
6681
5880
|
filledAt
|
6682
5881
|
filledAvgPrice
|
6683
5882
|
actionId
|
6684
|
-
alpacaAccount {
|
6685
|
-
id
|
6686
|
-
}
|
6687
5883
|
action {
|
6688
5884
|
id
|
6689
5885
|
sequence
|
@@ -6692,15 +5888,6 @@ export const NewsArticleAssetSentiment = {
|
|
6692
5888
|
note
|
6693
5889
|
status
|
6694
5890
|
fee
|
6695
|
-
trade {
|
6696
|
-
id
|
6697
|
-
}
|
6698
|
-
order {
|
6699
|
-
id
|
6700
|
-
}
|
6701
|
-
}
|
6702
|
-
asset {
|
6703
|
-
id
|
6704
5891
|
}
|
6705
5892
|
fee
|
6706
5893
|
strikePrice
|
@@ -6712,9 +5899,6 @@ export const NewsArticleAssetSentiment = {
|
|
6712
5899
|
positions {
|
6713
5900
|
id
|
6714
5901
|
assetId
|
6715
|
-
asset {
|
6716
|
-
id
|
6717
|
-
}
|
6718
5902
|
averageEntryPrice
|
6719
5903
|
qty
|
6720
5904
|
qtyAvailable
|
@@ -6728,9 +5912,6 @@ export const NewsArticleAssetSentiment = {
|
|
6728
5912
|
lastTradePrice
|
6729
5913
|
changeToday
|
6730
5914
|
assetMarginable
|
6731
|
-
alpacaAccount {
|
6732
|
-
id
|
6733
|
-
}
|
6734
5915
|
alpacaAccountId
|
6735
5916
|
}
|
6736
5917
|
alerts {
|
@@ -6741,14 +5922,8 @@ export const NewsArticleAssetSentiment = {
|
|
6741
5922
|
isRead
|
6742
5923
|
createdAt
|
6743
5924
|
updatedAt
|
6744
|
-
alpacaAccount {
|
6745
|
-
id
|
6746
|
-
}
|
6747
5925
|
}
|
6748
5926
|
}
|
6749
|
-
asset {
|
6750
|
-
id
|
6751
|
-
}
|
6752
5927
|
actions {
|
6753
5928
|
id
|
6754
5929
|
sequence
|
@@ -6757,9 +5932,6 @@ export const NewsArticleAssetSentiment = {
|
|
6757
5932
|
note
|
6758
5933
|
status
|
6759
5934
|
fee
|
6760
|
-
trade {
|
6761
|
-
id
|
6762
|
-
}
|
6763
5935
|
order {
|
6764
5936
|
id
|
6765
5937
|
clientOrderId
|
@@ -6780,9 +5952,6 @@ export const NewsArticleAssetSentiment = {
|
|
6780
5952
|
createdAt
|
6781
5953
|
updatedAt
|
6782
5954
|
orderId
|
6783
|
-
Order {
|
6784
|
-
id
|
6785
|
-
}
|
6786
5955
|
}
|
6787
5956
|
takeProfit {
|
6788
5957
|
id
|
@@ -6791,9 +5960,6 @@ export const NewsArticleAssetSentiment = {
|
|
6791
5960
|
createdAt
|
6792
5961
|
updatedAt
|
6793
5962
|
orderId
|
6794
|
-
Order {
|
6795
|
-
id
|
6796
|
-
}
|
6797
5963
|
}
|
6798
5964
|
trailPrice
|
6799
5965
|
trailPercent
|
@@ -6837,9 +6003,6 @@ export const NewsArticleAssetSentiment = {
|
|
6837
6003
|
stripeCurrentPeriodEnd
|
6838
6004
|
createdAt
|
6839
6005
|
updatedAt
|
6840
|
-
users {
|
6841
|
-
id
|
6842
|
-
}
|
6843
6006
|
}
|
6844
6007
|
customerId
|
6845
6008
|
accounts {
|
@@ -6857,18 +6020,12 @@ export const NewsArticleAssetSentiment = {
|
|
6857
6020
|
session_state
|
6858
6021
|
createdAt
|
6859
6022
|
updatedAt
|
6860
|
-
user {
|
6861
|
-
id
|
6862
|
-
}
|
6863
6023
|
}
|
6864
6024
|
sessions {
|
6865
6025
|
id
|
6866
6026
|
sessionToken
|
6867
6027
|
userId
|
6868
6028
|
expires
|
6869
|
-
user {
|
6870
|
-
id
|
6871
|
-
}
|
6872
6029
|
createdAt
|
6873
6030
|
updatedAt
|
6874
6031
|
}
|
@@ -6878,32 +6035,17 @@ export const NewsArticleAssetSentiment = {
|
|
6878
6035
|
credentialID
|
6879
6036
|
publicKey
|
6880
6037
|
counter
|
6881
|
-
user {
|
6882
|
-
id
|
6883
|
-
}
|
6884
6038
|
createdAt
|
6885
6039
|
updatedAt
|
6886
6040
|
}
|
6887
6041
|
plan
|
6888
|
-
alpacaAccounts {
|
6889
|
-
id
|
6890
|
-
}
|
6891
6042
|
}
|
6892
6043
|
userId
|
6893
6044
|
createdAt
|
6894
6045
|
updatedAt
|
6895
|
-
trades {
|
6896
|
-
id
|
6897
|
-
}
|
6898
|
-
orders {
|
6899
|
-
id
|
6900
|
-
}
|
6901
6046
|
positions {
|
6902
6047
|
id
|
6903
6048
|
assetId
|
6904
|
-
asset {
|
6905
|
-
id
|
6906
|
-
}
|
6907
6049
|
averageEntryPrice
|
6908
6050
|
qty
|
6909
6051
|
qtyAvailable
|
@@ -6917,9 +6059,6 @@ export const NewsArticleAssetSentiment = {
|
|
6917
6059
|
lastTradePrice
|
6918
6060
|
changeToday
|
6919
6061
|
assetMarginable
|
6920
|
-
alpacaAccount {
|
6921
|
-
id
|
6922
|
-
}
|
6923
6062
|
alpacaAccountId
|
6924
6063
|
}
|
6925
6064
|
alerts {
|
@@ -6930,17 +6069,8 @@ export const NewsArticleAssetSentiment = {
|
|
6930
6069
|
isRead
|
6931
6070
|
createdAt
|
6932
6071
|
updatedAt
|
6933
|
-
alpacaAccount {
|
6934
|
-
id
|
6935
|
-
}
|
6936
6072
|
}
|
6937
6073
|
}
|
6938
|
-
action {
|
6939
|
-
id
|
6940
|
-
}
|
6941
|
-
asset {
|
6942
|
-
id
|
6943
|
-
}
|
6944
6074
|
fee
|
6945
6075
|
strikePrice
|
6946
6076
|
expirationDate
|
@@ -6970,9 +6100,6 @@ export const NewsArticleAssetSentiment = {
|
|
6970
6100
|
createdAt
|
6971
6101
|
updatedAt
|
6972
6102
|
orderId
|
6973
|
-
Order {
|
6974
|
-
id
|
6975
|
-
}
|
6976
6103
|
}
|
6977
6104
|
takeProfit {
|
6978
6105
|
id
|
@@ -6981,9 +6108,6 @@ export const NewsArticleAssetSentiment = {
|
|
6981
6108
|
createdAt
|
6982
6109
|
updatedAt
|
6983
6110
|
orderId
|
6984
|
-
Order {
|
6985
|
-
id
|
6986
|
-
}
|
6987
6111
|
}
|
6988
6112
|
trailPrice
|
6989
6113
|
trailPercent
|
@@ -7027,9 +6151,6 @@ export const NewsArticleAssetSentiment = {
|
|
7027
6151
|
stripeCurrentPeriodEnd
|
7028
6152
|
createdAt
|
7029
6153
|
updatedAt
|
7030
|
-
users {
|
7031
|
-
id
|
7032
|
-
}
|
7033
6154
|
}
|
7034
6155
|
customerId
|
7035
6156
|
accounts {
|
@@ -7047,18 +6168,12 @@ export const NewsArticleAssetSentiment = {
|
|
7047
6168
|
session_state
|
7048
6169
|
createdAt
|
7049
6170
|
updatedAt
|
7050
|
-
user {
|
7051
|
-
id
|
7052
|
-
}
|
7053
6171
|
}
|
7054
6172
|
sessions {
|
7055
6173
|
id
|
7056
6174
|
sessionToken
|
7057
6175
|
userId
|
7058
6176
|
expires
|
7059
|
-
user {
|
7060
|
-
id
|
7061
|
-
}
|
7062
6177
|
createdAt
|
7063
6178
|
updatedAt
|
7064
6179
|
}
|
@@ -7068,16 +6183,10 @@ export const NewsArticleAssetSentiment = {
|
|
7068
6183
|
credentialID
|
7069
6184
|
publicKey
|
7070
6185
|
counter
|
7071
|
-
user {
|
7072
|
-
id
|
7073
|
-
}
|
7074
6186
|
createdAt
|
7075
6187
|
updatedAt
|
7076
6188
|
}
|
7077
6189
|
plan
|
7078
|
-
alpacaAccounts {
|
7079
|
-
id
|
7080
|
-
}
|
7081
6190
|
}
|
7082
6191
|
userId
|
7083
6192
|
createdAt
|
@@ -7097,12 +6206,6 @@ export const NewsArticleAssetSentiment = {
|
|
7097
6206
|
createdAt
|
7098
6207
|
updatedAt
|
7099
6208
|
status
|
7100
|
-
alpacaAccount {
|
7101
|
-
id
|
7102
|
-
}
|
7103
|
-
asset {
|
7104
|
-
id
|
7105
|
-
}
|
7106
6209
|
actions {
|
7107
6210
|
id
|
7108
6211
|
sequence
|
@@ -7111,23 +6214,11 @@ export const NewsArticleAssetSentiment = {
|
|
7111
6214
|
note
|
7112
6215
|
status
|
7113
6216
|
fee
|
7114
|
-
trade {
|
7115
|
-
id
|
7116
|
-
}
|
7117
|
-
order {
|
7118
|
-
id
|
7119
|
-
}
|
7120
6217
|
}
|
7121
6218
|
}
|
7122
|
-
orders {
|
7123
|
-
id
|
7124
|
-
}
|
7125
6219
|
positions {
|
7126
6220
|
id
|
7127
6221
|
assetId
|
7128
|
-
asset {
|
7129
|
-
id
|
7130
|
-
}
|
7131
6222
|
averageEntryPrice
|
7132
6223
|
qty
|
7133
6224
|
qtyAvailable
|
@@ -7141,9 +6232,6 @@ export const NewsArticleAssetSentiment = {
|
|
7141
6232
|
lastTradePrice
|
7142
6233
|
changeToday
|
7143
6234
|
assetMarginable
|
7144
|
-
alpacaAccount {
|
7145
|
-
id
|
7146
|
-
}
|
7147
6235
|
alpacaAccountId
|
7148
6236
|
}
|
7149
6237
|
alerts {
|
@@ -7154,9 +6242,6 @@ export const NewsArticleAssetSentiment = {
|
|
7154
6242
|
isRead
|
7155
6243
|
createdAt
|
7156
6244
|
updatedAt
|
7157
|
-
alpacaAccount {
|
7158
|
-
id
|
7159
|
-
}
|
7160
6245
|
}
|
7161
6246
|
}
|
7162
6247
|
action {
|
@@ -7214,9 +6299,6 @@ export const NewsArticleAssetSentiment = {
|
|
7214
6299
|
stripeCurrentPeriodEnd
|
7215
6300
|
createdAt
|
7216
6301
|
updatedAt
|
7217
|
-
users {
|
7218
|
-
id
|
7219
|
-
}
|
7220
6302
|
}
|
7221
6303
|
customerId
|
7222
6304
|
accounts {
|
@@ -7234,18 +6316,12 @@ export const NewsArticleAssetSentiment = {
|
|
7234
6316
|
session_state
|
7235
6317
|
createdAt
|
7236
6318
|
updatedAt
|
7237
|
-
user {
|
7238
|
-
id
|
7239
|
-
}
|
7240
6319
|
}
|
7241
6320
|
sessions {
|
7242
6321
|
id
|
7243
6322
|
sessionToken
|
7244
6323
|
userId
|
7245
6324
|
expires
|
7246
|
-
user {
|
7247
|
-
id
|
7248
|
-
}
|
7249
6325
|
createdAt
|
7250
6326
|
updatedAt
|
7251
6327
|
}
|
@@ -7255,32 +6331,17 @@ export const NewsArticleAssetSentiment = {
|
|
7255
6331
|
credentialID
|
7256
6332
|
publicKey
|
7257
6333
|
counter
|
7258
|
-
user {
|
7259
|
-
id
|
7260
|
-
}
|
7261
6334
|
createdAt
|
7262
6335
|
updatedAt
|
7263
6336
|
}
|
7264
6337
|
plan
|
7265
|
-
alpacaAccounts {
|
7266
|
-
id
|
7267
|
-
}
|
7268
6338
|
}
|
7269
6339
|
userId
|
7270
6340
|
createdAt
|
7271
6341
|
updatedAt
|
7272
|
-
trades {
|
7273
|
-
id
|
7274
|
-
}
|
7275
|
-
orders {
|
7276
|
-
id
|
7277
|
-
}
|
7278
6342
|
positions {
|
7279
6343
|
id
|
7280
6344
|
assetId
|
7281
|
-
asset {
|
7282
|
-
id
|
7283
|
-
}
|
7284
6345
|
averageEntryPrice
|
7285
6346
|
qty
|
7286
6347
|
qtyAvailable
|
@@ -7294,9 +6355,6 @@ export const NewsArticleAssetSentiment = {
|
|
7294
6355
|
lastTradePrice
|
7295
6356
|
changeToday
|
7296
6357
|
assetMarginable
|
7297
|
-
alpacaAccount {
|
7298
|
-
id
|
7299
|
-
}
|
7300
6358
|
alpacaAccountId
|
7301
6359
|
}
|
7302
6360
|
alerts {
|
@@ -7307,25 +6365,10 @@ export const NewsArticleAssetSentiment = {
|
|
7307
6365
|
isRead
|
7308
6366
|
createdAt
|
7309
6367
|
updatedAt
|
7310
|
-
alpacaAccount {
|
7311
|
-
id
|
7312
|
-
}
|
7313
6368
|
}
|
7314
6369
|
}
|
7315
|
-
asset {
|
7316
|
-
id
|
7317
|
-
}
|
7318
|
-
actions {
|
7319
|
-
id
|
7320
|
-
}
|
7321
|
-
}
|
7322
|
-
order {
|
7323
|
-
id
|
7324
6370
|
}
|
7325
6371
|
}
|
7326
|
-
asset {
|
7327
|
-
id
|
7328
|
-
}
|
7329
6372
|
fee
|
7330
6373
|
strikePrice
|
7331
6374
|
expirationDate
|
@@ -7336,9 +6379,6 @@ export const NewsArticleAssetSentiment = {
|
|
7336
6379
|
positions {
|
7337
6380
|
id
|
7338
6381
|
assetId
|
7339
|
-
asset {
|
7340
|
-
id
|
7341
|
-
}
|
7342
6382
|
averageEntryPrice
|
7343
6383
|
qty
|
7344
6384
|
qtyAvailable
|
@@ -7384,9 +6424,6 @@ export const NewsArticleAssetSentiment = {
|
|
7384
6424
|
stripeCurrentPeriodEnd
|
7385
6425
|
createdAt
|
7386
6426
|
updatedAt
|
7387
|
-
users {
|
7388
|
-
id
|
7389
|
-
}
|
7390
6427
|
}
|
7391
6428
|
customerId
|
7392
6429
|
accounts {
|
@@ -7404,18 +6441,12 @@ export const NewsArticleAssetSentiment = {
|
|
7404
6441
|
session_state
|
7405
6442
|
createdAt
|
7406
6443
|
updatedAt
|
7407
|
-
user {
|
7408
|
-
id
|
7409
|
-
}
|
7410
6444
|
}
|
7411
6445
|
sessions {
|
7412
6446
|
id
|
7413
6447
|
sessionToken
|
7414
6448
|
userId
|
7415
6449
|
expires
|
7416
|
-
user {
|
7417
|
-
id
|
7418
|
-
}
|
7419
6450
|
createdAt
|
7420
6451
|
updatedAt
|
7421
6452
|
}
|
@@ -7425,16 +6456,10 @@ export const NewsArticleAssetSentiment = {
|
|
7425
6456
|
credentialID
|
7426
6457
|
publicKey
|
7427
6458
|
counter
|
7428
|
-
user {
|
7429
|
-
id
|
7430
|
-
}
|
7431
6459
|
createdAt
|
7432
6460
|
updatedAt
|
7433
6461
|
}
|
7434
6462
|
plan
|
7435
|
-
alpacaAccounts {
|
7436
|
-
id
|
7437
|
-
}
|
7438
6463
|
}
|
7439
6464
|
userId
|
7440
6465
|
createdAt
|
@@ -7454,12 +6479,6 @@ export const NewsArticleAssetSentiment = {
|
|
7454
6479
|
createdAt
|
7455
6480
|
updatedAt
|
7456
6481
|
status
|
7457
|
-
alpacaAccount {
|
7458
|
-
id
|
7459
|
-
}
|
7460
|
-
asset {
|
7461
|
-
id
|
7462
|
-
}
|
7463
6482
|
actions {
|
7464
6483
|
id
|
7465
6484
|
sequence
|
@@ -7468,9 +6487,6 @@ export const NewsArticleAssetSentiment = {
|
|
7468
6487
|
note
|
7469
6488
|
status
|
7470
6489
|
fee
|
7471
|
-
trade {
|
7472
|
-
id
|
7473
|
-
}
|
7474
6490
|
order {
|
7475
6491
|
id
|
7476
6492
|
clientOrderId
|
@@ -7491,9 +6507,6 @@ export const NewsArticleAssetSentiment = {
|
|
7491
6507
|
createdAt
|
7492
6508
|
updatedAt
|
7493
6509
|
orderId
|
7494
|
-
Order {
|
7495
|
-
id
|
7496
|
-
}
|
7497
6510
|
}
|
7498
6511
|
takeProfit {
|
7499
6512
|
id
|
@@ -7502,9 +6515,6 @@ export const NewsArticleAssetSentiment = {
|
|
7502
6515
|
createdAt
|
7503
6516
|
updatedAt
|
7504
6517
|
orderId
|
7505
|
-
Order {
|
7506
|
-
id
|
7507
|
-
}
|
7508
6518
|
}
|
7509
6519
|
trailPrice
|
7510
6520
|
trailPercent
|
@@ -7516,15 +6526,6 @@ export const NewsArticleAssetSentiment = {
|
|
7516
6526
|
filledAt
|
7517
6527
|
filledAvgPrice
|
7518
6528
|
actionId
|
7519
|
-
alpacaAccount {
|
7520
|
-
id
|
7521
|
-
}
|
7522
|
-
action {
|
7523
|
-
id
|
7524
|
-
}
|
7525
|
-
asset {
|
7526
|
-
id
|
7527
|
-
}
|
7528
6529
|
fee
|
7529
6530
|
strikePrice
|
7530
6531
|
expirationDate
|
@@ -7554,9 +6555,6 @@ export const NewsArticleAssetSentiment = {
|
|
7554
6555
|
createdAt
|
7555
6556
|
updatedAt
|
7556
6557
|
orderId
|
7557
|
-
Order {
|
7558
|
-
id
|
7559
|
-
}
|
7560
6558
|
}
|
7561
6559
|
takeProfit {
|
7562
6560
|
id
|
@@ -7565,9 +6563,6 @@ export const NewsArticleAssetSentiment = {
|
|
7565
6563
|
createdAt
|
7566
6564
|
updatedAt
|
7567
6565
|
orderId
|
7568
|
-
Order {
|
7569
|
-
id
|
7570
|
-
}
|
7571
6566
|
}
|
7572
6567
|
trailPrice
|
7573
6568
|
trailPercent
|
@@ -7579,9 +6574,6 @@ export const NewsArticleAssetSentiment = {
|
|
7579
6574
|
filledAt
|
7580
6575
|
filledAvgPrice
|
7581
6576
|
actionId
|
7582
|
-
alpacaAccount {
|
7583
|
-
id
|
7584
|
-
}
|
7585
6577
|
action {
|
7586
6578
|
id
|
7587
6579
|
sequence
|
@@ -7605,23 +6597,8 @@ export const NewsArticleAssetSentiment = {
|
|
7605
6597
|
createdAt
|
7606
6598
|
updatedAt
|
7607
6599
|
status
|
7608
|
-
alpacaAccount {
|
7609
|
-
id
|
7610
|
-
}
|
7611
|
-
asset {
|
7612
|
-
id
|
7613
|
-
}
|
7614
|
-
actions {
|
7615
|
-
id
|
7616
|
-
}
|
7617
|
-
}
|
7618
|
-
order {
|
7619
|
-
id
|
7620
6600
|
}
|
7621
6601
|
}
|
7622
|
-
asset {
|
7623
|
-
id
|
7624
|
-
}
|
7625
6602
|
fee
|
7626
6603
|
strikePrice
|
7627
6604
|
expirationDate
|
@@ -7629,9 +6606,6 @@ export const NewsArticleAssetSentiment = {
|
|
7629
6606
|
stopLossId
|
7630
6607
|
takeProfitId
|
7631
6608
|
}
|
7632
|
-
positions {
|
7633
|
-
id
|
7634
|
-
}
|
7635
6609
|
alerts {
|
7636
6610
|
id
|
7637
6611
|
alpacaAccountId
|
@@ -7640,16 +6614,10 @@ export const NewsArticleAssetSentiment = {
|
|
7640
6614
|
isRead
|
7641
6615
|
createdAt
|
7642
6616
|
updatedAt
|
7643
|
-
alpacaAccount {
|
7644
|
-
id
|
7645
|
-
}
|
7646
6617
|
}
|
7647
6618
|
}
|
7648
6619
|
alpacaAccountId
|
7649
6620
|
}
|
7650
|
-
newsMentions {
|
7651
|
-
id
|
7652
|
-
}
|
7653
6621
|
}
|
7654
6622
|
relevancyScore
|
7655
6623
|
sentimentScore
|
@@ -7709,9 +6677,6 @@ export const NewsArticleAssetSentiment = {
|
|
7709
6677
|
logo
|
7710
6678
|
createdAt
|
7711
6679
|
updatedAt
|
7712
|
-
assets {
|
7713
|
-
id
|
7714
|
-
}
|
7715
6680
|
}
|
7716
6681
|
asset {
|
7717
6682
|
id
|
@@ -7819,9 +6784,6 @@ export const NewsArticleAssetSentiment = {
|
|
7819
6784
|
stripeCurrentPeriodEnd
|
7820
6785
|
createdAt
|
7821
6786
|
updatedAt
|
7822
|
-
users {
|
7823
|
-
id
|
7824
|
-
}
|
7825
6787
|
}
|
7826
6788
|
customerId
|
7827
6789
|
accounts {
|
@@ -7839,18 +6801,12 @@ export const NewsArticleAssetSentiment = {
|
|
7839
6801
|
session_state
|
7840
6802
|
createdAt
|
7841
6803
|
updatedAt
|
7842
|
-
user {
|
7843
|
-
id
|
7844
|
-
}
|
7845
6804
|
}
|
7846
6805
|
sessions {
|
7847
6806
|
id
|
7848
6807
|
sessionToken
|
7849
6808
|
userId
|
7850
6809
|
expires
|
7851
|
-
user {
|
7852
|
-
id
|
7853
|
-
}
|
7854
6810
|
createdAt
|
7855
6811
|
updatedAt
|
7856
6812
|
}
|
@@ -7860,23 +6816,14 @@ export const NewsArticleAssetSentiment = {
|
|
7860
6816
|
credentialID
|
7861
6817
|
publicKey
|
7862
6818
|
counter
|
7863
|
-
user {
|
7864
|
-
id
|
7865
|
-
}
|
7866
6819
|
createdAt
|
7867
6820
|
updatedAt
|
7868
6821
|
}
|
7869
6822
|
plan
|
7870
|
-
alpacaAccounts {
|
7871
|
-
id
|
7872
|
-
}
|
7873
6823
|
}
|
7874
6824
|
userId
|
7875
6825
|
createdAt
|
7876
6826
|
updatedAt
|
7877
|
-
trades {
|
7878
|
-
id
|
7879
|
-
}
|
7880
6827
|
orders {
|
7881
6828
|
id
|
7882
6829
|
clientOrderId
|
@@ -7897,9 +6844,6 @@ export const NewsArticleAssetSentiment = {
|
|
7897
6844
|
createdAt
|
7898
6845
|
updatedAt
|
7899
6846
|
orderId
|
7900
|
-
Order {
|
7901
|
-
id
|
7902
|
-
}
|
7903
6847
|
}
|
7904
6848
|
takeProfit {
|
7905
6849
|
id
|
@@ -7908,9 +6852,6 @@ export const NewsArticleAssetSentiment = {
|
|
7908
6852
|
createdAt
|
7909
6853
|
updatedAt
|
7910
6854
|
orderId
|
7911
|
-
Order {
|
7912
|
-
id
|
7913
|
-
}
|
7914
6855
|
}
|
7915
6856
|
trailPrice
|
7916
6857
|
trailPercent
|
@@ -7922,9 +6863,6 @@ export const NewsArticleAssetSentiment = {
|
|
7922
6863
|
filledAt
|
7923
6864
|
filledAvgPrice
|
7924
6865
|
actionId
|
7925
|
-
alpacaAccount {
|
7926
|
-
id
|
7927
|
-
}
|
7928
6866
|
action {
|
7929
6867
|
id
|
7930
6868
|
sequence
|
@@ -7933,15 +6871,6 @@ export const NewsArticleAssetSentiment = {
|
|
7933
6871
|
note
|
7934
6872
|
status
|
7935
6873
|
fee
|
7936
|
-
trade {
|
7937
|
-
id
|
7938
|
-
}
|
7939
|
-
order {
|
7940
|
-
id
|
7941
|
-
}
|
7942
|
-
}
|
7943
|
-
asset {
|
7944
|
-
id
|
7945
6874
|
}
|
7946
6875
|
fee
|
7947
6876
|
strikePrice
|
@@ -7953,9 +6882,6 @@ export const NewsArticleAssetSentiment = {
|
|
7953
6882
|
positions {
|
7954
6883
|
id
|
7955
6884
|
assetId
|
7956
|
-
asset {
|
7957
|
-
id
|
7958
|
-
}
|
7959
6885
|
averageEntryPrice
|
7960
6886
|
qty
|
7961
6887
|
qtyAvailable
|
@@ -7969,9 +6895,6 @@ export const NewsArticleAssetSentiment = {
|
|
7969
6895
|
lastTradePrice
|
7970
6896
|
changeToday
|
7971
6897
|
assetMarginable
|
7972
|
-
alpacaAccount {
|
7973
|
-
id
|
7974
|
-
}
|
7975
6898
|
alpacaAccountId
|
7976
6899
|
}
|
7977
6900
|
alerts {
|
@@ -7982,14 +6905,8 @@ export const NewsArticleAssetSentiment = {
|
|
7982
6905
|
isRead
|
7983
6906
|
createdAt
|
7984
6907
|
updatedAt
|
7985
|
-
alpacaAccount {
|
7986
|
-
id
|
7987
|
-
}
|
7988
6908
|
}
|
7989
6909
|
}
|
7990
|
-
asset {
|
7991
|
-
id
|
7992
|
-
}
|
7993
6910
|
actions {
|
7994
6911
|
id
|
7995
6912
|
sequence
|
@@ -7998,9 +6915,6 @@ export const NewsArticleAssetSentiment = {
|
|
7998
6915
|
note
|
7999
6916
|
status
|
8000
6917
|
fee
|
8001
|
-
trade {
|
8002
|
-
id
|
8003
|
-
}
|
8004
6918
|
order {
|
8005
6919
|
id
|
8006
6920
|
clientOrderId
|
@@ -8021,9 +6935,6 @@ export const NewsArticleAssetSentiment = {
|
|
8021
6935
|
createdAt
|
8022
6936
|
updatedAt
|
8023
6937
|
orderId
|
8024
|
-
Order {
|
8025
|
-
id
|
8026
|
-
}
|
8027
6938
|
}
|
8028
6939
|
takeProfit {
|
8029
6940
|
id
|
@@ -8032,9 +6943,6 @@ export const NewsArticleAssetSentiment = {
|
|
8032
6943
|
createdAt
|
8033
6944
|
updatedAt
|
8034
6945
|
orderId
|
8035
|
-
Order {
|
8036
|
-
id
|
8037
|
-
}
|
8038
6946
|
}
|
8039
6947
|
trailPrice
|
8040
6948
|
trailPercent
|
@@ -8078,9 +6986,6 @@ export const NewsArticleAssetSentiment = {
|
|
8078
6986
|
stripeCurrentPeriodEnd
|
8079
6987
|
createdAt
|
8080
6988
|
updatedAt
|
8081
|
-
users {
|
8082
|
-
id
|
8083
|
-
}
|
8084
6989
|
}
|
8085
6990
|
customerId
|
8086
6991
|
accounts {
|
@@ -8098,18 +7003,12 @@ export const NewsArticleAssetSentiment = {
|
|
8098
7003
|
session_state
|
8099
7004
|
createdAt
|
8100
7005
|
updatedAt
|
8101
|
-
user {
|
8102
|
-
id
|
8103
|
-
}
|
8104
7006
|
}
|
8105
7007
|
sessions {
|
8106
7008
|
id
|
8107
7009
|
sessionToken
|
8108
7010
|
userId
|
8109
7011
|
expires
|
8110
|
-
user {
|
8111
|
-
id
|
8112
|
-
}
|
8113
7012
|
createdAt
|
8114
7013
|
updatedAt
|
8115
7014
|
}
|
@@ -8119,32 +7018,17 @@ export const NewsArticleAssetSentiment = {
|
|
8119
7018
|
credentialID
|
8120
7019
|
publicKey
|
8121
7020
|
counter
|
8122
|
-
user {
|
8123
|
-
id
|
8124
|
-
}
|
8125
7021
|
createdAt
|
8126
7022
|
updatedAt
|
8127
7023
|
}
|
8128
7024
|
plan
|
8129
|
-
alpacaAccounts {
|
8130
|
-
id
|
8131
|
-
}
|
8132
7025
|
}
|
8133
7026
|
userId
|
8134
7027
|
createdAt
|
8135
7028
|
updatedAt
|
8136
|
-
trades {
|
8137
|
-
id
|
8138
|
-
}
|
8139
|
-
orders {
|
8140
|
-
id
|
8141
|
-
}
|
8142
7029
|
positions {
|
8143
7030
|
id
|
8144
7031
|
assetId
|
8145
|
-
asset {
|
8146
|
-
id
|
8147
|
-
}
|
8148
7032
|
averageEntryPrice
|
8149
7033
|
qty
|
8150
7034
|
qtyAvailable
|
@@ -8158,9 +7042,6 @@ export const NewsArticleAssetSentiment = {
|
|
8158
7042
|
lastTradePrice
|
8159
7043
|
changeToday
|
8160
7044
|
assetMarginable
|
8161
|
-
alpacaAccount {
|
8162
|
-
id
|
8163
|
-
}
|
8164
7045
|
alpacaAccountId
|
8165
7046
|
}
|
8166
7047
|
alerts {
|
@@ -8171,17 +7052,8 @@ export const NewsArticleAssetSentiment = {
|
|
8171
7052
|
isRead
|
8172
7053
|
createdAt
|
8173
7054
|
updatedAt
|
8174
|
-
alpacaAccount {
|
8175
|
-
id
|
8176
|
-
}
|
8177
7055
|
}
|
8178
7056
|
}
|
8179
|
-
action {
|
8180
|
-
id
|
8181
|
-
}
|
8182
|
-
asset {
|
8183
|
-
id
|
8184
|
-
}
|
8185
7057
|
fee
|
8186
7058
|
strikePrice
|
8187
7059
|
expirationDate
|
@@ -8211,9 +7083,6 @@ export const NewsArticleAssetSentiment = {
|
|
8211
7083
|
createdAt
|
8212
7084
|
updatedAt
|
8213
7085
|
orderId
|
8214
|
-
Order {
|
8215
|
-
id
|
8216
|
-
}
|
8217
7086
|
}
|
8218
7087
|
takeProfit {
|
8219
7088
|
id
|
@@ -8222,9 +7091,6 @@ export const NewsArticleAssetSentiment = {
|
|
8222
7091
|
createdAt
|
8223
7092
|
updatedAt
|
8224
7093
|
orderId
|
8225
|
-
Order {
|
8226
|
-
id
|
8227
|
-
}
|
8228
7094
|
}
|
8229
7095
|
trailPrice
|
8230
7096
|
trailPercent
|
@@ -8268,9 +7134,6 @@ export const NewsArticleAssetSentiment = {
|
|
8268
7134
|
stripeCurrentPeriodEnd
|
8269
7135
|
createdAt
|
8270
7136
|
updatedAt
|
8271
|
-
users {
|
8272
|
-
id
|
8273
|
-
}
|
8274
7137
|
}
|
8275
7138
|
customerId
|
8276
7139
|
accounts {
|
@@ -8288,18 +7151,12 @@ export const NewsArticleAssetSentiment = {
|
|
8288
7151
|
session_state
|
8289
7152
|
createdAt
|
8290
7153
|
updatedAt
|
8291
|
-
user {
|
8292
|
-
id
|
8293
|
-
}
|
8294
7154
|
}
|
8295
7155
|
sessions {
|
8296
7156
|
id
|
8297
7157
|
sessionToken
|
8298
7158
|
userId
|
8299
7159
|
expires
|
8300
|
-
user {
|
8301
|
-
id
|
8302
|
-
}
|
8303
7160
|
createdAt
|
8304
7161
|
updatedAt
|
8305
7162
|
}
|
@@ -8309,16 +7166,10 @@ export const NewsArticleAssetSentiment = {
|
|
8309
7166
|
credentialID
|
8310
7167
|
publicKey
|
8311
7168
|
counter
|
8312
|
-
user {
|
8313
|
-
id
|
8314
|
-
}
|
8315
7169
|
createdAt
|
8316
7170
|
updatedAt
|
8317
7171
|
}
|
8318
7172
|
plan
|
8319
|
-
alpacaAccounts {
|
8320
|
-
id
|
8321
|
-
}
|
8322
7173
|
}
|
8323
7174
|
userId
|
8324
7175
|
createdAt
|
@@ -8338,12 +7189,6 @@ export const NewsArticleAssetSentiment = {
|
|
8338
7189
|
createdAt
|
8339
7190
|
updatedAt
|
8340
7191
|
status
|
8341
|
-
alpacaAccount {
|
8342
|
-
id
|
8343
|
-
}
|
8344
|
-
asset {
|
8345
|
-
id
|
8346
|
-
}
|
8347
7192
|
actions {
|
8348
7193
|
id
|
8349
7194
|
sequence
|
@@ -8352,23 +7197,11 @@ export const NewsArticleAssetSentiment = {
|
|
8352
7197
|
note
|
8353
7198
|
status
|
8354
7199
|
fee
|
8355
|
-
trade {
|
8356
|
-
id
|
8357
|
-
}
|
8358
|
-
order {
|
8359
|
-
id
|
8360
|
-
}
|
8361
7200
|
}
|
8362
7201
|
}
|
8363
|
-
orders {
|
8364
|
-
id
|
8365
|
-
}
|
8366
7202
|
positions {
|
8367
7203
|
id
|
8368
7204
|
assetId
|
8369
|
-
asset {
|
8370
|
-
id
|
8371
|
-
}
|
8372
7205
|
averageEntryPrice
|
8373
7206
|
qty
|
8374
7207
|
qtyAvailable
|
@@ -8382,9 +7215,6 @@ export const NewsArticleAssetSentiment = {
|
|
8382
7215
|
lastTradePrice
|
8383
7216
|
changeToday
|
8384
7217
|
assetMarginable
|
8385
|
-
alpacaAccount {
|
8386
|
-
id
|
8387
|
-
}
|
8388
7218
|
alpacaAccountId
|
8389
7219
|
}
|
8390
7220
|
alerts {
|
@@ -8395,9 +7225,6 @@ export const NewsArticleAssetSentiment = {
|
|
8395
7225
|
isRead
|
8396
7226
|
createdAt
|
8397
7227
|
updatedAt
|
8398
|
-
alpacaAccount {
|
8399
|
-
id
|
8400
|
-
}
|
8401
7228
|
}
|
8402
7229
|
}
|
8403
7230
|
action {
|
@@ -8455,9 +7282,6 @@ export const NewsArticleAssetSentiment = {
|
|
8455
7282
|
stripeCurrentPeriodEnd
|
8456
7283
|
createdAt
|
8457
7284
|
updatedAt
|
8458
|
-
users {
|
8459
|
-
id
|
8460
|
-
}
|
8461
7285
|
}
|
8462
7286
|
customerId
|
8463
7287
|
accounts {
|
@@ -8475,18 +7299,12 @@ export const NewsArticleAssetSentiment = {
|
|
8475
7299
|
session_state
|
8476
7300
|
createdAt
|
8477
7301
|
updatedAt
|
8478
|
-
user {
|
8479
|
-
id
|
8480
|
-
}
|
8481
7302
|
}
|
8482
7303
|
sessions {
|
8483
7304
|
id
|
8484
7305
|
sessionToken
|
8485
7306
|
userId
|
8486
7307
|
expires
|
8487
|
-
user {
|
8488
|
-
id
|
8489
|
-
}
|
8490
7308
|
createdAt
|
8491
7309
|
updatedAt
|
8492
7310
|
}
|
@@ -8496,32 +7314,17 @@ export const NewsArticleAssetSentiment = {
|
|
8496
7314
|
credentialID
|
8497
7315
|
publicKey
|
8498
7316
|
counter
|
8499
|
-
user {
|
8500
|
-
id
|
8501
|
-
}
|
8502
7317
|
createdAt
|
8503
7318
|
updatedAt
|
8504
7319
|
}
|
8505
7320
|
plan
|
8506
|
-
alpacaAccounts {
|
8507
|
-
id
|
8508
|
-
}
|
8509
7321
|
}
|
8510
7322
|
userId
|
8511
7323
|
createdAt
|
8512
7324
|
updatedAt
|
8513
|
-
trades {
|
8514
|
-
id
|
8515
|
-
}
|
8516
|
-
orders {
|
8517
|
-
id
|
8518
|
-
}
|
8519
7325
|
positions {
|
8520
7326
|
id
|
8521
7327
|
assetId
|
8522
|
-
asset {
|
8523
|
-
id
|
8524
|
-
}
|
8525
7328
|
averageEntryPrice
|
8526
7329
|
qty
|
8527
7330
|
qtyAvailable
|
@@ -8535,9 +7338,6 @@ export const NewsArticleAssetSentiment = {
|
|
8535
7338
|
lastTradePrice
|
8536
7339
|
changeToday
|
8537
7340
|
assetMarginable
|
8538
|
-
alpacaAccount {
|
8539
|
-
id
|
8540
|
-
}
|
8541
7341
|
alpacaAccountId
|
8542
7342
|
}
|
8543
7343
|
alerts {
|
@@ -8548,24 +7348,9 @@ export const NewsArticleAssetSentiment = {
|
|
8548
7348
|
isRead
|
8549
7349
|
createdAt
|
8550
7350
|
updatedAt
|
8551
|
-
alpacaAccount {
|
8552
|
-
id
|
8553
|
-
}
|
8554
7351
|
}
|
8555
7352
|
}
|
8556
|
-
asset {
|
8557
|
-
id
|
8558
|
-
}
|
8559
|
-
actions {
|
8560
|
-
id
|
8561
|
-
}
|
8562
7353
|
}
|
8563
|
-
order {
|
8564
|
-
id
|
8565
|
-
}
|
8566
|
-
}
|
8567
|
-
asset {
|
8568
|
-
id
|
8569
7354
|
}
|
8570
7355
|
fee
|
8571
7356
|
strikePrice
|
@@ -8577,9 +7362,6 @@ export const NewsArticleAssetSentiment = {
|
|
8577
7362
|
positions {
|
8578
7363
|
id
|
8579
7364
|
assetId
|
8580
|
-
asset {
|
8581
|
-
id
|
8582
|
-
}
|
8583
7365
|
averageEntryPrice
|
8584
7366
|
qty
|
8585
7367
|
qtyAvailable
|
@@ -8625,9 +7407,6 @@ export const NewsArticleAssetSentiment = {
|
|
8625
7407
|
stripeCurrentPeriodEnd
|
8626
7408
|
createdAt
|
8627
7409
|
updatedAt
|
8628
|
-
users {
|
8629
|
-
id
|
8630
|
-
}
|
8631
7410
|
}
|
8632
7411
|
customerId
|
8633
7412
|
accounts {
|
@@ -8645,18 +7424,12 @@ export const NewsArticleAssetSentiment = {
|
|
8645
7424
|
session_state
|
8646
7425
|
createdAt
|
8647
7426
|
updatedAt
|
8648
|
-
user {
|
8649
|
-
id
|
8650
|
-
}
|
8651
7427
|
}
|
8652
7428
|
sessions {
|
8653
7429
|
id
|
8654
7430
|
sessionToken
|
8655
7431
|
userId
|
8656
7432
|
expires
|
8657
|
-
user {
|
8658
|
-
id
|
8659
|
-
}
|
8660
7433
|
createdAt
|
8661
7434
|
updatedAt
|
8662
7435
|
}
|
@@ -8666,16 +7439,10 @@ export const NewsArticleAssetSentiment = {
|
|
8666
7439
|
credentialID
|
8667
7440
|
publicKey
|
8668
7441
|
counter
|
8669
|
-
user {
|
8670
|
-
id
|
8671
|
-
}
|
8672
7442
|
createdAt
|
8673
7443
|
updatedAt
|
8674
7444
|
}
|
8675
7445
|
plan
|
8676
|
-
alpacaAccounts {
|
8677
|
-
id
|
8678
|
-
}
|
8679
7446
|
}
|
8680
7447
|
userId
|
8681
7448
|
createdAt
|
@@ -8695,12 +7462,6 @@ export const NewsArticleAssetSentiment = {
|
|
8695
7462
|
createdAt
|
8696
7463
|
updatedAt
|
8697
7464
|
status
|
8698
|
-
alpacaAccount {
|
8699
|
-
id
|
8700
|
-
}
|
8701
|
-
asset {
|
8702
|
-
id
|
8703
|
-
}
|
8704
7465
|
actions {
|
8705
7466
|
id
|
8706
7467
|
sequence
|
@@ -8709,9 +7470,6 @@ export const NewsArticleAssetSentiment = {
|
|
8709
7470
|
note
|
8710
7471
|
status
|
8711
7472
|
fee
|
8712
|
-
trade {
|
8713
|
-
id
|
8714
|
-
}
|
8715
7473
|
order {
|
8716
7474
|
id
|
8717
7475
|
clientOrderId
|
@@ -8732,9 +7490,6 @@ export const NewsArticleAssetSentiment = {
|
|
8732
7490
|
createdAt
|
8733
7491
|
updatedAt
|
8734
7492
|
orderId
|
8735
|
-
Order {
|
8736
|
-
id
|
8737
|
-
}
|
8738
7493
|
}
|
8739
7494
|
takeProfit {
|
8740
7495
|
id
|
@@ -8743,9 +7498,6 @@ export const NewsArticleAssetSentiment = {
|
|
8743
7498
|
createdAt
|
8744
7499
|
updatedAt
|
8745
7500
|
orderId
|
8746
|
-
Order {
|
8747
|
-
id
|
8748
|
-
}
|
8749
7501
|
}
|
8750
7502
|
trailPrice
|
8751
7503
|
trailPercent
|
@@ -8757,15 +7509,6 @@ export const NewsArticleAssetSentiment = {
|
|
8757
7509
|
filledAt
|
8758
7510
|
filledAvgPrice
|
8759
7511
|
actionId
|
8760
|
-
alpacaAccount {
|
8761
|
-
id
|
8762
|
-
}
|
8763
|
-
action {
|
8764
|
-
id
|
8765
|
-
}
|
8766
|
-
asset {
|
8767
|
-
id
|
8768
|
-
}
|
8769
7512
|
fee
|
8770
7513
|
strikePrice
|
8771
7514
|
expirationDate
|
@@ -8795,9 +7538,6 @@ export const NewsArticleAssetSentiment = {
|
|
8795
7538
|
createdAt
|
8796
7539
|
updatedAt
|
8797
7540
|
orderId
|
8798
|
-
Order {
|
8799
|
-
id
|
8800
|
-
}
|
8801
7541
|
}
|
8802
7542
|
takeProfit {
|
8803
7543
|
id
|
@@ -8806,9 +7546,6 @@ export const NewsArticleAssetSentiment = {
|
|
8806
7546
|
createdAt
|
8807
7547
|
updatedAt
|
8808
7548
|
orderId
|
8809
|
-
Order {
|
8810
|
-
id
|
8811
|
-
}
|
8812
7549
|
}
|
8813
7550
|
trailPrice
|
8814
7551
|
trailPercent
|
@@ -8820,9 +7557,6 @@ export const NewsArticleAssetSentiment = {
|
|
8820
7557
|
filledAt
|
8821
7558
|
filledAvgPrice
|
8822
7559
|
actionId
|
8823
|
-
alpacaAccount {
|
8824
|
-
id
|
8825
|
-
}
|
8826
7560
|
action {
|
8827
7561
|
id
|
8828
7562
|
sequence
|
@@ -8846,22 +7580,7 @@ export const NewsArticleAssetSentiment = {
|
|
8846
7580
|
createdAt
|
8847
7581
|
updatedAt
|
8848
7582
|
status
|
8849
|
-
alpacaAccount {
|
8850
|
-
id
|
8851
|
-
}
|
8852
|
-
asset {
|
8853
|
-
id
|
8854
|
-
}
|
8855
|
-
actions {
|
8856
|
-
id
|
8857
|
-
}
|
8858
7583
|
}
|
8859
|
-
order {
|
8860
|
-
id
|
8861
|
-
}
|
8862
|
-
}
|
8863
|
-
asset {
|
8864
|
-
id
|
8865
7584
|
}
|
8866
7585
|
fee
|
8867
7586
|
strikePrice
|
@@ -8870,9 +7589,6 @@ export const NewsArticleAssetSentiment = {
|
|
8870
7589
|
stopLossId
|
8871
7590
|
takeProfitId
|
8872
7591
|
}
|
8873
|
-
positions {
|
8874
|
-
id
|
8875
|
-
}
|
8876
7592
|
alerts {
|
8877
7593
|
id
|
8878
7594
|
alpacaAccountId
|
@@ -8881,16 +7597,10 @@ export const NewsArticleAssetSentiment = {
|
|
8881
7597
|
isRead
|
8882
7598
|
createdAt
|
8883
7599
|
updatedAt
|
8884
|
-
alpacaAccount {
|
8885
|
-
id
|
8886
|
-
}
|
8887
7600
|
}
|
8888
7601
|
}
|
8889
7602
|
alpacaAccountId
|
8890
7603
|
}
|
8891
|
-
newsMentions {
|
8892
|
-
id
|
8893
|
-
}
|
8894
7604
|
}
|
8895
7605
|
relevancyScore
|
8896
7606
|
sentimentScore
|
@@ -8944,9 +7654,6 @@ export const NewsArticleAssetSentiment = {
|
|
8944
7654
|
logo
|
8945
7655
|
createdAt
|
8946
7656
|
updatedAt
|
8947
|
-
assets {
|
8948
|
-
id
|
8949
|
-
}
|
8950
7657
|
}
|
8951
7658
|
asset {
|
8952
7659
|
id
|
@@ -9054,9 +7761,6 @@ export const NewsArticleAssetSentiment = {
|
|
9054
7761
|
stripeCurrentPeriodEnd
|
9055
7762
|
createdAt
|
9056
7763
|
updatedAt
|
9057
|
-
users {
|
9058
|
-
id
|
9059
|
-
}
|
9060
7764
|
}
|
9061
7765
|
customerId
|
9062
7766
|
accounts {
|
@@ -9074,18 +7778,12 @@ export const NewsArticleAssetSentiment = {
|
|
9074
7778
|
session_state
|
9075
7779
|
createdAt
|
9076
7780
|
updatedAt
|
9077
|
-
user {
|
9078
|
-
id
|
9079
|
-
}
|
9080
7781
|
}
|
9081
7782
|
sessions {
|
9082
7783
|
id
|
9083
7784
|
sessionToken
|
9084
7785
|
userId
|
9085
7786
|
expires
|
9086
|
-
user {
|
9087
|
-
id
|
9088
|
-
}
|
9089
7787
|
createdAt
|
9090
7788
|
updatedAt
|
9091
7789
|
}
|
@@ -9095,23 +7793,14 @@ export const NewsArticleAssetSentiment = {
|
|
9095
7793
|
credentialID
|
9096
7794
|
publicKey
|
9097
7795
|
counter
|
9098
|
-
user {
|
9099
|
-
id
|
9100
|
-
}
|
9101
7796
|
createdAt
|
9102
7797
|
updatedAt
|
9103
7798
|
}
|
9104
7799
|
plan
|
9105
|
-
alpacaAccounts {
|
9106
|
-
id
|
9107
|
-
}
|
9108
7800
|
}
|
9109
7801
|
userId
|
9110
7802
|
createdAt
|
9111
7803
|
updatedAt
|
9112
|
-
trades {
|
9113
|
-
id
|
9114
|
-
}
|
9115
7804
|
orders {
|
9116
7805
|
id
|
9117
7806
|
clientOrderId
|
@@ -9132,9 +7821,6 @@ export const NewsArticleAssetSentiment = {
|
|
9132
7821
|
createdAt
|
9133
7822
|
updatedAt
|
9134
7823
|
orderId
|
9135
|
-
Order {
|
9136
|
-
id
|
9137
|
-
}
|
9138
7824
|
}
|
9139
7825
|
takeProfit {
|
9140
7826
|
id
|
@@ -9143,9 +7829,6 @@ export const NewsArticleAssetSentiment = {
|
|
9143
7829
|
createdAt
|
9144
7830
|
updatedAt
|
9145
7831
|
orderId
|
9146
|
-
Order {
|
9147
|
-
id
|
9148
|
-
}
|
9149
7832
|
}
|
9150
7833
|
trailPrice
|
9151
7834
|
trailPercent
|
@@ -9157,9 +7840,6 @@ export const NewsArticleAssetSentiment = {
|
|
9157
7840
|
filledAt
|
9158
7841
|
filledAvgPrice
|
9159
7842
|
actionId
|
9160
|
-
alpacaAccount {
|
9161
|
-
id
|
9162
|
-
}
|
9163
7843
|
action {
|
9164
7844
|
id
|
9165
7845
|
sequence
|
@@ -9168,15 +7848,6 @@ export const NewsArticleAssetSentiment = {
|
|
9168
7848
|
note
|
9169
7849
|
status
|
9170
7850
|
fee
|
9171
|
-
trade {
|
9172
|
-
id
|
9173
|
-
}
|
9174
|
-
order {
|
9175
|
-
id
|
9176
|
-
}
|
9177
|
-
}
|
9178
|
-
asset {
|
9179
|
-
id
|
9180
7851
|
}
|
9181
7852
|
fee
|
9182
7853
|
strikePrice
|
@@ -9188,9 +7859,6 @@ export const NewsArticleAssetSentiment = {
|
|
9188
7859
|
positions {
|
9189
7860
|
id
|
9190
7861
|
assetId
|
9191
|
-
asset {
|
9192
|
-
id
|
9193
|
-
}
|
9194
7862
|
averageEntryPrice
|
9195
7863
|
qty
|
9196
7864
|
qtyAvailable
|
@@ -9204,9 +7872,6 @@ export const NewsArticleAssetSentiment = {
|
|
9204
7872
|
lastTradePrice
|
9205
7873
|
changeToday
|
9206
7874
|
assetMarginable
|
9207
|
-
alpacaAccount {
|
9208
|
-
id
|
9209
|
-
}
|
9210
7875
|
alpacaAccountId
|
9211
7876
|
}
|
9212
7877
|
alerts {
|
@@ -9217,14 +7882,8 @@ export const NewsArticleAssetSentiment = {
|
|
9217
7882
|
isRead
|
9218
7883
|
createdAt
|
9219
7884
|
updatedAt
|
9220
|
-
alpacaAccount {
|
9221
|
-
id
|
9222
|
-
}
|
9223
7885
|
}
|
9224
7886
|
}
|
9225
|
-
asset {
|
9226
|
-
id
|
9227
|
-
}
|
9228
7887
|
actions {
|
9229
7888
|
id
|
9230
7889
|
sequence
|
@@ -9233,9 +7892,6 @@ export const NewsArticleAssetSentiment = {
|
|
9233
7892
|
note
|
9234
7893
|
status
|
9235
7894
|
fee
|
9236
|
-
trade {
|
9237
|
-
id
|
9238
|
-
}
|
9239
7895
|
order {
|
9240
7896
|
id
|
9241
7897
|
clientOrderId
|
@@ -9256,9 +7912,6 @@ export const NewsArticleAssetSentiment = {
|
|
9256
7912
|
createdAt
|
9257
7913
|
updatedAt
|
9258
7914
|
orderId
|
9259
|
-
Order {
|
9260
|
-
id
|
9261
|
-
}
|
9262
7915
|
}
|
9263
7916
|
takeProfit {
|
9264
7917
|
id
|
@@ -9267,9 +7920,6 @@ export const NewsArticleAssetSentiment = {
|
|
9267
7920
|
createdAt
|
9268
7921
|
updatedAt
|
9269
7922
|
orderId
|
9270
|
-
Order {
|
9271
|
-
id
|
9272
|
-
}
|
9273
7923
|
}
|
9274
7924
|
trailPrice
|
9275
7925
|
trailPercent
|
@@ -9313,9 +7963,6 @@ export const NewsArticleAssetSentiment = {
|
|
9313
7963
|
stripeCurrentPeriodEnd
|
9314
7964
|
createdAt
|
9315
7965
|
updatedAt
|
9316
|
-
users {
|
9317
|
-
id
|
9318
|
-
}
|
9319
7966
|
}
|
9320
7967
|
customerId
|
9321
7968
|
accounts {
|
@@ -9333,18 +7980,12 @@ export const NewsArticleAssetSentiment = {
|
|
9333
7980
|
session_state
|
9334
7981
|
createdAt
|
9335
7982
|
updatedAt
|
9336
|
-
user {
|
9337
|
-
id
|
9338
|
-
}
|
9339
7983
|
}
|
9340
7984
|
sessions {
|
9341
7985
|
id
|
9342
7986
|
sessionToken
|
9343
7987
|
userId
|
9344
7988
|
expires
|
9345
|
-
user {
|
9346
|
-
id
|
9347
|
-
}
|
9348
7989
|
createdAt
|
9349
7990
|
updatedAt
|
9350
7991
|
}
|
@@ -9354,32 +7995,17 @@ export const NewsArticleAssetSentiment = {
|
|
9354
7995
|
credentialID
|
9355
7996
|
publicKey
|
9356
7997
|
counter
|
9357
|
-
user {
|
9358
|
-
id
|
9359
|
-
}
|
9360
7998
|
createdAt
|
9361
7999
|
updatedAt
|
9362
8000
|
}
|
9363
8001
|
plan
|
9364
|
-
alpacaAccounts {
|
9365
|
-
id
|
9366
|
-
}
|
9367
8002
|
}
|
9368
8003
|
userId
|
9369
8004
|
createdAt
|
9370
8005
|
updatedAt
|
9371
|
-
trades {
|
9372
|
-
id
|
9373
|
-
}
|
9374
|
-
orders {
|
9375
|
-
id
|
9376
|
-
}
|
9377
8006
|
positions {
|
9378
8007
|
id
|
9379
8008
|
assetId
|
9380
|
-
asset {
|
9381
|
-
id
|
9382
|
-
}
|
9383
8009
|
averageEntryPrice
|
9384
8010
|
qty
|
9385
8011
|
qtyAvailable
|
@@ -9393,9 +8019,6 @@ export const NewsArticleAssetSentiment = {
|
|
9393
8019
|
lastTradePrice
|
9394
8020
|
changeToday
|
9395
8021
|
assetMarginable
|
9396
|
-
alpacaAccount {
|
9397
|
-
id
|
9398
|
-
}
|
9399
8022
|
alpacaAccountId
|
9400
8023
|
}
|
9401
8024
|
alerts {
|
@@ -9406,17 +8029,8 @@ export const NewsArticleAssetSentiment = {
|
|
9406
8029
|
isRead
|
9407
8030
|
createdAt
|
9408
8031
|
updatedAt
|
9409
|
-
alpacaAccount {
|
9410
|
-
id
|
9411
|
-
}
|
9412
8032
|
}
|
9413
8033
|
}
|
9414
|
-
action {
|
9415
|
-
id
|
9416
|
-
}
|
9417
|
-
asset {
|
9418
|
-
id
|
9419
|
-
}
|
9420
8034
|
fee
|
9421
8035
|
strikePrice
|
9422
8036
|
expirationDate
|
@@ -9446,9 +8060,6 @@ export const NewsArticleAssetSentiment = {
|
|
9446
8060
|
createdAt
|
9447
8061
|
updatedAt
|
9448
8062
|
orderId
|
9449
|
-
Order {
|
9450
|
-
id
|
9451
|
-
}
|
9452
8063
|
}
|
9453
8064
|
takeProfit {
|
9454
8065
|
id
|
@@ -9457,9 +8068,6 @@ export const NewsArticleAssetSentiment = {
|
|
9457
8068
|
createdAt
|
9458
8069
|
updatedAt
|
9459
8070
|
orderId
|
9460
|
-
Order {
|
9461
|
-
id
|
9462
|
-
}
|
9463
8071
|
}
|
9464
8072
|
trailPrice
|
9465
8073
|
trailPercent
|
@@ -9503,9 +8111,6 @@ export const NewsArticleAssetSentiment = {
|
|
9503
8111
|
stripeCurrentPeriodEnd
|
9504
8112
|
createdAt
|
9505
8113
|
updatedAt
|
9506
|
-
users {
|
9507
|
-
id
|
9508
|
-
}
|
9509
8114
|
}
|
9510
8115
|
customerId
|
9511
8116
|
accounts {
|
@@ -9523,18 +8128,12 @@ export const NewsArticleAssetSentiment = {
|
|
9523
8128
|
session_state
|
9524
8129
|
createdAt
|
9525
8130
|
updatedAt
|
9526
|
-
user {
|
9527
|
-
id
|
9528
|
-
}
|
9529
8131
|
}
|
9530
8132
|
sessions {
|
9531
8133
|
id
|
9532
8134
|
sessionToken
|
9533
8135
|
userId
|
9534
8136
|
expires
|
9535
|
-
user {
|
9536
|
-
id
|
9537
|
-
}
|
9538
8137
|
createdAt
|
9539
8138
|
updatedAt
|
9540
8139
|
}
|
@@ -9544,16 +8143,10 @@ export const NewsArticleAssetSentiment = {
|
|
9544
8143
|
credentialID
|
9545
8144
|
publicKey
|
9546
8145
|
counter
|
9547
|
-
user {
|
9548
|
-
id
|
9549
|
-
}
|
9550
8146
|
createdAt
|
9551
8147
|
updatedAt
|
9552
8148
|
}
|
9553
8149
|
plan
|
9554
|
-
alpacaAccounts {
|
9555
|
-
id
|
9556
|
-
}
|
9557
8150
|
}
|
9558
8151
|
userId
|
9559
8152
|
createdAt
|
@@ -9573,12 +8166,6 @@ export const NewsArticleAssetSentiment = {
|
|
9573
8166
|
createdAt
|
9574
8167
|
updatedAt
|
9575
8168
|
status
|
9576
|
-
alpacaAccount {
|
9577
|
-
id
|
9578
|
-
}
|
9579
|
-
asset {
|
9580
|
-
id
|
9581
|
-
}
|
9582
8169
|
actions {
|
9583
8170
|
id
|
9584
8171
|
sequence
|
@@ -9587,23 +8174,11 @@ export const NewsArticleAssetSentiment = {
|
|
9587
8174
|
note
|
9588
8175
|
status
|
9589
8176
|
fee
|
9590
|
-
trade {
|
9591
|
-
id
|
9592
|
-
}
|
9593
|
-
order {
|
9594
|
-
id
|
9595
|
-
}
|
9596
8177
|
}
|
9597
8178
|
}
|
9598
|
-
orders {
|
9599
|
-
id
|
9600
|
-
}
|
9601
8179
|
positions {
|
9602
8180
|
id
|
9603
8181
|
assetId
|
9604
|
-
asset {
|
9605
|
-
id
|
9606
|
-
}
|
9607
8182
|
averageEntryPrice
|
9608
8183
|
qty
|
9609
8184
|
qtyAvailable
|
@@ -9617,9 +8192,6 @@ export const NewsArticleAssetSentiment = {
|
|
9617
8192
|
lastTradePrice
|
9618
8193
|
changeToday
|
9619
8194
|
assetMarginable
|
9620
|
-
alpacaAccount {
|
9621
|
-
id
|
9622
|
-
}
|
9623
8195
|
alpacaAccountId
|
9624
8196
|
}
|
9625
8197
|
alerts {
|
@@ -9630,9 +8202,6 @@ export const NewsArticleAssetSentiment = {
|
|
9630
8202
|
isRead
|
9631
8203
|
createdAt
|
9632
8204
|
updatedAt
|
9633
|
-
alpacaAccount {
|
9634
|
-
id
|
9635
|
-
}
|
9636
8205
|
}
|
9637
8206
|
}
|
9638
8207
|
action {
|
@@ -9690,9 +8259,6 @@ export const NewsArticleAssetSentiment = {
|
|
9690
8259
|
stripeCurrentPeriodEnd
|
9691
8260
|
createdAt
|
9692
8261
|
updatedAt
|
9693
|
-
users {
|
9694
|
-
id
|
9695
|
-
}
|
9696
8262
|
}
|
9697
8263
|
customerId
|
9698
8264
|
accounts {
|
@@ -9710,18 +8276,12 @@ export const NewsArticleAssetSentiment = {
|
|
9710
8276
|
session_state
|
9711
8277
|
createdAt
|
9712
8278
|
updatedAt
|
9713
|
-
user {
|
9714
|
-
id
|
9715
|
-
}
|
9716
8279
|
}
|
9717
8280
|
sessions {
|
9718
8281
|
id
|
9719
8282
|
sessionToken
|
9720
8283
|
userId
|
9721
8284
|
expires
|
9722
|
-
user {
|
9723
|
-
id
|
9724
|
-
}
|
9725
8285
|
createdAt
|
9726
8286
|
updatedAt
|
9727
8287
|
}
|
@@ -9731,32 +8291,17 @@ export const NewsArticleAssetSentiment = {
|
|
9731
8291
|
credentialID
|
9732
8292
|
publicKey
|
9733
8293
|
counter
|
9734
|
-
user {
|
9735
|
-
id
|
9736
|
-
}
|
9737
8294
|
createdAt
|
9738
8295
|
updatedAt
|
9739
8296
|
}
|
9740
8297
|
plan
|
9741
|
-
alpacaAccounts {
|
9742
|
-
id
|
9743
|
-
}
|
9744
8298
|
}
|
9745
8299
|
userId
|
9746
8300
|
createdAt
|
9747
8301
|
updatedAt
|
9748
|
-
trades {
|
9749
|
-
id
|
9750
|
-
}
|
9751
|
-
orders {
|
9752
|
-
id
|
9753
|
-
}
|
9754
8302
|
positions {
|
9755
8303
|
id
|
9756
8304
|
assetId
|
9757
|
-
asset {
|
9758
|
-
id
|
9759
|
-
}
|
9760
8305
|
averageEntryPrice
|
9761
8306
|
qty
|
9762
8307
|
qtyAvailable
|
@@ -9770,9 +8315,6 @@ export const NewsArticleAssetSentiment = {
|
|
9770
8315
|
lastTradePrice
|
9771
8316
|
changeToday
|
9772
8317
|
assetMarginable
|
9773
|
-
alpacaAccount {
|
9774
|
-
id
|
9775
|
-
}
|
9776
8318
|
alpacaAccountId
|
9777
8319
|
}
|
9778
8320
|
alerts {
|
@@ -9783,25 +8325,10 @@ export const NewsArticleAssetSentiment = {
|
|
9783
8325
|
isRead
|
9784
8326
|
createdAt
|
9785
8327
|
updatedAt
|
9786
|
-
alpacaAccount {
|
9787
|
-
id
|
9788
|
-
}
|
9789
8328
|
}
|
9790
8329
|
}
|
9791
|
-
asset {
|
9792
|
-
id
|
9793
|
-
}
|
9794
|
-
actions {
|
9795
|
-
id
|
9796
|
-
}
|
9797
|
-
}
|
9798
|
-
order {
|
9799
|
-
id
|
9800
8330
|
}
|
9801
8331
|
}
|
9802
|
-
asset {
|
9803
|
-
id
|
9804
|
-
}
|
9805
8332
|
fee
|
9806
8333
|
strikePrice
|
9807
8334
|
expirationDate
|
@@ -9812,9 +8339,6 @@ export const NewsArticleAssetSentiment = {
|
|
9812
8339
|
positions {
|
9813
8340
|
id
|
9814
8341
|
assetId
|
9815
|
-
asset {
|
9816
|
-
id
|
9817
|
-
}
|
9818
8342
|
averageEntryPrice
|
9819
8343
|
qty
|
9820
8344
|
qtyAvailable
|
@@ -9860,9 +8384,6 @@ export const NewsArticleAssetSentiment = {
|
|
9860
8384
|
stripeCurrentPeriodEnd
|
9861
8385
|
createdAt
|
9862
8386
|
updatedAt
|
9863
|
-
users {
|
9864
|
-
id
|
9865
|
-
}
|
9866
8387
|
}
|
9867
8388
|
customerId
|
9868
8389
|
accounts {
|
@@ -9880,18 +8401,12 @@ export const NewsArticleAssetSentiment = {
|
|
9880
8401
|
session_state
|
9881
8402
|
createdAt
|
9882
8403
|
updatedAt
|
9883
|
-
user {
|
9884
|
-
id
|
9885
|
-
}
|
9886
8404
|
}
|
9887
8405
|
sessions {
|
9888
8406
|
id
|
9889
8407
|
sessionToken
|
9890
8408
|
userId
|
9891
8409
|
expires
|
9892
|
-
user {
|
9893
|
-
id
|
9894
|
-
}
|
9895
8410
|
createdAt
|
9896
8411
|
updatedAt
|
9897
8412
|
}
|
@@ -9901,16 +8416,10 @@ export const NewsArticleAssetSentiment = {
|
|
9901
8416
|
credentialID
|
9902
8417
|
publicKey
|
9903
8418
|
counter
|
9904
|
-
user {
|
9905
|
-
id
|
9906
|
-
}
|
9907
8419
|
createdAt
|
9908
8420
|
updatedAt
|
9909
8421
|
}
|
9910
8422
|
plan
|
9911
|
-
alpacaAccounts {
|
9912
|
-
id
|
9913
|
-
}
|
9914
8423
|
}
|
9915
8424
|
userId
|
9916
8425
|
createdAt
|
@@ -9930,12 +8439,6 @@ export const NewsArticleAssetSentiment = {
|
|
9930
8439
|
createdAt
|
9931
8440
|
updatedAt
|
9932
8441
|
status
|
9933
|
-
alpacaAccount {
|
9934
|
-
id
|
9935
|
-
}
|
9936
|
-
asset {
|
9937
|
-
id
|
9938
|
-
}
|
9939
8442
|
actions {
|
9940
8443
|
id
|
9941
8444
|
sequence
|
@@ -9944,9 +8447,6 @@ export const NewsArticleAssetSentiment = {
|
|
9944
8447
|
note
|
9945
8448
|
status
|
9946
8449
|
fee
|
9947
|
-
trade {
|
9948
|
-
id
|
9949
|
-
}
|
9950
8450
|
order {
|
9951
8451
|
id
|
9952
8452
|
clientOrderId
|
@@ -9967,9 +8467,6 @@ export const NewsArticleAssetSentiment = {
|
|
9967
8467
|
createdAt
|
9968
8468
|
updatedAt
|
9969
8469
|
orderId
|
9970
|
-
Order {
|
9971
|
-
id
|
9972
|
-
}
|
9973
8470
|
}
|
9974
8471
|
takeProfit {
|
9975
8472
|
id
|
@@ -9978,9 +8475,6 @@ export const NewsArticleAssetSentiment = {
|
|
9978
8475
|
createdAt
|
9979
8476
|
updatedAt
|
9980
8477
|
orderId
|
9981
|
-
Order {
|
9982
|
-
id
|
9983
|
-
}
|
9984
8478
|
}
|
9985
8479
|
trailPrice
|
9986
8480
|
trailPercent
|
@@ -9992,15 +8486,6 @@ export const NewsArticleAssetSentiment = {
|
|
9992
8486
|
filledAt
|
9993
8487
|
filledAvgPrice
|
9994
8488
|
actionId
|
9995
|
-
alpacaAccount {
|
9996
|
-
id
|
9997
|
-
}
|
9998
|
-
action {
|
9999
|
-
id
|
10000
|
-
}
|
10001
|
-
asset {
|
10002
|
-
id
|
10003
|
-
}
|
10004
8489
|
fee
|
10005
8490
|
strikePrice
|
10006
8491
|
expirationDate
|
@@ -10030,9 +8515,6 @@ export const NewsArticleAssetSentiment = {
|
|
10030
8515
|
createdAt
|
10031
8516
|
updatedAt
|
10032
8517
|
orderId
|
10033
|
-
Order {
|
10034
|
-
id
|
10035
|
-
}
|
10036
8518
|
}
|
10037
8519
|
takeProfit {
|
10038
8520
|
id
|
@@ -10041,9 +8523,6 @@ export const NewsArticleAssetSentiment = {
|
|
10041
8523
|
createdAt
|
10042
8524
|
updatedAt
|
10043
8525
|
orderId
|
10044
|
-
Order {
|
10045
|
-
id
|
10046
|
-
}
|
10047
8526
|
}
|
10048
8527
|
trailPrice
|
10049
8528
|
trailPercent
|
@@ -10055,9 +8534,6 @@ export const NewsArticleAssetSentiment = {
|
|
10055
8534
|
filledAt
|
10056
8535
|
filledAvgPrice
|
10057
8536
|
actionId
|
10058
|
-
alpacaAccount {
|
10059
|
-
id
|
10060
|
-
}
|
10061
8537
|
action {
|
10062
8538
|
id
|
10063
8539
|
sequence
|
@@ -10081,23 +8557,8 @@ export const NewsArticleAssetSentiment = {
|
|
10081
8557
|
createdAt
|
10082
8558
|
updatedAt
|
10083
8559
|
status
|
10084
|
-
alpacaAccount {
|
10085
|
-
id
|
10086
|
-
}
|
10087
|
-
asset {
|
10088
|
-
id
|
10089
|
-
}
|
10090
|
-
actions {
|
10091
|
-
id
|
10092
|
-
}
|
10093
|
-
}
|
10094
|
-
order {
|
10095
|
-
id
|
10096
8560
|
}
|
10097
8561
|
}
|
10098
|
-
asset {
|
10099
|
-
id
|
10100
|
-
}
|
10101
8562
|
fee
|
10102
8563
|
strikePrice
|
10103
8564
|
expirationDate
|
@@ -10105,9 +8566,6 @@ export const NewsArticleAssetSentiment = {
|
|
10105
8566
|
stopLossId
|
10106
8567
|
takeProfitId
|
10107
8568
|
}
|
10108
|
-
positions {
|
10109
|
-
id
|
10110
|
-
}
|
10111
8569
|
alerts {
|
10112
8570
|
id
|
10113
8571
|
alpacaAccountId
|
@@ -10116,16 +8574,10 @@ export const NewsArticleAssetSentiment = {
|
|
10116
8574
|
isRead
|
10117
8575
|
createdAt
|
10118
8576
|
updatedAt
|
10119
|
-
alpacaAccount {
|
10120
|
-
id
|
10121
|
-
}
|
10122
8577
|
}
|
10123
8578
|
}
|
10124
8579
|
alpacaAccountId
|
10125
8580
|
}
|
10126
|
-
newsMentions {
|
10127
|
-
id
|
10128
|
-
}
|
10129
8581
|
}
|
10130
8582
|
relevancyScore
|
10131
8583
|
sentimentScore
|