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
@@ -39,9 +39,6 @@ exports.NewsArticleAssetSentiment = {
|
|
39
39
|
logo
|
40
40
|
createdAt
|
41
41
|
updatedAt
|
42
|
-
assets {
|
43
|
-
id
|
44
|
-
}
|
45
42
|
}
|
46
43
|
asset {
|
47
44
|
id
|
@@ -149,9 +146,6 @@ exports.NewsArticleAssetSentiment = {
|
|
149
146
|
stripeCurrentPeriodEnd
|
150
147
|
createdAt
|
151
148
|
updatedAt
|
152
|
-
users {
|
153
|
-
id
|
154
|
-
}
|
155
149
|
}
|
156
150
|
customerId
|
157
151
|
accounts {
|
@@ -169,18 +163,12 @@ exports.NewsArticleAssetSentiment = {
|
|
169
163
|
session_state
|
170
164
|
createdAt
|
171
165
|
updatedAt
|
172
|
-
user {
|
173
|
-
id
|
174
|
-
}
|
175
166
|
}
|
176
167
|
sessions {
|
177
168
|
id
|
178
169
|
sessionToken
|
179
170
|
userId
|
180
171
|
expires
|
181
|
-
user {
|
182
|
-
id
|
183
|
-
}
|
184
172
|
createdAt
|
185
173
|
updatedAt
|
186
174
|
}
|
@@ -190,23 +178,14 @@ exports.NewsArticleAssetSentiment = {
|
|
190
178
|
credentialID
|
191
179
|
publicKey
|
192
180
|
counter
|
193
|
-
user {
|
194
|
-
id
|
195
|
-
}
|
196
181
|
createdAt
|
197
182
|
updatedAt
|
198
183
|
}
|
199
184
|
plan
|
200
|
-
alpacaAccounts {
|
201
|
-
id
|
202
|
-
}
|
203
185
|
}
|
204
186
|
userId
|
205
187
|
createdAt
|
206
188
|
updatedAt
|
207
|
-
trades {
|
208
|
-
id
|
209
|
-
}
|
210
189
|
orders {
|
211
190
|
id
|
212
191
|
clientOrderId
|
@@ -227,9 +206,6 @@ exports.NewsArticleAssetSentiment = {
|
|
227
206
|
createdAt
|
228
207
|
updatedAt
|
229
208
|
orderId
|
230
|
-
Order {
|
231
|
-
id
|
232
|
-
}
|
233
209
|
}
|
234
210
|
takeProfit {
|
235
211
|
id
|
@@ -238,9 +214,6 @@ exports.NewsArticleAssetSentiment = {
|
|
238
214
|
createdAt
|
239
215
|
updatedAt
|
240
216
|
orderId
|
241
|
-
Order {
|
242
|
-
id
|
243
|
-
}
|
244
217
|
}
|
245
218
|
trailPrice
|
246
219
|
trailPercent
|
@@ -252,9 +225,6 @@ exports.NewsArticleAssetSentiment = {
|
|
252
225
|
filledAt
|
253
226
|
filledAvgPrice
|
254
227
|
actionId
|
255
|
-
alpacaAccount {
|
256
|
-
id
|
257
|
-
}
|
258
228
|
action {
|
259
229
|
id
|
260
230
|
sequence
|
@@ -263,15 +233,6 @@ exports.NewsArticleAssetSentiment = {
|
|
263
233
|
note
|
264
234
|
status
|
265
235
|
fee
|
266
|
-
trade {
|
267
|
-
id
|
268
|
-
}
|
269
|
-
order {
|
270
|
-
id
|
271
|
-
}
|
272
|
-
}
|
273
|
-
asset {
|
274
|
-
id
|
275
236
|
}
|
276
237
|
fee
|
277
238
|
strikePrice
|
@@ -283,9 +244,6 @@ exports.NewsArticleAssetSentiment = {
|
|
283
244
|
positions {
|
284
245
|
id
|
285
246
|
assetId
|
286
|
-
asset {
|
287
|
-
id
|
288
|
-
}
|
289
247
|
averageEntryPrice
|
290
248
|
qty
|
291
249
|
qtyAvailable
|
@@ -299,9 +257,6 @@ exports.NewsArticleAssetSentiment = {
|
|
299
257
|
lastTradePrice
|
300
258
|
changeToday
|
301
259
|
assetMarginable
|
302
|
-
alpacaAccount {
|
303
|
-
id
|
304
|
-
}
|
305
260
|
alpacaAccountId
|
306
261
|
}
|
307
262
|
alerts {
|
@@ -312,14 +267,8 @@ exports.NewsArticleAssetSentiment = {
|
|
312
267
|
isRead
|
313
268
|
createdAt
|
314
269
|
updatedAt
|
315
|
-
alpacaAccount {
|
316
|
-
id
|
317
|
-
}
|
318
270
|
}
|
319
271
|
}
|
320
|
-
asset {
|
321
|
-
id
|
322
|
-
}
|
323
272
|
actions {
|
324
273
|
id
|
325
274
|
sequence
|
@@ -328,9 +277,6 @@ exports.NewsArticleAssetSentiment = {
|
|
328
277
|
note
|
329
278
|
status
|
330
279
|
fee
|
331
|
-
trade {
|
332
|
-
id
|
333
|
-
}
|
334
280
|
order {
|
335
281
|
id
|
336
282
|
clientOrderId
|
@@ -351,9 +297,6 @@ exports.NewsArticleAssetSentiment = {
|
|
351
297
|
createdAt
|
352
298
|
updatedAt
|
353
299
|
orderId
|
354
|
-
Order {
|
355
|
-
id
|
356
|
-
}
|
357
300
|
}
|
358
301
|
takeProfit {
|
359
302
|
id
|
@@ -362,9 +305,6 @@ exports.NewsArticleAssetSentiment = {
|
|
362
305
|
createdAt
|
363
306
|
updatedAt
|
364
307
|
orderId
|
365
|
-
Order {
|
366
|
-
id
|
367
|
-
}
|
368
308
|
}
|
369
309
|
trailPrice
|
370
310
|
trailPercent
|
@@ -408,9 +348,6 @@ exports.NewsArticleAssetSentiment = {
|
|
408
348
|
stripeCurrentPeriodEnd
|
409
349
|
createdAt
|
410
350
|
updatedAt
|
411
|
-
users {
|
412
|
-
id
|
413
|
-
}
|
414
351
|
}
|
415
352
|
customerId
|
416
353
|
accounts {
|
@@ -428,18 +365,12 @@ exports.NewsArticleAssetSentiment = {
|
|
428
365
|
session_state
|
429
366
|
createdAt
|
430
367
|
updatedAt
|
431
|
-
user {
|
432
|
-
id
|
433
|
-
}
|
434
368
|
}
|
435
369
|
sessions {
|
436
370
|
id
|
437
371
|
sessionToken
|
438
372
|
userId
|
439
373
|
expires
|
440
|
-
user {
|
441
|
-
id
|
442
|
-
}
|
443
374
|
createdAt
|
444
375
|
updatedAt
|
445
376
|
}
|
@@ -449,32 +380,17 @@ exports.NewsArticleAssetSentiment = {
|
|
449
380
|
credentialID
|
450
381
|
publicKey
|
451
382
|
counter
|
452
|
-
user {
|
453
|
-
id
|
454
|
-
}
|
455
383
|
createdAt
|
456
384
|
updatedAt
|
457
385
|
}
|
458
386
|
plan
|
459
|
-
alpacaAccounts {
|
460
|
-
id
|
461
|
-
}
|
462
387
|
}
|
463
388
|
userId
|
464
389
|
createdAt
|
465
390
|
updatedAt
|
466
|
-
trades {
|
467
|
-
id
|
468
|
-
}
|
469
|
-
orders {
|
470
|
-
id
|
471
|
-
}
|
472
391
|
positions {
|
473
392
|
id
|
474
393
|
assetId
|
475
|
-
asset {
|
476
|
-
id
|
477
|
-
}
|
478
394
|
averageEntryPrice
|
479
395
|
qty
|
480
396
|
qtyAvailable
|
@@ -488,9 +404,6 @@ exports.NewsArticleAssetSentiment = {
|
|
488
404
|
lastTradePrice
|
489
405
|
changeToday
|
490
406
|
assetMarginable
|
491
|
-
alpacaAccount {
|
492
|
-
id
|
493
|
-
}
|
494
407
|
alpacaAccountId
|
495
408
|
}
|
496
409
|
alerts {
|
@@ -501,17 +414,8 @@ exports.NewsArticleAssetSentiment = {
|
|
501
414
|
isRead
|
502
415
|
createdAt
|
503
416
|
updatedAt
|
504
|
-
alpacaAccount {
|
505
|
-
id
|
506
|
-
}
|
507
417
|
}
|
508
418
|
}
|
509
|
-
action {
|
510
|
-
id
|
511
|
-
}
|
512
|
-
asset {
|
513
|
-
id
|
514
|
-
}
|
515
419
|
fee
|
516
420
|
strikePrice
|
517
421
|
expirationDate
|
@@ -541,9 +445,6 @@ exports.NewsArticleAssetSentiment = {
|
|
541
445
|
createdAt
|
542
446
|
updatedAt
|
543
447
|
orderId
|
544
|
-
Order {
|
545
|
-
id
|
546
|
-
}
|
547
448
|
}
|
548
449
|
takeProfit {
|
549
450
|
id
|
@@ -552,9 +453,6 @@ exports.NewsArticleAssetSentiment = {
|
|
552
453
|
createdAt
|
553
454
|
updatedAt
|
554
455
|
orderId
|
555
|
-
Order {
|
556
|
-
id
|
557
|
-
}
|
558
456
|
}
|
559
457
|
trailPrice
|
560
458
|
trailPercent
|
@@ -598,9 +496,6 @@ exports.NewsArticleAssetSentiment = {
|
|
598
496
|
stripeCurrentPeriodEnd
|
599
497
|
createdAt
|
600
498
|
updatedAt
|
601
|
-
users {
|
602
|
-
id
|
603
|
-
}
|
604
499
|
}
|
605
500
|
customerId
|
606
501
|
accounts {
|
@@ -618,18 +513,12 @@ exports.NewsArticleAssetSentiment = {
|
|
618
513
|
session_state
|
619
514
|
createdAt
|
620
515
|
updatedAt
|
621
|
-
user {
|
622
|
-
id
|
623
|
-
}
|
624
516
|
}
|
625
517
|
sessions {
|
626
518
|
id
|
627
519
|
sessionToken
|
628
520
|
userId
|
629
521
|
expires
|
630
|
-
user {
|
631
|
-
id
|
632
|
-
}
|
633
522
|
createdAt
|
634
523
|
updatedAt
|
635
524
|
}
|
@@ -639,16 +528,10 @@ exports.NewsArticleAssetSentiment = {
|
|
639
528
|
credentialID
|
640
529
|
publicKey
|
641
530
|
counter
|
642
|
-
user {
|
643
|
-
id
|
644
|
-
}
|
645
531
|
createdAt
|
646
532
|
updatedAt
|
647
533
|
}
|
648
534
|
plan
|
649
|
-
alpacaAccounts {
|
650
|
-
id
|
651
|
-
}
|
652
535
|
}
|
653
536
|
userId
|
654
537
|
createdAt
|
@@ -668,12 +551,6 @@ exports.NewsArticleAssetSentiment = {
|
|
668
551
|
createdAt
|
669
552
|
updatedAt
|
670
553
|
status
|
671
|
-
alpacaAccount {
|
672
|
-
id
|
673
|
-
}
|
674
|
-
asset {
|
675
|
-
id
|
676
|
-
}
|
677
554
|
actions {
|
678
555
|
id
|
679
556
|
sequence
|
@@ -682,23 +559,11 @@ exports.NewsArticleAssetSentiment = {
|
|
682
559
|
note
|
683
560
|
status
|
684
561
|
fee
|
685
|
-
trade {
|
686
|
-
id
|
687
|
-
}
|
688
|
-
order {
|
689
|
-
id
|
690
|
-
}
|
691
562
|
}
|
692
563
|
}
|
693
|
-
orders {
|
694
|
-
id
|
695
|
-
}
|
696
564
|
positions {
|
697
565
|
id
|
698
566
|
assetId
|
699
|
-
asset {
|
700
|
-
id
|
701
|
-
}
|
702
567
|
averageEntryPrice
|
703
568
|
qty
|
704
569
|
qtyAvailable
|
@@ -712,9 +577,6 @@ exports.NewsArticleAssetSentiment = {
|
|
712
577
|
lastTradePrice
|
713
578
|
changeToday
|
714
579
|
assetMarginable
|
715
|
-
alpacaAccount {
|
716
|
-
id
|
717
|
-
}
|
718
580
|
alpacaAccountId
|
719
581
|
}
|
720
582
|
alerts {
|
@@ -725,9 +587,6 @@ exports.NewsArticleAssetSentiment = {
|
|
725
587
|
isRead
|
726
588
|
createdAt
|
727
589
|
updatedAt
|
728
|
-
alpacaAccount {
|
729
|
-
id
|
730
|
-
}
|
731
590
|
}
|
732
591
|
}
|
733
592
|
action {
|
@@ -785,9 +644,6 @@ exports.NewsArticleAssetSentiment = {
|
|
785
644
|
stripeCurrentPeriodEnd
|
786
645
|
createdAt
|
787
646
|
updatedAt
|
788
|
-
users {
|
789
|
-
id
|
790
|
-
}
|
791
647
|
}
|
792
648
|
customerId
|
793
649
|
accounts {
|
@@ -805,18 +661,12 @@ exports.NewsArticleAssetSentiment = {
|
|
805
661
|
session_state
|
806
662
|
createdAt
|
807
663
|
updatedAt
|
808
|
-
user {
|
809
|
-
id
|
810
|
-
}
|
811
664
|
}
|
812
665
|
sessions {
|
813
666
|
id
|
814
667
|
sessionToken
|
815
668
|
userId
|
816
669
|
expires
|
817
|
-
user {
|
818
|
-
id
|
819
|
-
}
|
820
670
|
createdAt
|
821
671
|
updatedAt
|
822
672
|
}
|
@@ -826,32 +676,17 @@ exports.NewsArticleAssetSentiment = {
|
|
826
676
|
credentialID
|
827
677
|
publicKey
|
828
678
|
counter
|
829
|
-
user {
|
830
|
-
id
|
831
|
-
}
|
832
679
|
createdAt
|
833
680
|
updatedAt
|
834
681
|
}
|
835
682
|
plan
|
836
|
-
alpacaAccounts {
|
837
|
-
id
|
838
|
-
}
|
839
683
|
}
|
840
684
|
userId
|
841
685
|
createdAt
|
842
686
|
updatedAt
|
843
|
-
trades {
|
844
|
-
id
|
845
|
-
}
|
846
|
-
orders {
|
847
|
-
id
|
848
|
-
}
|
849
687
|
positions {
|
850
688
|
id
|
851
689
|
assetId
|
852
|
-
asset {
|
853
|
-
id
|
854
|
-
}
|
855
690
|
averageEntryPrice
|
856
691
|
qty
|
857
692
|
qtyAvailable
|
@@ -865,9 +700,6 @@ exports.NewsArticleAssetSentiment = {
|
|
865
700
|
lastTradePrice
|
866
701
|
changeToday
|
867
702
|
assetMarginable
|
868
|
-
alpacaAccount {
|
869
|
-
id
|
870
|
-
}
|
871
703
|
alpacaAccountId
|
872
704
|
}
|
873
705
|
alerts {
|
@@ -878,25 +710,10 @@ exports.NewsArticleAssetSentiment = {
|
|
878
710
|
isRead
|
879
711
|
createdAt
|
880
712
|
updatedAt
|
881
|
-
alpacaAccount {
|
882
|
-
id
|
883
|
-
}
|
884
713
|
}
|
885
714
|
}
|
886
|
-
asset {
|
887
|
-
id
|
888
|
-
}
|
889
|
-
actions {
|
890
|
-
id
|
891
|
-
}
|
892
|
-
}
|
893
|
-
order {
|
894
|
-
id
|
895
715
|
}
|
896
716
|
}
|
897
|
-
asset {
|
898
|
-
id
|
899
|
-
}
|
900
717
|
fee
|
901
718
|
strikePrice
|
902
719
|
expirationDate
|
@@ -907,9 +724,6 @@ exports.NewsArticleAssetSentiment = {
|
|
907
724
|
positions {
|
908
725
|
id
|
909
726
|
assetId
|
910
|
-
asset {
|
911
|
-
id
|
912
|
-
}
|
913
727
|
averageEntryPrice
|
914
728
|
qty
|
915
729
|
qtyAvailable
|
@@ -955,9 +769,6 @@ exports.NewsArticleAssetSentiment = {
|
|
955
769
|
stripeCurrentPeriodEnd
|
956
770
|
createdAt
|
957
771
|
updatedAt
|
958
|
-
users {
|
959
|
-
id
|
960
|
-
}
|
961
772
|
}
|
962
773
|
customerId
|
963
774
|
accounts {
|
@@ -975,18 +786,12 @@ exports.NewsArticleAssetSentiment = {
|
|
975
786
|
session_state
|
976
787
|
createdAt
|
977
788
|
updatedAt
|
978
|
-
user {
|
979
|
-
id
|
980
|
-
}
|
981
789
|
}
|
982
790
|
sessions {
|
983
791
|
id
|
984
792
|
sessionToken
|
985
793
|
userId
|
986
794
|
expires
|
987
|
-
user {
|
988
|
-
id
|
989
|
-
}
|
990
795
|
createdAt
|
991
796
|
updatedAt
|
992
797
|
}
|
@@ -996,16 +801,10 @@ exports.NewsArticleAssetSentiment = {
|
|
996
801
|
credentialID
|
997
802
|
publicKey
|
998
803
|
counter
|
999
|
-
user {
|
1000
|
-
id
|
1001
|
-
}
|
1002
804
|
createdAt
|
1003
805
|
updatedAt
|
1004
806
|
}
|
1005
807
|
plan
|
1006
|
-
alpacaAccounts {
|
1007
|
-
id
|
1008
|
-
}
|
1009
808
|
}
|
1010
809
|
userId
|
1011
810
|
createdAt
|
@@ -1025,12 +824,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1025
824
|
createdAt
|
1026
825
|
updatedAt
|
1027
826
|
status
|
1028
|
-
alpacaAccount {
|
1029
|
-
id
|
1030
|
-
}
|
1031
|
-
asset {
|
1032
|
-
id
|
1033
|
-
}
|
1034
827
|
actions {
|
1035
828
|
id
|
1036
829
|
sequence
|
@@ -1039,9 +832,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1039
832
|
note
|
1040
833
|
status
|
1041
834
|
fee
|
1042
|
-
trade {
|
1043
|
-
id
|
1044
|
-
}
|
1045
835
|
order {
|
1046
836
|
id
|
1047
837
|
clientOrderId
|
@@ -1062,9 +852,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1062
852
|
createdAt
|
1063
853
|
updatedAt
|
1064
854
|
orderId
|
1065
|
-
Order {
|
1066
|
-
id
|
1067
|
-
}
|
1068
855
|
}
|
1069
856
|
takeProfit {
|
1070
857
|
id
|
@@ -1073,9 +860,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1073
860
|
createdAt
|
1074
861
|
updatedAt
|
1075
862
|
orderId
|
1076
|
-
Order {
|
1077
|
-
id
|
1078
|
-
}
|
1079
863
|
}
|
1080
864
|
trailPrice
|
1081
865
|
trailPercent
|
@@ -1087,15 +871,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1087
871
|
filledAt
|
1088
872
|
filledAvgPrice
|
1089
873
|
actionId
|
1090
|
-
alpacaAccount {
|
1091
|
-
id
|
1092
|
-
}
|
1093
|
-
action {
|
1094
|
-
id
|
1095
|
-
}
|
1096
|
-
asset {
|
1097
|
-
id
|
1098
|
-
}
|
1099
874
|
fee
|
1100
875
|
strikePrice
|
1101
876
|
expirationDate
|
@@ -1125,9 +900,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1125
900
|
createdAt
|
1126
901
|
updatedAt
|
1127
902
|
orderId
|
1128
|
-
Order {
|
1129
|
-
id
|
1130
|
-
}
|
1131
903
|
}
|
1132
904
|
takeProfit {
|
1133
905
|
id
|
@@ -1136,9 +908,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1136
908
|
createdAt
|
1137
909
|
updatedAt
|
1138
910
|
orderId
|
1139
|
-
Order {
|
1140
|
-
id
|
1141
|
-
}
|
1142
911
|
}
|
1143
912
|
trailPrice
|
1144
913
|
trailPercent
|
@@ -1150,9 +919,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1150
919
|
filledAt
|
1151
920
|
filledAvgPrice
|
1152
921
|
actionId
|
1153
|
-
alpacaAccount {
|
1154
|
-
id
|
1155
|
-
}
|
1156
922
|
action {
|
1157
923
|
id
|
1158
924
|
sequence
|
@@ -1176,23 +942,8 @@ exports.NewsArticleAssetSentiment = {
|
|
1176
942
|
createdAt
|
1177
943
|
updatedAt
|
1178
944
|
status
|
1179
|
-
alpacaAccount {
|
1180
|
-
id
|
1181
|
-
}
|
1182
|
-
asset {
|
1183
|
-
id
|
1184
|
-
}
|
1185
|
-
actions {
|
1186
|
-
id
|
1187
|
-
}
|
1188
|
-
}
|
1189
|
-
order {
|
1190
|
-
id
|
1191
945
|
}
|
1192
946
|
}
|
1193
|
-
asset {
|
1194
|
-
id
|
1195
|
-
}
|
1196
947
|
fee
|
1197
948
|
strikePrice
|
1198
949
|
expirationDate
|
@@ -1200,9 +951,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1200
951
|
stopLossId
|
1201
952
|
takeProfitId
|
1202
953
|
}
|
1203
|
-
positions {
|
1204
|
-
id
|
1205
|
-
}
|
1206
954
|
alerts {
|
1207
955
|
id
|
1208
956
|
alpacaAccountId
|
@@ -1211,16 +959,10 @@ exports.NewsArticleAssetSentiment = {
|
|
1211
959
|
isRead
|
1212
960
|
createdAt
|
1213
961
|
updatedAt
|
1214
|
-
alpacaAccount {
|
1215
|
-
id
|
1216
|
-
}
|
1217
962
|
}
|
1218
963
|
}
|
1219
964
|
alpacaAccountId
|
1220
965
|
}
|
1221
|
-
newsMentions {
|
1222
|
-
id
|
1223
|
-
}
|
1224
966
|
}
|
1225
967
|
relevancyScore
|
1226
968
|
sentimentScore
|
@@ -1645,9 +1387,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1645
1387
|
logo
|
1646
1388
|
createdAt
|
1647
1389
|
updatedAt
|
1648
|
-
assets {
|
1649
|
-
id
|
1650
|
-
}
|
1651
1390
|
}
|
1652
1391
|
asset {
|
1653
1392
|
id
|
@@ -1755,9 +1494,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1755
1494
|
stripeCurrentPeriodEnd
|
1756
1495
|
createdAt
|
1757
1496
|
updatedAt
|
1758
|
-
users {
|
1759
|
-
id
|
1760
|
-
}
|
1761
1497
|
}
|
1762
1498
|
customerId
|
1763
1499
|
accounts {
|
@@ -1775,18 +1511,12 @@ exports.NewsArticleAssetSentiment = {
|
|
1775
1511
|
session_state
|
1776
1512
|
createdAt
|
1777
1513
|
updatedAt
|
1778
|
-
user {
|
1779
|
-
id
|
1780
|
-
}
|
1781
1514
|
}
|
1782
1515
|
sessions {
|
1783
1516
|
id
|
1784
1517
|
sessionToken
|
1785
1518
|
userId
|
1786
1519
|
expires
|
1787
|
-
user {
|
1788
|
-
id
|
1789
|
-
}
|
1790
1520
|
createdAt
|
1791
1521
|
updatedAt
|
1792
1522
|
}
|
@@ -1796,23 +1526,14 @@ exports.NewsArticleAssetSentiment = {
|
|
1796
1526
|
credentialID
|
1797
1527
|
publicKey
|
1798
1528
|
counter
|
1799
|
-
user {
|
1800
|
-
id
|
1801
|
-
}
|
1802
1529
|
createdAt
|
1803
1530
|
updatedAt
|
1804
1531
|
}
|
1805
1532
|
plan
|
1806
|
-
alpacaAccounts {
|
1807
|
-
id
|
1808
|
-
}
|
1809
1533
|
}
|
1810
1534
|
userId
|
1811
1535
|
createdAt
|
1812
1536
|
updatedAt
|
1813
|
-
trades {
|
1814
|
-
id
|
1815
|
-
}
|
1816
1537
|
orders {
|
1817
1538
|
id
|
1818
1539
|
clientOrderId
|
@@ -1833,9 +1554,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1833
1554
|
createdAt
|
1834
1555
|
updatedAt
|
1835
1556
|
orderId
|
1836
|
-
Order {
|
1837
|
-
id
|
1838
|
-
}
|
1839
1557
|
}
|
1840
1558
|
takeProfit {
|
1841
1559
|
id
|
@@ -1844,9 +1562,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1844
1562
|
createdAt
|
1845
1563
|
updatedAt
|
1846
1564
|
orderId
|
1847
|
-
Order {
|
1848
|
-
id
|
1849
|
-
}
|
1850
1565
|
}
|
1851
1566
|
trailPrice
|
1852
1567
|
trailPercent
|
@@ -1858,9 +1573,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1858
1573
|
filledAt
|
1859
1574
|
filledAvgPrice
|
1860
1575
|
actionId
|
1861
|
-
alpacaAccount {
|
1862
|
-
id
|
1863
|
-
}
|
1864
1576
|
action {
|
1865
1577
|
id
|
1866
1578
|
sequence
|
@@ -1869,15 +1581,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1869
1581
|
note
|
1870
1582
|
status
|
1871
1583
|
fee
|
1872
|
-
trade {
|
1873
|
-
id
|
1874
|
-
}
|
1875
|
-
order {
|
1876
|
-
id
|
1877
|
-
}
|
1878
|
-
}
|
1879
|
-
asset {
|
1880
|
-
id
|
1881
1584
|
}
|
1882
1585
|
fee
|
1883
1586
|
strikePrice
|
@@ -1889,9 +1592,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1889
1592
|
positions {
|
1890
1593
|
id
|
1891
1594
|
assetId
|
1892
|
-
asset {
|
1893
|
-
id
|
1894
|
-
}
|
1895
1595
|
averageEntryPrice
|
1896
1596
|
qty
|
1897
1597
|
qtyAvailable
|
@@ -1905,9 +1605,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1905
1605
|
lastTradePrice
|
1906
1606
|
changeToday
|
1907
1607
|
assetMarginable
|
1908
|
-
alpacaAccount {
|
1909
|
-
id
|
1910
|
-
}
|
1911
1608
|
alpacaAccountId
|
1912
1609
|
}
|
1913
1610
|
alerts {
|
@@ -1918,14 +1615,8 @@ exports.NewsArticleAssetSentiment = {
|
|
1918
1615
|
isRead
|
1919
1616
|
createdAt
|
1920
1617
|
updatedAt
|
1921
|
-
alpacaAccount {
|
1922
|
-
id
|
1923
|
-
}
|
1924
1618
|
}
|
1925
1619
|
}
|
1926
|
-
asset {
|
1927
|
-
id
|
1928
|
-
}
|
1929
1620
|
actions {
|
1930
1621
|
id
|
1931
1622
|
sequence
|
@@ -1934,9 +1625,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1934
1625
|
note
|
1935
1626
|
status
|
1936
1627
|
fee
|
1937
|
-
trade {
|
1938
|
-
id
|
1939
|
-
}
|
1940
1628
|
order {
|
1941
1629
|
id
|
1942
1630
|
clientOrderId
|
@@ -1957,9 +1645,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1957
1645
|
createdAt
|
1958
1646
|
updatedAt
|
1959
1647
|
orderId
|
1960
|
-
Order {
|
1961
|
-
id
|
1962
|
-
}
|
1963
1648
|
}
|
1964
1649
|
takeProfit {
|
1965
1650
|
id
|
@@ -1968,9 +1653,6 @@ exports.NewsArticleAssetSentiment = {
|
|
1968
1653
|
createdAt
|
1969
1654
|
updatedAt
|
1970
1655
|
orderId
|
1971
|
-
Order {
|
1972
|
-
id
|
1973
|
-
}
|
1974
1656
|
}
|
1975
1657
|
trailPrice
|
1976
1658
|
trailPercent
|
@@ -2014,9 +1696,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2014
1696
|
stripeCurrentPeriodEnd
|
2015
1697
|
createdAt
|
2016
1698
|
updatedAt
|
2017
|
-
users {
|
2018
|
-
id
|
2019
|
-
}
|
2020
1699
|
}
|
2021
1700
|
customerId
|
2022
1701
|
accounts {
|
@@ -2034,18 +1713,12 @@ exports.NewsArticleAssetSentiment = {
|
|
2034
1713
|
session_state
|
2035
1714
|
createdAt
|
2036
1715
|
updatedAt
|
2037
|
-
user {
|
2038
|
-
id
|
2039
|
-
}
|
2040
1716
|
}
|
2041
1717
|
sessions {
|
2042
1718
|
id
|
2043
1719
|
sessionToken
|
2044
1720
|
userId
|
2045
1721
|
expires
|
2046
|
-
user {
|
2047
|
-
id
|
2048
|
-
}
|
2049
1722
|
createdAt
|
2050
1723
|
updatedAt
|
2051
1724
|
}
|
@@ -2055,32 +1728,17 @@ exports.NewsArticleAssetSentiment = {
|
|
2055
1728
|
credentialID
|
2056
1729
|
publicKey
|
2057
1730
|
counter
|
2058
|
-
user {
|
2059
|
-
id
|
2060
|
-
}
|
2061
1731
|
createdAt
|
2062
1732
|
updatedAt
|
2063
1733
|
}
|
2064
1734
|
plan
|
2065
|
-
alpacaAccounts {
|
2066
|
-
id
|
2067
|
-
}
|
2068
1735
|
}
|
2069
1736
|
userId
|
2070
1737
|
createdAt
|
2071
1738
|
updatedAt
|
2072
|
-
trades {
|
2073
|
-
id
|
2074
|
-
}
|
2075
|
-
orders {
|
2076
|
-
id
|
2077
|
-
}
|
2078
1739
|
positions {
|
2079
1740
|
id
|
2080
1741
|
assetId
|
2081
|
-
asset {
|
2082
|
-
id
|
2083
|
-
}
|
2084
1742
|
averageEntryPrice
|
2085
1743
|
qty
|
2086
1744
|
qtyAvailable
|
@@ -2094,9 +1752,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2094
1752
|
lastTradePrice
|
2095
1753
|
changeToday
|
2096
1754
|
assetMarginable
|
2097
|
-
alpacaAccount {
|
2098
|
-
id
|
2099
|
-
}
|
2100
1755
|
alpacaAccountId
|
2101
1756
|
}
|
2102
1757
|
alerts {
|
@@ -2107,17 +1762,8 @@ exports.NewsArticleAssetSentiment = {
|
|
2107
1762
|
isRead
|
2108
1763
|
createdAt
|
2109
1764
|
updatedAt
|
2110
|
-
alpacaAccount {
|
2111
|
-
id
|
2112
|
-
}
|
2113
1765
|
}
|
2114
1766
|
}
|
2115
|
-
action {
|
2116
|
-
id
|
2117
|
-
}
|
2118
|
-
asset {
|
2119
|
-
id
|
2120
|
-
}
|
2121
1767
|
fee
|
2122
1768
|
strikePrice
|
2123
1769
|
expirationDate
|
@@ -2147,9 +1793,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2147
1793
|
createdAt
|
2148
1794
|
updatedAt
|
2149
1795
|
orderId
|
2150
|
-
Order {
|
2151
|
-
id
|
2152
|
-
}
|
2153
1796
|
}
|
2154
1797
|
takeProfit {
|
2155
1798
|
id
|
@@ -2158,9 +1801,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2158
1801
|
createdAt
|
2159
1802
|
updatedAt
|
2160
1803
|
orderId
|
2161
|
-
Order {
|
2162
|
-
id
|
2163
|
-
}
|
2164
1804
|
}
|
2165
1805
|
trailPrice
|
2166
1806
|
trailPercent
|
@@ -2204,9 +1844,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2204
1844
|
stripeCurrentPeriodEnd
|
2205
1845
|
createdAt
|
2206
1846
|
updatedAt
|
2207
|
-
users {
|
2208
|
-
id
|
2209
|
-
}
|
2210
1847
|
}
|
2211
1848
|
customerId
|
2212
1849
|
accounts {
|
@@ -2224,18 +1861,12 @@ exports.NewsArticleAssetSentiment = {
|
|
2224
1861
|
session_state
|
2225
1862
|
createdAt
|
2226
1863
|
updatedAt
|
2227
|
-
user {
|
2228
|
-
id
|
2229
|
-
}
|
2230
1864
|
}
|
2231
1865
|
sessions {
|
2232
1866
|
id
|
2233
1867
|
sessionToken
|
2234
1868
|
userId
|
2235
1869
|
expires
|
2236
|
-
user {
|
2237
|
-
id
|
2238
|
-
}
|
2239
1870
|
createdAt
|
2240
1871
|
updatedAt
|
2241
1872
|
}
|
@@ -2245,16 +1876,10 @@ exports.NewsArticleAssetSentiment = {
|
|
2245
1876
|
credentialID
|
2246
1877
|
publicKey
|
2247
1878
|
counter
|
2248
|
-
user {
|
2249
|
-
id
|
2250
|
-
}
|
2251
1879
|
createdAt
|
2252
1880
|
updatedAt
|
2253
1881
|
}
|
2254
1882
|
plan
|
2255
|
-
alpacaAccounts {
|
2256
|
-
id
|
2257
|
-
}
|
2258
1883
|
}
|
2259
1884
|
userId
|
2260
1885
|
createdAt
|
@@ -2274,12 +1899,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2274
1899
|
createdAt
|
2275
1900
|
updatedAt
|
2276
1901
|
status
|
2277
|
-
alpacaAccount {
|
2278
|
-
id
|
2279
|
-
}
|
2280
|
-
asset {
|
2281
|
-
id
|
2282
|
-
}
|
2283
1902
|
actions {
|
2284
1903
|
id
|
2285
1904
|
sequence
|
@@ -2288,23 +1907,11 @@ exports.NewsArticleAssetSentiment = {
|
|
2288
1907
|
note
|
2289
1908
|
status
|
2290
1909
|
fee
|
2291
|
-
trade {
|
2292
|
-
id
|
2293
|
-
}
|
2294
|
-
order {
|
2295
|
-
id
|
2296
|
-
}
|
2297
1910
|
}
|
2298
1911
|
}
|
2299
|
-
orders {
|
2300
|
-
id
|
2301
|
-
}
|
2302
1912
|
positions {
|
2303
1913
|
id
|
2304
1914
|
assetId
|
2305
|
-
asset {
|
2306
|
-
id
|
2307
|
-
}
|
2308
1915
|
averageEntryPrice
|
2309
1916
|
qty
|
2310
1917
|
qtyAvailable
|
@@ -2318,9 +1925,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2318
1925
|
lastTradePrice
|
2319
1926
|
changeToday
|
2320
1927
|
assetMarginable
|
2321
|
-
alpacaAccount {
|
2322
|
-
id
|
2323
|
-
}
|
2324
1928
|
alpacaAccountId
|
2325
1929
|
}
|
2326
1930
|
alerts {
|
@@ -2331,9 +1935,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2331
1935
|
isRead
|
2332
1936
|
createdAt
|
2333
1937
|
updatedAt
|
2334
|
-
alpacaAccount {
|
2335
|
-
id
|
2336
|
-
}
|
2337
1938
|
}
|
2338
1939
|
}
|
2339
1940
|
action {
|
@@ -2391,9 +1992,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2391
1992
|
stripeCurrentPeriodEnd
|
2392
1993
|
createdAt
|
2393
1994
|
updatedAt
|
2394
|
-
users {
|
2395
|
-
id
|
2396
|
-
}
|
2397
1995
|
}
|
2398
1996
|
customerId
|
2399
1997
|
accounts {
|
@@ -2411,18 +2009,12 @@ exports.NewsArticleAssetSentiment = {
|
|
2411
2009
|
session_state
|
2412
2010
|
createdAt
|
2413
2011
|
updatedAt
|
2414
|
-
user {
|
2415
|
-
id
|
2416
|
-
}
|
2417
2012
|
}
|
2418
2013
|
sessions {
|
2419
2014
|
id
|
2420
2015
|
sessionToken
|
2421
2016
|
userId
|
2422
2017
|
expires
|
2423
|
-
user {
|
2424
|
-
id
|
2425
|
-
}
|
2426
2018
|
createdAt
|
2427
2019
|
updatedAt
|
2428
2020
|
}
|
@@ -2432,32 +2024,17 @@ exports.NewsArticleAssetSentiment = {
|
|
2432
2024
|
credentialID
|
2433
2025
|
publicKey
|
2434
2026
|
counter
|
2435
|
-
user {
|
2436
|
-
id
|
2437
|
-
}
|
2438
2027
|
createdAt
|
2439
2028
|
updatedAt
|
2440
2029
|
}
|
2441
2030
|
plan
|
2442
|
-
alpacaAccounts {
|
2443
|
-
id
|
2444
|
-
}
|
2445
2031
|
}
|
2446
2032
|
userId
|
2447
2033
|
createdAt
|
2448
2034
|
updatedAt
|
2449
|
-
trades {
|
2450
|
-
id
|
2451
|
-
}
|
2452
|
-
orders {
|
2453
|
-
id
|
2454
|
-
}
|
2455
2035
|
positions {
|
2456
2036
|
id
|
2457
2037
|
assetId
|
2458
|
-
asset {
|
2459
|
-
id
|
2460
|
-
}
|
2461
2038
|
averageEntryPrice
|
2462
2039
|
qty
|
2463
2040
|
qtyAvailable
|
@@ -2471,9 +2048,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2471
2048
|
lastTradePrice
|
2472
2049
|
changeToday
|
2473
2050
|
assetMarginable
|
2474
|
-
alpacaAccount {
|
2475
|
-
id
|
2476
|
-
}
|
2477
2051
|
alpacaAccountId
|
2478
2052
|
}
|
2479
2053
|
alerts {
|
@@ -2484,25 +2058,10 @@ exports.NewsArticleAssetSentiment = {
|
|
2484
2058
|
isRead
|
2485
2059
|
createdAt
|
2486
2060
|
updatedAt
|
2487
|
-
alpacaAccount {
|
2488
|
-
id
|
2489
|
-
}
|
2490
2061
|
}
|
2491
2062
|
}
|
2492
|
-
asset {
|
2493
|
-
id
|
2494
|
-
}
|
2495
|
-
actions {
|
2496
|
-
id
|
2497
|
-
}
|
2498
|
-
}
|
2499
|
-
order {
|
2500
|
-
id
|
2501
2063
|
}
|
2502
2064
|
}
|
2503
|
-
asset {
|
2504
|
-
id
|
2505
|
-
}
|
2506
2065
|
fee
|
2507
2066
|
strikePrice
|
2508
2067
|
expirationDate
|
@@ -2513,9 +2072,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2513
2072
|
positions {
|
2514
2073
|
id
|
2515
2074
|
assetId
|
2516
|
-
asset {
|
2517
|
-
id
|
2518
|
-
}
|
2519
2075
|
averageEntryPrice
|
2520
2076
|
qty
|
2521
2077
|
qtyAvailable
|
@@ -2561,9 +2117,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2561
2117
|
stripeCurrentPeriodEnd
|
2562
2118
|
createdAt
|
2563
2119
|
updatedAt
|
2564
|
-
users {
|
2565
|
-
id
|
2566
|
-
}
|
2567
2120
|
}
|
2568
2121
|
customerId
|
2569
2122
|
accounts {
|
@@ -2581,18 +2134,12 @@ exports.NewsArticleAssetSentiment = {
|
|
2581
2134
|
session_state
|
2582
2135
|
createdAt
|
2583
2136
|
updatedAt
|
2584
|
-
user {
|
2585
|
-
id
|
2586
|
-
}
|
2587
2137
|
}
|
2588
2138
|
sessions {
|
2589
2139
|
id
|
2590
2140
|
sessionToken
|
2591
2141
|
userId
|
2592
2142
|
expires
|
2593
|
-
user {
|
2594
|
-
id
|
2595
|
-
}
|
2596
2143
|
createdAt
|
2597
2144
|
updatedAt
|
2598
2145
|
}
|
@@ -2602,16 +2149,10 @@ exports.NewsArticleAssetSentiment = {
|
|
2602
2149
|
credentialID
|
2603
2150
|
publicKey
|
2604
2151
|
counter
|
2605
|
-
user {
|
2606
|
-
id
|
2607
|
-
}
|
2608
2152
|
createdAt
|
2609
2153
|
updatedAt
|
2610
2154
|
}
|
2611
2155
|
plan
|
2612
|
-
alpacaAccounts {
|
2613
|
-
id
|
2614
|
-
}
|
2615
2156
|
}
|
2616
2157
|
userId
|
2617
2158
|
createdAt
|
@@ -2631,12 +2172,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2631
2172
|
createdAt
|
2632
2173
|
updatedAt
|
2633
2174
|
status
|
2634
|
-
alpacaAccount {
|
2635
|
-
id
|
2636
|
-
}
|
2637
|
-
asset {
|
2638
|
-
id
|
2639
|
-
}
|
2640
2175
|
actions {
|
2641
2176
|
id
|
2642
2177
|
sequence
|
@@ -2645,9 +2180,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2645
2180
|
note
|
2646
2181
|
status
|
2647
2182
|
fee
|
2648
|
-
trade {
|
2649
|
-
id
|
2650
|
-
}
|
2651
2183
|
order {
|
2652
2184
|
id
|
2653
2185
|
clientOrderId
|
@@ -2668,9 +2200,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2668
2200
|
createdAt
|
2669
2201
|
updatedAt
|
2670
2202
|
orderId
|
2671
|
-
Order {
|
2672
|
-
id
|
2673
|
-
}
|
2674
2203
|
}
|
2675
2204
|
takeProfit {
|
2676
2205
|
id
|
@@ -2679,9 +2208,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2679
2208
|
createdAt
|
2680
2209
|
updatedAt
|
2681
2210
|
orderId
|
2682
|
-
Order {
|
2683
|
-
id
|
2684
|
-
}
|
2685
2211
|
}
|
2686
2212
|
trailPrice
|
2687
2213
|
trailPercent
|
@@ -2693,15 +2219,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2693
2219
|
filledAt
|
2694
2220
|
filledAvgPrice
|
2695
2221
|
actionId
|
2696
|
-
alpacaAccount {
|
2697
|
-
id
|
2698
|
-
}
|
2699
|
-
action {
|
2700
|
-
id
|
2701
|
-
}
|
2702
|
-
asset {
|
2703
|
-
id
|
2704
|
-
}
|
2705
2222
|
fee
|
2706
2223
|
strikePrice
|
2707
2224
|
expirationDate
|
@@ -2731,9 +2248,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2731
2248
|
createdAt
|
2732
2249
|
updatedAt
|
2733
2250
|
orderId
|
2734
|
-
Order {
|
2735
|
-
id
|
2736
|
-
}
|
2737
2251
|
}
|
2738
2252
|
takeProfit {
|
2739
2253
|
id
|
@@ -2742,9 +2256,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2742
2256
|
createdAt
|
2743
2257
|
updatedAt
|
2744
2258
|
orderId
|
2745
|
-
Order {
|
2746
|
-
id
|
2747
|
-
}
|
2748
2259
|
}
|
2749
2260
|
trailPrice
|
2750
2261
|
trailPercent
|
@@ -2756,9 +2267,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2756
2267
|
filledAt
|
2757
2268
|
filledAvgPrice
|
2758
2269
|
actionId
|
2759
|
-
alpacaAccount {
|
2760
|
-
id
|
2761
|
-
}
|
2762
2270
|
action {
|
2763
2271
|
id
|
2764
2272
|
sequence
|
@@ -2782,23 +2290,8 @@ exports.NewsArticleAssetSentiment = {
|
|
2782
2290
|
createdAt
|
2783
2291
|
updatedAt
|
2784
2292
|
status
|
2785
|
-
alpacaAccount {
|
2786
|
-
id
|
2787
|
-
}
|
2788
|
-
asset {
|
2789
|
-
id
|
2790
|
-
}
|
2791
|
-
actions {
|
2792
|
-
id
|
2793
|
-
}
|
2794
|
-
}
|
2795
|
-
order {
|
2796
|
-
id
|
2797
2293
|
}
|
2798
2294
|
}
|
2799
|
-
asset {
|
2800
|
-
id
|
2801
|
-
}
|
2802
2295
|
fee
|
2803
2296
|
strikePrice
|
2804
2297
|
expirationDate
|
@@ -2806,9 +2299,6 @@ exports.NewsArticleAssetSentiment = {
|
|
2806
2299
|
stopLossId
|
2807
2300
|
takeProfitId
|
2808
2301
|
}
|
2809
|
-
positions {
|
2810
|
-
id
|
2811
|
-
}
|
2812
2302
|
alerts {
|
2813
2303
|
id
|
2814
2304
|
alpacaAccountId
|
@@ -2817,16 +2307,10 @@ exports.NewsArticleAssetSentiment = {
|
|
2817
2307
|
isRead
|
2818
2308
|
createdAt
|
2819
2309
|
updatedAt
|
2820
|
-
alpacaAccount {
|
2821
|
-
id
|
2822
|
-
}
|
2823
2310
|
}
|
2824
2311
|
}
|
2825
2312
|
alpacaAccountId
|
2826
2313
|
}
|
2827
|
-
newsMentions {
|
2828
|
-
id
|
2829
|
-
}
|
2830
2314
|
}
|
2831
2315
|
relevancyScore
|
2832
2316
|
sentimentScore
|
@@ -5229,9 +4713,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5229
4713
|
logo
|
5230
4714
|
createdAt
|
5231
4715
|
updatedAt
|
5232
|
-
assets {
|
5233
|
-
id
|
5234
|
-
}
|
5235
4716
|
}
|
5236
4717
|
asset {
|
5237
4718
|
id
|
@@ -5339,9 +4820,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5339
4820
|
stripeCurrentPeriodEnd
|
5340
4821
|
createdAt
|
5341
4822
|
updatedAt
|
5342
|
-
users {
|
5343
|
-
id
|
5344
|
-
}
|
5345
4823
|
}
|
5346
4824
|
customerId
|
5347
4825
|
accounts {
|
@@ -5359,18 +4837,12 @@ exports.NewsArticleAssetSentiment = {
|
|
5359
4837
|
session_state
|
5360
4838
|
createdAt
|
5361
4839
|
updatedAt
|
5362
|
-
user {
|
5363
|
-
id
|
5364
|
-
}
|
5365
4840
|
}
|
5366
4841
|
sessions {
|
5367
4842
|
id
|
5368
4843
|
sessionToken
|
5369
4844
|
userId
|
5370
4845
|
expires
|
5371
|
-
user {
|
5372
|
-
id
|
5373
|
-
}
|
5374
4846
|
createdAt
|
5375
4847
|
updatedAt
|
5376
4848
|
}
|
@@ -5380,23 +4852,14 @@ exports.NewsArticleAssetSentiment = {
|
|
5380
4852
|
credentialID
|
5381
4853
|
publicKey
|
5382
4854
|
counter
|
5383
|
-
user {
|
5384
|
-
id
|
5385
|
-
}
|
5386
4855
|
createdAt
|
5387
4856
|
updatedAt
|
5388
4857
|
}
|
5389
4858
|
plan
|
5390
|
-
alpacaAccounts {
|
5391
|
-
id
|
5392
|
-
}
|
5393
4859
|
}
|
5394
4860
|
userId
|
5395
4861
|
createdAt
|
5396
4862
|
updatedAt
|
5397
|
-
trades {
|
5398
|
-
id
|
5399
|
-
}
|
5400
4863
|
orders {
|
5401
4864
|
id
|
5402
4865
|
clientOrderId
|
@@ -5417,9 +4880,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5417
4880
|
createdAt
|
5418
4881
|
updatedAt
|
5419
4882
|
orderId
|
5420
|
-
Order {
|
5421
|
-
id
|
5422
|
-
}
|
5423
4883
|
}
|
5424
4884
|
takeProfit {
|
5425
4885
|
id
|
@@ -5428,9 +4888,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5428
4888
|
createdAt
|
5429
4889
|
updatedAt
|
5430
4890
|
orderId
|
5431
|
-
Order {
|
5432
|
-
id
|
5433
|
-
}
|
5434
4891
|
}
|
5435
4892
|
trailPrice
|
5436
4893
|
trailPercent
|
@@ -5442,9 +4899,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5442
4899
|
filledAt
|
5443
4900
|
filledAvgPrice
|
5444
4901
|
actionId
|
5445
|
-
alpacaAccount {
|
5446
|
-
id
|
5447
|
-
}
|
5448
4902
|
action {
|
5449
4903
|
id
|
5450
4904
|
sequence
|
@@ -5453,15 +4907,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5453
4907
|
note
|
5454
4908
|
status
|
5455
4909
|
fee
|
5456
|
-
trade {
|
5457
|
-
id
|
5458
|
-
}
|
5459
|
-
order {
|
5460
|
-
id
|
5461
|
-
}
|
5462
|
-
}
|
5463
|
-
asset {
|
5464
|
-
id
|
5465
4910
|
}
|
5466
4911
|
fee
|
5467
4912
|
strikePrice
|
@@ -5473,9 +4918,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5473
4918
|
positions {
|
5474
4919
|
id
|
5475
4920
|
assetId
|
5476
|
-
asset {
|
5477
|
-
id
|
5478
|
-
}
|
5479
4921
|
averageEntryPrice
|
5480
4922
|
qty
|
5481
4923
|
qtyAvailable
|
@@ -5489,9 +4931,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5489
4931
|
lastTradePrice
|
5490
4932
|
changeToday
|
5491
4933
|
assetMarginable
|
5492
|
-
alpacaAccount {
|
5493
|
-
id
|
5494
|
-
}
|
5495
4934
|
alpacaAccountId
|
5496
4935
|
}
|
5497
4936
|
alerts {
|
@@ -5502,14 +4941,8 @@ exports.NewsArticleAssetSentiment = {
|
|
5502
4941
|
isRead
|
5503
4942
|
createdAt
|
5504
4943
|
updatedAt
|
5505
|
-
alpacaAccount {
|
5506
|
-
id
|
5507
|
-
}
|
5508
4944
|
}
|
5509
4945
|
}
|
5510
|
-
asset {
|
5511
|
-
id
|
5512
|
-
}
|
5513
4946
|
actions {
|
5514
4947
|
id
|
5515
4948
|
sequence
|
@@ -5518,9 +4951,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5518
4951
|
note
|
5519
4952
|
status
|
5520
4953
|
fee
|
5521
|
-
trade {
|
5522
|
-
id
|
5523
|
-
}
|
5524
4954
|
order {
|
5525
4955
|
id
|
5526
4956
|
clientOrderId
|
@@ -5541,9 +4971,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5541
4971
|
createdAt
|
5542
4972
|
updatedAt
|
5543
4973
|
orderId
|
5544
|
-
Order {
|
5545
|
-
id
|
5546
|
-
}
|
5547
4974
|
}
|
5548
4975
|
takeProfit {
|
5549
4976
|
id
|
@@ -5552,9 +4979,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5552
4979
|
createdAt
|
5553
4980
|
updatedAt
|
5554
4981
|
orderId
|
5555
|
-
Order {
|
5556
|
-
id
|
5557
|
-
}
|
5558
4982
|
}
|
5559
4983
|
trailPrice
|
5560
4984
|
trailPercent
|
@@ -5598,9 +5022,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5598
5022
|
stripeCurrentPeriodEnd
|
5599
5023
|
createdAt
|
5600
5024
|
updatedAt
|
5601
|
-
users {
|
5602
|
-
id
|
5603
|
-
}
|
5604
5025
|
}
|
5605
5026
|
customerId
|
5606
5027
|
accounts {
|
@@ -5618,18 +5039,12 @@ exports.NewsArticleAssetSentiment = {
|
|
5618
5039
|
session_state
|
5619
5040
|
createdAt
|
5620
5041
|
updatedAt
|
5621
|
-
user {
|
5622
|
-
id
|
5623
|
-
}
|
5624
5042
|
}
|
5625
5043
|
sessions {
|
5626
5044
|
id
|
5627
5045
|
sessionToken
|
5628
5046
|
userId
|
5629
5047
|
expires
|
5630
|
-
user {
|
5631
|
-
id
|
5632
|
-
}
|
5633
5048
|
createdAt
|
5634
5049
|
updatedAt
|
5635
5050
|
}
|
@@ -5639,32 +5054,17 @@ exports.NewsArticleAssetSentiment = {
|
|
5639
5054
|
credentialID
|
5640
5055
|
publicKey
|
5641
5056
|
counter
|
5642
|
-
user {
|
5643
|
-
id
|
5644
|
-
}
|
5645
5057
|
createdAt
|
5646
5058
|
updatedAt
|
5647
5059
|
}
|
5648
5060
|
plan
|
5649
|
-
alpacaAccounts {
|
5650
|
-
id
|
5651
|
-
}
|
5652
5061
|
}
|
5653
5062
|
userId
|
5654
5063
|
createdAt
|
5655
5064
|
updatedAt
|
5656
|
-
trades {
|
5657
|
-
id
|
5658
|
-
}
|
5659
|
-
orders {
|
5660
|
-
id
|
5661
|
-
}
|
5662
5065
|
positions {
|
5663
5066
|
id
|
5664
5067
|
assetId
|
5665
|
-
asset {
|
5666
|
-
id
|
5667
|
-
}
|
5668
5068
|
averageEntryPrice
|
5669
5069
|
qty
|
5670
5070
|
qtyAvailable
|
@@ -5678,9 +5078,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5678
5078
|
lastTradePrice
|
5679
5079
|
changeToday
|
5680
5080
|
assetMarginable
|
5681
|
-
alpacaAccount {
|
5682
|
-
id
|
5683
|
-
}
|
5684
5081
|
alpacaAccountId
|
5685
5082
|
}
|
5686
5083
|
alerts {
|
@@ -5691,17 +5088,8 @@ exports.NewsArticleAssetSentiment = {
|
|
5691
5088
|
isRead
|
5692
5089
|
createdAt
|
5693
5090
|
updatedAt
|
5694
|
-
alpacaAccount {
|
5695
|
-
id
|
5696
|
-
}
|
5697
5091
|
}
|
5698
5092
|
}
|
5699
|
-
action {
|
5700
|
-
id
|
5701
|
-
}
|
5702
|
-
asset {
|
5703
|
-
id
|
5704
|
-
}
|
5705
5093
|
fee
|
5706
5094
|
strikePrice
|
5707
5095
|
expirationDate
|
@@ -5731,9 +5119,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5731
5119
|
createdAt
|
5732
5120
|
updatedAt
|
5733
5121
|
orderId
|
5734
|
-
Order {
|
5735
|
-
id
|
5736
|
-
}
|
5737
5122
|
}
|
5738
5123
|
takeProfit {
|
5739
5124
|
id
|
@@ -5742,9 +5127,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5742
5127
|
createdAt
|
5743
5128
|
updatedAt
|
5744
5129
|
orderId
|
5745
|
-
Order {
|
5746
|
-
id
|
5747
|
-
}
|
5748
5130
|
}
|
5749
5131
|
trailPrice
|
5750
5132
|
trailPercent
|
@@ -5788,9 +5170,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5788
5170
|
stripeCurrentPeriodEnd
|
5789
5171
|
createdAt
|
5790
5172
|
updatedAt
|
5791
|
-
users {
|
5792
|
-
id
|
5793
|
-
}
|
5794
5173
|
}
|
5795
5174
|
customerId
|
5796
5175
|
accounts {
|
@@ -5808,18 +5187,12 @@ exports.NewsArticleAssetSentiment = {
|
|
5808
5187
|
session_state
|
5809
5188
|
createdAt
|
5810
5189
|
updatedAt
|
5811
|
-
user {
|
5812
|
-
id
|
5813
|
-
}
|
5814
5190
|
}
|
5815
5191
|
sessions {
|
5816
5192
|
id
|
5817
5193
|
sessionToken
|
5818
5194
|
userId
|
5819
5195
|
expires
|
5820
|
-
user {
|
5821
|
-
id
|
5822
|
-
}
|
5823
5196
|
createdAt
|
5824
5197
|
updatedAt
|
5825
5198
|
}
|
@@ -5829,16 +5202,10 @@ exports.NewsArticleAssetSentiment = {
|
|
5829
5202
|
credentialID
|
5830
5203
|
publicKey
|
5831
5204
|
counter
|
5832
|
-
user {
|
5833
|
-
id
|
5834
|
-
}
|
5835
5205
|
createdAt
|
5836
5206
|
updatedAt
|
5837
5207
|
}
|
5838
5208
|
plan
|
5839
|
-
alpacaAccounts {
|
5840
|
-
id
|
5841
|
-
}
|
5842
5209
|
}
|
5843
5210
|
userId
|
5844
5211
|
createdAt
|
@@ -5858,12 +5225,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5858
5225
|
createdAt
|
5859
5226
|
updatedAt
|
5860
5227
|
status
|
5861
|
-
alpacaAccount {
|
5862
|
-
id
|
5863
|
-
}
|
5864
|
-
asset {
|
5865
|
-
id
|
5866
|
-
}
|
5867
5228
|
actions {
|
5868
5229
|
id
|
5869
5230
|
sequence
|
@@ -5872,23 +5233,11 @@ exports.NewsArticleAssetSentiment = {
|
|
5872
5233
|
note
|
5873
5234
|
status
|
5874
5235
|
fee
|
5875
|
-
trade {
|
5876
|
-
id
|
5877
|
-
}
|
5878
|
-
order {
|
5879
|
-
id
|
5880
|
-
}
|
5881
5236
|
}
|
5882
5237
|
}
|
5883
|
-
orders {
|
5884
|
-
id
|
5885
|
-
}
|
5886
5238
|
positions {
|
5887
5239
|
id
|
5888
5240
|
assetId
|
5889
|
-
asset {
|
5890
|
-
id
|
5891
|
-
}
|
5892
5241
|
averageEntryPrice
|
5893
5242
|
qty
|
5894
5243
|
qtyAvailable
|
@@ -5902,9 +5251,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5902
5251
|
lastTradePrice
|
5903
5252
|
changeToday
|
5904
5253
|
assetMarginable
|
5905
|
-
alpacaAccount {
|
5906
|
-
id
|
5907
|
-
}
|
5908
5254
|
alpacaAccountId
|
5909
5255
|
}
|
5910
5256
|
alerts {
|
@@ -5915,9 +5261,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5915
5261
|
isRead
|
5916
5262
|
createdAt
|
5917
5263
|
updatedAt
|
5918
|
-
alpacaAccount {
|
5919
|
-
id
|
5920
|
-
}
|
5921
5264
|
}
|
5922
5265
|
}
|
5923
5266
|
action {
|
@@ -5975,9 +5318,6 @@ exports.NewsArticleAssetSentiment = {
|
|
5975
5318
|
stripeCurrentPeriodEnd
|
5976
5319
|
createdAt
|
5977
5320
|
updatedAt
|
5978
|
-
users {
|
5979
|
-
id
|
5980
|
-
}
|
5981
5321
|
}
|
5982
5322
|
customerId
|
5983
5323
|
accounts {
|
@@ -5995,18 +5335,12 @@ exports.NewsArticleAssetSentiment = {
|
|
5995
5335
|
session_state
|
5996
5336
|
createdAt
|
5997
5337
|
updatedAt
|
5998
|
-
user {
|
5999
|
-
id
|
6000
|
-
}
|
6001
5338
|
}
|
6002
5339
|
sessions {
|
6003
5340
|
id
|
6004
5341
|
sessionToken
|
6005
5342
|
userId
|
6006
5343
|
expires
|
6007
|
-
user {
|
6008
|
-
id
|
6009
|
-
}
|
6010
5344
|
createdAt
|
6011
5345
|
updatedAt
|
6012
5346
|
}
|
@@ -6016,32 +5350,17 @@ exports.NewsArticleAssetSentiment = {
|
|
6016
5350
|
credentialID
|
6017
5351
|
publicKey
|
6018
5352
|
counter
|
6019
|
-
user {
|
6020
|
-
id
|
6021
|
-
}
|
6022
5353
|
createdAt
|
6023
5354
|
updatedAt
|
6024
5355
|
}
|
6025
5356
|
plan
|
6026
|
-
alpacaAccounts {
|
6027
|
-
id
|
6028
|
-
}
|
6029
5357
|
}
|
6030
5358
|
userId
|
6031
5359
|
createdAt
|
6032
5360
|
updatedAt
|
6033
|
-
trades {
|
6034
|
-
id
|
6035
|
-
}
|
6036
|
-
orders {
|
6037
|
-
id
|
6038
|
-
}
|
6039
5361
|
positions {
|
6040
5362
|
id
|
6041
5363
|
assetId
|
6042
|
-
asset {
|
6043
|
-
id
|
6044
|
-
}
|
6045
5364
|
averageEntryPrice
|
6046
5365
|
qty
|
6047
5366
|
qtyAvailable
|
@@ -6055,9 +5374,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6055
5374
|
lastTradePrice
|
6056
5375
|
changeToday
|
6057
5376
|
assetMarginable
|
6058
|
-
alpacaAccount {
|
6059
|
-
id
|
6060
|
-
}
|
6061
5377
|
alpacaAccountId
|
6062
5378
|
}
|
6063
5379
|
alerts {
|
@@ -6068,25 +5384,10 @@ exports.NewsArticleAssetSentiment = {
|
|
6068
5384
|
isRead
|
6069
5385
|
createdAt
|
6070
5386
|
updatedAt
|
6071
|
-
alpacaAccount {
|
6072
|
-
id
|
6073
|
-
}
|
6074
5387
|
}
|
6075
5388
|
}
|
6076
|
-
asset {
|
6077
|
-
id
|
6078
|
-
}
|
6079
|
-
actions {
|
6080
|
-
id
|
6081
|
-
}
|
6082
|
-
}
|
6083
|
-
order {
|
6084
|
-
id
|
6085
5389
|
}
|
6086
5390
|
}
|
6087
|
-
asset {
|
6088
|
-
id
|
6089
|
-
}
|
6090
5391
|
fee
|
6091
5392
|
strikePrice
|
6092
5393
|
expirationDate
|
@@ -6097,9 +5398,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6097
5398
|
positions {
|
6098
5399
|
id
|
6099
5400
|
assetId
|
6100
|
-
asset {
|
6101
|
-
id
|
6102
|
-
}
|
6103
5401
|
averageEntryPrice
|
6104
5402
|
qty
|
6105
5403
|
qtyAvailable
|
@@ -6145,9 +5443,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6145
5443
|
stripeCurrentPeriodEnd
|
6146
5444
|
createdAt
|
6147
5445
|
updatedAt
|
6148
|
-
users {
|
6149
|
-
id
|
6150
|
-
}
|
6151
5446
|
}
|
6152
5447
|
customerId
|
6153
5448
|
accounts {
|
@@ -6165,18 +5460,12 @@ exports.NewsArticleAssetSentiment = {
|
|
6165
5460
|
session_state
|
6166
5461
|
createdAt
|
6167
5462
|
updatedAt
|
6168
|
-
user {
|
6169
|
-
id
|
6170
|
-
}
|
6171
5463
|
}
|
6172
5464
|
sessions {
|
6173
5465
|
id
|
6174
5466
|
sessionToken
|
6175
5467
|
userId
|
6176
5468
|
expires
|
6177
|
-
user {
|
6178
|
-
id
|
6179
|
-
}
|
6180
5469
|
createdAt
|
6181
5470
|
updatedAt
|
6182
5471
|
}
|
@@ -6186,16 +5475,10 @@ exports.NewsArticleAssetSentiment = {
|
|
6186
5475
|
credentialID
|
6187
5476
|
publicKey
|
6188
5477
|
counter
|
6189
|
-
user {
|
6190
|
-
id
|
6191
|
-
}
|
6192
5478
|
createdAt
|
6193
5479
|
updatedAt
|
6194
5480
|
}
|
6195
5481
|
plan
|
6196
|
-
alpacaAccounts {
|
6197
|
-
id
|
6198
|
-
}
|
6199
5482
|
}
|
6200
5483
|
userId
|
6201
5484
|
createdAt
|
@@ -6215,13 +5498,7 @@ exports.NewsArticleAssetSentiment = {
|
|
6215
5498
|
createdAt
|
6216
5499
|
updatedAt
|
6217
5500
|
status
|
6218
|
-
|
6219
|
-
id
|
6220
|
-
}
|
6221
|
-
asset {
|
6222
|
-
id
|
6223
|
-
}
|
6224
|
-
actions {
|
5501
|
+
actions {
|
6225
5502
|
id
|
6226
5503
|
sequence
|
6227
5504
|
tradeId
|
@@ -6229,9 +5506,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6229
5506
|
note
|
6230
5507
|
status
|
6231
5508
|
fee
|
6232
|
-
trade {
|
6233
|
-
id
|
6234
|
-
}
|
6235
5509
|
order {
|
6236
5510
|
id
|
6237
5511
|
clientOrderId
|
@@ -6252,9 +5526,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6252
5526
|
createdAt
|
6253
5527
|
updatedAt
|
6254
5528
|
orderId
|
6255
|
-
Order {
|
6256
|
-
id
|
6257
|
-
}
|
6258
5529
|
}
|
6259
5530
|
takeProfit {
|
6260
5531
|
id
|
@@ -6263,9 +5534,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6263
5534
|
createdAt
|
6264
5535
|
updatedAt
|
6265
5536
|
orderId
|
6266
|
-
Order {
|
6267
|
-
id
|
6268
|
-
}
|
6269
5537
|
}
|
6270
5538
|
trailPrice
|
6271
5539
|
trailPercent
|
@@ -6277,15 +5545,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6277
5545
|
filledAt
|
6278
5546
|
filledAvgPrice
|
6279
5547
|
actionId
|
6280
|
-
alpacaAccount {
|
6281
|
-
id
|
6282
|
-
}
|
6283
|
-
action {
|
6284
|
-
id
|
6285
|
-
}
|
6286
|
-
asset {
|
6287
|
-
id
|
6288
|
-
}
|
6289
5548
|
fee
|
6290
5549
|
strikePrice
|
6291
5550
|
expirationDate
|
@@ -6315,9 +5574,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6315
5574
|
createdAt
|
6316
5575
|
updatedAt
|
6317
5576
|
orderId
|
6318
|
-
Order {
|
6319
|
-
id
|
6320
|
-
}
|
6321
5577
|
}
|
6322
5578
|
takeProfit {
|
6323
5579
|
id
|
@@ -6326,9 +5582,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6326
5582
|
createdAt
|
6327
5583
|
updatedAt
|
6328
5584
|
orderId
|
6329
|
-
Order {
|
6330
|
-
id
|
6331
|
-
}
|
6332
5585
|
}
|
6333
5586
|
trailPrice
|
6334
5587
|
trailPercent
|
@@ -6340,9 +5593,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6340
5593
|
filledAt
|
6341
5594
|
filledAvgPrice
|
6342
5595
|
actionId
|
6343
|
-
alpacaAccount {
|
6344
|
-
id
|
6345
|
-
}
|
6346
5596
|
action {
|
6347
5597
|
id
|
6348
5598
|
sequence
|
@@ -6366,23 +5616,8 @@ exports.NewsArticleAssetSentiment = {
|
|
6366
5616
|
createdAt
|
6367
5617
|
updatedAt
|
6368
5618
|
status
|
6369
|
-
alpacaAccount {
|
6370
|
-
id
|
6371
|
-
}
|
6372
|
-
asset {
|
6373
|
-
id
|
6374
|
-
}
|
6375
|
-
actions {
|
6376
|
-
id
|
6377
|
-
}
|
6378
|
-
}
|
6379
|
-
order {
|
6380
|
-
id
|
6381
5619
|
}
|
6382
5620
|
}
|
6383
|
-
asset {
|
6384
|
-
id
|
6385
|
-
}
|
6386
5621
|
fee
|
6387
5622
|
strikePrice
|
6388
5623
|
expirationDate
|
@@ -6390,9 +5625,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6390
5625
|
stopLossId
|
6391
5626
|
takeProfitId
|
6392
5627
|
}
|
6393
|
-
positions {
|
6394
|
-
id
|
6395
|
-
}
|
6396
5628
|
alerts {
|
6397
5629
|
id
|
6398
5630
|
alpacaAccountId
|
@@ -6401,16 +5633,10 @@ exports.NewsArticleAssetSentiment = {
|
|
6401
5633
|
isRead
|
6402
5634
|
createdAt
|
6403
5635
|
updatedAt
|
6404
|
-
alpacaAccount {
|
6405
|
-
id
|
6406
|
-
}
|
6407
5636
|
}
|
6408
5637
|
}
|
6409
5638
|
alpacaAccountId
|
6410
5639
|
}
|
6411
|
-
newsMentions {
|
6412
|
-
id
|
6413
|
-
}
|
6414
5640
|
}
|
6415
5641
|
relevancyScore
|
6416
5642
|
sentimentScore
|
@@ -6471,9 +5697,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6471
5697
|
logo
|
6472
5698
|
createdAt
|
6473
5699
|
updatedAt
|
6474
|
-
assets {
|
6475
|
-
id
|
6476
|
-
}
|
6477
5700
|
}
|
6478
5701
|
asset {
|
6479
5702
|
id
|
@@ -6581,9 +5804,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6581
5804
|
stripeCurrentPeriodEnd
|
6582
5805
|
createdAt
|
6583
5806
|
updatedAt
|
6584
|
-
users {
|
6585
|
-
id
|
6586
|
-
}
|
6587
5807
|
}
|
6588
5808
|
customerId
|
6589
5809
|
accounts {
|
@@ -6601,18 +5821,12 @@ exports.NewsArticleAssetSentiment = {
|
|
6601
5821
|
session_state
|
6602
5822
|
createdAt
|
6603
5823
|
updatedAt
|
6604
|
-
user {
|
6605
|
-
id
|
6606
|
-
}
|
6607
5824
|
}
|
6608
5825
|
sessions {
|
6609
5826
|
id
|
6610
5827
|
sessionToken
|
6611
5828
|
userId
|
6612
5829
|
expires
|
6613
|
-
user {
|
6614
|
-
id
|
6615
|
-
}
|
6616
5830
|
createdAt
|
6617
5831
|
updatedAt
|
6618
5832
|
}
|
@@ -6622,23 +5836,14 @@ exports.NewsArticleAssetSentiment = {
|
|
6622
5836
|
credentialID
|
6623
5837
|
publicKey
|
6624
5838
|
counter
|
6625
|
-
user {
|
6626
|
-
id
|
6627
|
-
}
|
6628
5839
|
createdAt
|
6629
5840
|
updatedAt
|
6630
5841
|
}
|
6631
5842
|
plan
|
6632
|
-
alpacaAccounts {
|
6633
|
-
id
|
6634
|
-
}
|
6635
5843
|
}
|
6636
5844
|
userId
|
6637
5845
|
createdAt
|
6638
5846
|
updatedAt
|
6639
|
-
trades {
|
6640
|
-
id
|
6641
|
-
}
|
6642
5847
|
orders {
|
6643
5848
|
id
|
6644
5849
|
clientOrderId
|
@@ -6659,9 +5864,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6659
5864
|
createdAt
|
6660
5865
|
updatedAt
|
6661
5866
|
orderId
|
6662
|
-
Order {
|
6663
|
-
id
|
6664
|
-
}
|
6665
5867
|
}
|
6666
5868
|
takeProfit {
|
6667
5869
|
id
|
@@ -6670,9 +5872,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6670
5872
|
createdAt
|
6671
5873
|
updatedAt
|
6672
5874
|
orderId
|
6673
|
-
Order {
|
6674
|
-
id
|
6675
|
-
}
|
6676
5875
|
}
|
6677
5876
|
trailPrice
|
6678
5877
|
trailPercent
|
@@ -6684,9 +5883,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6684
5883
|
filledAt
|
6685
5884
|
filledAvgPrice
|
6686
5885
|
actionId
|
6687
|
-
alpacaAccount {
|
6688
|
-
id
|
6689
|
-
}
|
6690
5886
|
action {
|
6691
5887
|
id
|
6692
5888
|
sequence
|
@@ -6695,15 +5891,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6695
5891
|
note
|
6696
5892
|
status
|
6697
5893
|
fee
|
6698
|
-
trade {
|
6699
|
-
id
|
6700
|
-
}
|
6701
|
-
order {
|
6702
|
-
id
|
6703
|
-
}
|
6704
|
-
}
|
6705
|
-
asset {
|
6706
|
-
id
|
6707
5894
|
}
|
6708
5895
|
fee
|
6709
5896
|
strikePrice
|
@@ -6715,9 +5902,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6715
5902
|
positions {
|
6716
5903
|
id
|
6717
5904
|
assetId
|
6718
|
-
asset {
|
6719
|
-
id
|
6720
|
-
}
|
6721
5905
|
averageEntryPrice
|
6722
5906
|
qty
|
6723
5907
|
qtyAvailable
|
@@ -6731,9 +5915,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6731
5915
|
lastTradePrice
|
6732
5916
|
changeToday
|
6733
5917
|
assetMarginable
|
6734
|
-
alpacaAccount {
|
6735
|
-
id
|
6736
|
-
}
|
6737
5918
|
alpacaAccountId
|
6738
5919
|
}
|
6739
5920
|
alerts {
|
@@ -6744,14 +5925,8 @@ exports.NewsArticleAssetSentiment = {
|
|
6744
5925
|
isRead
|
6745
5926
|
createdAt
|
6746
5927
|
updatedAt
|
6747
|
-
alpacaAccount {
|
6748
|
-
id
|
6749
|
-
}
|
6750
5928
|
}
|
6751
5929
|
}
|
6752
|
-
asset {
|
6753
|
-
id
|
6754
|
-
}
|
6755
5930
|
actions {
|
6756
5931
|
id
|
6757
5932
|
sequence
|
@@ -6760,9 +5935,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6760
5935
|
note
|
6761
5936
|
status
|
6762
5937
|
fee
|
6763
|
-
trade {
|
6764
|
-
id
|
6765
|
-
}
|
6766
5938
|
order {
|
6767
5939
|
id
|
6768
5940
|
clientOrderId
|
@@ -6783,9 +5955,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6783
5955
|
createdAt
|
6784
5956
|
updatedAt
|
6785
5957
|
orderId
|
6786
|
-
Order {
|
6787
|
-
id
|
6788
|
-
}
|
6789
5958
|
}
|
6790
5959
|
takeProfit {
|
6791
5960
|
id
|
@@ -6794,9 +5963,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6794
5963
|
createdAt
|
6795
5964
|
updatedAt
|
6796
5965
|
orderId
|
6797
|
-
Order {
|
6798
|
-
id
|
6799
|
-
}
|
6800
5966
|
}
|
6801
5967
|
trailPrice
|
6802
5968
|
trailPercent
|
@@ -6840,9 +6006,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6840
6006
|
stripeCurrentPeriodEnd
|
6841
6007
|
createdAt
|
6842
6008
|
updatedAt
|
6843
|
-
users {
|
6844
|
-
id
|
6845
|
-
}
|
6846
6009
|
}
|
6847
6010
|
customerId
|
6848
6011
|
accounts {
|
@@ -6860,18 +6023,12 @@ exports.NewsArticleAssetSentiment = {
|
|
6860
6023
|
session_state
|
6861
6024
|
createdAt
|
6862
6025
|
updatedAt
|
6863
|
-
user {
|
6864
|
-
id
|
6865
|
-
}
|
6866
6026
|
}
|
6867
6027
|
sessions {
|
6868
6028
|
id
|
6869
6029
|
sessionToken
|
6870
6030
|
userId
|
6871
6031
|
expires
|
6872
|
-
user {
|
6873
|
-
id
|
6874
|
-
}
|
6875
6032
|
createdAt
|
6876
6033
|
updatedAt
|
6877
6034
|
}
|
@@ -6881,32 +6038,17 @@ exports.NewsArticleAssetSentiment = {
|
|
6881
6038
|
credentialID
|
6882
6039
|
publicKey
|
6883
6040
|
counter
|
6884
|
-
user {
|
6885
|
-
id
|
6886
|
-
}
|
6887
6041
|
createdAt
|
6888
6042
|
updatedAt
|
6889
6043
|
}
|
6890
6044
|
plan
|
6891
|
-
alpacaAccounts {
|
6892
|
-
id
|
6893
|
-
}
|
6894
6045
|
}
|
6895
6046
|
userId
|
6896
6047
|
createdAt
|
6897
6048
|
updatedAt
|
6898
|
-
trades {
|
6899
|
-
id
|
6900
|
-
}
|
6901
|
-
orders {
|
6902
|
-
id
|
6903
|
-
}
|
6904
6049
|
positions {
|
6905
6050
|
id
|
6906
6051
|
assetId
|
6907
|
-
asset {
|
6908
|
-
id
|
6909
|
-
}
|
6910
6052
|
averageEntryPrice
|
6911
6053
|
qty
|
6912
6054
|
qtyAvailable
|
@@ -6920,9 +6062,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6920
6062
|
lastTradePrice
|
6921
6063
|
changeToday
|
6922
6064
|
assetMarginable
|
6923
|
-
alpacaAccount {
|
6924
|
-
id
|
6925
|
-
}
|
6926
6065
|
alpacaAccountId
|
6927
6066
|
}
|
6928
6067
|
alerts {
|
@@ -6933,17 +6072,8 @@ exports.NewsArticleAssetSentiment = {
|
|
6933
6072
|
isRead
|
6934
6073
|
createdAt
|
6935
6074
|
updatedAt
|
6936
|
-
alpacaAccount {
|
6937
|
-
id
|
6938
|
-
}
|
6939
6075
|
}
|
6940
6076
|
}
|
6941
|
-
action {
|
6942
|
-
id
|
6943
|
-
}
|
6944
|
-
asset {
|
6945
|
-
id
|
6946
|
-
}
|
6947
6077
|
fee
|
6948
6078
|
strikePrice
|
6949
6079
|
expirationDate
|
@@ -6973,9 +6103,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6973
6103
|
createdAt
|
6974
6104
|
updatedAt
|
6975
6105
|
orderId
|
6976
|
-
Order {
|
6977
|
-
id
|
6978
|
-
}
|
6979
6106
|
}
|
6980
6107
|
takeProfit {
|
6981
6108
|
id
|
@@ -6984,9 +6111,6 @@ exports.NewsArticleAssetSentiment = {
|
|
6984
6111
|
createdAt
|
6985
6112
|
updatedAt
|
6986
6113
|
orderId
|
6987
|
-
Order {
|
6988
|
-
id
|
6989
|
-
}
|
6990
6114
|
}
|
6991
6115
|
trailPrice
|
6992
6116
|
trailPercent
|
@@ -7030,9 +6154,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7030
6154
|
stripeCurrentPeriodEnd
|
7031
6155
|
createdAt
|
7032
6156
|
updatedAt
|
7033
|
-
users {
|
7034
|
-
id
|
7035
|
-
}
|
7036
6157
|
}
|
7037
6158
|
customerId
|
7038
6159
|
accounts {
|
@@ -7050,18 +6171,12 @@ exports.NewsArticleAssetSentiment = {
|
|
7050
6171
|
session_state
|
7051
6172
|
createdAt
|
7052
6173
|
updatedAt
|
7053
|
-
user {
|
7054
|
-
id
|
7055
|
-
}
|
7056
6174
|
}
|
7057
6175
|
sessions {
|
7058
6176
|
id
|
7059
6177
|
sessionToken
|
7060
6178
|
userId
|
7061
6179
|
expires
|
7062
|
-
user {
|
7063
|
-
id
|
7064
|
-
}
|
7065
6180
|
createdAt
|
7066
6181
|
updatedAt
|
7067
6182
|
}
|
@@ -7071,16 +6186,10 @@ exports.NewsArticleAssetSentiment = {
|
|
7071
6186
|
credentialID
|
7072
6187
|
publicKey
|
7073
6188
|
counter
|
7074
|
-
user {
|
7075
|
-
id
|
7076
|
-
}
|
7077
6189
|
createdAt
|
7078
6190
|
updatedAt
|
7079
6191
|
}
|
7080
6192
|
plan
|
7081
|
-
alpacaAccounts {
|
7082
|
-
id
|
7083
|
-
}
|
7084
6193
|
}
|
7085
6194
|
userId
|
7086
6195
|
createdAt
|
@@ -7100,12 +6209,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7100
6209
|
createdAt
|
7101
6210
|
updatedAt
|
7102
6211
|
status
|
7103
|
-
alpacaAccount {
|
7104
|
-
id
|
7105
|
-
}
|
7106
|
-
asset {
|
7107
|
-
id
|
7108
|
-
}
|
7109
6212
|
actions {
|
7110
6213
|
id
|
7111
6214
|
sequence
|
@@ -7114,23 +6217,11 @@ exports.NewsArticleAssetSentiment = {
|
|
7114
6217
|
note
|
7115
6218
|
status
|
7116
6219
|
fee
|
7117
|
-
trade {
|
7118
|
-
id
|
7119
|
-
}
|
7120
|
-
order {
|
7121
|
-
id
|
7122
|
-
}
|
7123
6220
|
}
|
7124
6221
|
}
|
7125
|
-
orders {
|
7126
|
-
id
|
7127
|
-
}
|
7128
6222
|
positions {
|
7129
6223
|
id
|
7130
6224
|
assetId
|
7131
|
-
asset {
|
7132
|
-
id
|
7133
|
-
}
|
7134
6225
|
averageEntryPrice
|
7135
6226
|
qty
|
7136
6227
|
qtyAvailable
|
@@ -7144,9 +6235,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7144
6235
|
lastTradePrice
|
7145
6236
|
changeToday
|
7146
6237
|
assetMarginable
|
7147
|
-
alpacaAccount {
|
7148
|
-
id
|
7149
|
-
}
|
7150
6238
|
alpacaAccountId
|
7151
6239
|
}
|
7152
6240
|
alerts {
|
@@ -7157,9 +6245,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7157
6245
|
isRead
|
7158
6246
|
createdAt
|
7159
6247
|
updatedAt
|
7160
|
-
alpacaAccount {
|
7161
|
-
id
|
7162
|
-
}
|
7163
6248
|
}
|
7164
6249
|
}
|
7165
6250
|
action {
|
@@ -7217,9 +6302,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7217
6302
|
stripeCurrentPeriodEnd
|
7218
6303
|
createdAt
|
7219
6304
|
updatedAt
|
7220
|
-
users {
|
7221
|
-
id
|
7222
|
-
}
|
7223
6305
|
}
|
7224
6306
|
customerId
|
7225
6307
|
accounts {
|
@@ -7237,18 +6319,12 @@ exports.NewsArticleAssetSentiment = {
|
|
7237
6319
|
session_state
|
7238
6320
|
createdAt
|
7239
6321
|
updatedAt
|
7240
|
-
user {
|
7241
|
-
id
|
7242
|
-
}
|
7243
6322
|
}
|
7244
6323
|
sessions {
|
7245
6324
|
id
|
7246
6325
|
sessionToken
|
7247
6326
|
userId
|
7248
6327
|
expires
|
7249
|
-
user {
|
7250
|
-
id
|
7251
|
-
}
|
7252
6328
|
createdAt
|
7253
6329
|
updatedAt
|
7254
6330
|
}
|
@@ -7258,32 +6334,17 @@ exports.NewsArticleAssetSentiment = {
|
|
7258
6334
|
credentialID
|
7259
6335
|
publicKey
|
7260
6336
|
counter
|
7261
|
-
user {
|
7262
|
-
id
|
7263
|
-
}
|
7264
6337
|
createdAt
|
7265
6338
|
updatedAt
|
7266
6339
|
}
|
7267
6340
|
plan
|
7268
|
-
alpacaAccounts {
|
7269
|
-
id
|
7270
|
-
}
|
7271
6341
|
}
|
7272
6342
|
userId
|
7273
6343
|
createdAt
|
7274
6344
|
updatedAt
|
7275
|
-
trades {
|
7276
|
-
id
|
7277
|
-
}
|
7278
|
-
orders {
|
7279
|
-
id
|
7280
|
-
}
|
7281
6345
|
positions {
|
7282
6346
|
id
|
7283
6347
|
assetId
|
7284
|
-
asset {
|
7285
|
-
id
|
7286
|
-
}
|
7287
6348
|
averageEntryPrice
|
7288
6349
|
qty
|
7289
6350
|
qtyAvailable
|
@@ -7297,9 +6358,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7297
6358
|
lastTradePrice
|
7298
6359
|
changeToday
|
7299
6360
|
assetMarginable
|
7300
|
-
alpacaAccount {
|
7301
|
-
id
|
7302
|
-
}
|
7303
6361
|
alpacaAccountId
|
7304
6362
|
}
|
7305
6363
|
alerts {
|
@@ -7310,25 +6368,10 @@ exports.NewsArticleAssetSentiment = {
|
|
7310
6368
|
isRead
|
7311
6369
|
createdAt
|
7312
6370
|
updatedAt
|
7313
|
-
alpacaAccount {
|
7314
|
-
id
|
7315
|
-
}
|
7316
6371
|
}
|
7317
6372
|
}
|
7318
|
-
asset {
|
7319
|
-
id
|
7320
|
-
}
|
7321
|
-
actions {
|
7322
|
-
id
|
7323
|
-
}
|
7324
|
-
}
|
7325
|
-
order {
|
7326
|
-
id
|
7327
6373
|
}
|
7328
6374
|
}
|
7329
|
-
asset {
|
7330
|
-
id
|
7331
|
-
}
|
7332
6375
|
fee
|
7333
6376
|
strikePrice
|
7334
6377
|
expirationDate
|
@@ -7339,9 +6382,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7339
6382
|
positions {
|
7340
6383
|
id
|
7341
6384
|
assetId
|
7342
|
-
asset {
|
7343
|
-
id
|
7344
|
-
}
|
7345
6385
|
averageEntryPrice
|
7346
6386
|
qty
|
7347
6387
|
qtyAvailable
|
@@ -7387,9 +6427,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7387
6427
|
stripeCurrentPeriodEnd
|
7388
6428
|
createdAt
|
7389
6429
|
updatedAt
|
7390
|
-
users {
|
7391
|
-
id
|
7392
|
-
}
|
7393
6430
|
}
|
7394
6431
|
customerId
|
7395
6432
|
accounts {
|
@@ -7407,18 +6444,12 @@ exports.NewsArticleAssetSentiment = {
|
|
7407
6444
|
session_state
|
7408
6445
|
createdAt
|
7409
6446
|
updatedAt
|
7410
|
-
user {
|
7411
|
-
id
|
7412
|
-
}
|
7413
6447
|
}
|
7414
6448
|
sessions {
|
7415
6449
|
id
|
7416
6450
|
sessionToken
|
7417
6451
|
userId
|
7418
6452
|
expires
|
7419
|
-
user {
|
7420
|
-
id
|
7421
|
-
}
|
7422
6453
|
createdAt
|
7423
6454
|
updatedAt
|
7424
6455
|
}
|
@@ -7428,16 +6459,10 @@ exports.NewsArticleAssetSentiment = {
|
|
7428
6459
|
credentialID
|
7429
6460
|
publicKey
|
7430
6461
|
counter
|
7431
|
-
user {
|
7432
|
-
id
|
7433
|
-
}
|
7434
6462
|
createdAt
|
7435
6463
|
updatedAt
|
7436
6464
|
}
|
7437
6465
|
plan
|
7438
|
-
alpacaAccounts {
|
7439
|
-
id
|
7440
|
-
}
|
7441
6466
|
}
|
7442
6467
|
userId
|
7443
6468
|
createdAt
|
@@ -7457,12 +6482,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7457
6482
|
createdAt
|
7458
6483
|
updatedAt
|
7459
6484
|
status
|
7460
|
-
alpacaAccount {
|
7461
|
-
id
|
7462
|
-
}
|
7463
|
-
asset {
|
7464
|
-
id
|
7465
|
-
}
|
7466
6485
|
actions {
|
7467
6486
|
id
|
7468
6487
|
sequence
|
@@ -7471,9 +6490,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7471
6490
|
note
|
7472
6491
|
status
|
7473
6492
|
fee
|
7474
|
-
trade {
|
7475
|
-
id
|
7476
|
-
}
|
7477
6493
|
order {
|
7478
6494
|
id
|
7479
6495
|
clientOrderId
|
@@ -7494,9 +6510,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7494
6510
|
createdAt
|
7495
6511
|
updatedAt
|
7496
6512
|
orderId
|
7497
|
-
Order {
|
7498
|
-
id
|
7499
|
-
}
|
7500
6513
|
}
|
7501
6514
|
takeProfit {
|
7502
6515
|
id
|
@@ -7505,9 +6518,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7505
6518
|
createdAt
|
7506
6519
|
updatedAt
|
7507
6520
|
orderId
|
7508
|
-
Order {
|
7509
|
-
id
|
7510
|
-
}
|
7511
6521
|
}
|
7512
6522
|
trailPrice
|
7513
6523
|
trailPercent
|
@@ -7519,15 +6529,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7519
6529
|
filledAt
|
7520
6530
|
filledAvgPrice
|
7521
6531
|
actionId
|
7522
|
-
alpacaAccount {
|
7523
|
-
id
|
7524
|
-
}
|
7525
|
-
action {
|
7526
|
-
id
|
7527
|
-
}
|
7528
|
-
asset {
|
7529
|
-
id
|
7530
|
-
}
|
7531
6532
|
fee
|
7532
6533
|
strikePrice
|
7533
6534
|
expirationDate
|
@@ -7557,9 +6558,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7557
6558
|
createdAt
|
7558
6559
|
updatedAt
|
7559
6560
|
orderId
|
7560
|
-
Order {
|
7561
|
-
id
|
7562
|
-
}
|
7563
6561
|
}
|
7564
6562
|
takeProfit {
|
7565
6563
|
id
|
@@ -7568,9 +6566,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7568
6566
|
createdAt
|
7569
6567
|
updatedAt
|
7570
6568
|
orderId
|
7571
|
-
Order {
|
7572
|
-
id
|
7573
|
-
}
|
7574
6569
|
}
|
7575
6570
|
trailPrice
|
7576
6571
|
trailPercent
|
@@ -7582,9 +6577,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7582
6577
|
filledAt
|
7583
6578
|
filledAvgPrice
|
7584
6579
|
actionId
|
7585
|
-
alpacaAccount {
|
7586
|
-
id
|
7587
|
-
}
|
7588
6580
|
action {
|
7589
6581
|
id
|
7590
6582
|
sequence
|
@@ -7608,23 +6600,8 @@ exports.NewsArticleAssetSentiment = {
|
|
7608
6600
|
createdAt
|
7609
6601
|
updatedAt
|
7610
6602
|
status
|
7611
|
-
alpacaAccount {
|
7612
|
-
id
|
7613
|
-
}
|
7614
|
-
asset {
|
7615
|
-
id
|
7616
|
-
}
|
7617
|
-
actions {
|
7618
|
-
id
|
7619
|
-
}
|
7620
|
-
}
|
7621
|
-
order {
|
7622
|
-
id
|
7623
6603
|
}
|
7624
6604
|
}
|
7625
|
-
asset {
|
7626
|
-
id
|
7627
|
-
}
|
7628
6605
|
fee
|
7629
6606
|
strikePrice
|
7630
6607
|
expirationDate
|
@@ -7632,9 +6609,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7632
6609
|
stopLossId
|
7633
6610
|
takeProfitId
|
7634
6611
|
}
|
7635
|
-
positions {
|
7636
|
-
id
|
7637
|
-
}
|
7638
6612
|
alerts {
|
7639
6613
|
id
|
7640
6614
|
alpacaAccountId
|
@@ -7643,16 +6617,10 @@ exports.NewsArticleAssetSentiment = {
|
|
7643
6617
|
isRead
|
7644
6618
|
createdAt
|
7645
6619
|
updatedAt
|
7646
|
-
alpacaAccount {
|
7647
|
-
id
|
7648
|
-
}
|
7649
6620
|
}
|
7650
6621
|
}
|
7651
6622
|
alpacaAccountId
|
7652
6623
|
}
|
7653
|
-
newsMentions {
|
7654
|
-
id
|
7655
|
-
}
|
7656
6624
|
}
|
7657
6625
|
relevancyScore
|
7658
6626
|
sentimentScore
|
@@ -7713,9 +6681,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7713
6681
|
logo
|
7714
6682
|
createdAt
|
7715
6683
|
updatedAt
|
7716
|
-
assets {
|
7717
|
-
id
|
7718
|
-
}
|
7719
6684
|
}
|
7720
6685
|
asset {
|
7721
6686
|
id
|
@@ -7823,9 +6788,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7823
6788
|
stripeCurrentPeriodEnd
|
7824
6789
|
createdAt
|
7825
6790
|
updatedAt
|
7826
|
-
users {
|
7827
|
-
id
|
7828
|
-
}
|
7829
6791
|
}
|
7830
6792
|
customerId
|
7831
6793
|
accounts {
|
@@ -7843,18 +6805,12 @@ exports.NewsArticleAssetSentiment = {
|
|
7843
6805
|
session_state
|
7844
6806
|
createdAt
|
7845
6807
|
updatedAt
|
7846
|
-
user {
|
7847
|
-
id
|
7848
|
-
}
|
7849
6808
|
}
|
7850
6809
|
sessions {
|
7851
6810
|
id
|
7852
6811
|
sessionToken
|
7853
6812
|
userId
|
7854
6813
|
expires
|
7855
|
-
user {
|
7856
|
-
id
|
7857
|
-
}
|
7858
6814
|
createdAt
|
7859
6815
|
updatedAt
|
7860
6816
|
}
|
@@ -7864,23 +6820,14 @@ exports.NewsArticleAssetSentiment = {
|
|
7864
6820
|
credentialID
|
7865
6821
|
publicKey
|
7866
6822
|
counter
|
7867
|
-
user {
|
7868
|
-
id
|
7869
|
-
}
|
7870
6823
|
createdAt
|
7871
6824
|
updatedAt
|
7872
6825
|
}
|
7873
6826
|
plan
|
7874
|
-
alpacaAccounts {
|
7875
|
-
id
|
7876
|
-
}
|
7877
6827
|
}
|
7878
6828
|
userId
|
7879
6829
|
createdAt
|
7880
6830
|
updatedAt
|
7881
|
-
trades {
|
7882
|
-
id
|
7883
|
-
}
|
7884
6831
|
orders {
|
7885
6832
|
id
|
7886
6833
|
clientOrderId
|
@@ -7901,9 +6848,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7901
6848
|
createdAt
|
7902
6849
|
updatedAt
|
7903
6850
|
orderId
|
7904
|
-
Order {
|
7905
|
-
id
|
7906
|
-
}
|
7907
6851
|
}
|
7908
6852
|
takeProfit {
|
7909
6853
|
id
|
@@ -7912,9 +6856,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7912
6856
|
createdAt
|
7913
6857
|
updatedAt
|
7914
6858
|
orderId
|
7915
|
-
Order {
|
7916
|
-
id
|
7917
|
-
}
|
7918
6859
|
}
|
7919
6860
|
trailPrice
|
7920
6861
|
trailPercent
|
@@ -7926,9 +6867,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7926
6867
|
filledAt
|
7927
6868
|
filledAvgPrice
|
7928
6869
|
actionId
|
7929
|
-
alpacaAccount {
|
7930
|
-
id
|
7931
|
-
}
|
7932
6870
|
action {
|
7933
6871
|
id
|
7934
6872
|
sequence
|
@@ -7937,15 +6875,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7937
6875
|
note
|
7938
6876
|
status
|
7939
6877
|
fee
|
7940
|
-
trade {
|
7941
|
-
id
|
7942
|
-
}
|
7943
|
-
order {
|
7944
|
-
id
|
7945
|
-
}
|
7946
|
-
}
|
7947
|
-
asset {
|
7948
|
-
id
|
7949
6878
|
}
|
7950
6879
|
fee
|
7951
6880
|
strikePrice
|
@@ -7957,9 +6886,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7957
6886
|
positions {
|
7958
6887
|
id
|
7959
6888
|
assetId
|
7960
|
-
asset {
|
7961
|
-
id
|
7962
|
-
}
|
7963
6889
|
averageEntryPrice
|
7964
6890
|
qty
|
7965
6891
|
qtyAvailable
|
@@ -7973,9 +6899,6 @@ exports.NewsArticleAssetSentiment = {
|
|
7973
6899
|
lastTradePrice
|
7974
6900
|
changeToday
|
7975
6901
|
assetMarginable
|
7976
|
-
alpacaAccount {
|
7977
|
-
id
|
7978
|
-
}
|
7979
6902
|
alpacaAccountId
|
7980
6903
|
}
|
7981
6904
|
alerts {
|
@@ -7986,14 +6909,8 @@ exports.NewsArticleAssetSentiment = {
|
|
7986
6909
|
isRead
|
7987
6910
|
createdAt
|
7988
6911
|
updatedAt
|
7989
|
-
alpacaAccount {
|
7990
|
-
id
|
7991
|
-
}
|
7992
6912
|
}
|
7993
6913
|
}
|
7994
|
-
asset {
|
7995
|
-
id
|
7996
|
-
}
|
7997
6914
|
actions {
|
7998
6915
|
id
|
7999
6916
|
sequence
|
@@ -8002,9 +6919,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8002
6919
|
note
|
8003
6920
|
status
|
8004
6921
|
fee
|
8005
|
-
trade {
|
8006
|
-
id
|
8007
|
-
}
|
8008
6922
|
order {
|
8009
6923
|
id
|
8010
6924
|
clientOrderId
|
@@ -8025,9 +6939,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8025
6939
|
createdAt
|
8026
6940
|
updatedAt
|
8027
6941
|
orderId
|
8028
|
-
Order {
|
8029
|
-
id
|
8030
|
-
}
|
8031
6942
|
}
|
8032
6943
|
takeProfit {
|
8033
6944
|
id
|
@@ -8036,9 +6947,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8036
6947
|
createdAt
|
8037
6948
|
updatedAt
|
8038
6949
|
orderId
|
8039
|
-
Order {
|
8040
|
-
id
|
8041
|
-
}
|
8042
6950
|
}
|
8043
6951
|
trailPrice
|
8044
6952
|
trailPercent
|
@@ -8082,9 +6990,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8082
6990
|
stripeCurrentPeriodEnd
|
8083
6991
|
createdAt
|
8084
6992
|
updatedAt
|
8085
|
-
users {
|
8086
|
-
id
|
8087
|
-
}
|
8088
6993
|
}
|
8089
6994
|
customerId
|
8090
6995
|
accounts {
|
@@ -8102,18 +7007,12 @@ exports.NewsArticleAssetSentiment = {
|
|
8102
7007
|
session_state
|
8103
7008
|
createdAt
|
8104
7009
|
updatedAt
|
8105
|
-
user {
|
8106
|
-
id
|
8107
|
-
}
|
8108
7010
|
}
|
8109
7011
|
sessions {
|
8110
7012
|
id
|
8111
7013
|
sessionToken
|
8112
7014
|
userId
|
8113
7015
|
expires
|
8114
|
-
user {
|
8115
|
-
id
|
8116
|
-
}
|
8117
7016
|
createdAt
|
8118
7017
|
updatedAt
|
8119
7018
|
}
|
@@ -8123,32 +7022,17 @@ exports.NewsArticleAssetSentiment = {
|
|
8123
7022
|
credentialID
|
8124
7023
|
publicKey
|
8125
7024
|
counter
|
8126
|
-
user {
|
8127
|
-
id
|
8128
|
-
}
|
8129
7025
|
createdAt
|
8130
7026
|
updatedAt
|
8131
7027
|
}
|
8132
7028
|
plan
|
8133
|
-
alpacaAccounts {
|
8134
|
-
id
|
8135
|
-
}
|
8136
7029
|
}
|
8137
7030
|
userId
|
8138
7031
|
createdAt
|
8139
7032
|
updatedAt
|
8140
|
-
trades {
|
8141
|
-
id
|
8142
|
-
}
|
8143
|
-
orders {
|
8144
|
-
id
|
8145
|
-
}
|
8146
7033
|
positions {
|
8147
7034
|
id
|
8148
7035
|
assetId
|
8149
|
-
asset {
|
8150
|
-
id
|
8151
|
-
}
|
8152
7036
|
averageEntryPrice
|
8153
7037
|
qty
|
8154
7038
|
qtyAvailable
|
@@ -8162,9 +7046,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8162
7046
|
lastTradePrice
|
8163
7047
|
changeToday
|
8164
7048
|
assetMarginable
|
8165
|
-
alpacaAccount {
|
8166
|
-
id
|
8167
|
-
}
|
8168
7049
|
alpacaAccountId
|
8169
7050
|
}
|
8170
7051
|
alerts {
|
@@ -8175,17 +7056,8 @@ exports.NewsArticleAssetSentiment = {
|
|
8175
7056
|
isRead
|
8176
7057
|
createdAt
|
8177
7058
|
updatedAt
|
8178
|
-
alpacaAccount {
|
8179
|
-
id
|
8180
|
-
}
|
8181
7059
|
}
|
8182
7060
|
}
|
8183
|
-
action {
|
8184
|
-
id
|
8185
|
-
}
|
8186
|
-
asset {
|
8187
|
-
id
|
8188
|
-
}
|
8189
7061
|
fee
|
8190
7062
|
strikePrice
|
8191
7063
|
expirationDate
|
@@ -8215,9 +7087,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8215
7087
|
createdAt
|
8216
7088
|
updatedAt
|
8217
7089
|
orderId
|
8218
|
-
Order {
|
8219
|
-
id
|
8220
|
-
}
|
8221
7090
|
}
|
8222
7091
|
takeProfit {
|
8223
7092
|
id
|
@@ -8226,9 +7095,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8226
7095
|
createdAt
|
8227
7096
|
updatedAt
|
8228
7097
|
orderId
|
8229
|
-
Order {
|
8230
|
-
id
|
8231
|
-
}
|
8232
7098
|
}
|
8233
7099
|
trailPrice
|
8234
7100
|
trailPercent
|
@@ -8272,9 +7138,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8272
7138
|
stripeCurrentPeriodEnd
|
8273
7139
|
createdAt
|
8274
7140
|
updatedAt
|
8275
|
-
users {
|
8276
|
-
id
|
8277
|
-
}
|
8278
7141
|
}
|
8279
7142
|
customerId
|
8280
7143
|
accounts {
|
@@ -8292,18 +7155,12 @@ exports.NewsArticleAssetSentiment = {
|
|
8292
7155
|
session_state
|
8293
7156
|
createdAt
|
8294
7157
|
updatedAt
|
8295
|
-
user {
|
8296
|
-
id
|
8297
|
-
}
|
8298
7158
|
}
|
8299
7159
|
sessions {
|
8300
7160
|
id
|
8301
7161
|
sessionToken
|
8302
7162
|
userId
|
8303
7163
|
expires
|
8304
|
-
user {
|
8305
|
-
id
|
8306
|
-
}
|
8307
7164
|
createdAt
|
8308
7165
|
updatedAt
|
8309
7166
|
}
|
@@ -8313,16 +7170,10 @@ exports.NewsArticleAssetSentiment = {
|
|
8313
7170
|
credentialID
|
8314
7171
|
publicKey
|
8315
7172
|
counter
|
8316
|
-
user {
|
8317
|
-
id
|
8318
|
-
}
|
8319
7173
|
createdAt
|
8320
7174
|
updatedAt
|
8321
7175
|
}
|
8322
7176
|
plan
|
8323
|
-
alpacaAccounts {
|
8324
|
-
id
|
8325
|
-
}
|
8326
7177
|
}
|
8327
7178
|
userId
|
8328
7179
|
createdAt
|
@@ -8342,12 +7193,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8342
7193
|
createdAt
|
8343
7194
|
updatedAt
|
8344
7195
|
status
|
8345
|
-
alpacaAccount {
|
8346
|
-
id
|
8347
|
-
}
|
8348
|
-
asset {
|
8349
|
-
id
|
8350
|
-
}
|
8351
7196
|
actions {
|
8352
7197
|
id
|
8353
7198
|
sequence
|
@@ -8356,23 +7201,11 @@ exports.NewsArticleAssetSentiment = {
|
|
8356
7201
|
note
|
8357
7202
|
status
|
8358
7203
|
fee
|
8359
|
-
trade {
|
8360
|
-
id
|
8361
|
-
}
|
8362
|
-
order {
|
8363
|
-
id
|
8364
|
-
}
|
8365
7204
|
}
|
8366
7205
|
}
|
8367
|
-
orders {
|
8368
|
-
id
|
8369
|
-
}
|
8370
7206
|
positions {
|
8371
7207
|
id
|
8372
7208
|
assetId
|
8373
|
-
asset {
|
8374
|
-
id
|
8375
|
-
}
|
8376
7209
|
averageEntryPrice
|
8377
7210
|
qty
|
8378
7211
|
qtyAvailable
|
@@ -8386,9 +7219,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8386
7219
|
lastTradePrice
|
8387
7220
|
changeToday
|
8388
7221
|
assetMarginable
|
8389
|
-
alpacaAccount {
|
8390
|
-
id
|
8391
|
-
}
|
8392
7222
|
alpacaAccountId
|
8393
7223
|
}
|
8394
7224
|
alerts {
|
@@ -8399,9 +7229,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8399
7229
|
isRead
|
8400
7230
|
createdAt
|
8401
7231
|
updatedAt
|
8402
|
-
alpacaAccount {
|
8403
|
-
id
|
8404
|
-
}
|
8405
7232
|
}
|
8406
7233
|
}
|
8407
7234
|
action {
|
@@ -8459,9 +7286,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8459
7286
|
stripeCurrentPeriodEnd
|
8460
7287
|
createdAt
|
8461
7288
|
updatedAt
|
8462
|
-
users {
|
8463
|
-
id
|
8464
|
-
}
|
8465
7289
|
}
|
8466
7290
|
customerId
|
8467
7291
|
accounts {
|
@@ -8479,18 +7303,12 @@ exports.NewsArticleAssetSentiment = {
|
|
8479
7303
|
session_state
|
8480
7304
|
createdAt
|
8481
7305
|
updatedAt
|
8482
|
-
user {
|
8483
|
-
id
|
8484
|
-
}
|
8485
7306
|
}
|
8486
7307
|
sessions {
|
8487
7308
|
id
|
8488
7309
|
sessionToken
|
8489
7310
|
userId
|
8490
7311
|
expires
|
8491
|
-
user {
|
8492
|
-
id
|
8493
|
-
}
|
8494
7312
|
createdAt
|
8495
7313
|
updatedAt
|
8496
7314
|
}
|
@@ -8500,32 +7318,17 @@ exports.NewsArticleAssetSentiment = {
|
|
8500
7318
|
credentialID
|
8501
7319
|
publicKey
|
8502
7320
|
counter
|
8503
|
-
user {
|
8504
|
-
id
|
8505
|
-
}
|
8506
7321
|
createdAt
|
8507
7322
|
updatedAt
|
8508
7323
|
}
|
8509
7324
|
plan
|
8510
|
-
alpacaAccounts {
|
8511
|
-
id
|
8512
|
-
}
|
8513
7325
|
}
|
8514
7326
|
userId
|
8515
7327
|
createdAt
|
8516
7328
|
updatedAt
|
8517
|
-
trades {
|
8518
|
-
id
|
8519
|
-
}
|
8520
|
-
orders {
|
8521
|
-
id
|
8522
|
-
}
|
8523
7329
|
positions {
|
8524
7330
|
id
|
8525
7331
|
assetId
|
8526
|
-
asset {
|
8527
|
-
id
|
8528
|
-
}
|
8529
7332
|
averageEntryPrice
|
8530
7333
|
qty
|
8531
7334
|
qtyAvailable
|
@@ -8539,9 +7342,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8539
7342
|
lastTradePrice
|
8540
7343
|
changeToday
|
8541
7344
|
assetMarginable
|
8542
|
-
alpacaAccount {
|
8543
|
-
id
|
8544
|
-
}
|
8545
7345
|
alpacaAccountId
|
8546
7346
|
}
|
8547
7347
|
alerts {
|
@@ -8552,24 +7352,9 @@ exports.NewsArticleAssetSentiment = {
|
|
8552
7352
|
isRead
|
8553
7353
|
createdAt
|
8554
7354
|
updatedAt
|
8555
|
-
alpacaAccount {
|
8556
|
-
id
|
8557
|
-
}
|
8558
7355
|
}
|
8559
7356
|
}
|
8560
|
-
asset {
|
8561
|
-
id
|
8562
|
-
}
|
8563
|
-
actions {
|
8564
|
-
id
|
8565
|
-
}
|
8566
7357
|
}
|
8567
|
-
order {
|
8568
|
-
id
|
8569
|
-
}
|
8570
|
-
}
|
8571
|
-
asset {
|
8572
|
-
id
|
8573
7358
|
}
|
8574
7359
|
fee
|
8575
7360
|
strikePrice
|
@@ -8581,9 +7366,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8581
7366
|
positions {
|
8582
7367
|
id
|
8583
7368
|
assetId
|
8584
|
-
asset {
|
8585
|
-
id
|
8586
|
-
}
|
8587
7369
|
averageEntryPrice
|
8588
7370
|
qty
|
8589
7371
|
qtyAvailable
|
@@ -8629,9 +7411,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8629
7411
|
stripeCurrentPeriodEnd
|
8630
7412
|
createdAt
|
8631
7413
|
updatedAt
|
8632
|
-
users {
|
8633
|
-
id
|
8634
|
-
}
|
8635
7414
|
}
|
8636
7415
|
customerId
|
8637
7416
|
accounts {
|
@@ -8649,18 +7428,12 @@ exports.NewsArticleAssetSentiment = {
|
|
8649
7428
|
session_state
|
8650
7429
|
createdAt
|
8651
7430
|
updatedAt
|
8652
|
-
user {
|
8653
|
-
id
|
8654
|
-
}
|
8655
7431
|
}
|
8656
7432
|
sessions {
|
8657
7433
|
id
|
8658
7434
|
sessionToken
|
8659
7435
|
userId
|
8660
7436
|
expires
|
8661
|
-
user {
|
8662
|
-
id
|
8663
|
-
}
|
8664
7437
|
createdAt
|
8665
7438
|
updatedAt
|
8666
7439
|
}
|
@@ -8670,16 +7443,10 @@ exports.NewsArticleAssetSentiment = {
|
|
8670
7443
|
credentialID
|
8671
7444
|
publicKey
|
8672
7445
|
counter
|
8673
|
-
user {
|
8674
|
-
id
|
8675
|
-
}
|
8676
7446
|
createdAt
|
8677
7447
|
updatedAt
|
8678
7448
|
}
|
8679
7449
|
plan
|
8680
|
-
alpacaAccounts {
|
8681
|
-
id
|
8682
|
-
}
|
8683
7450
|
}
|
8684
7451
|
userId
|
8685
7452
|
createdAt
|
@@ -8699,12 +7466,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8699
7466
|
createdAt
|
8700
7467
|
updatedAt
|
8701
7468
|
status
|
8702
|
-
alpacaAccount {
|
8703
|
-
id
|
8704
|
-
}
|
8705
|
-
asset {
|
8706
|
-
id
|
8707
|
-
}
|
8708
7469
|
actions {
|
8709
7470
|
id
|
8710
7471
|
sequence
|
@@ -8713,9 +7474,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8713
7474
|
note
|
8714
7475
|
status
|
8715
7476
|
fee
|
8716
|
-
trade {
|
8717
|
-
id
|
8718
|
-
}
|
8719
7477
|
order {
|
8720
7478
|
id
|
8721
7479
|
clientOrderId
|
@@ -8736,9 +7494,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8736
7494
|
createdAt
|
8737
7495
|
updatedAt
|
8738
7496
|
orderId
|
8739
|
-
Order {
|
8740
|
-
id
|
8741
|
-
}
|
8742
7497
|
}
|
8743
7498
|
takeProfit {
|
8744
7499
|
id
|
@@ -8747,9 +7502,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8747
7502
|
createdAt
|
8748
7503
|
updatedAt
|
8749
7504
|
orderId
|
8750
|
-
Order {
|
8751
|
-
id
|
8752
|
-
}
|
8753
7505
|
}
|
8754
7506
|
trailPrice
|
8755
7507
|
trailPercent
|
@@ -8761,15 +7513,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8761
7513
|
filledAt
|
8762
7514
|
filledAvgPrice
|
8763
7515
|
actionId
|
8764
|
-
alpacaAccount {
|
8765
|
-
id
|
8766
|
-
}
|
8767
|
-
action {
|
8768
|
-
id
|
8769
|
-
}
|
8770
|
-
asset {
|
8771
|
-
id
|
8772
|
-
}
|
8773
7516
|
fee
|
8774
7517
|
strikePrice
|
8775
7518
|
expirationDate
|
@@ -8799,9 +7542,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8799
7542
|
createdAt
|
8800
7543
|
updatedAt
|
8801
7544
|
orderId
|
8802
|
-
Order {
|
8803
|
-
id
|
8804
|
-
}
|
8805
7545
|
}
|
8806
7546
|
takeProfit {
|
8807
7547
|
id
|
@@ -8810,9 +7550,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8810
7550
|
createdAt
|
8811
7551
|
updatedAt
|
8812
7552
|
orderId
|
8813
|
-
Order {
|
8814
|
-
id
|
8815
|
-
}
|
8816
7553
|
}
|
8817
7554
|
trailPrice
|
8818
7555
|
trailPercent
|
@@ -8824,9 +7561,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8824
7561
|
filledAt
|
8825
7562
|
filledAvgPrice
|
8826
7563
|
actionId
|
8827
|
-
alpacaAccount {
|
8828
|
-
id
|
8829
|
-
}
|
8830
7564
|
action {
|
8831
7565
|
id
|
8832
7566
|
sequence
|
@@ -8850,22 +7584,7 @@ exports.NewsArticleAssetSentiment = {
|
|
8850
7584
|
createdAt
|
8851
7585
|
updatedAt
|
8852
7586
|
status
|
8853
|
-
alpacaAccount {
|
8854
|
-
id
|
8855
|
-
}
|
8856
|
-
asset {
|
8857
|
-
id
|
8858
|
-
}
|
8859
|
-
actions {
|
8860
|
-
id
|
8861
|
-
}
|
8862
7587
|
}
|
8863
|
-
order {
|
8864
|
-
id
|
8865
|
-
}
|
8866
|
-
}
|
8867
|
-
asset {
|
8868
|
-
id
|
8869
7588
|
}
|
8870
7589
|
fee
|
8871
7590
|
strikePrice
|
@@ -8874,9 +7593,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8874
7593
|
stopLossId
|
8875
7594
|
takeProfitId
|
8876
7595
|
}
|
8877
|
-
positions {
|
8878
|
-
id
|
8879
|
-
}
|
8880
7596
|
alerts {
|
8881
7597
|
id
|
8882
7598
|
alpacaAccountId
|
@@ -8885,16 +7601,10 @@ exports.NewsArticleAssetSentiment = {
|
|
8885
7601
|
isRead
|
8886
7602
|
createdAt
|
8887
7603
|
updatedAt
|
8888
|
-
alpacaAccount {
|
8889
|
-
id
|
8890
|
-
}
|
8891
7604
|
}
|
8892
7605
|
}
|
8893
7606
|
alpacaAccountId
|
8894
7607
|
}
|
8895
|
-
newsMentions {
|
8896
|
-
id
|
8897
|
-
}
|
8898
7608
|
}
|
8899
7609
|
relevancyScore
|
8900
7610
|
sentimentScore
|
@@ -8948,9 +7658,6 @@ exports.NewsArticleAssetSentiment = {
|
|
8948
7658
|
logo
|
8949
7659
|
createdAt
|
8950
7660
|
updatedAt
|
8951
|
-
assets {
|
8952
|
-
id
|
8953
|
-
}
|
8954
7661
|
}
|
8955
7662
|
asset {
|
8956
7663
|
id
|
@@ -9058,9 +7765,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9058
7765
|
stripeCurrentPeriodEnd
|
9059
7766
|
createdAt
|
9060
7767
|
updatedAt
|
9061
|
-
users {
|
9062
|
-
id
|
9063
|
-
}
|
9064
7768
|
}
|
9065
7769
|
customerId
|
9066
7770
|
accounts {
|
@@ -9078,18 +7782,12 @@ exports.NewsArticleAssetSentiment = {
|
|
9078
7782
|
session_state
|
9079
7783
|
createdAt
|
9080
7784
|
updatedAt
|
9081
|
-
user {
|
9082
|
-
id
|
9083
|
-
}
|
9084
7785
|
}
|
9085
7786
|
sessions {
|
9086
7787
|
id
|
9087
7788
|
sessionToken
|
9088
7789
|
userId
|
9089
7790
|
expires
|
9090
|
-
user {
|
9091
|
-
id
|
9092
|
-
}
|
9093
7791
|
createdAt
|
9094
7792
|
updatedAt
|
9095
7793
|
}
|
@@ -9099,23 +7797,14 @@ exports.NewsArticleAssetSentiment = {
|
|
9099
7797
|
credentialID
|
9100
7798
|
publicKey
|
9101
7799
|
counter
|
9102
|
-
user {
|
9103
|
-
id
|
9104
|
-
}
|
9105
7800
|
createdAt
|
9106
7801
|
updatedAt
|
9107
7802
|
}
|
9108
7803
|
plan
|
9109
|
-
alpacaAccounts {
|
9110
|
-
id
|
9111
|
-
}
|
9112
7804
|
}
|
9113
7805
|
userId
|
9114
7806
|
createdAt
|
9115
7807
|
updatedAt
|
9116
|
-
trades {
|
9117
|
-
id
|
9118
|
-
}
|
9119
7808
|
orders {
|
9120
7809
|
id
|
9121
7810
|
clientOrderId
|
@@ -9136,9 +7825,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9136
7825
|
createdAt
|
9137
7826
|
updatedAt
|
9138
7827
|
orderId
|
9139
|
-
Order {
|
9140
|
-
id
|
9141
|
-
}
|
9142
7828
|
}
|
9143
7829
|
takeProfit {
|
9144
7830
|
id
|
@@ -9147,9 +7833,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9147
7833
|
createdAt
|
9148
7834
|
updatedAt
|
9149
7835
|
orderId
|
9150
|
-
Order {
|
9151
|
-
id
|
9152
|
-
}
|
9153
7836
|
}
|
9154
7837
|
trailPrice
|
9155
7838
|
trailPercent
|
@@ -9161,9 +7844,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9161
7844
|
filledAt
|
9162
7845
|
filledAvgPrice
|
9163
7846
|
actionId
|
9164
|
-
alpacaAccount {
|
9165
|
-
id
|
9166
|
-
}
|
9167
7847
|
action {
|
9168
7848
|
id
|
9169
7849
|
sequence
|
@@ -9172,15 +7852,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9172
7852
|
note
|
9173
7853
|
status
|
9174
7854
|
fee
|
9175
|
-
trade {
|
9176
|
-
id
|
9177
|
-
}
|
9178
|
-
order {
|
9179
|
-
id
|
9180
|
-
}
|
9181
|
-
}
|
9182
|
-
asset {
|
9183
|
-
id
|
9184
7855
|
}
|
9185
7856
|
fee
|
9186
7857
|
strikePrice
|
@@ -9192,9 +7863,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9192
7863
|
positions {
|
9193
7864
|
id
|
9194
7865
|
assetId
|
9195
|
-
asset {
|
9196
|
-
id
|
9197
|
-
}
|
9198
7866
|
averageEntryPrice
|
9199
7867
|
qty
|
9200
7868
|
qtyAvailable
|
@@ -9208,9 +7876,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9208
7876
|
lastTradePrice
|
9209
7877
|
changeToday
|
9210
7878
|
assetMarginable
|
9211
|
-
alpacaAccount {
|
9212
|
-
id
|
9213
|
-
}
|
9214
7879
|
alpacaAccountId
|
9215
7880
|
}
|
9216
7881
|
alerts {
|
@@ -9221,14 +7886,8 @@ exports.NewsArticleAssetSentiment = {
|
|
9221
7886
|
isRead
|
9222
7887
|
createdAt
|
9223
7888
|
updatedAt
|
9224
|
-
alpacaAccount {
|
9225
|
-
id
|
9226
|
-
}
|
9227
7889
|
}
|
9228
7890
|
}
|
9229
|
-
asset {
|
9230
|
-
id
|
9231
|
-
}
|
9232
7891
|
actions {
|
9233
7892
|
id
|
9234
7893
|
sequence
|
@@ -9237,9 +7896,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9237
7896
|
note
|
9238
7897
|
status
|
9239
7898
|
fee
|
9240
|
-
trade {
|
9241
|
-
id
|
9242
|
-
}
|
9243
7899
|
order {
|
9244
7900
|
id
|
9245
7901
|
clientOrderId
|
@@ -9260,9 +7916,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9260
7916
|
createdAt
|
9261
7917
|
updatedAt
|
9262
7918
|
orderId
|
9263
|
-
Order {
|
9264
|
-
id
|
9265
|
-
}
|
9266
7919
|
}
|
9267
7920
|
takeProfit {
|
9268
7921
|
id
|
@@ -9271,9 +7924,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9271
7924
|
createdAt
|
9272
7925
|
updatedAt
|
9273
7926
|
orderId
|
9274
|
-
Order {
|
9275
|
-
id
|
9276
|
-
}
|
9277
7927
|
}
|
9278
7928
|
trailPrice
|
9279
7929
|
trailPercent
|
@@ -9317,9 +7967,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9317
7967
|
stripeCurrentPeriodEnd
|
9318
7968
|
createdAt
|
9319
7969
|
updatedAt
|
9320
|
-
users {
|
9321
|
-
id
|
9322
|
-
}
|
9323
7970
|
}
|
9324
7971
|
customerId
|
9325
7972
|
accounts {
|
@@ -9337,18 +7984,12 @@ exports.NewsArticleAssetSentiment = {
|
|
9337
7984
|
session_state
|
9338
7985
|
createdAt
|
9339
7986
|
updatedAt
|
9340
|
-
user {
|
9341
|
-
id
|
9342
|
-
}
|
9343
7987
|
}
|
9344
7988
|
sessions {
|
9345
7989
|
id
|
9346
7990
|
sessionToken
|
9347
7991
|
userId
|
9348
7992
|
expires
|
9349
|
-
user {
|
9350
|
-
id
|
9351
|
-
}
|
9352
7993
|
createdAt
|
9353
7994
|
updatedAt
|
9354
7995
|
}
|
@@ -9358,32 +7999,17 @@ exports.NewsArticleAssetSentiment = {
|
|
9358
7999
|
credentialID
|
9359
8000
|
publicKey
|
9360
8001
|
counter
|
9361
|
-
user {
|
9362
|
-
id
|
9363
|
-
}
|
9364
8002
|
createdAt
|
9365
8003
|
updatedAt
|
9366
8004
|
}
|
9367
8005
|
plan
|
9368
|
-
alpacaAccounts {
|
9369
|
-
id
|
9370
|
-
}
|
9371
8006
|
}
|
9372
8007
|
userId
|
9373
8008
|
createdAt
|
9374
8009
|
updatedAt
|
9375
|
-
trades {
|
9376
|
-
id
|
9377
|
-
}
|
9378
|
-
orders {
|
9379
|
-
id
|
9380
|
-
}
|
9381
8010
|
positions {
|
9382
8011
|
id
|
9383
8012
|
assetId
|
9384
|
-
asset {
|
9385
|
-
id
|
9386
|
-
}
|
9387
8013
|
averageEntryPrice
|
9388
8014
|
qty
|
9389
8015
|
qtyAvailable
|
@@ -9397,9 +8023,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9397
8023
|
lastTradePrice
|
9398
8024
|
changeToday
|
9399
8025
|
assetMarginable
|
9400
|
-
alpacaAccount {
|
9401
|
-
id
|
9402
|
-
}
|
9403
8026
|
alpacaAccountId
|
9404
8027
|
}
|
9405
8028
|
alerts {
|
@@ -9410,17 +8033,8 @@ exports.NewsArticleAssetSentiment = {
|
|
9410
8033
|
isRead
|
9411
8034
|
createdAt
|
9412
8035
|
updatedAt
|
9413
|
-
alpacaAccount {
|
9414
|
-
id
|
9415
|
-
}
|
9416
8036
|
}
|
9417
8037
|
}
|
9418
|
-
action {
|
9419
|
-
id
|
9420
|
-
}
|
9421
|
-
asset {
|
9422
|
-
id
|
9423
|
-
}
|
9424
8038
|
fee
|
9425
8039
|
strikePrice
|
9426
8040
|
expirationDate
|
@@ -9450,9 +8064,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9450
8064
|
createdAt
|
9451
8065
|
updatedAt
|
9452
8066
|
orderId
|
9453
|
-
Order {
|
9454
|
-
id
|
9455
|
-
}
|
9456
8067
|
}
|
9457
8068
|
takeProfit {
|
9458
8069
|
id
|
@@ -9461,9 +8072,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9461
8072
|
createdAt
|
9462
8073
|
updatedAt
|
9463
8074
|
orderId
|
9464
|
-
Order {
|
9465
|
-
id
|
9466
|
-
}
|
9467
8075
|
}
|
9468
8076
|
trailPrice
|
9469
8077
|
trailPercent
|
@@ -9507,9 +8115,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9507
8115
|
stripeCurrentPeriodEnd
|
9508
8116
|
createdAt
|
9509
8117
|
updatedAt
|
9510
|
-
users {
|
9511
|
-
id
|
9512
|
-
}
|
9513
8118
|
}
|
9514
8119
|
customerId
|
9515
8120
|
accounts {
|
@@ -9527,18 +8132,12 @@ exports.NewsArticleAssetSentiment = {
|
|
9527
8132
|
session_state
|
9528
8133
|
createdAt
|
9529
8134
|
updatedAt
|
9530
|
-
user {
|
9531
|
-
id
|
9532
|
-
}
|
9533
8135
|
}
|
9534
8136
|
sessions {
|
9535
8137
|
id
|
9536
8138
|
sessionToken
|
9537
8139
|
userId
|
9538
8140
|
expires
|
9539
|
-
user {
|
9540
|
-
id
|
9541
|
-
}
|
9542
8141
|
createdAt
|
9543
8142
|
updatedAt
|
9544
8143
|
}
|
@@ -9548,16 +8147,10 @@ exports.NewsArticleAssetSentiment = {
|
|
9548
8147
|
credentialID
|
9549
8148
|
publicKey
|
9550
8149
|
counter
|
9551
|
-
user {
|
9552
|
-
id
|
9553
|
-
}
|
9554
8150
|
createdAt
|
9555
8151
|
updatedAt
|
9556
8152
|
}
|
9557
8153
|
plan
|
9558
|
-
alpacaAccounts {
|
9559
|
-
id
|
9560
|
-
}
|
9561
8154
|
}
|
9562
8155
|
userId
|
9563
8156
|
createdAt
|
@@ -9577,12 +8170,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9577
8170
|
createdAt
|
9578
8171
|
updatedAt
|
9579
8172
|
status
|
9580
|
-
alpacaAccount {
|
9581
|
-
id
|
9582
|
-
}
|
9583
|
-
asset {
|
9584
|
-
id
|
9585
|
-
}
|
9586
8173
|
actions {
|
9587
8174
|
id
|
9588
8175
|
sequence
|
@@ -9591,23 +8178,11 @@ exports.NewsArticleAssetSentiment = {
|
|
9591
8178
|
note
|
9592
8179
|
status
|
9593
8180
|
fee
|
9594
|
-
trade {
|
9595
|
-
id
|
9596
|
-
}
|
9597
|
-
order {
|
9598
|
-
id
|
9599
|
-
}
|
9600
8181
|
}
|
9601
8182
|
}
|
9602
|
-
orders {
|
9603
|
-
id
|
9604
|
-
}
|
9605
8183
|
positions {
|
9606
8184
|
id
|
9607
8185
|
assetId
|
9608
|
-
asset {
|
9609
|
-
id
|
9610
|
-
}
|
9611
8186
|
averageEntryPrice
|
9612
8187
|
qty
|
9613
8188
|
qtyAvailable
|
@@ -9621,9 +8196,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9621
8196
|
lastTradePrice
|
9622
8197
|
changeToday
|
9623
8198
|
assetMarginable
|
9624
|
-
alpacaAccount {
|
9625
|
-
id
|
9626
|
-
}
|
9627
8199
|
alpacaAccountId
|
9628
8200
|
}
|
9629
8201
|
alerts {
|
@@ -9634,9 +8206,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9634
8206
|
isRead
|
9635
8207
|
createdAt
|
9636
8208
|
updatedAt
|
9637
|
-
alpacaAccount {
|
9638
|
-
id
|
9639
|
-
}
|
9640
8209
|
}
|
9641
8210
|
}
|
9642
8211
|
action {
|
@@ -9694,9 +8263,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9694
8263
|
stripeCurrentPeriodEnd
|
9695
8264
|
createdAt
|
9696
8265
|
updatedAt
|
9697
|
-
users {
|
9698
|
-
id
|
9699
|
-
}
|
9700
8266
|
}
|
9701
8267
|
customerId
|
9702
8268
|
accounts {
|
@@ -9714,18 +8280,12 @@ exports.NewsArticleAssetSentiment = {
|
|
9714
8280
|
session_state
|
9715
8281
|
createdAt
|
9716
8282
|
updatedAt
|
9717
|
-
user {
|
9718
|
-
id
|
9719
|
-
}
|
9720
8283
|
}
|
9721
8284
|
sessions {
|
9722
8285
|
id
|
9723
8286
|
sessionToken
|
9724
8287
|
userId
|
9725
8288
|
expires
|
9726
|
-
user {
|
9727
|
-
id
|
9728
|
-
}
|
9729
8289
|
createdAt
|
9730
8290
|
updatedAt
|
9731
8291
|
}
|
@@ -9735,32 +8295,17 @@ exports.NewsArticleAssetSentiment = {
|
|
9735
8295
|
credentialID
|
9736
8296
|
publicKey
|
9737
8297
|
counter
|
9738
|
-
user {
|
9739
|
-
id
|
9740
|
-
}
|
9741
8298
|
createdAt
|
9742
8299
|
updatedAt
|
9743
8300
|
}
|
9744
8301
|
plan
|
9745
|
-
alpacaAccounts {
|
9746
|
-
id
|
9747
|
-
}
|
9748
8302
|
}
|
9749
8303
|
userId
|
9750
8304
|
createdAt
|
9751
8305
|
updatedAt
|
9752
|
-
trades {
|
9753
|
-
id
|
9754
|
-
}
|
9755
|
-
orders {
|
9756
|
-
id
|
9757
|
-
}
|
9758
8306
|
positions {
|
9759
8307
|
id
|
9760
8308
|
assetId
|
9761
|
-
asset {
|
9762
|
-
id
|
9763
|
-
}
|
9764
8309
|
averageEntryPrice
|
9765
8310
|
qty
|
9766
8311
|
qtyAvailable
|
@@ -9774,9 +8319,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9774
8319
|
lastTradePrice
|
9775
8320
|
changeToday
|
9776
8321
|
assetMarginable
|
9777
|
-
alpacaAccount {
|
9778
|
-
id
|
9779
|
-
}
|
9780
8322
|
alpacaAccountId
|
9781
8323
|
}
|
9782
8324
|
alerts {
|
@@ -9787,25 +8329,10 @@ exports.NewsArticleAssetSentiment = {
|
|
9787
8329
|
isRead
|
9788
8330
|
createdAt
|
9789
8331
|
updatedAt
|
9790
|
-
alpacaAccount {
|
9791
|
-
id
|
9792
|
-
}
|
9793
8332
|
}
|
9794
8333
|
}
|
9795
|
-
asset {
|
9796
|
-
id
|
9797
|
-
}
|
9798
|
-
actions {
|
9799
|
-
id
|
9800
|
-
}
|
9801
|
-
}
|
9802
|
-
order {
|
9803
|
-
id
|
9804
8334
|
}
|
9805
8335
|
}
|
9806
|
-
asset {
|
9807
|
-
id
|
9808
|
-
}
|
9809
8336
|
fee
|
9810
8337
|
strikePrice
|
9811
8338
|
expirationDate
|
@@ -9816,9 +8343,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9816
8343
|
positions {
|
9817
8344
|
id
|
9818
8345
|
assetId
|
9819
|
-
asset {
|
9820
|
-
id
|
9821
|
-
}
|
9822
8346
|
averageEntryPrice
|
9823
8347
|
qty
|
9824
8348
|
qtyAvailable
|
@@ -9864,9 +8388,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9864
8388
|
stripeCurrentPeriodEnd
|
9865
8389
|
createdAt
|
9866
8390
|
updatedAt
|
9867
|
-
users {
|
9868
|
-
id
|
9869
|
-
}
|
9870
8391
|
}
|
9871
8392
|
customerId
|
9872
8393
|
accounts {
|
@@ -9884,18 +8405,12 @@ exports.NewsArticleAssetSentiment = {
|
|
9884
8405
|
session_state
|
9885
8406
|
createdAt
|
9886
8407
|
updatedAt
|
9887
|
-
user {
|
9888
|
-
id
|
9889
|
-
}
|
9890
8408
|
}
|
9891
8409
|
sessions {
|
9892
8410
|
id
|
9893
8411
|
sessionToken
|
9894
8412
|
userId
|
9895
8413
|
expires
|
9896
|
-
user {
|
9897
|
-
id
|
9898
|
-
}
|
9899
8414
|
createdAt
|
9900
8415
|
updatedAt
|
9901
8416
|
}
|
@@ -9905,16 +8420,10 @@ exports.NewsArticleAssetSentiment = {
|
|
9905
8420
|
credentialID
|
9906
8421
|
publicKey
|
9907
8422
|
counter
|
9908
|
-
user {
|
9909
|
-
id
|
9910
|
-
}
|
9911
8423
|
createdAt
|
9912
8424
|
updatedAt
|
9913
8425
|
}
|
9914
8426
|
plan
|
9915
|
-
alpacaAccounts {
|
9916
|
-
id
|
9917
|
-
}
|
9918
8427
|
}
|
9919
8428
|
userId
|
9920
8429
|
createdAt
|
@@ -9934,12 +8443,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9934
8443
|
createdAt
|
9935
8444
|
updatedAt
|
9936
8445
|
status
|
9937
|
-
alpacaAccount {
|
9938
|
-
id
|
9939
|
-
}
|
9940
|
-
asset {
|
9941
|
-
id
|
9942
|
-
}
|
9943
8446
|
actions {
|
9944
8447
|
id
|
9945
8448
|
sequence
|
@@ -9948,9 +8451,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9948
8451
|
note
|
9949
8452
|
status
|
9950
8453
|
fee
|
9951
|
-
trade {
|
9952
|
-
id
|
9953
|
-
}
|
9954
8454
|
order {
|
9955
8455
|
id
|
9956
8456
|
clientOrderId
|
@@ -9971,9 +8471,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9971
8471
|
createdAt
|
9972
8472
|
updatedAt
|
9973
8473
|
orderId
|
9974
|
-
Order {
|
9975
|
-
id
|
9976
|
-
}
|
9977
8474
|
}
|
9978
8475
|
takeProfit {
|
9979
8476
|
id
|
@@ -9982,9 +8479,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9982
8479
|
createdAt
|
9983
8480
|
updatedAt
|
9984
8481
|
orderId
|
9985
|
-
Order {
|
9986
|
-
id
|
9987
|
-
}
|
9988
8482
|
}
|
9989
8483
|
trailPrice
|
9990
8484
|
trailPercent
|
@@ -9996,15 +8490,6 @@ exports.NewsArticleAssetSentiment = {
|
|
9996
8490
|
filledAt
|
9997
8491
|
filledAvgPrice
|
9998
8492
|
actionId
|
9999
|
-
alpacaAccount {
|
10000
|
-
id
|
10001
|
-
}
|
10002
|
-
action {
|
10003
|
-
id
|
10004
|
-
}
|
10005
|
-
asset {
|
10006
|
-
id
|
10007
|
-
}
|
10008
8493
|
fee
|
10009
8494
|
strikePrice
|
10010
8495
|
expirationDate
|
@@ -10034,9 +8519,6 @@ exports.NewsArticleAssetSentiment = {
|
|
10034
8519
|
createdAt
|
10035
8520
|
updatedAt
|
10036
8521
|
orderId
|
10037
|
-
Order {
|
10038
|
-
id
|
10039
|
-
}
|
10040
8522
|
}
|
10041
8523
|
takeProfit {
|
10042
8524
|
id
|
@@ -10045,9 +8527,6 @@ exports.NewsArticleAssetSentiment = {
|
|
10045
8527
|
createdAt
|
10046
8528
|
updatedAt
|
10047
8529
|
orderId
|
10048
|
-
Order {
|
10049
|
-
id
|
10050
|
-
}
|
10051
8530
|
}
|
10052
8531
|
trailPrice
|
10053
8532
|
trailPercent
|
@@ -10059,9 +8538,6 @@ exports.NewsArticleAssetSentiment = {
|
|
10059
8538
|
filledAt
|
10060
8539
|
filledAvgPrice
|
10061
8540
|
actionId
|
10062
|
-
alpacaAccount {
|
10063
|
-
id
|
10064
|
-
}
|
10065
8541
|
action {
|
10066
8542
|
id
|
10067
8543
|
sequence
|
@@ -10085,23 +8561,8 @@ exports.NewsArticleAssetSentiment = {
|
|
10085
8561
|
createdAt
|
10086
8562
|
updatedAt
|
10087
8563
|
status
|
10088
|
-
alpacaAccount {
|
10089
|
-
id
|
10090
|
-
}
|
10091
|
-
asset {
|
10092
|
-
id
|
10093
|
-
}
|
10094
|
-
actions {
|
10095
|
-
id
|
10096
|
-
}
|
10097
|
-
}
|
10098
|
-
order {
|
10099
|
-
id
|
10100
8564
|
}
|
10101
8565
|
}
|
10102
|
-
asset {
|
10103
|
-
id
|
10104
|
-
}
|
10105
8566
|
fee
|
10106
8567
|
strikePrice
|
10107
8568
|
expirationDate
|
@@ -10109,9 +8570,6 @@ exports.NewsArticleAssetSentiment = {
|
|
10109
8570
|
stopLossId
|
10110
8571
|
takeProfitId
|
10111
8572
|
}
|
10112
|
-
positions {
|
10113
|
-
id
|
10114
|
-
}
|
10115
8573
|
alerts {
|
10116
8574
|
id
|
10117
8575
|
alpacaAccountId
|
@@ -10120,16 +8578,10 @@ exports.NewsArticleAssetSentiment = {
|
|
10120
8578
|
isRead
|
10121
8579
|
createdAt
|
10122
8580
|
updatedAt
|
10123
|
-
alpacaAccount {
|
10124
|
-
id
|
10125
|
-
}
|
10126
8581
|
}
|
10127
8582
|
}
|
10128
8583
|
alpacaAccountId
|
10129
8584
|
}
|
10130
|
-
newsMentions {
|
10131
|
-
id
|
10132
|
-
}
|
10133
8585
|
}
|
10134
8586
|
relevancyScore
|
10135
8587
|
sentimentScore
|