-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathquestion_en.json
1751 lines (1751 loc) · 74.3 KB
/
question_en.json
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
[
{
"tid": "tttt----1",
"team": [
{
"id": "tttt----1----1-1-1",
"question": "What is the full name, A-share abbreviation, legal representative, legal counsel, accounting firm, and board secretary of 600872?"
},
{
"id": "tttt----1----1-1-2",
"question": "Has the actual controller of the company changed? If there has been a change, when did it change to whom? What is their nationality? Do they have permanent residency outside China? (Please provide the date in the format XXXX-XX-XX)"
},
{
"id": "tttt----1----1-1-3",
"question": "How many times did equity transfers occur in the year when the actual controller changed?"
}
]
},
{
"tid": "tttt----2",
"team": [
{
"id": "tttt----2----2-1-1",
"question": "How many stocks have reached a new high in the past six months as of December 24, 2021?"
},
{
"id": "tttt----2----2-1-2",
"question": "Which stocks have a price greater than 75 and also hit a one-year high on the same day?"
},
{
"id": "tttt----2----2-1-3",
"question": "Which stock has met the above requirements for two consecutive days (today and yesterday)?"
}
]
},
{
"tid": "tttt----3",
"team": [
{
"id": "tttt----3----3-2-1",
"question": "How many employees did 常熟银行have in the 2019 fiscal year (consolidated)?"
},
{
"id": "tttt----3----3-2-2",
"question": "How many people with a master's degree or higher did the company disclose?"
},
{
"id": "tttt----3----3-2-3",
"question": "How many people retired from Changshu Bank from January 1, 2020, to the end of the year?"
}
]
},
{
"tid": "tttt----4",
"team": [
{
"id": "tttt----4----4-2-1",
"question": "What branch of the technology concept does Internet Finance belong to? What is the English name of this concept?"
},
{
"id": "tttt----4----4-2-2",
"question": "How many stocks are included in this concept as of the end of 2021 (excluding those that have been removed)? How many stocks have been removed?"
},
{
"id": "tttt----4----4-2-3",
"question": "Which ones were included in 2020, and what are their A-share abbreviations?"
}
]
},
{
"tid": "tttt----5",
"team": [
{
"id": "tttt----5----5-2-1",
"question": "How many subcategory concepts has '化工' been included in?"
},
{
"id": "tttt----5----5-2-2",
"question": "How many concepts were included in the '化工' sector in 2021, and what are they?"
},
{
"id": "tttt----5----5-2-3",
"question": "How many stocks were included under these concepts in 2021? And to which three-level industries do they belong (consider only the industry data newly included in 2021)?"
}
]
},
{
"tid": "tttt----6",
"team": [
{
"id": "tttt----6----6-2-1",
"question": "How many times did 天顺风能 disclose guarantee information?"
},
{
"id": "tttt----6----6-2-2",
"question": "How many times did he disclose borrowing information in total? How many times were disclosed in 2021?"
},
{
"id": "tttt----6----6-2-3",
"question": "How many times did he disclose major asset restructuring information in total? How many times were disclosed in 2021? How many times were disclosed in 2020?"
}
]
},
{
"tid": "tttt----7",
"team": [
{
"id": "tttt----7----7-2-1",
"question": "Which third-level sub-industry does 天顺风能 belong to?"
},
{
"id": "tttt----7----7-2-2",
"question": "How many stocks in this industry were issued in 2021?"
},
{
"id": "tttt----7----7-2-3",
"question": "What is the highest industry operating income announced in August for this industry in ten thousand yuan?"
}
]
},
{
"tid": "tttt----8",
"team": [
{
"id": "tttt----8----8-2-1",
"question": "How many times has 首钢股份 issued additional shares and rights issues respectively?"
},
{
"id": "tttt----8----8-2-2",
"question": "What are the estimated total funds raised for each additional issuance of the stock? What is the full Chinese name of the company with the highest estimated total funds raised for additional issuance, and what is the amount?"
},
{
"id": "tttt----8----8-2-3",
"question": "What are the total issuance fees for each rights issue of the stock? What is the full Chinese name of the company with the highest total issuance fee, and what is the amount?"
}
]
},
{
"tid": "tttt----9",
"team": [
{
"id": "tttt----9----9-2-1",
"question": "What is the total annual R&D investment of 新天绿能 in 2020 in yuan, and how many R&D personnel are there? (Adjusted for consolidated financial statements, with the amount rounded to 2 decimal places)"
},
{
"id": "tttt----9----9-2-2",
"question": "What is the ratio of expensed R&D? What is the ratio of capitalized R&D?"
},
{
"id": "tttt----9----9-2-3",
"question": "Which three companies had the highest R&D investment in the previous year? (Please answer with their Chinese abbreviations)"
}
]
},
{
"tid": "tttt----10",
"team": [
{
"id": "tttt----10----10-2-1",
"question": "What are the main business products of 000958 company in 2021 (adjusted for consolidated financial statements, with amounts rounded to 2 decimal places)?"
},
{
"id": "tttt----10----10-2-2",
"question": "Which main business products of the company decreased in 2021 compared to 2020?"
},
{
"id": "tttt----10----10-2-3",
"question": "What is the information release date (XXXX-XX-XX) for the company's 2021 annual business performance?"
}
]
},
{
"tid": "tttt----11",
"team": [
{
"id": "tttt----11----11-2-1",
"question": "What are the H-share code, Chinese name, and English name of 工商银行?"
},
{
"id": "tttt----11----11-2-2",
"question": "Who is the chairman of the company and what is the company's email address?"
},
{
"id": "tttt----11----11-2-3",
"question": "What were the number of employees before and after the change disclosed by the company at the end of December 2020?"
}
]
},
{
"tid": "tttt----12",
"team": [
{
"id": "tttt----12----12-2-1",
"question": "What is the highest price of 阅文集团 in the past month, rounded to two decimal places, as of June 24, 2020?"
},
{
"id": "tttt----12----12-2-2",
"question": "What was the lowest price of 阅文集团 in the past year?"
},
{
"id": "tttt----12----12-2-3",
"question": "What is the difference?"
}
]
},
{
"tid": "tttt----13",
"team": [
{
"id": "tttt----13----13-2-1",
"question": "What is the stock with the third highest closing price on October 27, 2020? (Please answer with the abbreviation)"
},
{
"id": "tttt----13----13-2-2",
"question": "Which one has the third highest trading volume?"
},
{
"id": "tttt----13----13-2-3",
"question": "Which one has the third highest turnover rate?"
}
]
},
{
"tid": "tttt----14",
"team": [
{
"id": "tttt----14----14-2-1",
"question": "What was the highest closing price of a Hong Kong stock on September 2, 2019? (Please answer with the abbreviation)"
},
{
"id": "tttt----14----14-2-2",
"question": "Which company had the highest trading volume on 2019-09-02?"
},
{
"id": "tttt----14----14-2-3",
"question": "Which stock had the highest turnover rate on 2019-09-02?"
}
]
},
{
"tid": "tttt----15",
"team": [
{
"id": "tttt----15----15-2-1",
"question": "Which companies changed their full company names between 2020, and what are their company codes?"
},
{
"id": "tttt----15----15-2-2",
"question": "What are the A-share securities codes for these companies?"
},
{
"id": "tttt----15----15-2-3",
"question": "What are the internal securities codes of these companies?"
}
]
},
{
"tid": "tttt----16",
"team": [
{
"id": "tttt----16----16-2-1",
"question": "Which company had the highest total assets during the reporting period ending on December 31, 2021?"
},
{
"id": "tttt----16----16-2-2",
"question": "Which company has the highest net cash flow from operating activities?"
},
{
"id": "tttt----16----16-2-3",
"question": "What is the net profit difference between these two companies?"
}
]
},
{
"tid": "tttt----17",
"team": [
{
"id": "tttt----17----17-2-1",
"question": "What are the top 10 Hong Kong stocks with the highest increase in April 2020?"
},
{
"id": "tttt----17----17-2-2",
"question": "What are the top 10 Hong Kong stocks with the highest increase in May 2020?"
},
{
"id": "tttt----17----17-2-3",
"question": "Which stock among the top ten with the highest increase in April 2020 had the smallest increase in May?"
}
]
},
{
"tid": "tttt----18",
"team": [
{
"id": "tttt----18----1-2-1",
"question": "What is the registered email of 东航物流?"
},
{
"id": "tttt----18----1-2-2",
"question": "Who is the actual controller of the company?"
},
{
"id": "tttt----18----1-2-3",
"question": "How many companies does the actual controller own in total?"
},
{
"id": "tttt----18----1-2-4",
"question": "How many of these companies are engaged in logistics business?"
}
]
},
{
"tid": "tttt----19",
"team": [
{
"id": "tttt----19----2-2-1",
"question": "Has 航锦科技股份有限公司 changed its company name?"
},
{
"id": "tttt----19----2-2-2",
"question": "What is the largest amount involved in the company's buyback?"
},
{
"id": "tttt----19----2-2-3",
"question": "What has become the proportion of shares held by the top ten shareholders for the year?"
},
{
"id": "tttt----19----2-2-4",
"question": "How many technical and production personnel did the company have in the current year?"
}
]
},
{
"tid": "tttt----20",
"team": [
{
"id": "tttt----20----3-2-1",
"question": "How many companies are in the first-level industry of transportation according to Shenwan classification?"
},
{
"id": "tttt----20----3-2-2",
"question": "How many of these companies have changed their industries in the past 20 years?"
},
{
"id": "tttt----20----3-2-3",
"question": "Which companies were canceled in 21 after the change?"
}
]
},
{
"tid": "tttt----21",
"team": [
{
"id": "tttt----21----4-2-1",
"question": "What were the highest and lowest prices of 科达制造 on August 4, 2021?"
},
{
"id": "tttt----21----4-2-2",
"question": "How many times did the stock's concept sector reach a limit-up in the current year?"
},
{
"id": "tttt----21----4-2-3",
"question": "What is the primary concept to which this stock belongs?"
},
{
"id": "tttt----21----4-2-4",
"question": "What is the total market value of the secondary industry to which the company belongs on that day?"
}
]
},
{
"tid": "tttt----22",
"team": [
{
"id": "tttt----22----5-2-1",
"question": "Where is the registered address of 涪陵榨菜?"
},
{
"id": "tttt----22----5-2-2",
"question": "Who are the top ten shareholders listed in the company's listing prospectus?"
},
{
"id": "tttt----22----5-2-3",
"question": "How many of these shareholders are fund management companies?"
},
{
"id": "tttt----22----5-2-4",
"question": "How many companies have available information, and how many types of funds do these companies manage respectively in 2019?"
}
]
},
{
"tid": "tttt----23",
"team": [
{
"id": "tttt----23----6-2-1",
"question": "When was 唐山港集团股份有限公司 listed (answer in the format XXXX-XX-XX)?"
},
{
"id": "tttt----23----6-2-2",
"question": "How many companies were listed in the current year?"
},
{
"id": "tttt----23----6-2-3",
"question": "How many of these enterprises are registered in Beijing?"
},
{
"id": "tttt----23----6-2-4",
"question": "Which companies are both registered and headquartered in 海淀?"
}
]
},
{
"tid": "tttt----24",
"team": [
{
"id": "tttt----24----7-2-1",
"question": "Who was the major shareholder in the 2019 annual report released 山东药玻 by in 2020?"
},
{
"id": "tttt----24----7-2-2",
"question": "How many shareholders were there in 2019?"
},
{
"id": "tttt----24----7-2-3",
"question": "How many shares does his circulating share capital consist of?"
},
{
"id": "tttt----24----7-2-4",
"question": "On which date was the largest non-exclusive block trade in terms of the number of shares involved in the 2019 equity change officially executed? (Please answer in the format XXXX-XX-XX)"
}
]
},
{
"tid": "tttt----25",
"team": [
{
"id": "tttt----25----8-2-1",
"question": "What is the securities code of 中南出版传媒集团股份有限公司?"
},
{
"id": "tttt----25----8-2-2",
"question": "What were the prepaid expenses in the first quarter report of 2019 for the parent company?"
},
{
"id": "tttt----25----8-2-3",
"question": "What is the total revenue?"
},
{
"id": "tttt----25----8-2-4",
"question": "How much cash inflow was generated from operating activities?"
}
]
},
{
"tid": "tttt----26",
"team": [
{
"id": "tttt----26----9-2-1",
"question": "What is the English name of 000932?"
},
{
"id": "tttt----26----9-2-2",
"question": "What is the total salary of the top three executives in the company's 20-year annual report?"
},
{
"id": "tttt----26----9-2-3",
"question": "Did the company successfully restructure its assets in the current year? (Answer with \"yes\" or \"no\")"
}
]
},
{
"tid": "tttt----27",
"team": [
{
"id": "tttt----27----10-2-1",
"question": "What is the full Chinese name of RXW?"
},
{
"id": "tttt----27----10-2-2",
"question": "How many shares did the company issue in total when it went public?"
},
{
"id": "tttt----27----10-2-3",
"question": "What was the company's R&D investment in 2021?"
}
]
},
{
"tid": "tttt----28",
"team": [
{
"id": "tttt----28----11-2-1",
"question": "Who is the board secretary of Titan Wind Energy (Suzhou) Co., Ltd.?"
},
{
"id": "tttt----28----11-2-2",
"question": "What was the highest upper limit of the single-tranche repurchase fund amount in the first information release of 20 years?"
},
{
"id": "tttt----28----11-2-3",
"question": "How is it managed?"
}
]
},
{
"tid": "tttt----29",
"team": [
{
"id": "tttt----29----12-2-1",
"question": "How many companies did 东兴证券 successfully provide guarantees for in 2019?"
},
{
"id": "tttt----29----12-2-2",
"question": "What is the maximum amount guaranteed in these guarantee projects?"
},
{
"id": "tttt----29----12-2-3",
"question": "How many contract disputes did the company have in the current year?"
}
]
},
{
"tid": "tttt----30",
"team": [
{
"id": "tttt----30----13-2-1",
"question": "How many funds does李一硕 manage in total?"
},
{
"id": "tttt----30----13-2-2",
"question": "Which of these funds is the largest in size?"
},
{
"id": "tttt----30----13-2-3",
"question": "Who is the legal representative of the fund manager?"
}
]
},
{
"tid": "tttt----31",
"team": [
{
"id": "tttt----31----14-2-1",
"question": "Which securities company was penalized on December 12, 2019?"
},
{
"id": "tttt----31----14-2-2",
"question": "How many companies is that securities company a shareholder of?"
},
{
"id": "tttt----31----14-2-3",
"question": "Which company had the highest borrowing for the year, and what was the total amount?"
}
]
},
{
"tid": "tttt----32",
"team": [
{
"id": "tttt----32----15-2-1",
"question": "When was the most recent suspension of 深桑达 ? (Answer with date format YYYY-MM-DD)"
},
{
"id": "tttt----32----15-2-2",
"question": "Which company had the highest closing price on that day, and what was the highest price?"
},
{
"id": "tttt----32----15-2-3",
"question": "Did it reach a new high in the past week? (Answer with \"Yes\" or \"No\")"
}
]
},
{
"tid": "tttt----33",
"team": [
{
"id": "tttt----33----16-2-1",
"question": "When was the most recent record high since the listing of 深圳市桑达实业股份有限公司? (Answer in the format YYYY-MM-DD)"
},
{
"id": "tttt----33----16-2-2",
"question": "How many stocks had an increase of more than 10% on that day?"
},
{
"id": "tttt----33----16-2-3",
"question": "Which of these companies are experiencing continuous price increases?"
}
]
},
{
"tid": "tttt----34",
"team": [
{
"id": "tttt----34----17-2-1",
"question": "What was the opening price of 山东国瓷功能材料股份有限公司 on September 23, 2021?"
},
{
"id": "tttt----34----17-2-2",
"question": "What percentage of the shares was held by foreign capital on that day?"
},
{
"id": "tttt----34----17-2-3",
"question": "How many shares did the company issue in the current year and over the past 20 years according to its plan?"
}
]
},
{
"tid": "tttt----35",
"team": [
{
"id": "tttt----35----18-3-1",
"question": "How many companies' annual general meetings did 北京国枫律师事务所 in 2020?"
},
{
"id": "tttt----35----18-3-2",
"question": "Which of these companies had shareholders who reduced their holdings in the current year?"
},
{
"id": "tttt----35----18-3-3",
"question": "Which company had the highest increase for the year, and what was the percentage, rounded to four decimal places?"
}
]
},
{
"tid": "tttt----36",
"team": [
{
"id": "tttt----36----19-2-1",
"question": "Which company had the highest main force net inflow on 2019-01-04?"
},
{
"id": "tttt----36----19-2-2",
"question": "What is the average trading volume of this company within 5 days, rounded to 2 decimal places?"
},
{
"id": "tttt----36----19-2-3",
"question": "How many companies exceeded this indicator of the company on that day?"
}
]
},
{
"tid": "tttt----37",
"team": [
{
"id": "tttt----37----20-2-1",
"question": "What is the stock code of 波司登 in the Hong Kong stock market?"
},
{
"id": "tttt----37----20-2-2",
"question": "What is the company registered capital?"
},
{
"id": "tttt----37----20-2-3",
"question": "In which year did the number of the company employees change the most, and what was the difference in the number of people before and after?"
}
]
},
{
"tid": "tttt----38",
"team": [
{
"id": "tttt----38----21-2-1",
"question": "Who is the managing manager of 天弘沪深 300 ETF Connection A Fund?"
},
{
"id": "tttt----38----21-2-2",
"question": "How many funds does the fund company manage?"
},
{
"id": "tttt----38----21-2-3",
"question": "Which fund had the highest pre-tax dividend for the last distribution in 20 years, and how much was it, rounded to two decimal places?"
}
]
},
{
"tid": "tttt----39",
"team": [
{
"id": "tttt----39----22-2-1",
"question": "What is the English name of the US stock for JD.com, Inc.?"
},
{
"id": "tttt----39----22-2-2",
"question": "What is the company securities abbreviation?"
},
{
"id": "tttt----39----22-2-3",
"question": "What was the company's single-day highest increase in 20 years?"
}
]
},
{
"tid": "tttt----40",
"team": [
{
"id": "tttt----40----23-2-1",
"question": "What is the phone number of 携程网?"
},
{
"id": "tttt----40----23-2-2",
"question": "When was this company established? (Answer with date format YYYY-MM-DD)"
},
{
"id": "tttt----40----23-2-3",
"question": "What was the closing price of this company on September 18, 2020?"
}
]
},
{
"tid": "tttt----41",
"team": [
{
"id": "tttt----41----24-2-1",
"question": "How many CN companies were established in 2020?"
},
{
"id": "tttt----41----24-2-2",
"question": "Which company (security abbreviation) has the latest listing date, and when is it? (Answer the time as YYYY-MM-DD)"
},
{
"id": "tttt----41----24-2-3",
"question": "How many companies experienced a stock price increase on the same day in 2019?"
}
]
},
{
"tid": "tttt----42",
"team": [
{
"id": "tttt----42----25-1-1",
"question": "What is the postal code of 比特矿业?"
},
{
"id": "tttt----42----25-1-2",
"question": "How many years has the company been listed?"
},
{
"id": "tttt----42----25-1-3",
"question": "How many companies have been listed on the A-share market in recent years?"
}
]
},
{
"tid": "tttt----43",
"team": [
{
"id": "tttt----43----26-1-1",
"question": "Has TOUR been delisted? (Yes or No)"
},
{
"id": "tttt----43----26-1-2",
"question": "What was the highest closing price of this company in 2019?"
},
{
"id": "tttt----43----26-1-3",
"question": "How many companies were delisted on that day?"
}
]
},
{
"tid": "tttt----44",
"team": [
{
"id": "tttt----44----27-1-1",
"question": "Which fund had the highest post-tax dividend in August 2021?"
},
{
"id": "tttt----44----27-1-2",
"question": "When did this fund become effective (answer in the format YYYY-MM-DD)?"
},
{
"id": "tttt----44----27-1-3",
"question": "What is the official website of the company to which the fund belongs?"
}
]
},
{
"tid": "tttt----45",
"team": [
{
"id": "tttt----45----28-1-1",
"question": "How many funds did 易方达基金管理有限公司 establish in 2019?"
},
{
"id": "tttt----45----28-1-2",
"question": "Which fund has the largest scale?"
},
{
"id": "tttt----45----28-1-3",
"question": "What was the last dividend distribution ratio of this fund in 20 years?"
}
]
},
{
"tid": "tttt----46",
"team": [
{
"id": "tttt----46----28-4-1",
"question": "How many funds were established by 南方基金管理股份有限公司 in 2019?"
},
{
"id": "tttt----46----28-4-2",
"question": "Which fund has the largest scale?"
},
{
"id": "tttt----46----28-4-3",
"question": "What was the last dividend payout ratio of this fund in 20 years, rounded to two decimal places?"
}
]
},
{
"tid": "tttt----47",
"team": [
{
"id": "tttt----47----30-1-1",
"question": "How many types of indices did 中证指数有限公司 release?"
},
{
"id": "tttt----47----30-1-2",
"question": "How many companies are included in these indices?"
},
{
"id": "tttt----47----30-1-3",
"question": "How many companies were included in 2020?"
}
]
},
{
"tid": "tttt----48",
"team": [
{
"id": "tttt----48----1-2-1",
"question": "Who is the legal representative of 铜陵有色金属集团股份有限公司?"
},
{
"id": "tttt----48----1-2-2",
"question": "When was 铜陵有色金属集团股份有限公司 established? Please provide the date in YYYY/MM/DD format."
},
{
"id": "tttt----48----1-2-3",
"question": "Who is the general manager of 铜陵有色金属集团股份有限公司?"
}
]
},
{
"tid": "tttt----49",
"team": [
{
"id": "tttt----49----3-2-1",
"question": "What is the information disclosure website of 深科技?"
},
{
"id": "tttt----49----3-2-2",
"question": "How many non-public offerings has the company conducted in the past?"
},
{
"id": "tttt----49----3-2-3",
"question": "What is the quantity of the latest private placement issuance?"
}
]
},
{
"tid": "tttt----50",
"team": [
{
"id": "tttt----50----4-2-1",
"question": "In which province is the registered location of 福建坤彩材料科技股份有限公司?"
},
{
"id": "tttt----50----4-2-2",
"question": "What is the total amount of assets mentioned in the unaudited consolidated balance sheet in the company's 2020 annual report?"
},
{
"id": "tttt----50----4-2-3",
"question": "What is the total liabilities shown in the unadjusted parent company balance sheet in his 2020 annual report?"
}
]
},
{
"tid": "tttt----51",
"team": [
{
"id": "tttt----51----5-2-1",
"question": "When was 海信视像科技股份有限公司established?(YYYY-MM-DD)"
},
{
"id": "tttt----51----5-2-2",
"question": "What is the unaudited consolidated statement of business total cost in the 2021 semi-annual report for the company?"
},
{
"id": "tttt----51----5-2-3",
"question": "What was the unaudited consolidated net profit of the company in its 2021 semi-annual report?"
}
]
},
{
"tid": "tttt----52",
"team": [
{
"id": "tttt----52----6-2-1",
"question": "How many research visits has 申能股份 received in total in the past?"
},
{
"id": "tttt----52----6-2-2",
"question": "When was the most recent research conducted?"
},
{
"id": "tttt----52----6-2-3",
"question": "Where was the location of the most recent research?"
}
]
},
{
"tid": "tttt----53",
"team": [
{
"id": "tttt----53----7-2-1",
"question": "How many employee stock ownership plans has 水晶光电 implemented?"
},
{
"id": "tttt----53----7-2-2",
"question": "What are the upper limits for the stock scale and total fund amount in the most recently completed employee stock ownership plan?"
},
{
"id": "tttt----53----7-2-3",
"question": "Is the plan implemented in phases? If implemented, answer A; if not, answer B."
}
]
},
{
"tid": "tttt----54",
"team": [
{
"id": "tttt----54----8-2-1",
"question": "What were the highest and lowest prices of 普洛药业 on 2020-11-25?"
},
{
"id": "tttt----54----8-2-2",
"question": "What was the turnover rate for the day, rounded to two decimal places?"
},
{
"id": "tttt----54----8-2-3",
"question": "What are the annualized Sharpe ratio and volatility (daily step), rounded to two decimal places?"
}
]
},
{
"tid": "tttt----55",
"team": [
{
"id": "tttt----55----9-2-1",
"question": "What was the transaction amount (in million yuan) of 上海建工 in the past week as of 2021-06-17?"
},
{
"id": "tttt----55----9-2-2",
"question": "What is the transaction amount (in ten thousand yuan) for the past month?"
},
{
"id": "tttt----55----9-2-3",
"question": "Is the average transaction price in the past week higher or lower compared to the average monthly transaction price? What are the specific values for both, rounded to two decimal places?"
}
]
},
{
"tid": "tttt----56",
"team": [
{
"id": "tttt----56----10-2-1",
"question": "What are the types of the top ten shareholders of 建元信托股份有限公司?"
},
{
"id": "tttt----56----10-2-2",
"question": "Who is the largest shareholder of the company in the 2020 annual report, and how many shares does he hold?"
},
{
"id": "tttt----56----10-2-3",
"question": "What is the total shareholding of the company's state-owned shareholders in the 2020 annual report?"
}
]
},
{
"tid": "tttt----57",
"team": [
{
"id": "tttt----57----31-3-1",
"question": "What is the last trading day of 2020? Please reply in the format of XXXX 年 XX 月 XX 日."
},
{
"id": "tttt----57----31-3-2",
"question": "What was the total market value of 鱼跃医疗 at the end of 2020?"
},
{
"id": "tttt----57----31-3-3",
"question": "What was the transaction amount for the past 12 months reviewed by 鱼跃医疗 at the end of 2020?"
},
{
"id": "tttt----57----31-3-4",
"question": "What is the ratio of 鱼跃医疗 total transaction amount in the last 12 months of 2020 to its total market value, rounded to two decimal places?"
}