-
Notifications
You must be signed in to change notification settings - Fork 0
/
Financials_Comments.csv
We can't make this file beautiful and searchable because it's too large.
9220 lines (5850 loc) · 804 KB
/
Financials_Comments.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
created_utc,body,score,ups,author,gilded,Delete,IsBot
1641001718,"gates' wealth keeps growing because as he sells ms stock, he hands it to his financial company. the guy in charge is practically a savant. the gates foundation has given away a ludicrous amount of gates' money (60+ bn). just because you don't understand that doesn't make op the rube.",0.0,,hicow,0.0,False,False
1641048046,don't buy shot unless you are going to melt it. too hard to verify purity. you want diversity? buy some pt or au. and consider a reit or equity investment. my bx stock is up 100% in the last year. and after living in it for 30 years i made enough on the sale of my home to buy 25 monster boxes.,2.0,,old-ugly-retired,0.0,False,False
1641106876,"i've already transferred \~5k, chopping it up to buy $axp (american express), $ndva.v (indiva limited) & $atz.to (aritzia)
i think axp is a solid buy due to cash on hand/market cap, ndva.v for undervaluation and being oversold from tax-loss selling season (starting to recover now) and atz because it is rapidly growing in brand awareness.
what are some of your guys picks? let me know :d",1.0,,ProfitPredator,0.0,False,False
1641108836,"buy $vgt when tech pulls back hard as it bounces really well on huge selloffs ($10+ points).
look at $u (unity software) if there is a pullback.
for semiconductor, consider $on for chips in auto. nvidia is great too but i feel it's a crowded trade and needs to pullback.
i also like $a (agilent), $dis (disney), $axp (american express), and ual (united airlines).
if you want leveraged etfs, go with $spxl, $tecl, $soxl, and $tqqq.
you are going to want to be diversified going into the year.",1.0,,futbolito112000,0.0,False,False
1641137341,"love blackrock stock, especially since i get it at a discount. i always load up when i can.",3.0,,DeviousLight,0.0,False,False
1641152244,"i'm currently looking at $axp (american express), $ndva.v (indiva limited) & $atz.to (aritzia)
i think axp is a solid buy due to cash on hand/market cap, ndva.v for undervaluation and being oversold from tax-loss selling season (starting to recover now) and atz because it is rapidly growing in brand awareness.",1.0,,ProfitPredator,0.0,False,False
1641223094,"do not buy the $slv. it is minipulated by the banks. $jpm is the holder of the physical silver that the rent to other banks. it is a total fraud!!!
everyone needs to buy physical silver to eat up the supply.",58.0,,khoffman007,0.0,False,False
1641225923,"gab es irgendwelche $bac news, die ich verpasst habe?",1.0,,DarkZonk,0.0,False,False
1641235045,11 shares of $blk reporting,9.0,,srf5067,0.0,False,False
1641247953,"interesting question, but the difference isn't worth a bucket of warm pee. the real question is why would you bother to own bank of america stock. (i know, i know-- nomb.)
in theory, bank of america, because its yield is taxed at a higher rate (as foreign income-- that is, at your marginal tax rate). however, the boa yield is currently only 1.89%, so if you're in a 30% tax bracket, that's only 0.57%, or $57 per ten thousand invested.
td has a higher yield (3.26%) and it's taxed as a canadian dividend, which in that bracket would be about 9% in ontario, or 0.29%, iow $29 per ten thousand. the difference (0.28%) is $28 per ten thousand dollars invested. could get yourself a nice pizza for that once a year i guess.",3.0,,Strix780,0.0,False,False
1641266600,"i misspoke on $blk. they have never split and they are around 1k. i must have gotten them confused with another company.
berkshire has brk.b for this exact purpose though.",1.0,,One-Evening4725,0.0,False,False
1641269077,"holding $axp (american express), $[atz.to](https://atz.to) (aritzia), $ndva.v (indiva limited), $nsc.v (nevada silver corp.)
looking at opening a position in $sndl (sundial), and $meta (metaverse etf).
i like the exposure & diversification those stocks will grant me access to.
​
what about yourself?",2.0,,ProfitPredator,0.0,False,False
1641276917,i think this is a false flag diversionary opium dream to make you forget that that bank of america stock was up 3.57% today.,9.0,,moshedayanseyepatch1,0.0,False,False
1641297700,is the blackstone ($bx) offering of $1.5b in senior notes anything to be taken overly negative/positive for someone who holds a long position? are there generally any short/long term implications for this type of move?,4.0,,Soonernick,0.0,False,False
1641306539,"[$wfc rage yolo](https://old.reddit.com/r/wallstreetbetsogs/comments/rcg7rb/daily_discussion_thread_december_09_2021/hnvtlzj/) is going well. this spike is only due to interest rates, wait until they remove the asset cap and it's going to fly.",5.0,,TTTTsixandtwo,0.0,False,False
1641326794,those random $jpm calls i bought yesterday coming in clutch today.,3.0,,YellowFeverbrah,0.0,False,False
1641331903,"[$pk](https://old.reddit.com/r/wallstreetbetsogs/comments/r7gal7/update_300k_park_resorts_pk_yolo_ouch/) for park resorts, and i'm working on a post for [$wfc](https://i.redd.it/bru7zocfpq981.jpg), will post details this week, but lets just say i'm heavily in $wfc options short-term, long-term, mid-term, and some shares.
edit: add $wfc link to screenshot",18.0,,TTTTsixandtwo,0.0,False,False
1641332261,"thanks! i've been taking a beating ever since delta hit, then omicron, and just keep dcaing.
and no worries, and you were right, i should have linked these positions. will update my previous comment with a quick screenshot of $wfc too.",13.0,,TTTTsixandtwo,0.0,False,False
1641332988,"the simple answer is the fed raising interest rates, $wfc is one of the banks that will see an out-sized gain with higher rates.
the yolo answer is the asset cap imposed on $wfc. i'm *really* hoping this gets removed this year. if it does, it is not unreasonable that $wfc will go to $80-90.",8.0,,TTTTsixandtwo,0.0,False,False
1641339138,"linksys got a new global head of marketing (alan cohen) last year. so i'm guessing that played into this.
i've been at companies where every new cmo had to make their mark on the brand. tweak the logo, change the fonts, change the shade of the corporate color by imperceptible amounts -- but all enough to require $ms in rebranding buildings, apparel etc.",4.0,,rasta4eye,0.0,False,False
1641394543,"did you mean $wfc? i'm holding short term calls through earning. ""chainsaw charlie"" has been reducing staff and slashing expenses and i'm *hoping* this is a good earning cycle with solid forward guidance based on expectation for higher rates.",1.0,,TTTTsixandtwo,0.0,False,False
1641402981,"$bac hat mir 6,83€ dividende bezahlt. ist das dieses passive einkommen von dem alle reden?",7.0,,WrongAcanthocephala6,0.0,False,False
1641417193, wtf $bx,1.0,,ResentDescent,0.0,False,False
1641419153,"a donation for hunger to get vaxxed?! that's supposed to convince people to do it? puts on $bac for being so naive.
good job on the losses buddy, keep it going.",3.0,,spicybeefjerkytaco,0.0,False,False
1641462709,i only thought of bac stock options because i’m broke and they are cheaper lol!,1.0,,Jroll228,0.0,False,False
1641463981,"“being into him”? unless he has $ms, good in bed, don’t waste your time. you’ll always be 2nd!",-4.0,,Forward-Word3116,0.0,False,False
1641478880,"also look into option strategies that give you downside protection so you're not just sweating with the buy and hold strategy. here's an example on bank of america (financials benefit from higher interest rates) to make a fixed 13.0% (16.7% annualized) and start to lose only if $bac drops by more than 9.3% through 10/21/2022. [more details](https://www.oliveinvest.com/income/4?o=61d617c757b228080301fff0)
buy 1 $40 put
buy 1 $42 put
sell 3 $45 puts
10/21/22 exp",1.0,,OliveInvestor,0.0,False,False
1641480342,$wfc fresh 52 week high. get your boomer stocks here! boomer stocks! get your boomer stocks!,4.0,,TTTTsixandtwo,0.0,False,False
1641482511,getting my butthole blasted on my $gs leaps today,2.0,,YellowFeverbrah,0.0,False,False
1641484956,"i feel like this is not post worthy, but there appears to be an inverse correlation in gme and gs stock today. for the smoothest of brains gs is goldman sachs.
​
**hey wrinkle brain look here:**",2.0,,Isokivi,0.0,False,False
1641485845,anyone loading up on big banks for the interest rate hikes? long $bac and $jpm here. might buy more.,1.0,,sekgs34,0.0,False,False
1641486105,"i'm deep in the hole with $c and good with $wfc (\~30% of portfolio). want to buy more but with so much finance, and somewhat competing against sofi (my biggest growth stock holding) i'm kinda done. the divis are nice though.",1.0,,TwoArmedWolf,0.0,False,False
1641486202,"what made u want to invest in $c and $wfc :o i usually like to pick the best of the best in the industry, at least the top 2.",1.0,,sekgs34,0.0,False,False
1641486293,"updated count:
$qqq held 384 support and looks to be trending higher today
$tsla 1070 level failed, stock fell to 1040 before bouncing. able to take advantage with quick scalp put
$shop stock dropped to 1136 in the morning before finally reclaiming 1175 support. 1200 remains key pivot level
$goog showing great relative strength, looking for break of 2815
$gs failed to hold 400 support",1.0,,psychotrader00,0.0,False,False
1641490014,"you can’t do that as an investor. we’re all morons that know nothing about anything. we try to read the tea leaves, but as long as human psychology drives the majority of market forces there’s only speculation. i actually have a master’s degree in finance and could show you the math (dividend discount model or residual earnings model, your pick lol) of what a stock “theoretically” should trade at depending on “fundamentals” and interpretations of that, but that’s not how the market operates.
that’s why $gs is trading barely over 6x p/e while beating estimates and other companies have p/es in the 100s.
do you like the stock? do you believe in the stock?
then buy and hold.
if you’re depending on others to give you any indications you’ll lose out in the end, guaranteed.",6.0,,[deleted],0.0,False,False
1641493525,"if you want to play crypto just buy goldman sachs stock.
1) what every crypto wins and becomes the base they will know before you and will be wispering in the government ear to do while they amass a large stake.
2) as for the other 10,000 cryptos it will just be pump and dump city. goldman will know the pump and the dump dates. even if they don’t their data science wil detect and act
if you think we have it bad with silver, welcome to the crypto games. the mechanism are still being built to clean these people out. i think there is a chance the banks ever get bored with silver and exit so they can focus crypto",3.0,,Ouch259,0.0,False,False
1641504806,same. and $jpm. been slowly diversifying off tech. xbi on the other hand... wasn't a good move. at least not yet.,2.0,,wiarumas,0.0,False,False
1641507989,"so i actually got it to work i was just hoping to find an easier way
>=if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$4,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$4),$av$4,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$5,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$5),$av$5,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$6,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$6),$av$6,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$7,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$7),$av$7,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$8,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$8),$av$8,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$9,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$9),$av$9,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$10,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$10),$av$10,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$11,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$11),$av$11,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$12,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$12),$av$12,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$13,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$13),$av$13,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$14,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$14),$av$14,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$15,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$15),$av$15,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$16,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$16),$av$16,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$17,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$17),$av$17,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$18,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$18),$av$18,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$19,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$19),$av$19,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$20,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$20),$av$20,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$21,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$21),$av$21,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$22,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$22),$av$22,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$23,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$23),$av$23,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$24,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$24),$av$24,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$25,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$25),$av$25,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$26,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$26),$av$26,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$27,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$27),$av$27,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$28,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$28),$av$28,if(and((l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))>$at$29,(l105-7\*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0)))<$au$29),$av$29,""""))))))))))))))))))))))))))",-2.0,,pabeave,0.0,False,False
1641510821,"oohhhh.....
do you have 365? try:
`=let(check_date,(l105-7*index(assumptions!$c$4:$bx$20,1,match($b105,assumptions!$c$2:$bx$2,0))),filter($av$4:$av$29,(check_date>$at$4:$at$29)*(check_date<$au$4:$au$29),""n/a""))`",4.0,,stealthdawg,0.0,False,False
1641513508,"just downloaded another copy and did a little culling. this is what i usually do every month to see if there are some things i'm interested in looking more into.
i culled all otc stock (over the counter), and then i removed anything that did not have at least a 7% dgr for 1yr, 3yr, 5yr. there is a 5yr/10yr a/d (5yr vs 10yr dgr acceleration/deceleration ratio). anything >1.0 is good. this indicated that the average dgr yoy is either at least staying the same (=1.0) rising (>1.0). i will copy/paste to make a 3yr/5yr as i prefer to see how it compares to those. sometimes there were some issues 5+yrs ago that didn't allow them to raise the dividend so the 5yr/10yr a/d is low but the 3yr/5yr looks great and they are raising it. i also personally like to give a little wiggle room so i look for anything that is >0.9 a/d ratio for the 3yr/5yr.
doing just this in about 30 seconds i was able to see that there are approx ***138*** equities on the list. then you can just start culling through all the fundamentals. i'll start by removing things with high p/e levels, negative earnings/revenue, and negative growth and etc. typically i can get down to about 20 decent looking holdings on paper. then i'll head to seekingalpha or something, make a portfolio and then look into ratings, debt, what the share price appreciation and performance and returns have been. it's a great way to build a portfolio.
i put a good bit of time into this. also, another good way to find decent holdings is looking through $dgro $schd, and some other really high rated dividend growth stocks. they do a ton of research so their top 10 or 20 holdings are typically helpful to start with.
\*\*added - if you remove anything with <2.5% yield here is the remaining 27 holdings. you'll need to look into their fundamentals but this could be something to look into.
1. $aem
2. $all
3. $aqn
4. $ato
5. $aub
6. $cci
7. $cms
8. $cofs
9. $cto
10. $ctre
11. $dte
12. $ffnw
13. $fibk
14. $hpq
15. $kalu
16. $lmt
17. $med
18. $mrk
19. $ms
20. $nep
21. $njr
22. $nrim
23. $pb
24. $sgu
25. $sna
26. $tait
27. $trn",10.0,,DaegenLok,0.0,False,False
1641526115,"cool, you're still not buying a 2mm house on 175k. and ms stock isn't thattt killer. it's not bad, but it's not amazing.",1.0,,divulgingwords,0.0,False,False
1641566955,"2 companies own a stake in every single company you could think of. pick up an item in your house, search the company who makes it and see who the biggest holders are... its guaranteed to be vanguard and blackrock everytime.
&#x200b;
the kicker? vanguard owns a majority of blackrock stock... einhorn is finkle",112.0,,zooterzz,0.0,False,False
1641567483,"cyber ninjas got around $7m from maga conspiracist orgs run by byrne, lindell and powell, plus a small amount of money from az senate. they have $ms more owed to vendors who it looks like won't get paid.
doesn't bode well for audit-mania sweeping other states. no reputable law firm or cyber security company is going to want to participate given the likelihood they'll get stiffed as well as the reputational damage.
will the generous maga integrity philanthropists continue to want to put up $ms for more audits or will states be likely to justify spending it after this debacle? and recall, this was the cost for just one county. the $7m understates the cost, i'm sure the county had $ms in costs to comply with this farce.
i hope the judge doesn't permit the public records request to die with the company. the ceo got paid and the lawyers got paid, they should move the $50k/day fines over to them.",160.0,,thinkcontext,0.0,False,False
1641567493,$wfc,-1.0,,RyChrome,0.0,False,False
1641583330,"yes. look at financial etfs that give you exposure to those smaller community or regional banks. they have margin.
also, with inflation on the rise asset managers should see increased inflows. i play off gs stock a lot, buy at 390 or below and sell at 410 and above but there are better pure play asset managers.",2.0,,Frozen_Heat92,0.0,False,False
1641589222,"reddit working with morgan stanley and goldman sachs on ipo, bloomberg says
$ms $gs
ew",3.0,,cutiesarustimes2,0.0,False,False
1641589662,"[$wfc details](https://old.reddit.com/r/wallstreetbetsogs/comments/ry9l9p/wfc_rage_yolo_update/)
[$pk details](https://old.reddit.com/r/wallstreetbetsogs/comments/r7gal7/update_300k_park_resorts_pk_yolo_ouch/)
[partial $ba detials](https://old.reddit.com/r/wallstreetbetsogs/comments/rxpi1s/ba_buy_the_dip_day_trade/) the rest are way out of the money leap calls
the $14k loss in spx was a 0dte buy the dip that *did not work out*",9.0,,TTTTsixandtwo,0.0,False,False
1641589994,gs has less exposure to interest rate hikes. check out bank of america for interest rate play with a little less risk than $wfc,3.0,,TTTTsixandtwo,0.0,False,False
1641591205,"up 5% today, 25% for the week in unrealized gains. i did close out shorter plays for about 8% gain. biggest winner by far was $wfc options, followed by $vale, $clf and $mt plays. down a bit on $aehr, but slowed the bleeding selling ccs yesterday on my larger share position.",5.0,,Skipper5,0.0,False,False
1641597390,"\- senior executives are planning to increase the bonus pool for investment bankers by more than 40%, while sales and trading operations could see a rise of more than 30% on average, according to the report.
\- last month, goldman sachs group inc (gs.n) and jpmorgan chase & co (jpm.n)also laid out plans to raise their bonus pools for investment bankers by 40% and 50%, respectively.",1.0,,Genedide,0.0,False,False
1641648185,"moin allerseits. würde gerne mal eben eure meinung zu banken in den nächsten wochen / monaten hören. ist die ""rotation"" in den sektor eurer meinung nach schon wieder abgeschlossen? das letzte jahr / der letzte monat im besonderen lief ja extrem gut und ich bin mir nicht sicher wie schlau jetzt noch ein einstieg oder ein kurzes mitspielen wäre. (der plan zb. leaps oder ko mit geringem hebel auf $brk.b oder $bac, chance hier den deckel zu erwischen ist kurzfristig mmn aber recht hoch)",9.0,,whats-my-age_again,0.0,False,False
1641653553,"positions or ban. ![gif](emote|free_emotes_pack|trollface)
kidding aside, $blk is looking juicy. sitting on 200 sma with the market shitting all over tech and the $tnx breaking out. options chain is a little illiquid for my liking, so commons only, 2% of cash portfolio, with a stop a point below the 200 sma and looking for an exit around $1000.",6.0,,axisofadvance,0.0,False,False
1641654387,"i find it fascinating that this weasel ( webbush financial) can go on msm spreading whatever bs that comes to his mind but-
webbush insider holdings 4,500,000 of jpm stock ?
jpm short on the same company that he’s bashing ? zero conflict of interest?
https://whalewisdom.com/filer/wedbush-morgan-securities-inc#tabform4_tab_link
correct if i’m wrong ? that’s me liking for 3 minutes max !",1.0,,SchemeCurious9764,0.0,False,False
1641660128,"the most basic way to put it is like this, let's say gs stock is trading at $50 a share. you borrow 100 shares and sell them for $5,000. the price suddenly declines to $25 a share, at which point you purchase 100 shares to replace those you borrowed, netting $2,500. it’s very interesting and worth a dive in the rabbit hole of what is going on right now in our markets. i’m leaving an [article](https://www.schwab.com/resource-center/insights/content/ins-and-outs-short-selling) here if you want to learn more",1.0,,GuntramV3,0.0,False,False
1641660973,calls on $wfc?,3.0,,Negative-Road-8610,0.0,False,False
1641662563,"i see that as a bullish case for $wfc, my guess would be that they are giving people that have poor credit scores knowing that they won’t pay their balance off by the end of the month. therefore making more money off of high credit card interest rates",7.0,,Negative-Road-8610,0.0,False,False
1641665645,"$wfc on friday is a big day for me. i have been trimming on the runup this week and i plan to close out 90% of january options positions that are currently at 270% or more. i also have jun calls at 150% and jan 2023 calls at 75%. i may sell some of the jun calls depending on price action early week, but the leaps will be untouched. the position is heavily overweight (25%) in my portfolio right now and i can't take all the risk into earnings. shares also at 100% - i've been in this stock since may 2020.",14.0,,Skipper5,0.0,False,False
1641673784,$jpm,1.0,,Galivanting,0.0,False,False
1641688614,"i know you said funds over stocks, but after seeing all the fees blackrock charges i just bought blackrock stock itself. it's performed well.",1.0,,reginaccount,0.0,False,False
1641696947,"that is a mutual fund run by blackrock, not blackrock stock.",2.0,,tommyrulz1,0.0,False,False
1641725401,"yeah, i worked my butt off thst summer and made about $4000. bought a camaro. time machine me really wishes i had bought apple or ms stock instead.",2.0,,humanclock,0.0,False,False
1641749902,buy jpm stock and profit? ;p,0.0,,Tetrapode23,0.0,False,False
1641774774,"ah, i see what you're saying. i phrased that in a way that is misleading, ""i entered this position"" meaning the $wfc play, not the actual options in the screenshot. in a seperate (boring) account i have a block of shares i bought around $26 that will ride for a long time. but in this account i've already closed several short term options and exercised 5 contracts for 500 shares to avoid paying short term cg on about $15k on just those 5, some of my original option plays cashed out for 400%+ gains (not all, i had some early ones for a loss and several that were 10%-100% gains). the ones that remain were originally smaller position leaps that i've added to over time as the underlying went from $26+/- to $50ish. i actively trade this on dips, including some very short term positions just to take advantage of dips when it bounces down to $48ish.",1.0,,TTTTsixandtwo,0.0,False,False
1641775916,"a few of the banks will benefit more from the interest income, like $wfc and $bac, but i picked $wfc because of the asset cap. when the cap is removed that stock is likely to hit the $80 range and very possibly more. or you know, not do that and i'm the fool. you never really know, right?",1.0,,TTTTsixandtwo,0.0,False,False
1641821263,$bac banks 😤,2.0,,TotalDance1181,0.0,False,False
1641825607,$wfc 👀,3.0,,TTTTsixandtwo,0.0,False,False
1641829396,"0
i already spent all my money on gs stock",14.0,,Life-Cricket1898,0.0,False,False
1641830074,$bac,3.0,,WrongAcanthocephala6,0.0,False,False
1641836678,"damn $gs even in on the game. i remember wen not a single analyst liked this one, now they are onboard except that gordon johnson cat. actually a nice write up. i have another block buy order at $999.
https://finance.yahoo.com/news/tesla-price-target-raised-at-goldman-sachs-171240121.html",5.0,,toydan,0.0,False,False
1641839066,i’m not selling my big tech stocks to buy up wells fargo stock there wall street.,1.0,,FogMonster911,0.0,False,False
1641840571,"k, i'm not going to run a vpn for xcloud streaming, and i almost, i mean almost, went down a rabbit hole of by passing my home3000 router for the vague promise of blowing $300 on a new wifi router and a sfp media convertor (or ubiquti router w/ sfp), when its not clear what the real issue is.
if it's a bell route, i would hope microsoft would maybe contact bell and have them route traffic properly. netflix and everyone else is on top of the largest market isps, colocating and setting up backbone agreements. if its the home3000, and i don't know why it would be really, what am i supposed to do? replace a router that works perfectly for everything but this? i'm not using bell's tv or voip services. i disable all qos crap and i run cat6 for pretty much everything.
my comment about the xcloud app not including any diagnostic, ping, route hoping info, etc... all stands. it doesn't even come with a basic network test. the xbox at least will test internet connectivity and remote play capability. instead supposed i'm running wireshark to figure out what's going on. if ms doesn't care, i'm not sure why i should put all this time in.
like i said, it ran well enough in june, now it doesn't. my connection currently caps out in real transfer testing at 500/500. it can serve 2 stay at home students and 2 work from home parents with vpns, yet i can't view xcloud's piddly bit rate stream.
if its a routing problem, again, why is microsoft selling in markets without tooling to detect if there are service issues? every single xcloud app could be reporting back if there are quality issues. a devops person at microsoft can simply look and reach out to isps in question to resolve the issue.
anyways. i'll go back to sleep now. i own ms stock, so you guys enjoy xcloud on me. i'll forget it exists for another 6 months then maybe check back in. maybe it'll be gone or fixed by then. who knows.",1.0,,No-Opportunity-8875,0.0,False,False
1641841960,anyone else staring at $gs and $ms for 1/14's or next weeks expirations?,2.0,,blindsk02,0.0,False,False
1641848393,"i'd rather have 10 shares at 14.00, and 990 $bac",1.0,,Stoneteer,0.0,False,False
1641854217,"tomorrow? watch $wfc go up even further, *i hope.*",3.0,,TTTTsixandtwo,0.0,False,False
1641858864,if you want to get your pmcc fix i’d go for $bac or possibly energy stocks over spy. there’s way too many variables that could send spy up or down this year a leap on it sounds treacherous,0.0,,throwme-away12355322,0.0,False,False
1641864186,"not sure if this was posted already -
$bac raised some pt on semis:
$on - $82 from $75 maintains buy
$lrcx - $785 from $685 maintains buy
$klac - $500 from $450 maintains buy",9.0,,SteelColdKegs,0.0,False,False
1641879235,"did he sell his wells fargo stock? before buying his gamestop stock, he had indicated that he only owned apple and wells fargo",8.0,,Chuckles58TX,0.0,False,False
1641890285,wasn't rc holding wells fargo stock. the same bank that gamestop is using for their new credit facility?,3.0,,heyman93,0.0,False,False
1641899760,"if buying today for a one year minimum hold, who do you go with for best return thru 1/11/23?:
- $bx
- $tqqq
- $vlue
- $vonv",2.0,,Soonernick,0.0,False,False
1641910771,anyone has opinions on $bx blackstone? they seem to have good management and i'm looking to open a small position.,5.0,,donwantellu,0.0,False,False
1641918856,speaking of lib logic... just got a $jpm notif that dimon is requiring nyc employees *that work at home* to be vaxxed or they won't be paid. looking into this now.,1.0,,gmd427,0.0,False,False
1641930319,"some of you have never eaten lunch at the $gs $shak and it shows
also shak is up 15% today 👀",6.0,,MDemon,0.0,False,False
1641932641,"i no i am about the only tsla bull in here, but these analysts upgrades coming in rapid fire. holy shit on this $ms one
“not owning tesla means not owning the one company that can make all other ev names obsolete.”
etc, $1500 pt and overweight.
https://www.benzinga.com/analyst-ratings/analyst-color/22/01/25000115/tesla-analyst-hikes-price-target-says-the-company-can-make-all-other-ev-names-obsol",6.0,,toydan,0.0,False,False
1641934849,$ms calls at the close didn't fill ![img](emote|t5_2th52|4260),1.0,,_foldLeft,0.0,False,False
1641934907,"why is $wfc mooning but not $bac?
also fuck $chwy there is no god",4.0,,MiddleEarthPolling,0.0,False,False
1641936910,i'm [in](https://old.reddit.com/r/wallstreetbetsogs/comments/ry9l9p/wfc_rage_yolo_update/) $wfc if you want [my reasoning it's in the comments](https://old.reddit.com/r/wallstreetbetsogs/comments/ry9l9p/wfc_rage_yolo_update/hrn7xo9/),2.0,,TTTTsixandtwo,0.0,False,False
1641986776,"a few pt updates for some of the tickers i often notice in discussion:
$mgm - ubs raises pt to $47 from $46
$aa - jeffries raised pt to $75 from $65
$qcom - barclays raises pt to
$gme - jeffries cuts pt to $145 from $180
$pi - cannacord raises pt to $100 from $95
$iivi - barclays raises pt to $65 from $56
$jbh - jpm raises pt to $171 from $162
$klac - barclays raises pt to $425 from $350
$knx - jpm raises pt to $54 from $51
$lrcx - barclays raises pt to $750 from $625
$mrvl - barclays raises pt to $115 from $100
$mu - barclays raises pt to $105 from $100
$qcom - barclays raises pt to $185 from $180
$spce - ubs cuts pt to $9 from $15
$wfc - piper sandler raises pt to $64 from $50, upgrades to overweight from neutral
$amat - barclays raises pt to $165 from $150
$amat - bofa raises pt to $190 from $175
$intc - jefferies raises pt to $51 from $49
$amd - barclays raises pt to $148 from $135",16.0,,SteelColdKegs,0.0,False,False
1641999614,"its funny how for 6+ months, everyone agreed ""no positions"". then drs comes and all of a sudden position posts everywhere!
im a privacy focused individual, im not telling yall shit! not even x, xx, xxx, or xxxxxxxx!
but i love my ape fam. and im invested in gme, the greatest company in the world!
also, if goldman sachs goes out of business from their fuckery, gamestop can take over the gs stock ticker.",55.0,,j4_jjjj,0.0,False,False
1642026264,$0. $bac or bust,0.0,,upbeat_controller,0.0,False,False
1642029189,"awesome this is where the next inflow of money will come from.
and coinbase seems like the most trustworthy custodial solution (since they are fully compliant in the us, and just released ipo docs). so i can imagine they carry some weight with their users.
it's weird that people keep repeating ""multichain world bridges"" without actually having the technical skills to know if it's plausible. it seems to me like bridging/wrapping requires liquidity or trust. it also makes the attack surface for hacks much larger. so just like in normal technology it's not so simple to bridge apple, $ms and linux. it's just as hard in the blockchain but we also have large hacks, often happening to bridging and interoperability solutions.",2.0,,PresentCompanyExcl,0.0,False,False
1642075340,"earning rally?
earning start tomorrow with big banks, $c, $wfc , $jpm, $blk ….
next week $intc , $nflx, airlines..etc,
and $msft , $ba, $amd, $tsla …etc the last week of january",21.0,,spac-master,0.0,False,False
1642076740,load up on bank calls. earnings friday bmo. $c $jpm,5.0,,1AdamsApple9,0.0,False,False
1642078848,banking will go up. my wfc stock is up 150% so far.,4.0,,y90210,0.0,False,False
1642079207,"alright, you want thickheaded?
i had not one but two accounts blow up on me at work. that were my responsibility. it's bonus season, the ceo just gave me a raise and he will not be happy with me when i have to deliver the news at our staff meeting.
i forgot to order a gun for a customer and had to overnight it here asap to cover my ass.
i still don't have an idea on getting my post sample pack running right. my all steel german mp5 mags did come in though!
i used an atm for a deposit and literally jammed the machine with too much money so it's inop.
my mental health is at an all time low. stress is high, bank account is higher.
entire life savings tied up in $jpm stock. earnings tomorrow. dimon hands baby",-5.0,,fcatstaples,0.0,False,False
1642081753,$msft $amd $f $jpm $bac $sofi $tlry $jd $bhc 😤,6.0,,TotalDance1181,0.0,False,False
1642084088,"that could be worse. i almost bought the $56c 1/26 on monday but couldn't get filled and then the price never looked back. the others on 1/26 i'd be ready to sell at or near open unless they completely rock earnings and $wfc is up 2-5% pm. the 2/25s i'd probably hold on to for a while unless they completely shit the bed tomorrow with earnings. i'm completely [biased](https://old.reddit.com/r/wallstreetbetsogs/comments/ry9l9p/wfc_rage_yolo_update/), but i wouldn't worry too much, just have an exit plan.",1.0,,TTTTsixandtwo,0.0,False,False
1642087777,"i have a couple $wfc i bought monday, should print.. \*should",1.0,,N4D5,0.0,False,False
1642088032,"adding in some non tech stocks would diversify a bit. $jpm is a good call. or a couple other boring stocks like $ko, $t, or $bp.",3.0,,drew-gen-x,0.0,False,False
1642092038,"biggest stocks (by market cap) making new 52 week lows
$zm $cvna $roku $chwy $txg
lots of banks hitting new 52 week highs
$hsbc $ry $td $wfc",1.0,,Bman409,0.0,False,False
1642100479,"more times than i like to admit i got what i considered a good premium for tech stocks only to have them rocket up and be called away. would have added $ms to my portfolio if i had been smart enough not to sell those calls and hang on. the nvda puts i sold earlier were 20% underwater, now +20%.",1.0,,WIlburOne,0.0,False,False
1642104165,"thoughts on $blk reporting earnings in the morning? seeing a lot put volume and the price is down today, making me want to purchase some calls.",1.0,,BoardEmergency6179,0.0,False,False
1642107273,"here are some of the notable companies coming out with earnings releases after today's market close and before tomorrow's open.
*****
> **here are some of the notable stock tickers:**
> ($jpm $wfc $c $blk $frc $wafd $game)
*****
> **the following link includes all of the notable stock tickers, time of release, and the consensus earnings estimates:**
> #(**[click here for today's amc earnings releases!](https://i.imgur.com/0qhbbj4.png)**)
> **the following link includes all of the notable stock tickers, time of release, and the consensus earnings estimates:**
> #(**[click here for tomorrow's bmo earnings releases!](https://i.imgur.com/ycfebvb.png)**)
*****",1.0,,bigbear0083,0.0,False,False
1642108797,"i own a lot of $wfc shares, jun 50 calls, and jan 2023 60 calls that i am carrying into tomorrow. i closed out everything else. i don’t trust the market and heeded advice from w1ndmasta. hoping for some great guidance, but i would be fine if we trade flat tomorrow.",1.0,,Skipper5,0.0,False,False
1642109289,tomorrow? stare at a screen starting at 6:30am and not blink until $wfc is at $60 or i jump out a window.,2.0,,TTTTsixandtwo,0.0,False,False
1642116942,"in all my years of churning i’ve only ever heard of one person that actually got around the chase 5/24 rule. this person emailed jamie dimon with screenshots of how much jpm stock he or she owned and screenshots of how much money he or she had with jpm and told jamie it was ridiculous that chase couldn’t approve him or her for a stupid credit card, if you can’t approve me for a credit card, i’ll take my business elsewhere. it worked, this person got a personal approval call from someone high up in the organization.",11.0,,435880Churnz,0.0,False,False
1642119027,"dimon hands baby
long $jpm",2.0,,fcatstaples,0.0,False,False
1642121438,"*fuckin' bring it* - my $wfc leap calls
*please no* - every other aspect of my life",3.0,,TTTTsixandtwo,0.0,False,False
1642132471,$gs,1.0,,BigBlackDisk,0.0,False,False
1642146037,"blackrock hat heute um 14:30 ernteanruf. ich bin gespannt. gute zahlen würden meinem depot wohl gut tun.
$blk",5.0,,Kobil55,0.0,False,False
1642158535,$blk will be up 3% tomorrow;)![img](emote|t5_2th52|4886)![img](emote|t5_2th52|4886)![img](emote|t5_2th52|4886),1.0,,tigeroftrades,0.0,False,False
1642161398,"[$jpm drops on earnings](http://archive.fast-edgar.com/20220114/aozza222i222m2z2222q22zzc4c8z2ds2r42/)
[$wfc jumps](http://archive.fast-edgar.com/20220114/at265222z22ff2c2222k22o2nmqmzz222242/)",6.0,,SteelColdKegs,0.0,False,False
1642162255,"> $jpm | jpmorgan q4 earnings
> - q4 adj. eps $3.33 (est $2.99)
> - q4 revenue $30.35b (est 30.00b)
> - cet1 ratio 13.0% (est 12.9%)
> jpmorgan earnings show that average loans were up 6% in q4, but average deposits were up 17%. consumers are still stockpiling cash and lending is still lagging behind.",6.0,,_hongkonglong,0.0,False,False
1642166029,$sofi was going down today regardless of what $jpm did.,1.0,,Stoneteer,0.0,False,False
1642167605,die schwarzfels zahlen waren offensichtlich nicht so gut. $blk,2.0,,Kobil55,0.0,False,False
1642167919,i’m high on $jpm as well and also like $sbux long term,1.0,,99_Gretzky,0.0,False,False
1642168801,$jpm acting like a meme stock now,5.0,,AlmightySnoo,0.0,False,False
1642169908,was erlauben $blk,3.0,,Tollpatsch08,0.0,False,False
1642170219,$bac is the most sensitive to interest rate hikes and should do well.,2.0,,The-Night-Raven,0.0,False,False
1642171836,duuuuuude $jpm just got whacked,6.0,,Any_Act1080,0.0,False,False
1642173699,$wfc can’t be stopped. look at the ytd chart 48 to 58…big grin,3.0,,Skipper5,0.0,False,False
1642174313,"wells fargo expects mortage originations to decline in 2022
$wfc",5.0,,cutiesarustimes2,0.0,False,False
1642175989,do any of you know why blackstone ($bx) is so volatile recently?,2.0,,TheWokeKiwi,0.0,False,False
1642176378,anyone else short $jpm and feeling like a big brain bear 🐻 🌈,1.0,,RightwingScot,0.0,False,False
1642181305,thanks for this. i like $bx quite a bit.,1.0,,zenny_the_tiger,0.0,False,False
1642187996,"wells fargo downgrades 'expensive' jpmorgan to equal weight on high expenses
$jpm
😂",12.0,,cutiesarustimes2,0.0,False,False
1642189281,"meni nije jasno kako je $blk uspeo da pokida, a imaju ako se lepo secam 15% exposure u kini i drze ogroman debt na real estate kompanije. izgleda da stvarno tamo rade najbistriji na wall st.",3.0,,greenback_litquid,0.0,False,False
1642189567,"""take *that* you way better bank than us."" - some chad at $wfc",4.0,,TTTTsixandtwo,0.0,False,False
1642194164,"(again) first let me say i hate this company. second, i love money more so i'm playing this hard.
3 part thesis:
* i began this position back in june of 2020 because it had dropped ridiculously low. it's basically made that recovery. i've closed several call positions ranging from -50% up to nearly +400%.
* near term strategy is the rise in interest rates. rate sinsitivity is highest for wfc amongst peers, bank of america is also a good play for rate increases. $wfc has run since the new year for this reason, and i believe there is still upside based on interest rates. (earnings was not part of this strategy, but holy shit did it pay off.) **i'm expecting another bump right before or at an actual increase.**
* long term strategy is removal of the fed imposed asset cap. $1.9 trillion asset cap imposed in 2018 for the sales/account scandal. the bank has made public progress toward meeting the requirements for lifting the cap, but they are not there yet. i'm *hoping* this will be lifted q3-q4 2022, if not, i'll roll everything out to 2023 as this will provide a *serious* boost to share price. **after the earnings call, i thinking the cap will be removed no earlier than 2023, so i'll likely start buying leaps even further out.**
i will continue to buy on any dips.
[tl;dr summary of thesis](https://old.reddit.com/r/wallstreetbetsogs/comments/rw578d/not_bad_for_2_days_wfc_ba_pk_unrealized_gains/hr9o4md/)
[quick thoughts on earnings](https://old.reddit.com/r/wallstreetbetsogs/comments/rw578d/not_bad_for_2_days_wfc_ba_pk_unrealized_gains/hrcyrio/) from a week and a half ago.",17.0,,TTTTsixandtwo,0.0,False,False
1642196258,$blk will be $900 on monday. mark my word!!! ![img](emote|t5_2th52|4267)![img](emote|t5_2th52|4267)![img](emote|t5_2th52|4267)crushed its er,1.0,,tigeroftrades,0.0,False,False
1642202459,how'd you do today on those $wfc 0dtes? [i did pretty well!](https://old.reddit.com/r/wallstreetbetsogs/comments/s42j2z/wfc_rage_yolo_update_11422_earnings/),1.0,,TTTTsixandtwo,0.0,False,False
1642205644,thoughts on $gs upcoming earnings.,1.0,,CUTON1C,0.0,False,False
1642222174,"why would reducing the float less than 1% be a more optimal use of $100million of gs’s cash reserves than, say, investing in the tech and hires they need for transforming the company? honestly, if this is how they use that money, i’d be pretty disappointed. moreover, i like to think it’s more of a institutional buy in. that would be more bullish to me than a gs stock repurchase.",-3.0,,icupanopticon,0.0,False,False
1642223387,"i didn’t think it was a sob story, i thought it was a 2 people go from broke to living comfortably story. i don’t profit from any rental property, unless owning blackrock stock counts, and i for sure don’t want people freezing. you may own a house in malibu for all i know, i’m just saying spending less than you make, plus smart investments can gain you enough capital to purchase a home, or multiple homes that you could then rent, it’s not impossible. it’s harder than it should be though i’ll give you that.",1.0,,theonlyturkey,0.0,False,False
1642291606,"if you want a real commercial product to sell at scale, you'd need to invest several hundred $k to get it done properly, this is if you have it designed from scratch, certified etc which are all requirements to sell it. this excludes mobile app development. what you're trying to do may seem simple but when you start to think of mobile app development, device provisioning etc, does it need a backend for remote alerting etc, your costs go even higher. what you have found already is a cost problem, gateways for cheap sensors can get expensive but if your device needs wifi on it's own, your device bom costs is already getting higher. if you want a actual off the shelf product people can buy, then you could work with someone like digi who can private label and start with these devices as a base, [https://www.digi.com/products/embedded-systems/digi-xbee/digi-xbee-gateways](https://www.digi.com/products/embedded-systems/digi-xbee/digi-xbee-gateways) \- the good thing is you again aren't really doing much, super basic sensing, most boards can track humidity and temp without anything added. personally, i would recommend figuring out your market first (if you haven't) and what your customers are prepared to spend, then make sure this doesn't exist because it probably does. there are plenty of water sensing kits already available, the humidity part can just be added by a customer, not sure if you are adding enough value for investment on both sides. govee make rock solid products and have this, [https://www.amazon.com/detector-wireless-notification-security-basement/dp/b07j9hz5vn/ref=psdc\_7491105011\_t1\_b07qsfrsjx](https://www.amazon.com/detector-wireless-notification-security-basement/dp/b07j9hz5vn/ref=psdc_7491105011_t1_b07qsfrsjx) and they have an add-on humidity sensor, [https://us.govee.com/products/wi-fi-temperature-humidity-sensor](https://us.govee.com/products/wi-fi-temperature-humidity-sensor)
edit: just adding that if you want devices like the ones govee makes, it takes $ms of investment, iot is not cheap unfortunately.",1.0,,typo9292,0.0,False,False
1642297545,chase sapphire reserve is the best travel credit card. calls on $jpm,2.0,,Majin_Senku,0.0,False,False
1642302605,"he is shilling for mitch mcconnell and mcconnel's wife who happens to work for wells fargo. incidentally, mitch is trying to defang the regulatory agency that oversees banking operations. mitch owns a shitload of wells fargo stock.
or maybe cramer knows this.... but he is opposite man, so that means short the hell out of wells fargo.",1.0,,Soothsayerman,0.0,False,False
1642315291,"true story, i will buy wells fargo stock with the rest of my savings. the ticker for wells fargo is $gme right? great.",1.0,,theslipguy,0.0,False,False
1642318852,"i’m with you on $jpm, bought the dip on the 10% drop after earnings report. closed out my other financial/bank sector holding and moved it all over to $jpm",6.0,,99_Gretzky,0.0,False,False
1642331505,"with oil price staying at or above current levels i can not think of a bigger winner than the oil and gas companies.
the materials and mining will also be sectors not lagging that far behind.
i would have said financials but really don’t think 2-3 increases in interest rates are going to be enough of a catalyst. we have already seen $jpm and big banks seeing an increase in the expenses with the inflation",2.0,,ComprehensiveUsual13,0.0,False,False
1642347509,that’s a load of bullcrap. wfc stock price recovered from march 2020 low and is about to pass ath.,1.0,,RionFerren,0.0,False,False
1642349677,i feel like the banks are going to fuck $spy just like $jpm already did. or maybe that's already priced in now ![img](emote|t5_4htjqx|4639),3.0,,AlmightySnoo,0.0,False,False
1642358102,"yeah, i'm all about some $jpm ... it's one of the top banking stocks for sure. hell, their management is excellent overall, their roe and roi is great and they are great at consistently buying back shares which people overlook. top it off with an amazing 3yr and 5yr dgr yoy% and that includes a dividend yield just a bit over 2.5%.
they are poised to soar once the us starts raising rates too. considering we may have multiple rate raises over the next yr or so this stock is going to have a lot of growth coming up after march.",3.0,,DaegenLok,0.0,False,False
1642361666,"nice work! yeah, $wfc has presented a few *buying opportunities* in that time, and will likely have more.",2.0,,TTTTsixandtwo,0.0,False,False
1642362286,"$wfc has experienced significant volatility since i started building this position. over the last year+ the reasons for that volatility have changed what i was willing to buy at that specific time, the illusive *personal risk tolerance* everyone jokes about . a really good example is the 500 contracts june 17'22 at $70 strike and the 110 contracts feb 18'22 $50 call:
i entered the $70c much earlier, with less confident of price movement and ended up dcaing into the 500 total, i've been $9k down on that position but held and stopped dcaing eventually (oops).
the $50c i was more confident when i entered the position and bought the shit out of it on the last few dips right before the recent run up.",2.0,,TTTTsixandtwo,0.0,False,False
1642380184,for $bac ?,3.0,,Professssssssor,0.0,False,False
1642383574,"you took that bait along with just about everyone else. pelosi is corrupt, but she is not the most corrupt by far. that would rest with mitch mcconnell. his current grift is that he owns $5 million of wells fargo stock and his wife is on wf's board. he is working to gut the consumer credit protection agency that fingered wf for fraud. he does this openly because he gives no fucks.
pelosi came from a shitload of money and she bought her way into her position. she was very rich before she even got to congress.
the only congressperson that knows banking and wants to change it is elizabeth warren which is why she's a target. the only person that knows more about banking is jamie dimon.
the most corrupt trader that is a member of congress by far is austin scott who uses his position on the subcommittee on commodity exchanges, energy, and credit to make bank. scott has been number one for a while, but he is a nobody in congress so nobody knows who he is whereas pelosi actually has a lot of power. scott is congressman for georgia.
topped by him however was mnunchin under trump and then the fed regional director that recently had to resign.
[congress profit trading vs s&p](https://imgur.com/gallery/xvg0wet)",1.0,,Soothsayerman,0.0,False,False
1642385961,i had the chance of buying bank of america stock at $2 back around the financial collapse of 2008. its at $47 today.,1.0,,washu42,0.0,False,False
1642448645,"agreed. bought about 30 $jpm shares right after the 10% price drop after their earnings. it’s a super long term hold, not worried at all. plus this are my bank, win-win",3.0,,99_Gretzky,0.0,False,False
1642454790,"$msft 1/28 320c
$bac 1/21 58.5c - i am just holding this till end of day tomorrow unless it truly shits the bed then i’ll just hold till expiration",4.0,,optionsthatlose,0.0,False,False
1642456622,i have bad feeling about $bac. (shares only here),1.0,,Stoneteer,0.0,False,False
1642468738,$wfc 50 puts,1.0,,Noticeably98,0.0,False,False
1642474433,"$su & $baba out of the businesses i can understand completely.
chinese equities are very risky compared to western nations' equities, but i do think the rewards very much outweigh the risks.
suncor was my favorite stock of the covid-19 market crash because it had a healthy balance sheet and only went down because of crude oil prices hitting $-37 a barrel (a scary sounding, but very temporary issue that they had the cash to withstand).
businesses that i don't understand enough to invest in yet, but are on my radar for further research are $mu and $bac.",1.0,,T_Dizzle_My_Nizzle,0.0,False,False
1642508733,">goldman sachs q4 eps usd 10.81 vs. estimate usd 11.77
banken gleich auf talfahrt? $gs",7.0,,Tenebra,0.0,False,False
1642508930,"goldman sachs reports q4 eps $10.81, consensus $11.76
$gs",10.0,,yoyo248,0.0,False,False
1642509835,oh fick. $bac zieht es bestimmt wieder mit in den abgrund.,1.0,,WrongAcanthocephala6,0.0,False,False
1642509950,"i told these dumbasses on stocktwits to buy puts on $gs for earnings. now my shit printed. 💪🏾
some retard gave me some long ass technical analysis and was fucking wrong.",-1.0,,CUTON1C,0.0,False,False
1642510096,"listen since mods apparently all died pre market we gotta lay some ground rules.
rule one is i don't want to be a mod, and ed can't be one either. it'd be bad for his mental health and he's trying to improve himself
rule two is numbers aren't real without girth
and the third and final rule is to put tickers on the bottom of what we write
$ms 100p 01/21",2.0,,browow1,0.0,False,False
1642513839,$gs??? holy fuck rip,7.0,,RedditDani,0.0,False,False
1642515144,$gs earning miss. i don't know if buying anything before earnings except maybe big oil is the play here.,1.0,,drew-gen-x,0.0,False,False
1642516732,holy shot $gs,1.0,,redcedar53,0.0,False,False
1642516900,"\*buys gs stock because banks are more steady than tech yolos
\*gs crahes 10% in first 5min of open.",12.0,,GushingGranny1,0.0,False,False
1642517874,lmao $gs down 8%,2.0,,RedditDani,0.0,False,False
1642519400,ryan cohen literally fucking wished for a dip on his wells fargo stock. you’re in the wrong place.,4.0,,partyoftheapes,0.0,False,False
1642519622,this was me playing $gs earnings btw.,2.0,,CUTON1C,0.0,False,False
1642521519,"cnbc ""expert"" commentators: uh ya sell tech and growth stocks buy safe banks!!!!!1111 $jpm down 12% last two days",2.0,,kk7766,0.0,False,False
1642523373,$blk wird einfach immer weiter in grund und boden gefickt. mein depot blutet. haben wir noch boden? keinen mehr? zwei noch?,1.0,,Kobil55,0.0,False,False
1642524449,all the technicals are saying buy $bac but i don't have the courage to do it lol,1.0,,AmbitiousBasket0,0.0,False,False
1642525509,this $bac dump is impressive though.,3.0,,AmbitiousBasket0,0.0,False,False
1642530080,$bac found mid-day resistance @$46.15,2.0,,AmbitiousBasket0,0.0,False,False
1642530703,wage inflation is what i heard from $gs earnings miss.,1.0,,drew-gen-x,0.0,False,False
1642532035,beautiful breakdowns in $ms and $gs (leading indicators of bearish market to come),1.0,,Bman409,0.0,False,False
1642535703,$gs calls this morning was the real stimmy check,3.0,,Vinny32295,0.0,False,False
1642539587,"here are some of the notable companies coming out with earnings releases before tomorrow's open.
*****
> **here are some of the notable stock tickers:**
> ($bac $ms $asml $unh $pg $fast $usb $stt $pld $cfg $cma $ofg $bokf $cbsh)
*****
> **the following links includes all of the notable stock tickers, time of release, and the consensus earnings estimates:**
> #(**[click here for tomorrow's bmo earnings releases!](https://i.imgur.com/d3gmcfp.png)**)
*****",1.0,,bigbear0083,0.0,False,False
1642541310,"> valve is not a publicly traded company.
zenimax wasn't either (or lucasfilm/marvel/pixar for disney for example), private companies are acquired all the time. it's actually easier to buy non-public companies, you might even do it without competition.
> sure gabe could sell the company but why does he need to?
he doesn't need to but he might just want to retire someday (he is 59) and if he doesn't have a successor he trust, might as well get a few billions, a lot of ms stock and good bye.",28.0,,Radulno,0.0,False,False
1642546545,$bac all in baby.. come on i believe in you for this earnings report!,3.0,,Blindside783,0.0,False,False
1642553443,"i should not have watched that. my spirit is broken.
fucking fantastic video gammon, wow. just nuts.
i know just enough to know i should have bought blackrock stock when i started working.
fuck.
maybe my gme tickets cash in? starting to think that the government aint gonna let that happen either.",2.0,,clowntownyyc,0.0,False,False
1642553662,"i hope you put a bunch in a good growth stock like $abnb
most are getting hit, but i can't see selling mine. my big dividend stock is $ab. i also have $lmt, $blk but had them for years.
i bought $ba and $gm as i believe they will have a dividend with monster cash flow.",2.0,,NtrtnmntPrpssNly,0.0,False,False
1642571775,$bac is going to print!!!,2.0,,Mitclove6,0.0,False,False
1642575373,puts on $gs,2.0,,redrum221,0.0,False,False
1642579248,or they can offer ms stock which is very common.,1.0,,ocbdare,0.0,False,False
1642583663,didn't ms stock drop 3% also yesterday? it was a bloodbath in the markets yesterday all round. i wouldn't read too much into it or overreact,999.0,,Buffig39,0.0,False,False
1642590462,"it's possible, but teams don't tend to run floors for specific tracks. it's easier and more efficient to alter the wings. that said floors can sometimes be ride height sensitive, so subtle variations can be made to suit tracks where higher ride heights can be used. also remember the budget cap will deter teams from blowing $ms on one off solutions",5.0,,scarbstech,0.0,False,False
1642592441,"sometimes it all cash, sometimes it stock.
i.e. sometimes your activision stock will
be converted to the equivalent of the buying company stock,
so you may get $95 of ms stock instead of $95 of activision stock.
it all depends on the terms of the buyout
edit: this is an all cash deal. so yes if the deal is approved by regulators (risk to consider) then every stock will be $95",11.0,,bbcomment,0.0,False,False
1642594665,"go $bac fly little bird , fuck you 🌈🐻",2.0,,ant3crypto,0.0,False,False
1642597106,"jpmorgan to increase junior banker's salaries again, bloomberg reports
$jpm",10.0,,cutiesarustimes2,0.0,False,False
1642597871,a barrel of crude oil might actually cost more than a ms stock,2.0,,Not99Percent,0.0,False,False
1642601473,what did i tell you guys? $bac to the moon!,1.0,,ClutteredSmoke,0.0,False,False
1642601617,"morgan stanley 'cognizant' of pressure on expenses, will 'pay for performance'
$ms
listen you overpaid whiners and fruit snack consumers.
i want results. theres no crying or vacations. you wanted this extra 100k, well now dance for daddy.
dance",5.0,,cutiesarustimes2,0.0,False,False
1642601892,$bac is a juggernaut,6.0,,Any_Act1080,0.0,False,False
1642602450,"i 100% agree with this and i actually have been net short $bac. i hedged with some calls overnight for er bc last quarter jpm fell short and that wound up being good news for bac when they beat on profits (same thing this q). it’s smoke and mirrors, though. they keep beating on profits bc they’re pulling cash out of reserve to account for lost loan revenue. that shit is only going to snowball when real rates start going up but until then everyone just keeps buying.",4.0,,Any_Act1080,0.0,False,False
1642604485,dont have any plays on $bac but i put it on my watch list just to see his puts get fucked up lol,1.0,,Duck_Duck_Quack,0.0,False,False
1642605598,"1. ms buys blizzard activision
2. sony's stock declines
3. ms makes blizzard activision games exclusive to windows and xbox
4. ms stock declines
5. activision dies out like nokia",1.0,,Potufs,0.0,False,False
1642610256,ms stock went down though so it could still make sense for the long haul lol.,1.0,,bittabet,0.0,False,False
1642614135,"lol, what? r/antiwork is leaking.
comp is absolutely up a shit ton this year, that's why jpm stock is in free fall - their comp expense was so high. my friend in the private bank there got a 80%!!! raise this year, without promotion.
inflation is not 15-20%. that's just ridiculous. arguably, if you live in the city your inflation rate is lower than average, as you're not impacted by the oil and car price inflation, which are key drivers of inflation.
sure, a lot of people are quitting. but that's a non-sequtior from where the post started off, the whole thing is poorly written.",13.0,,Buttigieg2032,0.0,False,False
1642615179,"since 2000 $ko has kept a lead on all us carbonated drinks sales. market share 42.8% vs 31.1% $pep. about 1.7 coke products consumed each day. i agree with you, maybe splitting hairs so basically 1 and 1a in the market.
for $jpm, i had the majority of my bank/finances positions in $usb until the recent -10% drop off on $jpm after earnings and moved everything there. i’m riding with them until the end, thought it was a great buy in price at <$150 a share",6.0,,99_Gretzky,0.0,False,False
1642615761,"lol anyone who has been buying $jpm throughout the year probably took some profits this week and is lining up to buy back in by feb.
go look at the gamestop subreddit to see how fucked its staff have been during this pandemic. and gamestop hasn't even made a profit 🤣",-1.0,,ApeWiddaCape,0.0,False,False
1642616303,jpm stock drop a lot last two days,5.0,,Super_Grape4135,0.0,False,False
1642618821,"i didn't realize that i shouldn't direct link, so sorry, but i'll leave it up and take my lumps. here is the text for those that don't want to click.
*jan 19 (reuters) - retail investors were less enthusiastic about buying the dip in u.s. stocks on tuesday, the latest sign of a possible fatigue after last year's tech-fueled trading frenzy, vanda research analysts said in a weekly note.
individual investors bought $1.6 billion in stocks on tuesday when u.s. shares sold off sharply after weak results from goldman sachs (gs.n) and a spike in u.s. bond yields.
by contrast, they had bought close to $2 billion on sept. 28 when the s&p 500 fell 2%.
""retail investors bought a lot less than they typically would,"" vanda's ben onatibia and giacomo pierantoni said about tuesday's session.
""this could be the first sign that retail fatigue or capitulation is setting in, at least in the tech space.""
vanda's research note comes as enthusiasm around so-called ""meme stocks"" also appears to be fading, a year on from the gamestop corp (gme.n) frenzy when retail investors coordinated on online message boards to buy into heavily shorted stocks.
a report on friday showed young investors were losing interest in these ""meme stocks"", with gen z's attention shifting to companies in areas like electric vehicles and the ""metaverse"". read more
a large share of purchases on tuesday was concentrated in proshares ultrapro qqq (tqqq.o), a leveraged etf that targets three times the one-day return on the nasdaq 100 index (.ndx), helping cushion the blow from the massive institutional selling in the sector, vanda's analysts said.
even microsoft corp's (msft.o) bumper $68.7 billion purchase of ""call of duty"" maker activision blizzard (atvi.o), the biggest gaming industry deal in history, failed to cheer up retail investors. read more
retail investors were net sellers of activision on a day when its shares jumped 26%, the research house said.
buying in retail favorites, including tesla inc (tsla.o), apple inc (aapl.o), advanced micro devices inc (amd.o) and nvidia corp (nvda.o), has also diminished amid a tech sell-off that started last month, according to vanda research.*",2.0,,fountain-of-doubt,0.0,False,False
1642623790,"they spent out of the war chest, broad market was way down yesterday including tech stocks. ms is up significantly today and outpacing similar stocks (as of 3pm today).
sure, acquiring company stocks can take a hit from debt transfer etc from the company being acquired but because they spent 70b yesterday didn't make them drop any more significantly than the board market (on a percentage basis) or compared to similar stocks.
the transaction also didn't talk specifically about the debt absorption so i'm not sure what blizzard carried but it did include their net cash. honestly, i think a transaction of this size was largely priced into the stock price already so i'm not expecting to see significant downward pressure on the stock price honestly. i do hold a fairly significant portion of ms stock in my porfolio so maybe i'm being optimistic. who knows.",2.0,,munkyxtc,0.0,False,False
1642667301,"just look at the $gs chart, gives you the answer",4.0,,busy_investor,0.0,False,False
1642688823,probably why ryan cohen owns wells fargo stock.,5.0,,uppitymatt,0.0,False,False
1642693235,"$bac
$de
$yum
$ko
edit: begründung gibt es keine. ich habe die und sie laufen anscheinend 🤷",2.0,,WrongAcanthocephala6,0.0,False,False
1642701431,"$wfc - [occ terminates ""add-on products consent order"" issued on june 3rd 2015](https://www.businesswire.com/news/home/20220119006185/en/wells-fargo-confirms-termination-of-occ-add-on-products-consent-order)",1.0,,TTTTsixandtwo,0.0,False,False
1642723461,"buy $bac calls about 6 months out is my plan, because i’m still kind of bullish i guess.",2.0,,delveccio,0.0,False,False
1642729519,the fuck are you smoking? $bac did well and so did i. not all banks stocks fuck retail.,3.0,,Blindside783,0.0,False,False
1642741368,what’s a reasonable iv percent you should buy when playing earnings? i made 1000% off of $gs earnings and when i bought the puts on friday the iv was only 36%.,1.0,,CUTON1C,0.0,False,False
1642771609,"$jpm, $gs, and other trading desk get fined all the time. i $jpm had a case they were fined $308m. it is just the cost of doing business.",5.0,,EmmaFrosty99,0.0,False,False
1642772682,"you have no idea if she has stopped benefiting from it. gtfo.
mitch mcconnel own $5 million of wells fargo stock and his wife is on the wf board.
[mitch mcconnell assets](https://www.opensecrets.org/personal-finances/mitch-mcconnell/assets?cid=n00003389&year=2015)
[mcconnell attacks consumers protection agency](https://www.huffpost.com/entry/wells-fargo-and-mitch-mcc_b_12026834)
this week, he announced plans to rush to the senate floor s. 3318, ""a bill to amend the consumer financial protection act of 2010 to subject the bureau of consumer financial protection to the regular appropriations process, and for other purposes,"" introduced by georgia republican senator david perdue
i don't recall pelosi trying to gut a consumer protection agency. you think she is the most or the only one corrupt when it comes to this shit?",8.0,,Soothsayerman,0.0,False,False
1642773350,"$aapl price target raised from $165 to $205 at $wfc.
via unsual whales",7.0,,RyChrome,0.0,False,False
1642781735,"any ender 3 nozzles should fit the microswiss heater block. the ms stock ones are slightly different, so you might have to re-level with different nozzles, but the threads should be the same.
the heatbreak might be a bit of an issue, but it shouldn't wear out any time soon, so you should be good. you can buy the ms ones separately for about £20, or you can get clone ones for a quarter of the price.",3.0,,durrellb,0.0,False,False
1642784259,"i would think long and hard about allocating that much into metal of any sort unless you have over $1m in your portfolio. i have a bit over $100k in metals and that is probably too much. i bought property in 2020 for $300k, i could sell it tomorrow for $50k more, plus i get to live in it. my sister has a rental property that i want to buy from her, with $40k down it would generate over $1k/month immediately. my blackstone stock is up over 100% in the past 16 months. my metal just sits in the safe collecting dust and giving me a feeling of well being. there are too many variables and unknowns in your situation to give advice of any value. if i inherited $100k i would buy income property, reits, and a new bicycle (ti frame, made in usa). but that is me, and you are not me.",0.0,,old-ugly-retired,0.0,False,False
1642785527,what is the single stock tho? $gs?,2.0,,Cup_Genius,0.0,False,False
1642788089,"omfggg i’m tired of people saying this bullshit. i didn’t get iv crush on my 10 bagger on $gs, nor iv crush on my netflix 19 bagger✌🏾",1.0,,CUTON1C,0.0,False,False
1642789661,"wenn blackrock auf diesem niveau schließt bin ich fik. dann ist das nach unten offen. da kommt einfach gar nichts mehr, keine unterstützung, kein vergangenes tief, keine buyzone, literarisch nichts. 10% downside.
$blk",3.0,,Kobil55,0.0,False,False
1642793166,"eh just about every bike needs a seat.... i got a local guy who's a goddamn artisan.
i will say my airhead gs stock solo seat was fantastic.",2.0,,Beemerado,0.0,False,False
1642793858,same. i always buy at close. that’s what i did with $gs and $nflx.,4.0,,CUTON1C,0.0,False,False
1642798953,"if you want the price to go down, to gain new-entry to get a larger stake, what is the easiest way to do it if you hold enough shares to sway the market up or down and could do it harshly? they do this all the time, tank the markets and then get back in for less than there beginning entry. it is a way to ""reset"" the markets and they get a 10 mile head start. blackrock stock only went down 3%, thats all just remember that. they were not even phased by this, literally none.",5.0,,VirtruvianMan,0.0,False,False
1642799742,yeah i got wfc stock and sold it as its high recently. got over 20%.,1.0,,Competitive-Wall2473,0.0,False,False
1642809868,"your understanding is far better than most :) some corrections from what i remember:
the tranches used in cdos weren't just groups of mortgages, but *portions* of the mortgages. the first 20% repaid from 10,000 mortgages was put into a cdo, which basically said that once that was repaid, you get some premium over what you paid for the cdo. the 2nd 20% was similarly packaged, but you had to wait longer for it to vest, and it had a higher chance of defaulting, so the underlying investment was sold for less. but the reason this worked (for a while, and on paper) is the idea that people default at a predicable rate - 1% of subprime borrowers fail to pay off the first 20%, 5% fail the next 20%, etc. if one or ten or a hundred people suddenly go bankrupt, that's built into the price of the securities.
i think this is part of what op's video gets wrong - it definitely was not just speculative investors that caused the recession, but also very much 'high risk' mortgages (i.e., sub-prime). some notes on this...one of the biggest problems wasn't just that people *couldn't* pay back their mortgages, it was that they *shouldn't*, financially. if i borrow $300k for a home, expecting it to be $400k in a couple years, that seems like a good investment at almost any interest rate. but if suddenly that home is now worth only $150k, i have 2 options if i am not keeping the home: sell it for $150k and just pay $150k loss over however many years, or...walk away. mortgage debt was unique in that many states allowed borrowers to simply walk away, and absolve themselves of all responsibility for the loan and the house - the bank is stuck with the home whether they want it or not, and because they lent out $300k for a house now worth $150k, they are the ones stuck eating the loss. further, they never wanted to be in the business of home sales, so this becomes a huge hassle they never thought they'd need to deal with. this was complicated by the fact that because of the collateralization of the mortgages, it became very very hazy as to who actually owned the home - the loan was split into the tranches talked about above, and was part of say 5 different securities, and each of those was perhaps owned by various investment funds that knew absolutely nothing about home resale.
the above was facilitated by failures pretty much everywhere. during clinton's term, there was a big push to make 'the american dream' available to everyone, and so the rules were such that lenders were incentivized to loan to otherwise unqualified buyers; those without a history of steady income, with few assets and no liquid capital. this allowed/incentivized lenders to lend to people with virtually $0 down payment, which made walking away from the homes a no brainer. the loan underwriters sold the loans to investment firms as you described, and the ratings agencies (which are government designated, but ostensibly private organizations) all said that while the mortgages were 'junk', the cdos created from them were aa or aaa in their stability. which makes sense without considering network effects.
i don't think cds's were put into cdo's, but one part cds's played you missed is risk requirements. banks are required to keep their 'risk' (how much they could lose due to market fluctuations) below some threshold, so if they have some number of cdo's on their books, they have to account for the chance those fail for some reason in this calculation, and it limits how much they can invest. along comes cds's, and someone says ""hey, i'm so sure that security will be fine, i'll insure it for you for a small price"". this allowed the banks to claim their risk exposure was mitigated - after all, what are the chances that both the mortgages and a large institutional insurer both default? which of course allowed them to invest more.
but wait, there's more! hedge funds also saw a chance for advancement, on the backs of the banks hardest hit. investors started to worry after lehman went under - individual funds were insured up to $100k by the fdic, but large institutional investors were not. if you had $10 million in some embattled investment bank, you were definitely wondering whether they were going to be able to provide that money back to you. people made a 'run on the bank', which further caused problems for the institutional investors. things sorta stabilized, until ultra wealthy hedge funds realized they could artificially signal the collapse of a bank by short selling. for example, morgan stanley (ms) is at $30 a share. it goes up or down a few cents each day, but stays about there. various hedge funds working in tandem want to force the price down to make clients of the bank feel their funds aren't safe. so the hedge funds borrow as much ms stock as they can get, and sell it on the market (short sale). other investors, scared of what they saw with bear and lehman, don't want to get stuck with large quantities of worthless ms stock, so after seeing the price go from $30->$29.5, they sell off their stock, just to be sure. which pushes it down to $29. more people see this, and they sell *their* stock as well. $28. a few large names get antsy, and pull their funds out of ms accounts; word of this gets out, and further frightens ms stock holders. they sell at $27. this cycle feeds in on itself. ideally for the hedge funds, ms goes under - they have to repay their stock, but if it's trading at $0.01, they made $29.99 (times a couple billion). this actually did happen, within a few hours, and led to the rules against short selling of financial institutions for some period of time.
in the end, there is enough blame to go around. lawmakers, regulators, the rating agencies, the lenders, the borrowers, the investment banks, the cds issuers, hedge funds, various businesses entering into the cds space when they had no business in that market (freddie, fannie), even large companies with high reliance on low priced credit (ford, gm)...all played a large part. saying it was just a few large banks cannibalizing the system
is wrong.
source: worked at ms at the time; the above story happened, within a few hours. every person on my floor was just glued to finance.google.come, thinking...what happens if it goes to $0? do we just go home...? i saw when lehman went under - people were crying carrying boxes out of their building, with news crews focusing on each person as they went. ms pulled through in literally the last minute because of a large influx of cash from mufj (japanese bank). they stopped bonuses for all this period for obvious reasons, but gave out lots of stock to employees instead.",23.0,,rollie82,0.0,False,False
1642823085,$bac and 0dte spx puts had me right. it may not have been you but it certainly was me,5.0,,Valuable-Ad-8569,0.0,False,False
1642864156,i actually would rather own consumer staples during rising rates. the fed has proven that they will drop them at a moments notice so i don't think raising an interest rate 25 basis points will make financials soar. maybe when rates get back up to 2.25% i will think about putting some money into financials. i do own american express stock (\~1.5% of my portfolio and 2% brk.b).,1.0,,[deleted],0.0,False,False
1642864460,"some implied moves for #earnings next week - 489 companies reporting
$aapl 5.3%
$tsla 10.2%
$intc 7.2%
$lrcx 8.1%
$msft 6.3%
$txn 5.8%
$ibm 7.3%
$ba 6.1%
$cat 4.8%
$ma 5.3%
$v 4.9%
$x 11.0%
$mcd 3.7%
$fcx 7.2%
$abt 4.4%
$antm 5.2%
$kmb 3.6%
$ndaq 7.1%
$glw 6.1%
$lvs 7.3%
$now 9.2%
$stx 7.5%
$whr 6.8%
$ew 6.7%
$jblu 11.5%
$luv 5.5%
$shw 6.6%
$mkc 6.0%
$tsco 5.1%
$rok 7.6%
$hood 17.0%
$logi 11.2%
$pets 14.2%
$jnj 3.0%
$vz 3.1%
$ge 5.8%
$lmt 4.3%
$mmm 4.2%
$axp 5.2%
$pii 11.0%
$ffiv 6.9%
$cof 5.8%
$ha 13.7%
$wdc 10.9%
$team 10.2%
$syk 7.2%
$syf 6.6%
$chtr 6.0%",35.0,,theJimmybob,0.0,False,False
1642867202,i'm watching $blk,6.0,,stillskinnyandweak,0.0,False,False
1642871172,"no, go $bx",6.0,,TheWings977,0.0,False,False
1642871813,"$aapl, $xom, $ko, $msft, $chv, $jpm, $mcd, and $ba (when they reinstate)",3.0,,99_Gretzky,0.0,False,False
1642905539,"credit suisse is a joke
woefully outmatched in banking
when $gs left them holding the bag on archegos - fucking classic!",1.0,,GammaHz,0.0,False,False
1642975190,"it would not harm any social security recipient if ubi replaced the first x$ of ss, where x is the ubi amount.
except if some inflation occurs. then if ubi/x is (well) above the median level of ss benefits, then more seniors would receive higher after inflation benefits than not, and it is only the highest ss benefits that would lose a bit through inflation.
all of the shitstain billionaires that buy their way onto financial news to complain about taxes (ken langone, leon panetta), they all offer as a fig leaf to claw back a few $k on their ss in order to protect their $ms from their parasiting.",1.0,,Godspiral,0.0,False,False
1642986921,"yeah, but that 91 year old man opened accounts in people's names to charge them bogus fees ($brk.a was a major shareholder in $wfc through the whole account scandal) and then turns around and makes his bnsf railroad employees use vacation time if they contract covid while at work.
anybody can print money when they don't play by the rules...",-6.0,,hysys_whisperer,0.0,False,False
1643044387,"🗓️upcoming earnings🗓️
it's really starting now! 🍿
$phia $ibm $tsla $msft $jnj $txn $vz $mmm $axp $rtx $lmt $adm $abt $intc $t $adp $gd $slg $kmb $v $aapl $sap $ma $mcd $seb $mdlz $elisa $mo $dhr $bx $trow $cvx $psx $cat $cl $chd",2.0,,European_DGI,0.0,False,False
1643047126,well $bx and $txn will be scooped up.,2.0,,TheWings977,0.0,False,False
1643051673,"i find your 15% rate non-constructive to what it is we’re talking about.
so we don’t give him the $40m and what, he goes to a team with a smaller cap for less than he originally wanted? so the point is moot, and he and his agent were fixated on a number in $ms, not a number in %cap.
dak wanted big money and he got it. to claim that the scrutiny he’s receiving is unfair for not playing to what is expected of big money qbs in todays nfl is questionable.
big money qb = big performances in big games; a lot of times, against big odds when the rest of your team is lacking leadership and needs that big money field general.
he is none of those things in a fandom that desperately desires a sb run. the fans want sbs, not average qbs and coaches.
edit: i do believe under different coaching and management he could be really big money qb, but dak and the cowboys arent the right fit given our current coaching and management situation. dak can’t carry a team and front office like rogers, brady, mahomes, allen, russ in his prime; etc",0.0,,p0st-m0dern,0.0,False,False
1643053928,"i like to live dangerously.
ah action: $ibm and $axp shorts.",3.0,,SirBeaverton,0.0,False,False
1643053938,"here are some of the notable companies coming out with earnings releases before tomorrow's open.
*****
> **here are some of the notable stock tickers:**
> ($jnj $ge $vz $axp $lmt $mmm $rtx $nee $umc $adm $eric $nep $pii $mmyt $pebo $pccar $ivz $dske $lkfn $catc $cvlt $gatx $aub $xrx $wrld $cac)
*****
> **the following links includes all of the notable stock tickers, time of release, and the consensus earnings estimates:**
> #(**[click here for tomorrow's bmo earnings releases!](https://i.imgur.com/5ceqeed.png)**)
*****",1.0,,bigbear0083,0.0,False,False
1643057347,"i'm trading other equities and futures and ignoring $gme because all the red is making my heart hurt! made $551 today trading $utxy (a leveraged vix etf) and $ms (morgan stanley).
tuesday update:
- closed out my covered call positions that i opened last friday for $355 profit.
- day traded $msft on pre-earnings volatility for $770 profit.
someone poke $gme with a stick and tell it to wake up! 😣",1.0,,Rina303,0.0,False,False
1643073631,"all major corporations are incorporated in delaware. deleware (as well as some other states) has laws to force minority shareholders to sell in the case of a merger or buyout if the majority vote to accept.
if they are getting screwed on the price they can go to court for more money. but they can't stop the merger unless they can prove the majority breached their fiduciary rights to the minority.
afterwards the stock doesn't exist. it's all converted to cash or ms stock.",4.0,,wmil,0.0,False,False
1643077795,"xom, $chv, $bp, $kr, $aapl, $msft, $x, $jpm, $mcd, $vz, $ko, $jnj, $f, $nee",1.0,,99_Gretzky,0.0,False,False
1643078531,"presumably all the pre-existing microsoft stock gets diluted by a total of $69b (nice) via the conversion of activision-blizzard stock into microsoft stock.
so if you owned ms stock it lost a little value. if you owned a-b stock it became ms stock and is worth a little more.
presumably it's the boards of directors of the two companies who make the agreement.
i don't actually know anything so maybe /u/wmil will weigh in.",7.0,,ShouldHaveVotedGore,0.0,False,False
1643079754,"> presumably all the pre-existing microsoft stock gets diluted by a total of $69b (nice) via the conversion of activision-blizzard stock into microsoft stock.
> so if you owned ms stock it lost a little value. if you owned a-b stock it became ms stock and is worth a little more.
that's my understanding.
> presumably it's the boards of directors of the two companies who make the agreement.
the activision blizzard board is actually optional. it doesn't look like they opposed it.
microsoft needs to get the owners of 50% + 1 of the shares to sign on to the deal. so ms negotiates with the investment funds who own most of the stock.",5.0,,wmil,0.0,False,False
1643088322,"i think you could spend $900 across better stocks and get more bag for your buck.
$kr, $xom, $appl, $msft, $mcd, $jpm, $ko",2.0,,99_Gretzky,0.0,False,False
1643090745,"$xom, $chv, $bp, $kr, $aapl, $msft, $x, $jpm, $mcd, $vz, $ko, $jnj, $f, $nee",1.0,,99_Gretzky,0.0,False,False
1643095681,"fuck me, pltr had almost as many shares traded as aapl yesterday
ford $f 185.8m shares
apple $aapl 162m
$sofi 135.5m
$amd 115.3m
palantir $pltr 110.2m
$nio 92.5m
nvidia $nvda 90.6m
$bac 89.5m
microsoft $msft 84.7m
at&t $t 76.2m
bradesco $bbd 69.8m
$itub 65.5m
intel $intc 63.5m
$znga 61.4m
that’s some serious dip buying…!",11.0,,howardshartsby,0.0,False,False
1643099570,"$o and $jpm are taxed differently although it has nothing to do with the payout frequency. o is a reit which means their dividends are not qualified, jpm's dividends should be qualified. https://www.investopedia.com/terms/q/qualifieddividend.asp",2.0,,Due_your_diligence,0.0,False,False
1643116706,buy jpm stock its going nowhere !,6.0,,slothsan,0.0,False,False
1643119950,"my rsus vested on sunday.
still don't understand why morgan stanley stock connect won't let me sell it yet. this happens every year.",1.0,,ninkorn,0.0,False,False
1643128849,"one cannot rule out anything. we are living in very strange times.
my personal theory? you're on to something. this outfit probably had their janitor do dd and they then realized they have a large wall street customer base coming to buy smoothies. so what do they do? operation bank deez nutz. first they short bac. then they need a manufactured catalyst. so they get an ""innocent"" employee to take a smoothie to the face by putting peanuts in everything. and oh my the catalyst trigger! not just that, but the smoothie-throwing schmuck even rants about immigrants! perfect, right? huge shit-storm will ensure, right? i mean, bac hires unstable bigots that throw shit at retail, right?!?!
hell no partner... bac stock don't care about assholes lobbing smoothies. the play went tits up. rip.
anyways, are the smoothies good at this joint?",4.0,,AntsEvolvedFromBirds,0.0,False,False
1643128866,"watching $axp to open some ccs, probably march 18 exp. 185 or 190 on the short leg, deltas there are what i would normally target and it would have to be approaching a new 52 week high to pressure the short leg.",4.0,,CrookedLyric,0.0,False,False
1643138131,american express stock is my safe bet.,1.0,,Ferrari_tech,0.0,False,False
1643138328,"jpm won't benefit from rate hikes as much as $wfc and $bac. if that is your thesis, then you might want to rotate.",2.0,,TTTTsixandtwo,0.0,False,False
1643141203,"i'm [biased](https://old.reddit.com/r/wallstreetbetsogs/comments/s42j2z/wfc_rage_yolo_update_11422_earnings/) towards $wfc but i have a bunch of $bac calls because they announced earnings last week during the shitstorm and didn't get a pop that they really should have. $wfc will be a wild ride with a lot of volatility, and $bac will be a more steady grind upward, in my opinion. tomorrow will be interesting for both.",1.0,,TTTTsixandtwo,0.0,False,False
1643148902,"generally speaking, yes, microsoft promised to pay $69b for ab in one year. that $69b is paid out to the owners of the company. in this case, because ab is a public company, the owners are anyone who owns a share of ab.
under this arrangement, individual shares will be converted either to cash or to shares of microsoft, depending on the arrangement of the buyout. for example, some companies pay all cash when acquiring another company, while some companies mix cash and stock, and other companies do an all stock transaction. regardless of the arrangement, if you own ab shares, the totality of all owned ab shares (aka the market cap) is now $69b minus a certain percentage due to risk of cancellation or block.
to make this easier to understand, say that abs market cap was originally $50b and that there are 1 billion shares outstanding. this means each share is worth $50. since microsoft agreed to buy ab for $69b, the total number of shares would stay the same, but each share would jump in value to $69 per share. it might only jump to $67 for now while the deal plays out, as there is a risk the deal gets cancelled or blocked. as the transaction date gets closer the $67 per share will slowly approach the buyout price ($69 per share).
to answer your other question, mom and pop shareholders do not generally have a say in how much their shares are worth. depending on the companies ownership structure, only a certain percentage of shareholders need to sign off on an acquisition deal. so, even if you didn’t want the deal to go through, you will be overruled and your shares will be worth the agreed upon price.
on the day of the transaction, ab stock will cease to exist and your holdings will be converted to either ms stock or cash, depending on the arrangement of the deal.
hope that explains things.",1.0,,SolarSurfer7,0.0,False,False
1643159338,"no it isn't. it's one of the few missions that are difficult, probably most difficult, but it's far from impossible.
i just take toolkit with me, check every room upstairs quick before ogre spawns, take minigun, kill ogre fast, now you got room to run around as much as you want. all you gotta do now is don't freak out and try to rush it too much, if you have to go around the house again because you got no safe way to enter, do it. and never, ever, stop moving forward.
you need about a minimum of 3 speed cards, 4 preferably i think and a fast weapon (movement speed wise) with hopefully a ms stock.",2.0,,GetRolledRed,0.0,False,False
1643163753,"this tape reminds me of the markets in '08-'09 before the big fed qe experiment ... brutal dips and face-ripping rallies.
i'm like 70% cash, but selling some puts on names which by looking at them you wouldn't really think there was a correction happening -- $o, $mo, fins like $wfc & other fins... some oil. looking at some cefs you can see people still want to park their money where there's yield and the sky is not falling in those places (just look at crf, still trading at a premium to nav).
still hedging like a mf tomorrow am. delta neutral plays have made money nearly every single day of jan.
my mantra has been avoid small caps + tech for quite a while... i still get sucked into select tech and break rules (to my own detriment) but overall it has been the correct play.",2.0,,ProfitGetters,0.0,False,False
1643168350,no. bank of america stock.,5.0,,DreamimgBig,0.0,False,False
1643182875,einfach $bac kaufen wenn man deren empfehlungen vertraut ✊,2.0,,WrongAcanthocephala6,0.0,False,False
1643193517,"stopping power on t25 now sucks major ass and isn't even a good attachment anymore. 0-10 meters, it deals 33 dmg on the chest and 34(?) on the head. the ttk is pretty much the same without the spr considering the gun's fast rate of fire. you might want to change that to 42 fast reload. also practice without any optics, it's usually a waste of attachment slot and only worth it in niche builds or guns with shitty irons. you could swap it out for a disable or an ads ms stock. your choice.
that ppsh build is the most common and for a good reason. the mobility is too good to pass up, but unless you hit your shots every time, you're gonna run out of ammo quickly. this isn't a problem in snd tho. although the monolithic doesn't make sense. if you're looking to silence the gun, just use the other suppressors. the ads time penalty of the mono is too harsh. or you could ditch the suppressor for a light muzzle brake. this actually makes the gun viable at longer ranges rather than putting a mono suppressor on.",3.0,,FeelitMonsieurKrabs,0.0,False,False
1643203494,"a fed colleague of mine got fired soon after the housing market collapse of 2008. the guy was deadwood, so wasn't missed. the story i heard (hearsay but seems plausible) is this guy was mortgaged ""to the tits"" on a bunch of houses he was renting out. when the housing market collapsed, the rent payments dried up and suddenly he was under water and defaulting on $ms of mortgage debt. they yanked his security clearance for outsized debt and then fired him cause his conditions of employment included maintaining a security clearance.",127.0,,mastakebob,0.0,False,False
1643204836,"$nvda.ne (nvidia), $hd.ne (home depot), $wmt.ne (walmart), $gs.ne (goldman sachs) and $bofa.ne (deez nuts)",26.0,,Will_House,0.0,False,False
1643208582,$jpm 🚀,3.0,,Oberschicht,0.0,False,False
1643216278,good god man. you would have had a 60% return if you put all that in bank of america stock instead. imagine if you had it in apple or microsoft or any other worthwhile investment. it’s not too late you know,-9.0,,geniusmanchild,0.0,False,False
1643216383,not at all. its a pr piece to plump the ms stock imo. ms needs to show strong numbers to its investors.,1.0,,MavDrake,0.0,False,False
1643223292,"here are some of the notable companies coming out with earnings releases before tomorrow's open.
*****
> **here are some of the notable stock tickers:**
> ($ma $mcd $nue $vlo $luv $jblu $mo $bx $dow $tsco $alk $dhr $shw $cmcsa $mkc $flws $hca $sap $trow $noc $stm $msci $mur $ads $aos $bll $ip $rok $mmc $xel $tdy $bc $txt $cnx $ait $licy $dov $rci $exp $kex $ewbc $hzo)
*****
> **the following links includes all of the notable stock tickers, time of release, and the consensus earnings estimates:**
> #(**[click here for tomorrow's bmo earnings releases link #1!](https://i.imgur.com/1mehwaw.png)**)
> #(**[click here for tomorrow's bmo earnings releases link #2!](https://i.imgur.com/zod0j7d.png)**)
*****",1.0,,bigbear0083,0.0,False,False
1643225038,"i’m chasing the $ms and i’m in business economics. i think being top of your field in many stem majors (cs, most engineering, etc.) and securing a job at a top company is another ‘safe’ way to get a decent salary (150k-200k+). best way (in my opinion) is to be top of class for cs then get into a company like apple where you’ll earn $500k+ a year later in life if you move up to the top of their development team. but that’s not the only path. just stay on the grind and let the money come to you 😎",3.0,,TeslaRacer,0.0,False,False
1643229115,she's posted about her dad on ig before so it's not like it's a secret. her dad used to be vice chairman of goldman sachs and is now the co-cio/head of global credit at citadel. according to some pages he owns about 200k shares of gs stock (currently sitting at $342 per share). and that's just what's publicly available.,24.0,,Weird_Pianist2459,0.0,False,False
1643242197,"i used the following
created this function:
findendtime() {
if [[ $1 =~ \. ]];
then
wholesec=$(echo ${1} | cut -f1 -d.)
millisec=$(echo ${1} | cut -f2 -d.)
else
wholesec=$(echo ${1} | cut -f1 -d.)
millisec=0
fi
wholesecupdated=$(expr $wholesec - $cut_duration)
((h=${wholesecupdated}/3600))
((m=(${wholesecupdated}%3600)/60))
((s=${wholesecupdated}%60))
printf ""%02d:%02d:%02d.$millisec\n"" $h $m $s
}
then modify cutduration for your sections:
cut_duration=5
for f in *.mkv; do
echo ""processing $f""
input_duration=$(ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 ""$f"")
seconds=$(echo $input_duration | cut -f 1 -d ""."")
ms=$(echo $input_duration | cut -f 2 -d ""."")
new_seconds=$(expr $seconds - $cut_duration)
newendtime=""$new_seconds.$ms""
tempfile=$random
fnew=""$tempfile.mkv""
ffmpeg -loglevel panic -i ""$f"" -map 0 -c copy -t ""$newendtime"" ""$fnew""
# rename old and new
mv ""$f"" ""$f.orig""
mv ""$fnew"" ""$f""
done",1.0,,CallMeGooglyBear,0.0,False,False
1643283226,gehalt ist da und kp wo ich's reinballer. hab nirgends so richtig vertrauen. bin an überlegen ob ich's erstmal bei $bac zwischenparke aber die hatten halt auch schon einen krassen run letztes jahr ..,7.0,,Rutnier,0.0,False,False
1643292527,$bx baby!!!!,3.0,,TheWings977,0.0,False,False
1643302060,seems that $ms haven't got your memo yet ?,1.0,,stuartsmiles01,0.0,False,False
1643318345,"hell yeah. but only stuff that was already well valued withstrong earnings, like $msft. the dips are from the market and environment we're in. grabbed $msft, $ms, $jef, $gs, $bac, and a few other solid winners who had bad reactions to their earnings over the last week or so.",1.0,,Helpyeehelpyee,0.0,False,False
1643323707,"debating on jumping in tomorrow, but i think it might be best to wait for vix to die down… why $wfc over $c or $jpm if you don’t mind?
i feel like they all will be big winners with interest rates rising. whenever $wfc gets the cap lifted it will pump, is that the main thesis? i remember you posting about rolling leaps further after their earnings.",2.0,,Obsidianturtle25,0.0,False,False
1643324080,"that's great. now you can time travel back to the 70's. you going to buy a lot of ms stock. if you are too young, you can put in my name.",65.0,,AbaloneIron,0.0,False,False
1643325512,"jpm won't benefit from rate hikes as much as $wfc and $bac. and jpm is spending money on tech and talent right now so expenses are up, that's why they dropped so much after earnings.
as far as when to enter, it is extremely volatile right now. i've sold a few of the shorter dated calls last week as the entire market tanked and reentered this week, and i'm just barely green on those new positions. honestly, if you are willing to hold this for a while, buying leaps now wouldn't be a big deal, but stay away from anything less than 30 days unless you babysit it. good luck and let me know how you do.",2.0,,TTTTsixandtwo,0.0,False,False
1643329615,$pypl would be my first guess given their efforts in the ecosystem. $ms could potentially be interested as well,2.0,,mmarikan86,0.0,False,False
1643330514,"yeah theres another meltdowner that posts on here a lot, name is angrymanchild or something like that. he posts his counter-dd that just ends up being his opinion on how the markets work and how the hfs would see this coming and they wouldn't let it happen.
once he posted an image of bank of america stock and his pathetic $2k gain over a whole year and labeled that as dd how it's better than gme.
i would actually like to discuss real counter dd. this sub doesn't need to be an echo chamber, i want real facts that can start an open discussion. but apparently, that doesn't exist.",3.0,,gooseears,0.0,False,False
1643346293,do you yourself own any gs stock?,1.0,,Thin_Ad_381,0.0,False,False
1643389034,"$xom, $cvx, $bp, $aapl, $x, $ba, $ko, $vz, $dis, $f, $jpm, $mcd, $jnj, $msft, $kr",2.0,,99_Gretzky,0.0,False,False
1643409842,but they will have to handle it through fidelity. so they will need to agree three ways. 1. morgan stanley direct access pool by calling. 2. morgan stanley stock plan connect by filing the form on the documents section and 3. how ever fidelity is handling it,2.0,,[deleted],0.0,False,False
1643424440,"$bx is making huge moves. i also like $msft, $rblx, and $txn.",2.0,,TheWings977,0.0,False,False
1643493427,yep. niners fan. jimmy gs stock just went up.,8.0,,The_Wheel_Turns,0.0,False,False
1643558759,i have $bx as a financial but am also looking for a bank with good dividends? anyone have a preference? i was thinking $gs,2.0,,TheWings977,0.0,False,False
1643572816,"goldman sachs expecting five rate hikes in 2022, reuters reports
$gs",6.0,,yoyo248,0.0,False,False