File size: 13,988 Bytes
c650664
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Topic labeling

insurance_keywords = [
    "actuary",
    "claims",
    "coverage",
    "deductible",
    "policyholder",
    "premium",
    "underwriter",
    "risk assessment",
    "insurable interest",
    "loss ratio",
    "reinsurance",
    "actuarial tables",
    "property damage",
    "liability",
    "flood insurance",
    "term life insurance",
    "whole life insurance",
    "health insurance",
    "auto insurance",
    "homeowners insurance",
    "marine insurance",
    "crop insurance",
    "catastrophe insurance",
    "umbrella insurance",
    "pet insurance",
    "travel insurance",
    "professional liability insurance",
    "disability insurance",
    "long-term care insurance",
    "annuity",
    "pension plan",
    "group insurance",
    "insurtech",
    "insured",
    "insurer",
    "subrogation",
    "adjuster",
    "third-party administrator",
    "excess and surplus lines",
    "captives",
    "workers compensation",
    "insurance fraud",
    "health savings account",
    "health maintenance organization",
    "preferred provider organization",
]

finance_keywords = [
    "asset",
    "liability",
    "equity",
    "capital",
    "portfolio",
    "dividend",
    "financial statement",
    "balance sheet",
    "income statement",
    "cash flow statement",
    "statement of retained earnings",
    "financial ratio",
    "valuation",
    "bond",
    "stock",
    "mutual fund",
    "exchange-traded fund",
    "hedge fund",
    "private equity",
    "venture capital",
    "mergers and acquisitions",
    "initial public offering",
    "secondary market",
    "primary market",
    "securities",
    "derivative",
    "option",
    "futures",
    "forward contract",
    "swaps",
    "commodities",
    "credit rating",
    "credit score",
    "credit report",
    "credit bureau",
    "credit history",
    "credit limit",
    "credit utilization",
    "credit counseling",
    "credit card",
    "debit card",
    "ATM",
    "bankruptcy",
    "foreclosure",
    "debt consolidation",
    "taxes",
    "tax return",
    "tax deduction",
    "tax credit",
    "tax bracket",
    "taxable income",
]

banking_capital_markets_keywords = [
    "bank",
    "credit union",
    "savings and loan association",
    "commercial bank",
    "investment bank",
    "retail bank",
    "wholesale bank",
    "online bank",
    "mobile banking",
    "checking account",
    "savings account",
    "money market account",
    "certificate of deposit",
    "loan",
    "mortgage",
    "home equity loan",
    "line of credit",
    "credit card",
    "debit card",
    "ATM",
    "automated clearing house",
    "wire transfer",
    "ACH",
    "SWIFT",
    "international banking",
    "foreign exchange",
    "forex",
    "currency exchange",
    "central bank",
    "Federal Reserve",
    "interest rate",
    "inflation",
    "deflation",
    "monetary policy",
    "fiscal policy",
    "quantitative easing",
    "securities",
    "stock",
    "bond",
    "mutual fund",
    "exchange-traded fund",
    "hedge fund",
    "private equity",
    "venture capital",
    "investment management",
    "portfolio management",
    "wealth management",
    "financial planning",
]

healthcare_life_sciences_keywords = [
    "medical device",
    "pharmaceutical",
    "biotechnology",
    "clinical trial",
    "FDA",
    "healthcare provider",
    "healthcare plan",
    "healthcare insurance",
    "patient",
    "doctor",
    "nurse",
    "pharmacist",
    "hospital",
    "clinic",
    "healthcare system",
    "healthcare policy",
    "public health",
    "healthcare IT",
    "electronic health record",
    "telemedicine",
    "personalized medicine",
    "genomics",
    "proteomics",
    "clinical research",
    "drug development",
    "drug discovery",
    "medicine",
    "health",
]

law_keywords = [
    "law",
    "legal",
    "attorney",
    "lawyer",
    "litigation",
    "arbitration",
    "dispute resolution",
    "contract law",
    "intellectual property",
    "corporate law",
    "labor law",
    "tax law",
    "real estate law",
    "environmental law",
    "criminal law",
    "family law",
    "immigration law",
    "bankruptcy law",
]

sports_keywords = [
    "sports",
    "football",
    "basketball",
    "baseball",
    "hockey",
    "soccer",
    "golf",
    "tennis",
    "olympics",
    "athletics",
    "coaching",
    "sports management",
    "sports medicine",
    "sports psychology",
    "sports broadcasting",
    "sports journalism",
    "esports",
    "fitness",
]

media_keywords = [
    "media",
    "entertainment",
    "film",
    "television",
    "radio",
    "music",
    "news",
    "journalism",
    "publishing",
    "public relations",
    "advertising",
    "marketing",
    "social media",
    "digital media",
    "animation",
    "graphic design",
    "web design",
    "video production",
]

manufacturing_keywords = [
    "manufacturing",
    "production",
    "assembly",
    "logistics",
    "supply chain",
    "quality control",
    "lean manufacturing",
    "six sigma",
    "industrial engineering",
    "process improvement",
    "machinery",
    "automation",
    "aerospace",
    "automotive",
    "chemicals",
    "construction materials",
    "consumer goods",
    "electronics",
    "semiconductors",
]

automobile_keywords = [
    "automotive",
    "cars",
    "trucks",
    "SUVs",
    "electric vehicles",
    "hybrid vehicles",
    "autonomous " "vehicles",
    "car manufacturing",
    "automotive design",
    "car dealerships",
    "auto parts",
    "vehicle maintenance",
    "car rental",
    "fleet management",
    "telematics",
]

telecom_keywords = [
    "telecom",
    "telecommunications",
    "wireless",
    "networks",
    "internet",
    "broadband",
    "fiber optics",
    "5G",
    "telecom infrastructure",
    "telecom equipment",
    "VoIP",
    "satellite communications",
    "mobile devices",
    "smartphones",
    "telecom services",
    "telecom regulation",
    "telecom policy",
]

digital_world_keywords = [
    "Artificial intelligence",
    "Machine learning",
    "Data Science",
    "Big Data",
    "Cloud Computing",
    "Cybersecurity",
    "Information security",
    "Network security",
    "Blockchain",
    "Cryptocurrency",
    "Internet of things",
    "IoT",
    "Web development",
    "Mobile development",
    "Frontend development",
    "Backend development",
    "Software engineering",
    "Software development",
    "Programming",
    "Database",
    "Data analytics",
    "Business intelligence",
    "DevOps",
    "Agile",
    "Scrum",
    "Product management",
    "Project management",
    "IT consulting",
    "IT service management",
    "ERP",
    "CRM",
    "SaaS",
    "PaaS",
    "IaaS",
    "Virtualization",
    "Artificial reality",
    "AR",
    "Virtual reality",
    "VR",
    "Gaming",
    "E-commerce",
    "Digital marketing",
    "SEO",
    "SEM",
    "Content marketing",
    "Social media marketing",
    "User experience",
    "UX design",
    "UI design",
    "Cloud-native",
    "Microservices",
    "Serverless",
    "Containerization",
]
technology_keywords = [
    "technology",
    "innovation",
    "research",
    "development",
    "software",
    "hardware",
    "artificial intelligence",
    "machine learning",
    "data science",
    "big data",
    "cloud computing",
    "cybersecurity",
    "blockchain",
    "internet of things",
    "IoT",
    "web development",
    "mobile development",
    "data analytics",
    "business intelligence",
    "virtual reality",
    "VR",
    "augmented reality",
    "AR",
    "gaming",
    "e-commerce",
    "digital marketing",
]

healthcare_keywords = [
    "healthcare",
    "medical",
    "medicine",
    "hospital",
    "clinic",
    "doctor",
    "nurse",
    "pharmacist",
    "patient care",
    "healthcare system",
    "public health",
    "healthcare policy",
    "telemedicine",
    "electronic health records",
    "medical devices",
    "clinical trials",
    "pharmaceuticals",
]

education_keywords = [
    "education",
    "teaching",
    "learning",
    "school",
    "university",
    "college",
    "student",
    "teacher",
    "curriculum",
    "online education",
    "e-learning",
    "distance learning",
    "educational technology",
    "learning management system",
    "educational resources",
]

energy_keywords = [
    "energy",
    "renewable energy",
    "solar energy",
    "wind energy",
    "hydropower",
    "nuclear energy",
    "fossil fuels",
    "oil",
    "natural gas",
    "coal",
    "electricity",
    "energy efficiency",
    "smart grid",
    "sustainability",
]

retail_keywords = [
    "retail",
    "shopping",
    "e-commerce",
    "online shopping",
    "brick and mortar",
    "store",
    "customer",
    "consumer behavior",
    "inventory management",
    "supply chain",
    "logistics",
    "retail analytics",
]

hospitality_keywords = [
    "hospitality",
    "hotel",
    "restaurant",
    "tourism",
    "travel",
    "hospitality management",
    "customer service",
    "guest experience",
    "hospitality industry",
    "event management",
]

real_estate_keywords = [
    "real estate",
    "property",
    "home",
    "house",
    "apartment",
    "commercial property",
    "real estate agent",
    "real estate market",
    "mortgage",
    "real estate investment",
    "property management",
    "housing market",
    "rental properties",
]

agriculture_keywords = [
    "agriculture",
    "farming",
    "crop",
    "livestock",
    "agribusiness",
    "sustainable agriculture",
    "precision agriculture",
    "agricultural technology",
    "food security",
]

environment_keywords = [
    "environment",
    "sustainability",
    "conservation",
    "climate change",
    "renewable resources",
    "ecology",
    "green energy",
    "eco-friendly",
    "environmental policy",
    "carbon footprint",
]

art_culture_keywords = [
    "art",
    "culture",
    "creativity",
    "music",
    "film",
    "literature",
    "painting",
    "sculpture",
    "performing arts",
    "cultural heritage",
    "artistic expression",
]

travel_keywords = [
    "travel",
    "tourism",
    "vacation",
    "holiday",
    "adventure",
    "travel agency",
    "travel planning",
    "travel destination",
    "sightseeing",
    "cruise",
]

fashion_keywords = [
    "fashion",
    "clothing",
    "apparel",
    "style",
    "designer",
    "fashion trends",
    "fashion industry",
    "fashion show",
    "fashion accessories",
    "fashion retail",
]

architecture_keywords = [
    "architecture",
    "building",
    "design",
    "construction",
    "architect",
    "urban planning",
    "architecture styles",
    "sustainable architecture",
    "interior design",
    "landscape architecture",
]

aviation_keywords = [
    "aviation",
    "aircraft",
    "airline",
    "flight",
    "pilot",
    "aviation safety",
    "aerospace",
    "aviation technology",
    "air traffic control",
    "airport",
]

gaming_keywords = [
    "gaming",
    "video games",
    "gamer",
    "gaming industry",
    "game development",
    "esports",
    "gaming community",
    "gaming platform",
    "online gaming",
    "gaming tournaments",
]

food_beverage_keywords = [
    "food",
    "beverage",
    "cuisine",
    "restaurant",
    "chef",
    "culinary arts",
    "food industry",
    "food culture",
    "food technology",
    "food sustainability",
]

fitness_keywords = [
    "fitness",
    "exercise",
    "workout",
    "gym",
    "fitness training",
    "fitness equipment",
    "health and fitness",
    "personal training",
    "fitness classes",
    "wellness",
]

pharmaceuticals_keywords = [
    "pharmaceuticals",
    "drugs",
    "medicine",
    "pharmaceutical industry",
    "drug development",
    "clinical trials",
    "pharmaceutical research",
    "pharmacy",
    "pharmacology",
    "pharmaceutical manufacturing",
]

music_keywords = [
    "music",
    "musical",
    "artist",
    "concert",
    "music production",
    "music industry",
    "music performance",
    "music streaming",
    "music festival",
    "music education",
]

industries = {
    "Insurance": insurance_keywords,
    "Finance": finance_keywords,
    "Banking": banking_capital_markets_keywords,
    "Health": healthcare_life_sciences_keywords,
    "Law": law_keywords,
    "Sports": sports_keywords,
    "Entertainment": media_keywords,
    "Manufacturing": manufacturing_keywords,
    "Automobile": automobile_keywords,
    "Telecom": telecom_keywords,
    "Digital World": digital_world_keywords,
    "Technology": technology_keywords,
    "Healthcare": healthcare_keywords,
    "Education": education_keywords,
    "Energy": energy_keywords,
    "Retail": retail_keywords,
    "Hospitality": hospitality_keywords,
    "Real Estate": real_estate_keywords,
    "Agriculture": agriculture_keywords,
    "Environment": environment_keywords,
    "Art & Culture": art_culture_keywords,
    "Travel": travel_keywords,
    "Fashion": fashion_keywords,
    "Architecture": architecture_keywords,
    "Aviation": aviation_keywords,
    "Gaming": gaming_keywords,
    "Food & Beverage": food_beverage_keywords,
    "Fitness": fitness_keywords,
    "Pharmaceuticals": pharmaceuticals_keywords,
    "Music": music_keywords,
}