astrohumanoid commited on
Commit
ef5932a
·
verified ·
1 Parent(s): 99bcc9c

ESG-Bank v1.0

Browse files
Files changed (33) hide show
  1. README.md +128 -0
  2. dictionary.csv +525 -0
  3. esg_bank_100_agreement/esg_bank_100_agreement.csv +0 -0
  4. esg_bank_100_agreement/test_set.csv +293 -0
  5. esg_bank_100_agreement/test_set_with_metadata.csv +293 -0
  6. esg_bank_100_agreement/training_set.csv +0 -0
  7. esg_bank_100_agreement/training_set_with_metadata.csv +0 -0
  8. esg_bank_40_agreement/esg_bank.csv +0 -0
  9. esg_bank_40_agreement/esg_bank_dual_label.csv +0 -0
  10. esg_bank_40_agreement/esg_bank_test_set.csv +0 -0
  11. esg_bank_40_agreement/esg_bank_test_set_with_metadata.csv +0 -0
  12. esg_bank_40_agreement/esg_bank_training_set.csv +0 -0
  13. esg_bank_40_agreement/esg_bank_training_set_with_metadata.csv +0 -0
  14. esg_bank_50+_agreement/esg_bank_50+_agreement.csv +0 -0
  15. esg_bank_50+_agreement/test_set.csv +0 -0
  16. esg_bank_50+_agreement/test_set_with_metadata.csv +0 -0
  17. esg_bank_50+_agreement/training_set.csv +0 -0
  18. esg_bank_50+_agreement/training_set_with_metadata.csv +0 -0
  19. esg_bank_50_agreement/esg_bank_50_agreement.csv +0 -0
  20. esg_bank_50_agreement/test_set.csv +0 -0
  21. esg_bank_50_agreement/test_set_with_metadata.csv +0 -0
  22. esg_bank_50_agreement/training_set.csv +0 -0
  23. esg_bank_50_agreement/training_set_with_metadata.csv +0 -0
  24. esg_bank_66_agreement/esg_bank_66_agreement.csv +0 -0
  25. esg_bank_66_agreement/test_set.csv +0 -0
  26. esg_bank_66_agreement/test_set_with_metadata.csv +0 -0
  27. esg_bank_66_agreement/training_set.csv +0 -0
  28. esg_bank_66_agreement/training_set_with_metadata.csv +0 -0
  29. esg_bank_75_agreement/esg_bank_75_agreement.csv +0 -0
  30. esg_bank_75_agreement/test_set.csv +0 -0
  31. esg_bank_75_agreement/test_set_with_metadata.csv +0 -0
  32. esg_bank_75_agreement/training_set.csv +0 -0
  33. esg_bank_75_agreement/training_set_with_metadata.csv +0 -0
README.md ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 🏦 ESGBank v1.0
2
+
3
+ A high-quality, human-annotated dataset for **Environmental, Social, and Governance (ESG)** sentiment analysis.
4
+ This resource provides over **4,800 sentences** annotated for sentiment at the **phrase level**, designed to establish benchmark standards for ESG-related text modeling.
5
+
6
+ ---
7
+
8
+ ## 📑 Contents
9
+
10
+ 1. [Introduction](#1-introduction)
11
+ 2. [Data](#2-data)
12
+ 3. [Acknowledgements](#3-acknowledgements)
13
+ 4. [Contact Information](#4-contact-information)
14
+ 5. [References and Citation](#5-references-and-citation)
15
+
16
+ ---
17
+
18
+ ## 1. Introduction
19
+
20
+ Many statistical and machine learning methods require high-quality, labeled training data.
21
+ However, in the **ESG (Environmental, Social, and Governance)** domain, well-annotated textual resources are scarce.
22
+
23
+ **ESGBank** contributes to addressing this gap by providing a collection of approximately **5,000 sentences** with **human-annotated sentiment labels** for benchmarking alternative modeling techniques.
24
+
25
+ The **annotation task** classifies each sentence as **positive**, **negative**, or **neutral**, considering only information explicitly stated in the text.
26
+ Annotators evaluated sentences through an **ESG perspective**, identifying whether the content indicates a *positive*, *negative*, or *neutral* contribution to ESG principles.
27
+ Sentences irrelevant to ESG were labeled as **neutral**.
28
+
29
+ ---
30
+
31
+ ## 2. Data
32
+
33
+ **ESGBank** consists of **4,889 sentence–sentiment pairs**, annotated by **8 individuals** with backgrounds in ESG-related topics.
34
+ All annotators are researchers and students at the **Technical University of Munich**, Chair of Real Estate Management.
35
+
36
+ Each sentence was randomly assigned to **5 annotators** for labeling, using the following encoding:
37
+
38
+ | Code | Meaning |
39
+ |------|----------------|
40
+ | 0 | Neutral |
41
+ | 1 | Positive |
42
+ | 2 | Negative |
43
+ | 9 | Not a Sentence |
44
+
45
+ If a sentence was labeled **9 (Not a Sentence)** by a majority, it was **excluded** from the dataset.
46
+
47
+ ---
48
+
49
+ ### 🧭 Gold Standard Labeling
50
+
51
+ Final sentiment labels were determined using a **majority-vote scheme**, following the same methodology as the *Financial Phrase Bank*.
52
+ All remaining sentences have been validated by a majority of annotators as **meaningful, interpretable sentences**.
53
+
54
+ We provide **five reference subsets** of ESGBank based on the strength of majority agreement:
55
+
56
+ | Agreement Threshold | Dataset File | # Sentences |
57
+ |---------------------:|:-------------|------------:|
58
+ | =100% | [`esg_bank_100_agreement`](./esg_bank_100_agreement) | 1458 |
59
+ | >= 75% | [`esg_bank_75_agreement`](./esg_bank_75_agreement) | 3074 |
60
+ | >= 67% | [`esg_bank_66_agreement`](./esg_bank_66_agreement) | 3696 |
61
+ | > 50% | [`esg_bank_50+_agreement`](./esg_bank_50+_agreement) | 4238 |
62
+ | ≥ 50% | [`esg_bank_50_agreement`](./esg_bank_50_agreement) | 4766 |
63
+
64
+ ---
65
+
66
+ ### 📦 Included Files
67
+
68
+ Each agreement folder contains:
69
+
70
+ 1. **Full Dataset** — all sentences meeting the majority criteria
71
+ 2. **Training Data (80%)** — random stratified split (by label and length)
72
+ 3. **Training Data + Metadata** — includes *word count* and *length classification*
73
+ 4. **Test Data (20%)** — random stratified split (by label and length)
74
+ 5. **Test Data + Metadata** — includes *word count* and *length classification*
75
+
76
+ ---
77
+
78
+ ### 🧩 Additional Resources
79
+
80
+ - **Full Dataset** — all annotated sentence–sentiment pairs
81
+ → [`esg_bank.csv`](./esg_bank.csv)
82
+
83
+ Labels are determined by majority vote; ties are resolved using priority:
84
+
85
+ 0 (Neutral) > 1 (Positive) > 2 (Negative) > 9 (Not a Sentence)
86
+
87
+
88
+ - **Dual-Label Subset** — 529 sentences with a 50–50 tie between two classes
89
+ → [`esg_bank_dual_label.csv`](./esg_bank_dual_label.csv)
90
+
91
+ All datasets are provided in **CSV format**.
92
+
93
+ ---
94
+
95
+ ## 3. Acknowledgements
96
+
97
+ The development of **ESGBank v1.0** was supported by [Add organization or funding source here].
98
+ We thank all annotators and contributors from the **Technical University of Munich** for their effort and domain expertise.
99
+
100
+ ---
101
+
102
+ ## 4. Contact Information
103
+
104
+ For questions, feedback, or collaboration inquiries regarding **ESGBank**, please contact:
105
+
106
+ 📧 [Your contact email or contact page link here]
107
+
108
+ ---
109
+
110
+ ## 5. References and Citation
111
+
112
+ If you use this dataset in your research, please cite:
113
+
114
+ @article{esgbank2025,
115
+ title = {Decoding Sustainability: ESG-Bank and ESG-BERT for Understanding Formal ESG Disclosures},
116
+ author = {Timothy, Michael and Sabanayagam, Mahalakshmi and Eisel, Niklas and Zhu, Bing and Ghoshdastidar, Debarghya},
117
+ year = {2025},
118
+ version = {1.0},
119
+ url = {https://github.com/<your-repo>/ESGBank}
120
+ }
121
+
122
+
123
+ For **commercial or non-academic** use, please contact us for licensing terms.
124
+
125
+ ---
126
+
127
+ **Version:** 1.0
128
+ **Last modified:** 16/10/2024
dictionary.csv ADDED
@@ -0,0 +1,525 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,word,2020_count,2020_proportional,2021_count,2021_proportional,2022_count,2022_proportional,2023_count,2023_proportional,total_count,total_proportionate
2
+ 0,Governance,1443,0.3447303792750867,1770,0.3991628855191824,2475,0.8236711438878609,3951,0.9239209230323127,9639,0.6061753286201037
3
+ 1,align,277,0.06617485451087943,484,0.10914962519281597,557,0.18536760692749032,932,0.21794338148977865,2250,0.14149750901496352
4
+ 2,aligned,186,0.04443510086290099,301,0.06788024211371406,408,0.13578094008333222,614,0.1435807255737383,1509,0.0948976627127022
5
+ 3,aligning,42,0.010033732452913127,60,0.013530945271836691,70,0.023295749524101118,98,0.02291679333261621,270,0.016979701081795622
6
+ 4,alignment,123,0.0293845021835313,211,0.04758382420595903,317,0.10549646570200077,417,0.09751329407858121,1068,0.06716415094576934
7
+ 5,aligns,36,0.008600342102496966,75,0.016913681589795865,87,0.028953288694239958,148,0.03460903482884897,346,0.021759172497412167
8
+ 6,bylaw,1055,0.2520378032815083,1401,0.3159475720973867,1715,0.5707458633404774,2449,0.5726859884854806,6620,0.4163171154129149
9
+ 7,bylaws,1042,0.24893212418893995,1389,0.3132413830430194,1698,0.5650883241703385,2423,0.5666060229074396,6552,0.4120407462515738
10
+ 8,charter,1287,0.30746223016426655,1512,0.3409798208502846,1673,0.5567684136260167,2446,0.5719844539957066,6918,0.4350576743846745
11
+ 9,charters,197,0.04706298317199729,235,0.05299620231469371,296,0.09850774084477043,356,0.08324875945317725,1084,0.06817035545432021
12
+ 10,culture,717,0.17129014687473124,1758,0.396456696464815,2257,0.7511215239413745,3335,0.7798725077987251,8067,0.5073157356549826
13
+ 11,death,914,0.21835313004672852,1051,0.2370170580116727,1132,0.37672554944689235,1605,0.37532095202907156,4702,0.2956983499503815
14
+ 12,duly,76,0.01815627777193804,87,0.0196198706441632,114,0.037938792082107535,148,0.03460903482884897,425,0.026727307258382
15
+ 13,parents,66,0.01576729385457777,84,0.018943323380571368,87,0.028953288694239958,174,0.040689000406890004,411,0.025846878313400004
16
+ 14,independent,4354,1.0401635976186607,5188,1.1699757345048125,6310,2.0999454213868294,8452,1.9764565025231857,24304,1.5284246484887438
17
+ 15,Corporate governance,923,0.22050321557235278,1088,0.24536114092930533,1453,0.48355320083598463,2064,0.48265572896448833,5528,0.34764365770431926
18
+ 16,compliance,11059,2.6419773142087206,12775,2.880963764128562,14651,4.8758003753943635,21513,5.030703826169107,59998,3.773141131502125
19
+ 17,conduct,7956,1.9006756046518294,9618,2.1690105270754216,10795,3.592537373038165,14897,3.4835864313875886,43266,2.720902766685072
20
+ 18,conformity,191,0.045629592821581126,232,0.05231965505110187,301,0.1001717229536348,539,0.12604236332938915,1263,0.07942726839373286
21
+ 19,governance,1443,0.3447303792750867,1770,0.3991628855191824,2475,0.8236711438878609,3951,0.9239209230323127,9639,0.6061753286201037
22
+ 20,misconduct,652,0.1557617514118895,782,0.1763533200429382,929,0.3091678758269991,1350,0.3156905203982845,3713,0.23350233376558202
23
+ 21,parachute,159,0.03798484428602827,239,0.05389826533281615,338,0.1124851905592311,376,0.08792565605167035,1112,0.06993121334428419
24
+ 22,parachutes,4,0.0009555935669441074,4,0.0009020630181224461,9,0.002995167795955858,9,0.002104603469321897,26,0.001635082326395134
25
+ 23,perquisites,2,0.0004777967834720537,2,0.00045103150906122304,3,0.0009983892653186192,4,0.0009353793196986207,11,0.0006917655996287105
26
+ 24,plane,18,0.004300171051248483,25,0.005637893863265288,24,0.007987114122548954,50,0.01169224149623276,117,0.007357870468778103
27
+ 25,planes,9,0.0021500855256242415,11,0.0024806732998367267,11,0.003660760639501604,17,0.003975362108719138,48,0.003018613525652555
28
+ 26,poison,41,0.0097948340611771,45,0.010148208953877517,47,0.015641431823325034,68,0.015901448434876553,201,0.012640444138670074
29
+ 27,retirement,648,0.1548061578449454,785,0.17702986730653003,820,0.27289306585375595,1343,0.31405360658881193,3596,0.2261444632968039
30
+ 28,Audit and control,0,0.0,0,0.0,0,0.0,1,0.00023384482992465518,1,6.288778178442823e-05
31
+ 29,approval,24101,5.757690139229982,28889,6.514924632634836,31828,10.592244512187005,42388,9.912214650846284,127206,7.999703169669978
32
+ 30,approvals,3998,0.9551157701606353,4606,1.0387255653679965,4833,1.6084051064282956,6678,1.5616157742368475,20115,1.2649877305937738
33
+ 31,approve,2362,0.5642780012804954,2976,0.6711348854830999,3627,1.2070526217702107,4613,1.0787262004424345,13578,0.8538903010689665
34
+ 32,approved,11021,2.6328991753227515,13006,2.933057903425133,14181,4.719386057161113,18837,4.40493506129073,57045,3.5874335118927085
35
+ 33,approves,302,0.0721473143042801,336,0.07577329352228547,355,0.11814272972936996,497,0.11622088047255363,1490,0.09370279485879807
36
+ 34,approving,516,0.12327157013578985,624,0.14072183082710157,649,0.21598487773059463,883,0.20648498482347052,2672,0.16803615292799223
37
+ 35,assess,1995,0.4766022915133735,2540,0.5728100165077532,2895,0.9634456410324677,3951,0.9239209230323127,11381,0.7157258444885777
38
+ 36,assessed,488,0.1165824151671811,550,0.12403366499183632,567,0.18869557114521904,916,0.21420186421098417,2521,0.15854009787854356
39
+ 37,assesses,88,0.021023058472770362,99,0.022326059698530538,118,0.03926997776919903,192,0.0448982073455338,497,0.03125522754686083
40
+ 38,assessing,348,0.08313664032413734,392,0.08840217577599971,469,0.15608152181147747,739,0.1728113293143202,1948,0.1225053989160662
41
+ 39,assessment,3323,0.7938593557388172,3605,0.8129842950828545,3859,1.2842613916215173,5944,1.3899736690721505,16731,1.0521754770352687
42
+ 40,assessments,1149,0.27449425210469486,1135,0.2559603813922441,1161,0.38637664567830565,1817,0.4248960559730985,5262,0.33091550774966133
43
+ 41,audit,1972,0.4711076285034449,2188,0.493428470912978,2452,0.8160168261870848,4000,0.9353793196986208,10612,0.6673651402963524
44
+ 42,audited,380,0.0907813888596902,568,0.12809294857338735,889,0.2958560189560842,1032,0.24132786448224416,2869,0.1804250459395246
45
+ 43,auditing,174,0.04156832016206867,177,0.039916288551918234,193,0.0642297094021645,283,0.06617808686867742,827,0.05200819553572215
46
+ 44,auditor,479,0.11443232964155685,610,0.13756461026367303,750,0.24959731632965482,957,0.223789502237895,2796,0.17583423786926133
47
+ 45,auditors,214,0.05112425583150974,262,0.05908512768702021,275,0.0915190159875401,333,0.07787032836491017,1084,0.06817035545432021
48
+ 46,audits,672,0.16053971924661004,715,0.16124376448938724,889,0.2958560189560842,1595,0.37298250372982505,3871,0.24343860328752168
49
+ 47,control,18775,4.485317304843904,20831,4.697718682627168,24242,8.06765085661799,34854,8.150427702193932,98702,6.207149837686635
50
+ 48,controls,5040,1.2040478943495752,5620,1.2673985404620367,6855,2.281319471253045,9748,2.2795194021055387,27263,1.7145095947888669
51
+ 49,coso,5,0.0011944919586801342,5,0.0011275787726530576,8,0.0026623713741829847,15,0.003507672448869828,33,0.0020752967988861316
52
+ 50,detect,884,0.21118617829464773,1032,0.23273225867559108,1195,0.3976917240185833,1805,0.42208991801400264,4916,0.30915633525224917
53
+ 51,detected,366,0.08743681137538582,422,0.09516764841191806,511,0.17005897152593816,689,0.16111908781808743,1988,0.12502091018744332
54
+ 52,detecting,87,0.020784160081034335,87,0.0196198706441632,101,0.033612438599060185,168,0.039285931427342075,443,0.027859287330501706
55
+ 53,detection,367,0.08767570976712184,437,0.09855038472987723,445,0.14809440768892854,697,0.16298984645748468,1946,0.12237962335249733
56
+ 54,evaluate,2685,0.641442181811232,3347,0.7548012304139567,4124,1.3724524433913285,5478,1.2810019783272613,15634,0.983187580417751
57
+ 55,evaluated,703,0.16794556939042687,891,0.20093453728677485,923,0.3071710972963619,1325,0.30984439965016813,3842,0.24161485761577325
58
+ 56,evaluates,223,0.053274341357133985,258,0.05818306466889777,273,0.09085342314399436,391,0.09143332850054019,1145,0.07200651014317032
59
+ 57,evaluating,1308,0.3124790963907231,1620,0.36533552233959066,2079,0.6918837608658032,2592,0.6061257991647062,7599,0.47788425377987015
60
+ 58,evaluation,2211,0.5282043441283554,2439,0.5500329253001615,2799,0.9314971845422718,3704,0.8661612500409228,11153,0.701387430241728
61
+ 59,evaluations,401,0.09579825508614676,412,0.09291249086661194,503,0.16739660015175517,651,0.15223298428095053,1967,0.12370026676997033
62
+ 60,examination,1267,0.302684262329546,1196,0.2697168424186114,1161,0.38637664567830565,1774,0.41484072828633833,5398,0.3394682460723436
63
+ 61,examinations,427,0.10200961327128345,391,0.0881766600214691,419,0.13944170072283382,638,0.14919300149193002,1875,0.11791459084580293
64
+ 62,examine,243,0.05805230919185452,231,0.05209413929657126,227,0.0755447877424422,291,0.06804884550807466,992,0.0623846795301528
65
+ 63,examined,112,0.026756619874435006,121,0.027287406298203993,108,0.035942013551470295,152,0.03554441414854759,493,0.031003676419723118
66
+ 64,examines,39,0.009317037277705047,43,0.009697177444816294,44,0.014643042558006416,58,0.01356300013563,184,0.011571351848334794
67
+ 65,examining,188,0.044912897646373046,193,0.04352454062440802,167,0.055577002436069806,226,0.052848931562972074,774,0.04867514310114745
68
+ 66,irs,760,0.1815627777193804,697,0.1571844809078362,746,0.24826613064256334,1131,0.264478502644785,3334,0.20966786446928373
69
+ 67,oversee,417,0.09962062935392318,504,0.1136599402834282,541,0.18004286417912435,772,0.1805282087018338,2234,0.14049130450641267
70
+ 68,overseeing,146,0.03487916519345992,156,0.03518045770677539,164,0.05457861317075119,259,0.060565810950485695,725,0.04559364179371047
71
+ 69,oversees,141,0.033684673234779784,175,0.03946525704285701,202,0.06722487719812037,320,0.07483034557588966,838,0.05269996113535086
72
+ 70,oversight,1486,0.3550030101197359,1593,0.35924659696726413,1910,0.6356411655861877,2881,0.6737069550129317,7870,0.49492684264345016
73
+ 71,review,7976,1.90545357248655,9752,2.1992296381825236,10604,3.528973256479546,15071,3.5242754317944787,43403,2.7295183927895383
74
+ 72,reviewed,761,0.18180167611111642,886,0.1998069585141218,921,0.3065055044528161,1383,0.32340739978579813,3951,0.24846962583027593
75
+ 73,reviewing,397,0.09484266151920265,529,0.11929783414669348,514,0.17105736079125677,694,0.1622883119677107,2134,0.13420252632796983
76
+ 74,reviews,928,0.2216977075310329,1247,0.28121814589967253,1403,0.466913379747341,2004,0.468625039169009,5582,0.3510395979206784
77
+ 75,rotation,51,0.012183817978537369,62,0.013981976780897914,70,0.023295749524101118,98,0.02291679333261621,281,0.017671466681424334
78
+ 76,test,3891,0.9295536422448805,4872,1.0987127560731393,4626,1.5395162471213109,7696,1.7996698111001463,21085,1.3259888789246692
79
+ 77,tested,611,0.1459669173507124,685,0.1544782918534689,762,0.2535908733909293,1035,0.24202939897201814,3093,0.19451190905923652
80
+ 78,testing,4614,1.102277179470028,5600,1.2628882253714244,5737,1.909253071710973,8015,1.8742663118461114,23966,1.507168578245607
81
+ 79,tests,1851,0.44220092310338566,2422,0.5461991574731411,2215,0.7371440742269139,3803,0.8893118882034637,10291,0.647178162343551
82
+ 80,treadway,16,0.0038223742677764294,15,0.0033827363179591728,18,0.005990335591911716,22,0.005144586258342414,71,0.004465032506694404
83
+ 81,Board structure,4,0.0009555935669441074,1,0.00022551575453061152,2,0.0006655928435457462,6,0.0014030689795479312,13,0.000817541163197567
84
+ 82,backgrounds,54,0.01290051315374545,202,0.045554182415183525,271,0.09018783030044861,435,0.101722501017225,962,0.06049804607661996
85
+ 83,independence,184,0.04395730407942894,207,0.04668176118783658,187,0.06223293087152727,256,0.05986427646071173,834,0.052448410008213146
86
+ 84,leadership,678,0.16197310959702618,1402,0.31617308785191733,1693,0.5634243420614742,2502,0.5850797644714874,6275,0.39462083069728715
87
+ 85,nomination,205,0.0489741703058855,201,0.04532866666065291,237,0.07887275196017092,356,0.08324875945317725,999,0.06282489400264381
88
+ 86,nominations,162,0.03870153946123635,160,0.03608252072489784,188,0.06256572729330014,287,0.06711346618837605,797,0.0501215620821893
89
+ 87,nominee,67,0.016006192246313798,84,0.018943323380571368,150,0.04991946326593096,158,0.036947483128095523,459,0.028865491839052557
90
+ 88,nominees,35,0.00836144371076094,51,0.011501303481061187,105,0.03494362428615168,108,0.02525524163186276,299,0.01880344675354404
91
+ 89,perspectives,27,0.006450256576872725,143,0.032248752897877445,173,0.057573780966707046,300,0.07015344897739656,643,0.040436843687387355
92
+ 90,qualifications,335,0.08003096123156898,500,0.11275787726530576,675,0.22463758469668935,803,0.18777739842949812,2313,0.1454594392673825
93
+ 91,refreshment,6,0.001433390350416161,4,0.0009020630181224461,8,0.0026623713741829847,12,0.0028061379590958624,30,0.0018866334535328469
94
+ 92,skill,681,0.16268980477223427,1254,0.28279675618138683,1644,0.5471173173946033,2205,0.5156278499838647,5784,0.3637429298411329
95
+ 93,skills,540,0.1290051315374545,1040,0.23453638471183597,1379,0.458926265624792,1804,0.421856073184078,4763,0.29953450463923165
96
+ 94,succession,131,0.031295689317419516,264,0.05953615919608144,303,0.10083731579718055,467,0.10920553557481398,1165,0.07326426577885889
97
+ 95,tenure,49,0.011706021195065315,102,0.023002606962122373,119,0.0396027741909719,198,0.04630127632508173,468,0.029431481875112412
98
+ 96,vacancies,198,0.047301881563733314,216,0.04871140297861209,236,0.07853995553839806,341,0.07974108700430742,991,0.062321791748368376
99
+ 97,vacancy,114,0.02723441665790706,134,0.030219111107101942,136,0.04526031336111074,204,0.04770434530462966,588,0.0369780156892438
100
+ 98,Remuneration,485,0.11586571999197301,618,0.13936873629991792,611,0.20333861370322545,861,0.20134039856512811,2575,0.1619360380949027
101
+ 99,appreciation,484,0.11562682160023699,562,0.12673985404620366,647,0.2153192848870489,910,0.21279879523143622,2603,0.1636968959848667
102
+ 100,award,1171,0.2797500167228874,1502,0.33872466330497847,1676,0.5577668028913353,2490,0.5822736265123915,6839,0.43008953962370466
103
+ 101,awarded,460,0.10989326019857235,525,0.11839577112857104,593,0.19734827811131375,897,0.2097588124424157,2475,0.15564725991645986
104
+ 102,awarding,22,0.0052557646181925904,24,0.0054123781087346765,19,0.006323132013684589,32,0.007483034557588966,97,0.0061001148330895386
105
+ 103,awards,700,0.1672288742152188,941,0.21221032501330542,1108,0.3687384353243434,1594,0.3727486588999004,4343,0.2731216362897718
106
+ 104,bonus,160,0.038223742677764294,239,0.05389826533281615,224,0.07454639847712358,410,0.09587638026910864,1033,0.06496307858331436
107
+ 105,bonuses,102,0.024367635957074738,183,0.041269383079101905,173,0.057573780966707046,265,0.061968879930033624,723,0.04546786623014161
108
+ 106,cd,72,0.017200684204993932,82,0.018492291871510143,83,0.027622103007148468,170,0.03975362108719138,407,0.02559532718626229
109
+ 107,compensate,363,0.08672011620017774,433,0.09764832171175478,484,0.16107346813807058,673,0.15737757053929294,1953,0.12281983782498833
110
+ 108,compensated,106,0.025323229524018845,128,0.028866016579918274,146,0.048588277578839476,214,0.050042793603876215,594,0.03735534237995037
111
+ 109,compensates,30,0.007166951752080805,33,0.00744201989951018,37,0.012313467605596304,57,0.013329155305705347,157,0.009873381740155233
112
+ 110,compensating,30,0.007166951752080805,40,0.00902063018122446,40,0.013311856870914924,48,0.01122455183638345,158,0.009936269521939661
113
+ 111,compensation,3438,0.8213326707884603,4595,1.03624489206816,5278,1.7564995141172242,7427,1.7367655518504141,20738,1.3041668186454727
114
+ 112,eip,2,0.0004777967834720537,6,0.0013530945271836691,5,0.0016639821088643655,8,0.0018707586393972415,21,0.0013206434174729928
115
+ 113,iso,208,0.04969086548109358,194,0.04375005637893863,228,0.07587758416421507,362,0.08465182843272519,992,0.0623846795301528
116
+ 114,isos,11,0.0026278823090962952,7,0.0015786102817142806,16,0.005324742748365969,16,0.003741517278794483,50,0.0031443890892214115
117
+ 115,payout,59,0.014095005112425583,59,0.013305429517306079,69,0.022962953102328244,127,0.02969829340043121,314,0.019746763480310466
118
+ 116,payouts,15,0.0035834758760404026,17,0.003833767827020396,21,0.006988724857230335,44,0.010289172516684828,97,0.0061001148330895386
119
+ 117,pension,812,0.1939854940896538,728,0.16417546929828516,762,0.2535908733909293,1192,0.278743037270189,3494,0.21972990955479224
120
+ 118,prsu,0,0.0,3,0.0006765472635918346,0,0.0,0,0.0,3,0.0001886633453532847
121
+ 119,prsus,0,0.0,3,0.0006765472635918346,0,0.0,0,0.0,3,0.0001886633453532847
122
+ 120,recoupment,50,0.011944919586801342,61,0.013756461026367302,71,0.02362854594587399,117,0.02735984510118466,299,0.01880344675354404
123
+ 121,remuneration,485,0.11586571999197301,618,0.13936873629991792,611,0.20333861370322545,861,0.20134039856512811,2575,0.1619360380949027
124
+ 122,reward,355,0.08480892906628952,650,0.14658524044489749,733,0.24393977715951598,1178,0.27546920965124383,2916,0.18338077168339273
125
+ 123,rewarding,15,0.0035834758760404026,77,0.017364713098857086,78,0.0259581208982841,125,0.0292306037405819,295,0.01855189562640633
126
+ 124,rewards,130,0.03105679092568349,287,0.0647230215502855,346,0.11514756193341409,583,0.136331535846074,1346,0.0846469542818404
127
+ 125,rsu,38,0.00907813888596902,57,0.012854398008244856,54,0.017971006775735147,135,0.03156905203982845,284,0.017860130026777617
128
+ 126,rsus,35,0.00836144371076094,52,0.011726819235591799,49,0.01630702466687078,106,0.02478755197201345,242,0.015218843191831631
129
+ 127,salaries,107,0.02556212791575487,206,0.04645624543330597,215,0.07155123068116771,282,0.06594424203875277,810,0.05093910324538687
130
+ 128,salary,79,0.01887297294714612,193,0.04352454062440802,192,0.06389691298039163,315,0.0736611214262664,779,0.048989582010069595
131
+ 129,severance,112,0.026756619874435006,136,0.030670142616163167,110,0.03660760639501604,193,0.04513205217545845,551,0.034651167763219956
132
+ 130,vest,96,0.022934245606658576,101,0.022777091207591763,112,0.03727319923856179,162,0.03788286244779414,471,0.0296201452204657
133
+ 131,vested,116,0.027712213441379113,159,0.03585700497036723,198,0.06589369151102888,264,0.06173503510010897,737,0.04634829517512361
134
+ 132,vesting,160,0.038223742677764294,190,0.04284799336081618,195,0.06489530224571026,287,0.06711346618837605,832,0.052322634444644286
135
+ 133,vests,9,0.0021500855256242415,8,0.0018041260362448922,14,0.0046591499048202235,20,0.004676896598493104,51,0.0032072768710058397
136
+ 134,Shareholder rights,21,0.005016866226456564,33,0.00744201989951018,53,0.017638210353962274,52,0.01215993115608207,159,0.009999157303724089
137
+ 135,ballot,32,0.007644748535552859,53,0.01195233499012241,53,0.017638210353962274,87,0.020344500203445002,225,0.014149750901496352
138
+ 136,ballots,1,0.00023889839173602684,0,0.0,0,0.0,0,0.0,1,6.288778178442823e-05
139
+ 137,cast,196,0.04682408478026126,187,0.042171446097224355,177,0.05890496665379854,279,0.0652427075489788,839,0.052762848917135285
140
+ 138,consent,1763,0.4211778646306153,2230,0.5029001326032637,2674,0.8898976318206626,3699,0.8649920258912995,10366,0.6518947459773831
141
+ 139,elect,1717,0.41018853861075805,2068,0.4663665803693046,2589,0.8616099359699685,3257,0.761632611064602,9631,0.6056722263658283
142
+ 140,elected,763,0.18227947289458848,1008,0.2273198805668564,1311,0.43629610894423665,1597,0.37345019338967433,4679,0.2942519309693397
143
+ 141,electing,141,0.033684673234779784,177,0.039916288551918234,252,0.08386469828676402,284,0.06641193169860207,854,0.05370616564390171
144
+ 142,election,1346,0.3215572352766921,1602,0.36127623875803966,1908,0.6349755727426418,2359,0.5516399537922616,7215,0.4537353455746497
145
+ 143,elections,159,0.03798484428602827,226,0.0509665605239182,260,0.086527069660947,282,0.06594424203875277,927,0.05829697371416497
146
+ 144,elects,167,0.03989603141991648,177,0.039916288551918234,178,0.05923776307557141,250,0.0584612074811638,772,0.048549367537578596
147
+ 145,nominate,114,0.02723441665790706,129,0.029091532334448885,154,0.051250648953022455,214,0.050042793603876215,611,0.03842443467028565
148
+ 146,nominated,54,0.01290051315374545,48,0.010824756217469353,54,0.017971006775735147,91,0.021279879523143624,247,0.015533282100753772
149
+ 147,plurality,5,0.0011944919586801342,5,0.0011275787726530576,14,0.0046591499048202235,29,0.006781500067815,53,0.003333052434574696
150
+ 148,proponent,5,0.0011944919586801342,1,0.00022551575453061152,6,0.0019967785306372384,13,0.0030399827890205174,25,0.0015721945446107058
151
+ 149,proponents,4,0.0009555935669441074,0,0.0,2,0.0006655928435457462,6,0.0014030689795479312,12,0.0007546533814131388
152
+ 150,proposal,1794,0.42858371477443213,1964,0.442912941898121,2172,0.7228338280906804,3124,0.7305312486846228,9054,0.5693859762762132
153
+ 151,proposals,1290,0.3081789253394746,1438,0.32429165501501933,1531,0.5095113217342687,2181,0.510015574065673,6440,0.4049973146917178
154
+ 152,proxies,101,0.02412873756533871,162,0.036533552233959064,239,0.07953834480371667,281,0.06571039720882811,783,0.04924113313720731
155
+ 153,quorum,86,0.020545261689298308,159,0.03585700497036723,267,0.08885664461335711,298,0.06968575931754725,810,0.05093910324538687
156
+ 154,vote,1860,0.4443510086290099,3197,0.720973867234365,5203,1.7315397824842587,5270,1.2323622537029328,15530,0.9766472511121704
157
+ 155,voted,266,0.06354697220178314,318,0.07171400994073446,492,0.16373583951225357,477,0.11154398387406053,1553,0.09766472511121704
158
+ 156,votes,291,0.0695194319951838,346,0.07802845106759158,439,0.1460976291582913,582,0.13609769101614932,1658,0.104267942198582
159
+ 157,voting,2256,0.5389547717564765,2666,0.6012250015786103,3330,1.1082120845036674,4510,1.054640182960195,12762,0.802573871132873
160
+ 158,Transparency,736,0.17582921631771575,890,0.20070902153224424,1044,0.3474394643308795,1610,0.37649017617869485,4280,0.26915970603735284
161
+ 159,brother,27,0.006450256576872725,28,0.0063144411268571225,48,0.015974228245097907,90,0.021046034693218967,193,0.012137341884394649
162
+ 160,clicking,9,0.0021500855256242415,10,0.002255157545306115,9,0.002995167795955858,20,0.004676896598493104,48,0.003018613525652555
163
+ 161,conflict,2071,0.4947585692853116,2893,0.652417077857059,4657,1.54983293619627,6588,1.5405697395436284,16209,1.0193480549437972
164
+ 162,conflicts,1321,0.31558477548329145,1874,0.422616523990366,2769,0.9215132918890856,3476,0.8128446288181015,9440,0.5936606600450025
165
+ 163,family,1818,0.4343172761760968,2125,0.47922097837754946,2114,0.7035316356278537,2915,0.6816576792303699,8972,0.56422917816989
166
+ 164,grandchildren,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
167
+ 165,grandparent,0,0.0,1,0.00022551575453061152,0,0.0,0,0.0,1,6.288778178442823e-05
168
+ 166,grandparents,0,0.0,1,0.00022551575453061152,0,0.0,0,0.0,1,6.288778178442823e-05
169
+ 167,inform,199,0.04754077995546934,304,0.0685567893773059,375,0.12479865816482741,587,0.1372669151657726,1465,0.09213060031418736
170
+ 168,insider,326,0.07788087570594475,401,0.09043181756677522,477,0.15874389318566046,614,0.1435807255737383,1818,0.11432998728409052
171
+ 169,insiders,198,0.047301881563733314,240,0.054123781087346765,266,0.08852384819158425,349,0.08161184564370466,1053,0.06622083421900293
172
+ 170,inspector,177,0.04228501533727675,188,0.04239696185175496,207,0.06888885930698473,267,0.06243656958988294,839,0.052762848917135285
173
+ 171,inspectors,32,0.007644748535552859,41,0.009246145935755071,43,0.014310246136233544,54,0.01262762081593138,170,0.010690922903352799
174
+ 172,interlocks,5,0.0011944919586801342,5,0.0011275787726530576,5,0.0016639821088643655,9,0.002104603469321897,24,0.0015093067628262776
175
+ 173,nephews,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
176
+ 174,nieces,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
177
+ 175,posting,140,0.03344577484304376,136,0.030670142616163167,119,0.0396027741909719,193,0.04513205217545845,588,0.0369780156892438
178
+ 176,relatives,11,0.0026278823090962952,19,0.004284799336081619,18,0.005990335591911716,25,0.00584612074811638,73,0.0045908080702632605
179
+ 177,siblings,5,0.0011944919586801342,2,0.00045103150906122304,2,0.0006655928435457462,2,0.00046768965984931036,11,0.0006917655996287105
180
+ 178,sister,24,0.005733561401664644,3,0.0006765472635918346,7,0.0023295749524101118,15,0.003507672448869828,49,0.0030815013074369834
181
+ 179,son,20,0.004777967834720537,24,0.0054123781087346765,25,0.008319910544321827,36,0.008418413877287588,105,0.006603217087364964
182
+ 180,spousal,0,0.0,2,0.00045103150906122304,2,0.0006655928435457462,3,0.0007015344897739656,7,0.00044021447249099763
183
+ 181,spouse,49,0.011706021195065315,53,0.01195233499012241,50,0.016639821088643654,61,0.014264534625403967,213,0.013395097520083213
184
+ 182,spouses,32,0.007644748535552859,30,0.0067654726359183456,27,0.008985503387867574,29,0.006781500067815,118,0.007420758250562531
185
+ 183,stepchildren,0,0.0,0,0.0,0,0.0,3,0.0007015344897739656,3,0.0001886633453532847
186
+ 184,stepparents,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
187
+ 185,transparency,736,0.17582921631771575,890,0.20070902153224424,1044,0.3474394643308795,1610,0.37649017617869485,4280,0.26915970603735284
188
+ 186,transparent,106,0.025323229524018845,144,0.03247426865240806,202,0.06722487719812037,260,0.06079965578041035,712,0.0447761006305129
189
+ 187,visit,354,0.0845700306745535,601,0.1355349684728975,586,0.19501870315890363,761,0.1779559155726626,2302,0.14476767366775378
190
+ 188,visiting,53,0.012661614762009422,58,0.013079913762775468,59,0.019634988884599514,84,0.019642965713671037,254,0.01597349657324477
191
+ 189,visits,169,0.040373828203388536,316,0.07126297843167324,330,0.10982281918504812,443,0.10359325965662225,1258,0.07911282948481071
192
+ 190,webpage,11,0.0026278823090962952,10,0.002255157545306115,10,0.003327964217728731,26,0.006079965578041035,57,0.0035846035617124092
193
+ 191,website,3394,0.8108211415520751,3525,0.7949430347204056,3814,1.269285552641738,6183,1.445862583424143,16916,1.063809716665388
194
+ 192,Talent,478,0.11419343124982083,1345,0.3033186898436725,1703,0.5667523062792029,2778,0.6496209375306922,6304,0.3964445763690356
195
+ 193,attract,3017,0.720756447867593,3703,0.8350848390268544,4362,1.4516579917732724,6631,1.5506250672303885,17713,1.1139312787475772
196
+ 194,attracting,471,0.11252114250766863,637,0.14365353563599953,747,0.2485989270643362,1122,0.2623738991754631,2977,0.18721692637224285
197
+ 195,attracts,42,0.010033732452913127,55,0.012403366499183633,54,0.017971006775735147,90,0.021046034693218967,241,0.015155955410047203
198
+ 196,incentive,2586,0.6177912410293654,3176,0.7162380363892221,3623,1.2057214360831192,5294,1.2379745296211246,14679,0.923129748813622
199
+ 197,incentives,776,0.18538515198715683,1026,0.2313791641484074,1169,0.38903901705248867,1780,0.41624379726588623,4751,0.29877985125781853
200
+ 198,interview,30,0.007166951752080805,77,0.017364713098857086,131,0.04359633125224638,156,0.03647979346824621,394,0.024777786023064723
201
+ 199,interviews,24,0.005733561401664644,57,0.012854398008244856,102,0.033945235020833055,94,0.02198141401291759,277,0.01741991555428662
202
+ 200,motivate,427,0.10200961327128345,578,0.13034810611869346,663,0.22064402763541485,986,0.23057100230571,2654,0.16690417285587253
203
+ 201,motivated,63,0.01505059867936969,97,0.021875028189469316,85,0.028287695850694215,148,0.03460903482884897,393,0.024714898241280293
204
+ 202,motivates,1,0.00023889839173602684,12,0.0027061890543673382,12,0.003993557061274477,11,0.002572293129171207,36,0.002263960144239416
205
+ 203,motivating,63,0.01505059867936969,117,0.026385343280081547,145,0.0482554811570666,214,0.050042793603876215,539,0.03389651438180682
206
+ 204,motivation,52,0.012422716370273396,126,0.02841498507085705,255,0.08486308755208263,217,0.050744328093650176,650,0.04087705815987835
207
+ 205,recruit,802,0.1915965101722935,1044,0.23543844772995842,1267,0.42165306638623024,1749,0.4089946075382219,4862,0.30576039503589003
208
+ 206,recruiting,499,0.11921029747627739,831,0.18740359201493817,1002,0.33346201461641883,1385,0.32387508944564747,3717,0.23375388489271973
209
+ 207,recruitment,310,0.07405850143816832,472,0.10644343613844863,555,0.18470201408394457,826,0.1931558295177652,2163,0.13602627199971826
210
+ 208,retain,4760,1.1371563446634878,5694,1.284086706297302,6561,2.1834773232518203,9791,2.289574729792299,26806,1.6857698785133832
211
+ 209,retainer,16,0.0038223742677764294,27,0.006088925372326511,29,0.00965109623141332,36,0.008418413877287588,108,0.0067918804327182485
212
+ 210,retainers,10,0.0023889839173602684,19,0.004284799336081619,21,0.006988724857230335,24,0.005612275918191725,74,0.004653695852047689
213
+ 211,retaining,955,0.22814796410790564,1311,0.29565115418963167,1571,0.5228231786051837,2274,0.5317631432486659,6111,0.38430723448464094
214
+ 212,retention,974,0.23268703355089013,1357,0.3060248788980398,1822,0.6063550804701748,2622,0.6131411440624459,6775,0.42606472158950126
215
+ 213,talent,478,0.11419343124982083,1345,0.3033186898436725,1703,0.5667523062792029,2778,0.6496209375306922,6304,0.3964445763690356
216
+ 214,talented,153,0.036551453935612106,313,0.0705864311680814,412,0.13711212577042373,571,0.13352539788697812,1449,0.09112439580563651
217
+ 215,talents,57,0.01361720832895353,95,0.02142399668040809,91,0.03028447438133145,152,0.03554441414854759,395,0.02484067380484915
218
+ 216,Business ethics,29,0.006928053360344778,30,0.0067654726359183456,30,0.009983892653186194,57,0.013329155305705347,146,0.009181616140526521
219
+ 217,cobc,0,0.0,0,0.0,0,0.0,7,0.0016369138094725864,7,0.00044021447249099763
220
+ 218,ethic,585,0.1397555591655757,739,0.1666561425981219,824,0.27422425154084745,1267,0.29628139951453814,3415,0.2147617747938224
221
+ 219,ethical,227,0.05422993492407809,289,0.06517405305934673,350,0.11647874762050558,556,0.1300177254381083,1422,0.08942642569745694
222
+ 220,ethically,32,0.007644748535552859,41,0.009246145935755071,50,0.016639821088643654,74,0.017304517414424486,197,0.012388893011532362
223
+ 221,ethics,583,0.13927776238210365,732,0.16507753231640762,815,0.2712290837448916,1258,0.29417679604521624,3388,0.21306380468564284
224
+ 222,honesty,10,0.0023889839173602684,20,0.00451031509061223,24,0.007987114122548954,42,0.009821482856835519,96,0.00603722705130511
225
+ 223,Bribery and corruption,25,0.005972459793400671,28,0.0063144411268571225,30,0.009983892653186194,41,0.009587638026910863,124,0.0077980849412691
226
+ 224,bribery,537,0.1282884363622464,670,0.1510955555355097,773,0.2572516340304309,1131,0.264478502644785,3111,0.19564388913135622
227
+ 225,corrupt,505,0.12064368782669355,548,0.12358263348277511,598,0.19901226022017812,885,0.20695267448331986,2536,0.15948341460531
228
+ 226,corruption,748,0.17869599701854808,928,0.2092786202044075,1192,0.39669333475326474,1741,0.4071238488988247,4609,0.2898497862444297
229
+ 227,crimes,109,0.026039924699226925,111,0.025032248752897876,134,0.044594720517564995,188,0.04396282802583518,542,0.034085177727160104
230
+ 228,embezzlement,9,0.0021500855256242415,13,0.0029317048088979497,12,0.003993557061274477,25,0.00584612074811638,59,0.0037103791252812656
231
+ 229,Responsible marketing,0,0.0,0,0.0,0,0.0,1,0.00023384482992465518,1,6.288778178442823e-05
232
+ 230,Whistle-blowing system,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
233
+ 231,whistleblower,203,0.04849637352241345,281,0.06336992702310183,338,0.1124851905592311,488,0.11411627700323174,1310,0.08238299413760099
234
+ 232,Sustainability management and reporting,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
235
+ 233,announce,129,0.030817892533947462,189,0.042622477606285576,272,0.09052062672222148,383,0.08956256986114294,973,0.061189811676248665
236
+ 234,announced,1933,0.46179059122573984,2427,0.5473267362457941,2527,0.8409765578200503,3675,0.8593797499731078,10562,0.664220751207131
237
+ 235,announcement,694,0.1657954838648026,797,0.17973605636089737,817,0.2718946765884373,1181,0.2761707441410178,3489,0.2194154706458701
238
+ 236,announcements,452,0.10798207306468413,518,0.11681716084685675,558,0.1857004033492632,835,0.1952604329870871,2363,0.1486038283566039
239
+ 237,announces,6,0.001433390350416161,6,0.0013530945271836691,5,0.0016639821088643655,11,0.002572293129171207,28,0.0017608578899639905
240
+ 238,announcing,32,0.007644748535552859,59,0.013305429517306079,90,0.029951677959558578,125,0.0292306037405819,306,0.01924366122603504
241
+ 239,communicate,255,0.060919089892686844,328,0.07396916748604057,351,0.11681154404227846,555,0.12978388060818363,1489,0.09363990707701364
242
+ 240,communicated,88,0.021023058472770362,115,0.025934311771020322,139,0.04625870262642936,207,0.048405879794403625,549,0.034525392199651096
243
+ 241,communicates,18,0.004300171051248483,17,0.003833767827020396,17,0.005657539170138843,26,0.006079965578041035,78,0.004905246979185402
244
+ 242,communicating,54,0.01290051315374545,77,0.017364713098857086,80,0.026623713741829848,100,0.02338448299246552,311,0.01955810013495718
245
+ 243,erm,43,0.010272630844649154,21,0.004735830845142842,38,0.012646264027369177,71,0.016602982924650518,173,0.010879586248706084
246
+ 244,fairly,163,0.038940437852972375,208,0.046907276942367196,227,0.0755447877424422,300,0.07015344897739656,898,0.05647322804241655
247
+ 245,integrity,1093,0.26111594216747736,1322,0.2981318274894684,1414,0.4705741403868426,2264,0.5294246949494193,6093,0.3831752544125212
248
+ 246,liaison,23,0.005494663009928617,21,0.004735830845142842,14,0.0046591499048202235,39,0.009119948367061552,97,0.0061001148330895386
249
+ 247,presentation,340,0.08122545319024913,431,0.09719729020269356,539,0.1793772713355786,734,0.1716421051646969,2044,0.12854262596737132
250
+ 248,presentations,84,0.020067464905826254,111,0.025032248752897876,102,0.033945235020833055,178,0.041624379726588626,475,0.02987169634760341
251
+ 249,sustainable,415,0.09914283257045113,581,0.13102465338228528,844,0.2808801799763049,1338,0.31288438243918865,3178,0.19985737051091293
252
+ 250,Disclosure and reporting,28,0.0066891549686087515,18,0.004059283581551007,24,0.007987114122548954,37,0.008652258707212243,107,0.00672899265093382
253
+ 251,asc,213,0.05088535743977372,185,0.04172041458816313,255,0.08486308755208263,351,0.08207953530355397,1004,0.06313933291156594
254
+ 252,disclose,968,0.23125364320047398,1199,0.2703933896822032,1547,0.5148360644826346,2207,0.516095539643714,5921,0.3723585559455996
255
+ 253,disclosed,926,0.22121991074756084,1141,0.2573134759194277,1437,0.47822845808761866,1970,0.46067431495157074,5474,0.3442477174879601
256
+ 254,discloses,27,0.006450256576872725,32,0.007216504144979569,27,0.008985503387867574,42,0.009821482856835519,128,0.008049636068406814
257
+ 255,disclosing,112,0.026756619874435006,147,0.033150815915999894,167,0.055577002436069806,264,0.06173503510010897,690,0.04339256943125548
258
+ 256,disclosure,4515,1.078626238688161,5420,1.2222953895559143,7043,2.3438851985463454,10165,2.37703269618412,27143,1.7069630609747355
259
+ 257,disclosures,846,0.2021080394086787,946,0.2133379037859585,1190,0.396027741909719,2041,0.47727729787622125,5023,0.315885327903183
260
+ 258,fasb,278,0.06641375290261546,217,0.048936918733142695,193,0.0642297094021645,253,0.059162741970937766,941,0.05917740265914696
261
+ 259,gaap,980,0.2341204239013063,986,0.22235853396718294,1043,0.34710666790910666,1364,0.31896434801722967,4373,0.27500826974330467
262
+ 260,objectivity,4,0.0009555935669441074,4,0.0009020630181224461,5,0.0016639821088643655,6,0.0014030689795479312,19,0.0011948678539041365
263
+ 261,press,267,0.06378587059351916,317,0.07148849418620384,399,0.13278577228737637,610,0.14264534625403966,1593,0.10018023638259417
264
+ 262,sarbanes,1047,0.2501266161476201,1327,0.2992594062621215,1820,0.605689487626629,2263,0.5291908501194947,6457,0.4060664069820531
265
+ 263,Governance of sustainability issues,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
266
+ 264,Stakeholder engagement,4,0.0009555935669441074,4,0.0009020630181224461,7,0.0023295749524101118,25,0.00584612074811638,40,0.0025155112713771293
267
+ 265,engagement,654,0.15623954819536154,1393,0.3141434460611418,2045,0.6805686825255255,3098,0.7244512831065818,7190,0.45216315103003896
268
+ 266,engagements,126,0.03010119735873938,151,0.03405287893412234,220,0.07321521279003208,334,0.07810417319483484,831,0.05225974666285986
269
+ 267,feedback,211,0.05040756065630166,431,0.09719729020269356,558,0.1857004033492632,866,0.2025096227147514,2066,0.12992615716662873
270
+ 268,hotline,18,0.004300171051248483,51,0.011501303481061187,46,0.015308635401552162,77,0.01800605190419845,192,0.01207445410261022
271
+ 269,investor,6540,1.5623954819536154,7929,1.7881144176732187,10723,3.5685760306705183,14778,3.4557588966265547,39970,2.5136246379235963
272
+ 270,invite,44,0.010511529236385181,59,0.013305429517306079,63,0.020966174571691004,91,0.021279879523143624,257,0.016162159918598054
273
+ 271,invited,16,0.0038223742677764294,25,0.005637893863265288,35,0.011647874762050559,44,0.010289172516684828,120,0.0075465338141313875
274
+ 272,mail,251,0.059963496325742736,257,0.057957548914367156,256,0.08519588397385551,369,0.08628874224219776,1133,0.07125185676175719
275
+ 273,mailed,52,0.012422716370273396,111,0.025032248752897876,200,0.06655928435457462,174,0.040689000406890004,537,0.03377073881823796
276
+ 274,mailing,92,0.02197865203971447,127,0.02864050082538766,148,0.049253870422385215,155,0.036245948638321555,522,0.032827422091471534
277
+ 275,mailings,27,0.006450256576872725,39,0.008795114426693848,56,0.018636599619280894,57,0.013329155305705347,179,0.011256912939412653
278
+ 276,notice,2859,0.6830105019733007,3043,0.6862444410366508,3446,1.1468164694293208,5001,1.1694579944532006,14349,0.9023767808247607
279
+ 277,relations,1054,0.2517989048897723,1067,0.2406253100841625,1208,0.4020180775016307,1820,0.42559759046287243,5149,0.323809188408021
280
+ 278,stakeholder,292,0.06975833038691984,441,0.09945244774799968,776,0.25825002329574953,1537,0.35941950359419506,3046,0.1915561833153684
281
+ 279,stakeholders,267,0.06378587059351916,401,0.09043181756677522,678,0.22563597396200796,1254,0.2932414167255176,2600,0.1635082326395134
282
+ 280,UNGC compliance,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
283
+ 281,compact,48,0.011467122803329288,65,0.014658524044489748,78,0.0259581208982841,132,0.030867517550054485,323,0.020312753516370317
284
+ 282,ungc,0,0.0,1,0.00022551575453061152,0,0.0,3,0.0007015344897739656,4,0.00025155112713771293
285
+ 283,Environmental,5257,1.255888845356293,5341,1.204479644947996,5675,1.8886196935610549,9760,2.2823255400646345,26033,1.6371576231940201
286
+ 284,clean,840,0.20067464905826254,922,0.2079255256772238,973,0.32381091838500553,1733,0.40525309025942746,4468,0.28098260901282535
287
+ 285,environmental,5257,1.255888845356293,5341,1.204479644947996,5675,1.8886196935610549,9760,2.2823255400646345,26033,1.6371576231940201
288
+ 286,epa,1225,0.29265052987663287,1111,0.2505480032835094,1132,0.37672554944689235,1904,0.4452405561765435,5372,0.33783316374594846
289
+ 287,"sustainability
290
+ Climate change",0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
291
+ 288,Climate,1198,0.28620027329976017,1405,0.3168496351155092,2440,0.8120232691258104,5023,1.174602580711543,10066,0.6330284114420546
292
+ 289,warming,45,0.010750427628121208,46,0.01037372470840813,58,0.01930219246282664,106,0.02478755197201345,255,0.016036384355029198
293
+ 290,Biofuels,35,0.00836144371076094,43,0.009697177444816294,58,0.01930219246282664,92,0.021513724353068277,228,0.014338414246849637
294
+ 291,biofuels,35,0.00836144371076094,43,0.009697177444816294,58,0.01930219246282664,92,0.021513724353068277,228,0.014338414246849637
295
+ 292,biofuel,53,0.012661614762009422,64,0.014433008289959137,84,0.02795489942892134,142,0.033205965849301036,343,0.021570509152058884
296
+ 293,Climate change strategy,2,0.0004777967834720537,3,0.0006765472635918346,0,0.0,3,0.0007015344897739656,8,0.0005031022542754259
297
+ 294,green,239,0.057096715624910414,248,0.05592790712359166,294,0.09784214800122469,580,0.13563000135630002,1361,0.08559027100860682
298
+ 295,renewable,956,0.22838686249964166,1037,0.23385983744824412,1249,0.4156627307943185,2082,0.4868649359031321,5324,0.3348145502202959
299
+ 296,solar,444,0.10607088593079592,653,0.14726178770848933,799,0.2659043409965256,1466,0.34281652066954454,3362,0.2114287223592477
300
+ 297,stewardship,53,0.012661614762009422,67,0.015109555553550971,99,0.03294684575551444,189,0.04419667285575983,408,0.025658214968046718
301
+ 298,wind,727,0.17367913079209152,733,0.16530304807093824,828,0.2755554372279389,1277,0.2986198478137847,3565,0.22419494206148663
302
+ 299,Emissions management and reporting,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
303
+ 300,emission,2045,0.48854721110017485,2068,0.4663665803693046,2078,0.6915509644440303,4188,0.9793421477244559,10379,0.6527122871405806
304
+ 301,emissions,1562,0.3731592878916739,1570,0.35405973461306006,1729,0.5754050132452976,3511,0.8210291978654644,8372,0.5264965090992332
305
+ 302,ghg,461,0.11013215859030837,465,0.10486482585673434,534,0.17771328922671423,1235,0.28879836495694916,2695,0.16948257190903407
306
+ 303,ghgs,89,0.02126195686450639,82,0.018492291871510143,73,0.024294138789419738,168,0.039285931427342075,412,0.02590976609518443
307
+ 304,greenhouse,482,0.11514902481676494,447,0.10080554227518335,562,0.18703158903635467,1006,0.23524789890420314,2497,0.1570307911157173
308
+ 305,atmosphere,68,0.016245090638049825,74,0.01668816583526525,85,0.028287695850694215,144,0.03367365550915035,371,0.023331367042022873
309
+ 306,emit,30,0.007166951752080805,31,0.006990988390448957,26,0.0086527069660947,52,0.01215993115608207,139,0.008741401668035524
310
+ 307,Ecosystem Service,0,0.0,1,0.00022551575453061152,3,0.0009983892653186192,2,0.00046768965984931036,6,0.0003773266907065694
311
+ 308,agriculture,193,0.04610738960505318,218,0.04916243448767331,268,0.08918944103512999,437,0.10219019067707433,1116,0.07018276447142191
312
+ 309,deforestation,8,0.0019111871338882147,8,0.0018041260362448922,15,0.004991946326593097,23,0.005378431088267069,54,0.0033959402163591243
313
+ 310,pesticide,33,0.007883646927288886,38,0.008569598672163238,52,0.0173054139321894,80,0.018707586393972415,203,0.01276621970223893
314
+ 311,pesticides,24,0.005733561401664644,31,0.006990988390448957,38,0.012646264027369177,59,0.013796844965554656,152,0.009558942831233092
315
+ 312,wetlands,54,0.01290051315374545,47,0.01059924046293874,42,0.01397744971446067,80,0.018707586393972415,223,0.014023975337927496
316
+ 313,Access to land,0,0.0,0,0.0,0,0.0,3,0.0007015344897739656,3,0.0001886633453532847
317
+ 314,zoning,236,0.056380020449702334,223,0.050290013260326366,218,0.07254961994648633,363,0.08488567326264984,1040,0.06540329305580536
318
+ 315,Biodiversity management,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
319
+ 316,biodiversity,4,0.0009555935669441074,17,0.003833767827020396,13,0.00432635348304735,28,0.006547655237890346,62,0.00389904247063455
320
+ 317,species,192,0.04586849121331715,221,0.049838981751265145,233,0.07754156627307943,349,0.08161184564370466,995,0.06257334287550609
321
+ 318,wilderness,29,0.006928053360344778,21,0.004735830845142842,16,0.005324742748365969,20,0.004676896598493104,86,0.005408349233460828
322
+ 319,wildlife,55,0.013139411545481476,66,0.01488403979902036,65,0.02163176741523675,104,0.02431986231216414,290,0.018237456717484186
323
+ 320,Water,2745,0.6557760853153937,2491,0.5617597445357533,2511,0.8356518150716844,3966,0.9274285954811825,11713,0.7366045880410078
324
+ 321,freshwater,2,0.0004777967834720537,2,0.00045103150906122304,6,0.0019967785306372384,14,0.003273827618945173,24,0.0015093067628262776
325
+ 322,groundwater,220,0.052557646181925904,204,0.046005213924244746,189,0.06289852371507301,288,0.0673473110183007,901,0.056661891387769836
326
+ 323,water,2745,0.6557760853153937,2491,0.5617597445357533,2511,0.8356518150716844,3966,0.9274285954811825,11713,0.7366045880410078
327
+ 324,Environmental management,32,0.007644748535552859,29,0.006539956881387734,30,0.009983892653186194,54,0.01262762081593138,145,0.009118728358742093
328
+ 325,cleaner,49,0.011706021195065315,51,0.011501303481061187,44,0.014643042558006416,79,0.018473741564047762,223,0.014023975337927496
329
+ 326,cleanup,266,0.06354697220178314,239,0.05389826533281615,225,0.07487919489889645,396,0.09260255265016346,1126,0.07081164228926619
330
+ 327,coal,1510,0.36073657152140054,1927,0.43456885898048836,1894,0.6303164228378216,3068,0.7174359382088421,8399,0.5281944792074127
331
+ 328,contamination,1024,0.24463195313769148,1118,0.25212661356522365,1141,0.3797207172428482,1666,0.38958548665447557,4949,0.3112316320511353
332
+ 329,fossil,188,0.044912897646373046,231,0.05209413929657126,241,0.08020393764726241,543,0.12697774264908776,1203,0.07565400148666716
333
+ 330,resource,10684,2.5523904173077105,12983,2.9278710410709294,15096,5.023894783083292,22057,5.157915413648119,60820,3.824834888128925
334
+ 331,Environmental standards,33,0.007883646927288886,36,0.008118567163102015,51,0.016972617510416527,77,0.01800605190419845,197,0.012388893011532362
335
+ 332,Pollution control,135,0.03225128288436362,118,0.026610859034612157,95,0.031615660068422945,166,0.03881824176749276,514,0.03232431983719611
336
+ 333,air,1541,0.3681424216652173,1828,0.41224279928195784,1818,0.6050238947830833,2931,0.6853991965091644,8118,0.5105230125259884
337
+ 334,carbon,576,0.13760547363995146,688,0.1551548391170607,902,0.30018237243913154,1795,0.4197514697147561,3961,0.24909850364812022
338
+ 335,nitrogen,182,0.043479507295956885,197,0.04442660364253047,96,0.031948456490195815,369,0.08628874224219776,844,0.053077287826057425
339
+ 336,pollution,396,0.09460376312746663,387,0.08727459700334665,337,0.11215239413745823,592,0.1384361393153959,1712,0.10766388241494113
340
+ 337,superfund,83,0.019828566514090228,78,0.017590228853387697,72,0.023961342367646864,125,0.0292306037405819,358,0.022513825878825305
341
+ 338,Product opportunities,22,0.0052557646181925904,22,0.004961346599673453,27,0.008985503387867574,31,0.007249189727664311,102,0.0064145537420116795
342
+ 339,Supply chain environmental standards,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
343
+ 340,Waste and recycling,2,0.0004777967834720537,3,0.0006765472635918346,1,0.0003327964217728731,9,0.002104603469321897,15,0.0009433167267664234
344
+ 341,biphenyls,11,0.0026278823090962952,9,0.0020296417907755037,9,0.002995167795955858,16,0.003741517278794483,45,0.0028299501802992702
345
+ 342,hazardous,1895,0.45271245233977087,1842,0.4154000198453864,1835,0.6106814339532222,2962,0.6926483862368287,8534,0.5366843297483105
346
+ 343,householding,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
347
+ 344,pollutants,216,0.0516020526149818,226,0.0509665605239182,185,0.061567338027981526,318,0.07436265591604035,945,0.059428953786284676
348
+ 345,printing,103,0.024606534348810764,142,0.03202323714334684,111,0.03694040281678891,150,0.03507672448869828,506,0.03182121758292068
349
+ 346,recycling,265,0.0633080738100471,236,0.053221718069224315,224,0.07454639847712358,384,0.0897964146910676,1109,0.06974254999893091
350
+ 347,toxic,526,0.1256605540531501,533,0.12019989716481594,515,0.17139015721302964,762,0.17818976040258727,2336,0.14690585824842434
351
+ 348,waste,1670,0.39896031419916483,1533,0.34571565169542745,1455,0.48421879367953036,2564,0.599578143926816,7222,0.45417556004714066
352
+ 349,wastes,442,0.10559308914732386,464,0.10463931010220374,424,0.1411056828316982,709,0.16579598441658053,2039,0.12822818705844916
353
+ 350,weee,8,0.0019111871338882147,7,0.0015786102817142806,16,0.005324742748365969,17,0.003975362108719138,48,0.003018613525652555
354
+ 351,recycle,47,0.011228224411593261,34,0.007667535654040792,38,0.012646264027369177,68,0.015901448434876553,187,0.01176001519368808
355
+ 352,Social,1621,0.38725429300409947,2696,0.6079904742145287,3367,1.1205255521092636,5121,1.1975193740441592,12805,0.8052780457496035
356
+ 353,citizen,344,0.08218104675719323,333,0.07509674625869363,340,0.11315078340277686,600,0.14030689795479312,1617,0.10168954314542045
357
+ 354,citizens,191,0.045629592821581126,172,0.03878870977926518,172,0.057240984544934176,334,0.07810417319483484,869,0.054649482370668134
358
+ 355,csr,19,0.00453906944298451,34,0.007667535654040792,43,0.014310246136233544,73,0.01707067258449983,169,0.010628035121568371
359
+ 356,disabilities,194,0.04634628799678921,219,0.049387950242203923,214,0.07121843425939484,319,0.07459650074596501,946,0.05949184156806911
360
+ 357,disability,258,0.061635785067894924,378,0.08524495521257115,419,0.13944170072283382,595,0.13913767380516984,1650,0.10376483994430657
361
+ 358,disabled,157,0.037507047502556214,142,0.03202323714334684,142,0.04725709189174798,236,0.055187379862218625,677,0.04257502826805791
362
+ 359,human,3954,0.9446042409242501,5357,1.2080878970204858,5908,1.9661612598341343,8205,1.9186968295317959,23424,1.4730834005184468
363
+ 360,nations,163,0.038940437852972375,178,0.04014180430644885,261,0.08685986608271988,393,0.0919010181603895,995,0.06257334287550609
364
+ 361,social,1621,0.38725429300409947,2696,0.6079904742145287,3367,1.1205255521092636,5121,1.1975193740441592,12805,0.8052780457496035
365
+ 362,un,3053,0.7293567899700899,3416,0.770361817476569,3885,1.292914098587612,5475,1.2803004438374872,15829,0.9954506978657145
366
+ 363,veteran,153,0.036551453935612106,264,0.05953615919608144,328,0.10915722634150238,431,0.10078712169752639,1176,0.0739560313784876
367
+ 364,veterans,133,0.03177348610089157,215,0.048485887224081474,249,0.0828663090214454,306,0.0715565179569445,903,0.05678766695133869
368
+ 365,vulnerable,830,0.19828566514090226,890,0.20070902153224424,939,0.31249584004472786,1568,0.36666869332185936,4227,0.26582665360277813
369
+ 366,Public health,870,0.20784160081034334,1461,0.3294785173692234,1567,0.5214919929180921,2404,0.562162971138871,6302,0.3963188008054667
370
+ 367,children,530,0.1266161476200942,643,0.1450066301631832,666,0.2216424169007335,945,0.22098336427879917,2784,0.1750795844878482
371
+ 368,epidemic,505,0.12064368782669355,701,0.15808654392595867,737,0.24527096284660746,1351,0.31592436522820916,3294,0.2071523531979066
372
+ 369,health,10121,2.4178906227603276,13669,3.0825748486789286,14336,4.770969502535909,20953,4.8997507214113005,59079,3.7153472600422353
373
+ 370,healthy,701,0.1674677726069548,989,0.22303508123077478,1012,0.3367899788341476,1520,0.3554441414854759,4222,0.265512214693856
374
+ 371,ill,45,0.010750427628121208,109,0.024581217243836655,108,0.035942013551470295,113,0.026424465781486037,375,0.023582918169160586
375
+ 372,illness,283,0.06760824486129559,465,0.10486482585673434,467,0.15541592896793174,569,0.1330577082271288,1784,0.11219180270341997
376
+ 373,pandemic,955,0.22814796410790564,11215,2.529159187060808,11331,3.770916255108425,11062,2.586791508626536,34563,2.173590401815193
377
+ 374,Access to medicine,3,0.0007166951752080805,8,0.0018041260362448922,9,0.002995167795955858,6,0.0014030689795479312,26,0.001635082326395134
378
+ 375,childbirth,3,0.0007166951752080805,5,0.0011275787726530576,3,0.0009983892653186192,9,0.002104603469321897,20,0.0012577556356885647
379
+ 376,drug,17310,4.135331160950624,19596,4.419206725781863,20062,6.67656181360738,28604,6.688897515164837,85572,5.381433262857093
380
+ 377,medicaid,2371,0.5664280868061197,2675,0.6032546433693858,2822,0.9391515022430479,3900,0.9119948367061552,11768,0.7400634160391514
381
+ 378,medicare,3484,0.8323219968083175,3971,0.8955230612410583,4326,1.439677320589449,6572,1.536828222264834,18353,1.1541794590896113
382
+ 379,medicine,1939,0.463223981576156,2387,0.5383061060645696,2539,0.8449701148813248,3197,0.7476019212691226,10062,0.6327768603149169
383
+ 380,medicines,1040,0.2484543274054679,1322,0.2981318274894684,1424,0.4739021046045713,1725,0.40338233162003023,5511,0.34657456541398396
384
+ 381,HIV and AIDS,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
385
+ 382,hiv,71,0.016961785813257906,94,0.02119848092587748,81,0.02695651016360272,140,0.03273827618945173,386,0.024274683768789298
386
+ 383,Nutrition,94,0.022456448823186523,103,0.023228122716652984,157,0.05224903821834108,219,0.05121201775349949,573,0.03603469896247738
387
+ 384,alcohol,246,0.0587690043670626,341,0.07690087229493853,319,0.10616205854554651,380,0.08886103537136897,1286,0.08087368737477471
388
+ 385,drinking,188,0.044912897646373046,169,0.03811216251567334,181,0.06023615234089003,240,0.056122759181917246,778,0.04892669422828516
389
+ 386,Product safety,146,0.03487916519345992,158,0.03563148921583662,192,0.06389691298039163,330,0.07716879387513621,826,0.05194530775393772
390
+ 387,bugs,96,0.022934245606658576,106,0.02390466998024482,168,0.05590979885784268,291,0.06804884550807466,661,0.04156882375950706
391
+ 388,conformance,58,0.013856106720689557,52,0.011726819235591799,45,0.014975838979779289,57,0.013329155305705347,212,0.013332209738298784
392
+ 389,defects,740,0.17678480988465986,916,0.20657243115004015,1105,0.36774004605902477,1565,0.36596715883208536,4326,0.2720525439994365
393
+ 390,fda,19683,4.702237044540216,23173,5.225876579737861,25031,8.330227233396787,34304,8.021813045735373,102191,6.426565308332505
394
+ 391,inspection,1811,0.4326449874339446,2342,0.5281578971106922,2592,0.8626083252352871,3512,0.8212630426953891,10257,0.6450399777628804
395
+ 392,inspections,848,0.20258583619215076,1130,0.254832802619591,1363,0.453601522876426,1753,0.40992998685792054,5094,0.3203503604098774
396
+ 393,minerals,278,0.06641375290261546,229,0.05164310778751004,263,0.08752545892626562,322,0.07529803523573897,1092,0.06867345770859563
397
+ 394,standardization,52,0.012422716370273396,66,0.01488403979902036,64,0.021298970993463878,115,0.026892155441335348,297,0.018677671189975185
398
+ 395,warranty,402,0.09603715347788279,506,0.11411097179248943,530,0.17638210353962275,772,0.1805282087018338,2210,0.13898199774358638
399
+ 396,Human rights,47,0.011228224411593261,84,0.018943323380571368,120,0.039935570612744775,258,0.06033196612056104,509,0.03200988092827397
400
+ 397,dignity,5,0.0011944919586801342,44,0.009922693199346907,42,0.01397744971446067,75,0.01753836224434914,166,0.010439371776215086
401
+ 398,discriminate,25,0.005972459793400671,28,0.0063144411268571225,27,0.008985503387867574,54,0.01262762081593138,134,0.008426962759113383
402
+ 399,discriminated,4,0.0009555935669441074,6,0.0013530945271836691,6,0.0019967785306372384,11,0.002572293129171207,27,0.0016979701081795621
403
+ 400,discriminating,17,0.004061272659512456,17,0.003833767827020396,15,0.004991946326593097,28,0.006547655237890346,77,0.004842359197400974
404
+ 401,discrimination,191,0.045629592821581126,281,0.06336992702310183,304,0.10117011221895342,475,0.11107629421421122,1251,0.07867261501231972
405
+ 402,equality,10,0.0023889839173602684,79,0.01781574460791831,85,0.028287695850694215,117,0.02735984510118466,291,0.018300344499268616
406
+ 403,freedom,187,0.04467399925463702,215,0.048485887224081474,242,0.08053673406903529,331,0.07740263870506087,975,0.061315587239817525
407
+ 404,humanity,7,0.0016722887421521879,18,0.004059283581551007,26,0.0086527069660947,33,0.007716879387513621,84,0.005282573669891971
408
+ 405,nondiscrimination,8,0.0019111871338882147,15,0.0033827363179591728,15,0.004991946326593097,19,0.004443051768568448,57,0.0035846035617124092
409
+ 406,sexual,45,0.010750427628121208,111,0.025032248752897876,132,0.04392912767401925,222,0.05191355224327345,510,0.032072768710058396
410
+ 407,Community relations,3,0.0007166951752080805,4,0.0009020630181224461,6,0.0019967785306372384,12,0.0028061379590958624,25,0.0015721945446107058
411
+ 408,communities,1180,0.28190010224851164,1759,0.39668221221934563,1989,0.6619320829062446,2828,0.6613131790269249,7756,0.4877576355200254
412
+ 409,community,2310,0.551855284910222,2762,0.622874514013549,2797,0.9308315916987261,4168,0.9746652511259628,12037,0.7569802293391626
413
+ 410,Privacy and free expression,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
414
+ 411,expression,425,0.1015318164878114,631,0.14230044110881587,620,0.20633378149918133,851,0.19900195026588158,2527,0.15891742456925015
415
+ 412,marriage,2,0.0004777967834720537,1,0.00022551575453061152,5,0.0016639821088643655,4,0.0009353793196986207,12,0.0007546533814131388
416
+ 413,privacy,3648,0.8715013330530259,4709,1.0619536880846496,6031,2.007095219712198,9577,2.2395319361884227,23965,1.5071056904638225
417
+ 414,Security,8841,2.1121006813382133,10672,2.406704132350686,12568,4.182585428841469,19018,4.447260975507093,51099,3.213502761402498
418
+ 415,peace,35,0.00836144371076094,47,0.01059924046293874,56,0.018636599619280894,107,0.025021396801938108,245,0.015407506537184916
419
+ 416,Weak governance zones,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
420
+ 417,Labor standards,26,0.006211358185136698,29,0.006539956881387734,31,0.010316689074959065,56,0.013095310475780692,142,0.008930065013388808
421
+ 418,bargaining,707,0.16890116295737098,677,0.15267416581722398,671,0.22330639900959784,1073,0.250915502509155,3128,0.1967129814216915
422
+ 419,eeo,4,0.0009555935669441074,8,0.0018041260362448922,17,0.005657539170138843,34,0.007950724217438277,63,0.003961930252418979
423
+ 420,fairness,34,0.008122545319024913,86,0.01939435488963259,159,0.052914631061886826,164,0.03835055210764345,443,0.027859287330501706
424
+ 421,fla,38,0.00907813888596902,31,0.006990988390448957,35,0.011647874762050559,63,0.014732224285253278,167,0.010502259557999515
425
+ 422,harassment,41,0.0097948340611771,126,0.02841498507085705,149,0.04958666684415809,238,0.05565506952206794,554,0.03483983110857324
426
+ 423,injury,1284,0.30674553498905843,1517,0.3421073996229377,1450,0.482554811570666,2212,0.5172647637933373,6463,0.40644373367275966
427
+ 424,labor,2099,0.5014477242539204,2149,0.48463335648628414,3081,1.025345775482222,5023,1.174602580711543,12352,0.7767898806012575
428
+ 425,overtime,50,0.011944919586801342,58,0.013079913762775468,79,0.026290917320056974,128,0.029932138230355863,315,0.019809651262094892
429
+ 426,ruggie,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
430
+ 427,sick,30,0.007166951752080805,100,0.022551575453061152,82,0.027289306585375595,95,0.022215258842842242,307,0.019306549007819467
431
+ 428,wage,475,0.11347673607461274,583,0.1314756848913465,705,0.23462147734987554,1181,0.2761707441410178,2944,0.1851416295733567
432
+ 429,wages,167,0.03989603141991648,236,0.053221718069224315,277,0.09218460883108585,470,0.10990707006458794,1150,0.07232094905209246
433
+ 430,workplace,228,0.05446883331581412,723,0.16304789052563212,865,0.2878689048335352,1382,0.32317355495587347,3198,0.2011151261466015
434
+ 431,Diversity,262,0.06259137863483903,1315,0.2965532172077541,1684,0.5604291742655183,2620,0.6126734544025966,5881,0.3698430446742224
435
+ 432,bisexual,1,0.00023889839173602684,5,0.0011275787726530576,9,0.002995167795955858,10,0.002338448299246552,25,0.0015721945446107058
436
+ 433,diversity,262,0.06259137863483903,1315,0.2965532172077541,1684,0.5604291742655183,2620,0.6126734544025966,5881,0.3698430446742224
437
+ 434,ethnic,18,0.004300171051248483,70,0.015786102817142805,98,0.03261404933374156,155,0.036245948638321555,341,0.021444733588490028
438
+ 435,ethnically,1,0.00023889839173602684,40,0.00902063018122446,66,0.021964563837009624,98,0.02291679333261621,205,0.012891995265807787
439
+ 436,ethnicities,4,0.0009555935669441074,12,0.0027061890543673382,16,0.005324742748365969,28,0.006547655237890346,60,0.0037732669070656938
440
+ 437,ethnicity,5,0.0011944919586801342,86,0.01939435488963259,111,0.03694040281678891,156,0.03647979346824621,358,0.022513825878825305
441
+ 438,female,69,0.016483989029785852,220,0.04961346599673453,267,0.08885664461335711,409,0.09564253543918398,965,0.06068670942197324
442
+ 439,females,17,0.004061272659512456,42,0.009471661690285684,32,0.010649485496731939,50,0.01169224149623276,141,0.00886717723160438
443
+ 440,gay,7,0.0016722887421521879,12,0.0027061890543673382,13,0.00432635348304735,18,0.004209206938643794,50,0.0031443890892214115
444
+ 441,gays,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
445
+ 442,gender,42,0.010033732452913127,257,0.057957548914367156,325,0.10815883707618376,485,0.11341474251345778,1109,0.06974254999893091
446
+ 443,genders,1,0.00023889839173602684,11,0.0024806732998367267,16,0.005324742748365969,21,0.004910741428417759,49,0.0030815013074369834
447
+ 444,homosexual,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
448
+ 445,immigration,172,0.041090523378596616,148,0.0333763316705305,161,0.053580223905432565,253,0.059162741970937766,734,0.04615963182977032
449
+ 446,lesbian,1,0.00023889839173602684,6,0.0013530945271836691,10,0.003327964217728731,12,0.0028061379590958624,29,0.0018237456717484187
450
+ 447,lesbians,0,0.0,1,0.00022551575453061152,1,0.0003327964217728731,0,0.0,2,0.00012577556356885647
451
+ 448,lgbt,0,0.0,1,0.00022551575453061152,2,0.0006655928435457462,6,0.0014030689795479312,9,0.000565990036059854
452
+ 449,minorities,1,0.00023889839173602684,64,0.014433008289959137,75,0.02495973163296548,110,0.025722931291712072,250,0.01572194544610706
453
+ 450,minority,342,0.08170324997372118,541,0.12200402320106082,709,0.23595266303696702,835,0.1952604329870871,2427,0.1526286463908073
454
+ 451,ms,448,0.10702647949774002,408,0.09201042784848949,483,0.16074067171629772,740,0.17304517414424483,2079,0.1307436983298263
455
+ 452,race,106,0.025323229524018845,182,0.04104386732457129,221,0.07354800921180496,432,0.10102096652745104,941,0.05917740265914696
456
+ 453,racial,6,0.001433390350416161,84,0.018943323380571368,111,0.03694040281678891,173,0.04045515557696535,374,0.02352003038737616
457
+ 454,religion,25,0.005972459793400671,74,0.01668816583526525,79,0.026290917320056974,129,0.03016598306028052,307,0.019306549007819467
458
+ 455,religious,22,0.0052557646181925904,50,0.011275787726530576,64,0.021298970993463878,52,0.01215993115608207,188,0.011822902975472508
459
+ 456,sex,31,0.007405850143816832,50,0.011275787726530576,58,0.01930219246282664,98,0.02291679333261621,237,0.01490440428290949
460
+ 457,transgender,1,0.00023889839173602684,9,0.0020296417907755037,16,0.005324742748365969,27,0.00631381040796569,53,0.003333052434574696
461
+ 458,woman,23,0.005494663009928617,28,0.0063144411268571225,31,0.010316689074959065,38,0.008886103537136897,120,0.0075465338141313875
462
+ 459,women,314,0.07501409500511243,596,0.13440738970024446,653,0.21731606341768614,992,0.23197407128525796,2555,0.16067828245921412
463
+ 460,Health and safety,768,0.1834739648532686,1301,0.2933959966443256,1330,0.4426192409579212,1918,0.4485143837954887,5317,0.3343743357478049
464
+ 461,occupational,258,0.061635785067894924,282,0.06359544277763245,367,0.12213628679064442,537,0.12557467366953984,1444,0.09080995689671437
465
+ 462,safe,2096,0.5007310290787123,2909,0.6560253299295489,3154,1.0496399142716417,4293,1.0038958548665446,12452,0.7830786587797003
466
+ 463,safely,82,0.0195896681223542,174,0.0392397412883264,168,0.05590979885784268,261,0.06103350061033501,685,0.043078130522333336
467
+ 464,"safety
468
+ ILO core conventions",0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
469
+ 465,ilo,2,0.0004777967834720537,0,0.0,9,0.002995167795955858,1,0.00023384482992465518,12,0.0007546533814131388
470
+ 466,"labour
471
+ Supply chain labor standards",0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
472
+ 467,"eicc
473
+ Society",0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
474
+ 468,endowment,45,0.010750427628121208,58,0.013079913762775468,67,0.022297360258782498,74,0.017304517414424486,244,0.015344618755400488
475
+ 469,endowments,28,0.0066891549686087515,36,0.008118567163102015,44,0.014643042558006416,44,0.010289172516684828,152,0.009558942831233092
476
+ 470,people,1288,0.30770112855600257,1993,0.4494528987795087,2223,0.7398064456010969,3351,0.7836140250775195,8855,0.5568713077011119
477
+ 471,philanthropic,17,0.004061272659512456,37,0.008344082917632625,57,0.018969396041053768,76,0.017772207074273794,187,0.01176001519368808
478
+ 472,philanthropy,10,0.0023889839173602684,21,0.004735830845142842,25,0.008319910544321827,47,0.010990707006458794,103,0.006477441523796108
479
+ 473,socially,20,0.004777967834720537,51,0.011501303481061187,73,0.024294138789419738,94,0.02198141401291759,238,0.014967292064693919
480
+ 474,societal,43,0.010272630844649154,65,0.014658524044489748,75,0.02495973163296548,171,0.039987465917116036,354,0.022262274751687593
481
+ 475,society,199,0.04754077995546934,245,0.05525135985999982,298,0.09917333368831618,466,0.10897169074488933,1208,0.0759684403955893
482
+ 476,welfare,161,0.03846264106950032,210,0.04735830845142842,225,0.07487919489889645,349,0.08161184564370466,945,0.059428953786284676
483
+ 477,Charity,20,0.004777967834720537,16,0.0036082520724897843,14,0.0046591499048202235,29,0.006781500067815,79,0.0049681347609698305
484
+ 478,charitable,143,0.03416247001825184,203,0.04577969816971414,227,0.0755447877424422,347,0.08114415598385535,920,0.05785675924167397
485
+ 479,charities,33,0.007883646927288886,43,0.009697177444816294,46,0.015308635401552162,74,0.017304517414424486,196,0.012326005229747933
486
+ 480,charity,20,0.004777967834720537,16,0.0036082520724897843,14,0.0046591499048202235,29,0.006781500067815,79,0.0049681347609698305
487
+ 481,donate,12,0.002866780700832322,27,0.006088925372326511,35,0.011647874762050559,53,0.012393775986006725,127,0.007986748286622386
488
+ 482,donated,29,0.006928053360344778,56,0.012628882253714245,58,0.01930219246282664,86,0.020110655373520348,229,0.014401302028634065
489
+ 483,donates,1,0.00023889839173602684,3,0.0006765472635918346,3,0.0009983892653186192,4,0.0009353793196986207,11,0.0006917655996287105
490
+ 484,donating,8,0.0019111871338882147,16,0.0036082520724897843,13,0.00432635348304735,13,0.0030399827890205174,50,0.0031443890892214115
491
+ 485,donation,71,0.016961785813257906,124,0.02796395356179583,141,0.046924295469975105,211,0.04934125911410225,547,0.03439961663608224
492
+ 486,donations,41,0.0097948340611771,82,0.018492291871510143,97,0.03228125291196869,157,0.03671363829817086,377,0.023708693732729443
493
+ 487,donors,80,0.019111871338882147,147,0.033150815915999894,130,0.0432635348304735,177,0.04139053489666397,534,0.03358207547288467
494
+ 488,foundation,475,0.11347673607461274,661,0.1490659137447342,696,0.23162630955391966,998,0.23337714026480588,2830,0.1779724224499319
495
+ 489,foundations,95,0.02269534721492255,125,0.02818946931632644,135,0.044927516939337865,183,0.0427936038762119,538,0.03383362660002239
496
+ 490,gift,196,0.04682408478026126,236,0.053221718069224315,244,0.08120232691258103,383,0.08956256986114294,1059,0.06659816090970949
497
+ 491,gifts,107,0.02556212791575487,135,0.030444626861632552,135,0.044927516939337865,205,0.04793819013455432,582,0.03660068899853723
498
+ 492,nonprofit,84,0.020067464905826254,127,0.02864050082538766,124,0.04126675629983626,156,0.03647979346824621,491,0.030877900856154262
499
+ 493,poverty,39,0.009317037277705047,48,0.010824756217469353,47,0.015641431823325034,59,0.013796844965554656,193,0.012137341884394649
500
+ 494,Education,1076,0.25705466950796485,1425,0.3213599502061214,1417,0.4715725296521612,2094,0.48967107386222797,6012,0.3780813440879825
501
+ 495,courses,127,0.03034009575047541,236,0.053221718069224315,244,0.08120232691258103,390,0.09119948367061553,997,0.06269911843907494
502
+ 496,educate,162,0.03870153946123635,209,0.0471327926968978,230,0.07654317700776081,349,0.08161184564370466,950,0.05974339269520682
503
+ 497,educated,28,0.0066891549686087515,40,0.00902063018122446,45,0.014975838979779289,64,0.014966069115177932,177,0.011131137375843796
504
+ 498,educates,2,0.0004777967834720537,2,0.00045103150906122304,7,0.0023295749524101118,7,0.0016369138094725864,18,0.001131980072119708
505
+ 499,educating,77,0.018395176163674067,100,0.022551575453061152,112,0.03727319923856179,158,0.036947483128095523,447,0.02811083845763942
506
+ 500,education,1076,0.25705466950796485,1425,0.3213599502061214,1417,0.4715725296521612,2094,0.48967107386222797,6012,0.3780813440879825
507
+ 501,educational,428,0.10224851166301949,527,0.11884680263763227,510,0.16972617510416527,783,0.183100501831005,2248,0.14137173345139467
508
+ 502,learning,389,0.09293147438531443,814,0.18356982418791776,1120,0.3727319923856179,1656,0.387247038355229,3979,0.2502304837202399
509
+ 503,mentoring,7,0.0016722887421521879,78,0.017590228853387697,97,0.03228125291196869,149,0.034842879658773626,331,0.020815855770645743
510
+ 504,scholarships,7,0.0016722887421521879,22,0.004961346599673453,35,0.011647874762050559,52,0.01215993115608207,116,0.007294982686993675
511
+ 505,teach,17,0.004061272659512456,17,0.003833767827020396,20,0.006655928435457462,31,0.007249189727664311,85,0.0053454614516763995
512
+ 506,teacher,27,0.006450256576872725,65,0.014658524044489748,48,0.015974228245097907,84,0.019642965713671037,224,0.014086863119711924
513
+ 507,teachers,22,0.0052557646181925904,46,0.01037372470840813,36,0.011980671183823432,53,0.012393775986006725,157,0.009873381740155233
514
+ 508,teaching,296,0.07071392395386394,312,0.07036091541355079,322,0.10716044781086513,395,0.0923687078202388,1325,0.08332631086436741
515
+ 509,training,1394,0.3330243580800214,2173,0.4900457345950188,2417,0.8043689514250343,3924,0.917607112624347,9908,0.6230921419201149
516
+ 510,Employment,1434,0.3425802937494625,1760,0.39690772797387625,2108,0.7015348570972165,2982,0.6973252828353218,8284,0.5209623843022034
517
+ 511,employ,838,0.20019685227479048,955,0.215367545576734,1061,0.35309700350101836,1510,0.35310569318622936,4364,0.2744422797072448
518
+ 512,employment,1434,0.3425802937494625,1760,0.39690772797387625,2108,0.7015348570972165,2982,0.6973252828353218,8284,0.5209623843022034
519
+ 513,headcount,121,0.028906705400059247,174,0.0392397412883264,172,0.057240984544934176,286,0.06687962135845138,753,0.04735449968367446
520
+ 514,hire,1046,0.24988771775588406,1330,0.2999359535257133,1590,0.5291463106188682,2404,0.562162971138871,6370,0.40059516996680783
521
+ 515,hired,134,0.032012384492627596,187,0.042171446097224355,204,0.06789047004166611,271,0.06337194890958156,796,0.05005867430040487
522
+ 516,hires,61,0.014572801895897637,102,0.023002606962122373,134,0.044594720517564995,216,0.05051048326372552,513,0.03226143205541168
523
+ 517,hiring,511,0.12207707817710971,748,0.16868578438889742,947,0.3151582114189108,1337,0.312650537609264,3543,0.22281141086222922
524
+ 518,staffing,481,0.1149101264250289,577,0.13012259036416285,694,0.23096071671037394,903,0.21116188142196365,2655,0.16696706063765696
525
+ 519,unemployment,378,0.09030359207621814,596,0.13440738970024446,520,0.173054139321894,736,0.17210979482454622,2230,0.14023975337927497
esg_bank_100_agreement/esg_bank_100_agreement.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_100_agreement/test_set.csv ADDED
@@ -0,0 +1,293 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,global_index,sentence,max_label
2
+ 901,5016,"Tax-Exempt Investors that are private foundations, or that are “applicable educational institutions” as defined in Section 4968 of the Code, should consult their tax advisers about the possible excise tax consequences to them of an investment in Shares.",0
3
+ 585,2476,"Investigational New Drug Exemption: Preclinical testing results obtained from in vivo studies in several animal species, as well as from in vitro studies, are submitted to the FDA, as part of an Investigational New Drug Application (“IND”), and are reviewed by the FDA prior to the commencement of human clinical trials.",0
4
+ 1256,2005,We actively help our colleagues grow and develop with mentoring and support.,1
5
+ 418,3201,"If our operations result in contamination of the environment or expose individuals to hazardous substances, we could be liable for damages and governmental fines.",2
6
+ 31,2966,"A single transportation system determination by the NMB could give rise to complex contractual issues, including integrating the airlines' seniority lists, and materially impact the dynamics with respect to future collective bargaining agreement (""CBA"") negotiations.",0
7
+ 707,1111,"Our application programming interface, referred to as our API, provides investors and partners with access to publicly available loan attributes and allows them to analyze data and place orders meeting their criteria without visiting our website.",0
8
+ 1246,792,"Upon execution of an agreement(s) for the acquisition(s) of a business(es) or assets that will constitute the business (or a line of business) of the registrant and for which the fair value of the business(es) or net assets to be acquired represents at least 80 percent of the maximum offering proceeds, including proceeds received or to be received upon the exercise or conversion of any securities offered, but excluding amounts payable to non-affiliates for underwriting commissions, underwriting expenses, and dealer allowances, the registrant shall file a post-effective amendment disclosing the entire transaction.",0
9
+ 429,4275,"If we are unable to deploy our current inventory or new inventory consistent with our business plan, we may be required to sell it at a loss, abandon it or recycle it into different products.",2
10
+ 1102,4202,"The results of our studies involving AlloSure Kidney, AlloMap Heart and AlloSure Heart have been presented at major medical society congresses and published in peer-reviewed publications in leading medical journals.",0
11
+ 855,1303,"Silver certified for environmentally sustainable design, construction, and operation.",1
12
+ 1376,4002,"We match donations made by employees to non-profit philanthropic programs, and we reward employees who volunteer their time in the community by giving personal time off through our Cvent Gives Back program.",1
13
+ 1206,860,"To promote diversity and our core principles, we emphasize dignity, value, and equality of all members, regardless of race, color, religion, age, gender or sexual orientation, through our actions and the workplace training programs we provide.",1
14
+ 500,3990,"In addition, pursuant to a registration and shareholder rights agreement, our sponsor, upon consummation of an initial business combination and for so long as our sponsor and its permitted transferees collectively hold at least 50% of the number of ordinary shares held by the sponsor upon consummation of our Initial Public Offering (after giving appropriate effect to any share splits, reverse share splits or other similar corporate transactions, or any adjustment to the conversion rate of the founder shares in connection with an initial business combination), will be entitled to nominate one person for election to our board of directors.",0
15
+ 570,627,"In underwriting single family residential real estate loans, the Company evaluates the borrower's credit history and ability to make principal, interest and escrow payments; the value of the property that will secure the loan; and debt-to-income ratios.",0
16
+ 1165,3398,"These requirements are intended to preserve the dignity of the trial subjects, confirm that the benefits of the trial outweigh the risks and ensure that subjects’ representatives give consent with as much involvement of the subject as possible.",1
17
+ 282,5054,"Except for low risk medical devices (Class I), where the manufacturer can self-assess the conformity of its products with the general safety and performance requirements (except for any parts which relate to sterility, metrology or reuse aspects), a conformity assessment procedure requires the intervention of a notified body.",0
18
+ 1121,4532,The transaction may require a shareholder to recognize taxable income in the jurisdiction in which the shareholder is a tax resident or in which its members are resident if it is a tax transparent entity.,0
19
+ 663,1630,"On October 31, 2018, the IURC issued an order approving an uncontested settlement agreement to increase AES Indiana's annual revenues by $44 million, or 3% (the ""2018 Base Rate Order"").",0
20
+ 349,1076,"From this marriage of technology and traditional industrial systems spurred by the Industry 4.0 revolution, we see four key themes among the emerging technologies and trends underpinning Industry 4.0 that will cause the most significant disruption within the broader industrials landscape.",0
21
+ 89,3223,"Among other things, the EGRRCPA requires that consumer reporting agencies provide consumers the option to include with their credit file an initial fraud alert for at least one year, establishes a consumer’s right to place a free national security freeze that prevents consumer reporting agencies from disclosing the content of the consumer’s report to a lender, and mandates that consumer reporting agencies notify consumers of their right to a credit freeze and provide instructions on how to 14 remove it.",0
22
+ 630,1459,"Mr. Jaramillo and Gregory Breunich, working alongside Nick Bollettieri, have a long-standing reputation for having assisted in the building and development of many of the finest professional athletes ever to play the game of tennis (e.g., Agassi, Sampras, Kournikova, Sharapova, Seles, and the Williams sisters) in the world.",0
23
+ 1405,786,"We routinely post on our website important information, including press releases, investor presentations and financial information, which may be accessed by clicking on the Investor Relations section of www.dolphinentertainment.com.",0
24
+ 1061,105,"The independent members of the board of directors of the Company (the “Board”) approved, and recommended that the Board approve, the Merger Agreement and the transactions contemplated thereby.",0
25
+ 862,2316,"Since January 1, 2020, for foreign investors carrying out investment activities directly or indirectly in mainland China, the foreign investors or foreign- invested enterprises shall submit investment information to the relevant commerce administrative authorities pursuant to these measures.",0
26
+ 232,954,Corridor received an incentive fee of $597 thousand during 2018.,0
27
+ 682,210,"Our Cellframe Technology Platform: How It Works Our Cellframe process begins with the collection of an adipose (fat) tissue biopsy from the patient followed by the use of standard tissue culture techniques to isolate and expand the patient’s own (autologous) mesenchymal (multipotent) stem cells, or MSC.",0
28
+ 48,2748,"Accordingly, the Company encourages investors, the media, and others interested in Beyond Meat to review the information that it shares at the ”Investors” link located at the bottom of our webpage at https://investors.beyondmeat.com/investor-relations and to sign up for and regularly follow our social media accounts.",0
29
+ 964,555,"The FDIC provides insurance coverage for certain deposits held by the Bank through the Deposit Insurance Fund, which the FDIC maintains by assessing depository institutions an insurance premium.",0
30
+ 184,59,"Billions of individuals are also active participants in the social good community by donating funds, volunteering their time, advocating for a cause, receiving services from or otherwise engaging with social good organizations.",1
31
+ 936,3320,The Company’s charter authorizes it to issue additional authorized but unissued shares of common or preferred stock.,0
32
+ 1457,2379,"•Wireless remote control that communicates with the device at a range of up to approximately three feet, which is a small and easy-to-use device that allows the patient to adjust stimulation intensity levels and turn on or off stimulation.",0
33
+ 86,4921,"Among other changes, FDARA mandated that the FDA update and revise its processes for scheduling inspections of device establishments, communicating about those inspections with manufacturers, and providing feedback on the manufacturer’s responses to Form 483s.",0
34
+ 451,5186,"In April 2021, in accordance with the amended Nasdaq Quorum Requirement, we fulfilled such requirements, including filing with the SEC a Current Report on Form 8-K disclosing that we had submitted a letter from our independent French counsel to Nasdaq 85 Table of Contents stating that the laws of France mandate a lower quorum for shareholders’ meetings than that required by the Nasdaq Quorum Requirement, and that we cannot obtain an exemption or waiver from such requirements.",0
35
+ 838,1443,"Rules requiring depository institutions to develop and implement internal procedures to evaluate and control credit and settlement exposure to their correspondent banks; Rules restricting types and amounts of equity investments; and Rules addressing various safety and soundness issues, including operations and managerial standards, standards for asset quality, earnings and compensation standards.",0
36
+ 996,4937,"The U.S. Supreme Court is currently reviewing this case, but it is unknown when a decision will be reached.",0
37
+ 1142,3900,These cash payments may ultimately be offset by payments to us from the hedge counterparties or reductions in expected payouts to employees when those equity hedges finally fully settle and the related equity awards pay out.,0
38
+ 203,5038,Certain of our executive officers are parties to employment or other agreements or participants under plans that contain change in control and severance provisions providing for aggregate cash payments for severance and other benefits and acceleration of vesting of stock options in the event of a termination of employment in connection with a change in control of us.,0
39
+ 105,2167,Any adopted future climate change and GHG legislative or regulatory measures may impose significant costs on the operations of our customers and suppliers and indirectly impact our operations.,2
40
+ 210,4637,"Changing weather patterns and climatic conditions, such as global warming, have added to the unpredictability and frequency of natural disasters in certain parts of the world and created additional uncertainty as to future trends and exposures.",2
41
+ 627,540,"Moving forward, all employees will be provided with access to two paid days off per year that can be leveraged to volunteer for local charity organizations, or local chapters of national charity organizations, that seek to improve the conditions and lives of the people living in the communities in which our employees live and work.",1
42
+ 1291,1216,We are committed to continuing education and providing ways for individuals to build their talents.,1
43
+ 1082,4347,The preparation of financial statements in conformity with U.S. GAAP requires management to make estimates and assumptions that affect the amounts reported in the consolidated financial statements and accompanying notes.,0
44
+ 1401,1391,"We regularly support a variety of community events, primarily focusing on helping children's charities.",1
45
+ 1227,4961,"Under Part D, Medicare beneficiaries may enroll in prescription drug plans offered by private entities that provide coverage of outpatient prescription drugs.",0
46
+ 56,600,"Additionally, based on such information, our U.S. employees had the following race and ethnicity demographics: Employee Demographic| of Total White| 69 Hispanic Latinx| 20 Black African American| 7 Asian| 2 Multiracial, Native American, Native Hawaiian, and Pacific Islander| 2 5 Table of Contents Approximately 59% of our employees are represented by various unions pursuant to approximately 400 collective bargaining agreements between our individual subsidiaries and local unions, as well as two collective bargaining agreements that are national in scope.",1
47
+ 612,4643,Many of our tenants routinely handle hazardous substances and wastes as part of their operations at our properties.,2
48
+ 1236,3544,"Under the VHCA, drug companies are required to offer certain drugs at a reduced price to a number of federal agencies including U.S. Department of Veteran Affairs and U.S. Department of Defense, the Public Health Service and certain private Public Health Service designated entities in order to participate in other federal funding programs including Medicare and Medicaid.",0
49
+ 734,2245,Our efforts in this area include: •Deep Purple™ is our system to provide sustainable offshore renewable energy production by integrating wind energy and hydrogen production and storage.,1
50
+ 434,1225,"If we own or acquire less than 100% of the equity interests or assets of a target business or businesses, the portion of such business or businesses that are owned or acquired by the post-transaction company is what will be taken into account for purposes of the NYSE’s 80% fair market value test.",0
51
+ 4,2574,"17 We may not be fully indemnified against financial losses in all circumstances where damage to or loss of property, personal injury, death or environmental harm occur.",2
52
+ 793,965,"People are at the heart of everything we do, and as such, our ESG progress to date has had a principal emphasis on social impact.",1
53
+ 1072,774,"The mattress fabrics segment supplies the bedding industry, which produces mattress sets (mattresses, box springs, foundations and top of bed components) and bedding accessory products.",0
54
+ 228,3426,"Consumer spending and levels of disposable income, including spending for natural and organic grocery and dietary supplement products that we sell, are affected by, among other things, prevailing economic conditions, levels of employment, salaries and wages, inflation, interest rates, the availability of credit, tax rates, fuel and energy costs, housing market conditions, general business conditions, consumer confidence and consumer perceptions of economic conditions.",0
55
+ 885,3495,"Submission and FDA Review of NDAs, sNDAs and BLAs Following the successful completion of clinical trials, the sponsor submits the results to the FDA as part of an NDA or BLA.",0
56
+ 35,3685,AES Andes continues to work under the Green Blend strategy to accelerate the phase-out of the remaining two coal-fired plants.,1
57
+ 1436,1977,"While laws that overtly discriminate against out- of-state waste have been found to be unconstitutional, some laws that are less overtly discriminatory have been upheld in court.",0
58
+ 249,241,"Due to the rising awareness about the effects of the toxic nature of some of the chemical-based products and the many recalls that have occurred recently, our product’s non-toxic yet highly effective dynamic is expected to provide a critical competitive advantage for our product line, which is based on protecting the health of people and the environment with an eco-friendly chlorine dioxide solution and its oxidizing properties.",1
59
+ 350,3687,"From time to time, the SEC and the FASB update accounting principles generally accepted in the United States that govern the preparation of our financial statements.",0
60
+ 600,3654,"Lending operations are also subject to state and federal laws and regulations applicable to credit transactions, such as the: Home Mortgage Disclosure Act of 1975, requiring financial institutions to provide information to enable the public and public officials to determine whether a financial institution is fulfilling its obligation to help meet the housing needs of the community it serves; Equal Credit Opportunity Act, prohibiting discrimination in extending credit on the basis of race, religion, sex, creed or other specified factors; 26 TABLE OF CONTENTS Fair Credit Reporting Act of 1978, governing the use and provision of information to credit reporting agencies; and Truth in Lending Act, establishing customer disclosure requirements with respect to certain loans.",0
61
+ 234,1251,"Currently, 58 percent of our board of directors are either gender or ethnically diverse, including four female board members, and 30 percent of our company’s executive leadership team are either gender or ethnically diverse.",1
62
+ 1413,1168,"We strongly encourage people of color, lesbian, gay, bisexual, transgender, queer and non-binary people, veterans, and individuals with disabilities to apply to work with us.",1
63
+ 993,3058,The Substance Abuse and Mental Health Services Administration (SAMHSA) defines heavy drinking “as drinking 5 or more alcoholic drinks on the same occasion.”,0
64
+ 495,3653,"In addition, our Administrator assists us in determining and publishing our net asset value, overseeing the preparation and filing of our tax returns and the printing and dissemination of reports to our stockholders, our internal control assessment under the Sarbanes-Oxley Act, and generally overseeing the payment of our expenses and the performance of administrative and professional services rendered to us by others.",0
65
+ 1365,864,"We have implemented a Leak Detection and Repair program, or LDAR, to locate and repair leaking components including valves, pumps and connectors in order to minimize the emission of fugitive volatile organic compounds and hazardous air pollutants.",1
66
+ 984,3066,"The Patent Rights are also subject to any rights of the United States federal, state and/or local Government(s), as well as nonprofit entities, if certain patents or technologies were created in the course of Government-funded or non-profit entity-funded research.",0
67
+ 1453,659,•Continually build a dedicated women’s health commercial infrastructure.,1
68
+ 21,1964,A fixed aperture mounted in the UVA irradiation beam path is used to produce a circular area of irradiation at the treatment plane.,0
69
+ 156,550,"As the data density of pet parents and pet care providers increases in a given geography, pet parents are likely to find the best provider to match their specific needs and in closer proximity.",0
70
+ 693,1512,"Our ECCs Although our strategy has evolved away from a focus primarily on ECCs, we remain party to a number of such collaborations, and we may, in the future, elect to enter into additional ECCs or expand one or more of our existing ECCs.",0
71
+ 655,4015,"On December 28, 2018, we received a letter from the Listing Qualifications Department of The Nasdaq Stock Market stating that for the 30 consecutive business days prior to the date of the letter, we did not meet the minimum market value of listed securities of $35,000,000 required for continued listing on The Nasdaq Capital Market pursuant to Nasdaq Listing Rule 5550(b)(2).",0
72
+ 941,429,"The D-OAR study was designed to validate that plasma levels of AlloSure Heart dd-cfDNA can discriminate acute rejection from no rejection, as determined by endomyocardial biopsy criteria.",0
73
+ 1293,2888,We are committed to creating and maintaining a work environment in which employees are treated with respect and dignity.,1
74
+ 179,794,"Because our products are designed to meet energy efficiency targets greater than are now in effect in our markets, we expect tighter environmental and energy regulations to increase demand for our products.",1
75
+ 867,2625,"Some of our products are also subject to the Radiation Control for Health and Safety Act, administered by the FDA, which imposes performance standards and record keeping, reporting, product testing and product labeling requirements for devices that emit radiation, such as x-rays.",0
76
+ 1350,992,"We embrace the diversity of our team members, customers, stakeholders, and consumers, including their unique backgrounds, experiences, thoughts, and talents, and are committed to continued efforts to increase diversity and foster an inclusive workplace.",1
77
+ 812,312,"Program can include parents, grandparents and all children in the family.",0
78
+ 1390,2277,"We proudly stand with our many employees who give their time to non-profit organizations, awarding grants to their chosen charities in recognition of their volunteer work in their communities.",1
79
+ 1362,3255,We have entered into employment agreements with top executive officers and production executives but do not currently have significant “key person” life insurance policies for any employee.,0
80
+ 872,3228,"Southern Company Gas' natural gas distribution and storage activities involve a variety of inherent hazards and operating risks, such as leaks, accidents, explosions, and mechanical problems, which could result in serious injury, loss of life, significant damage to property, environmental pollution, and impairment of its operations.",2
81
+ 323,2182,"For example, the EPA has asserted federal regulatory authority pursuant to the federal Safe Drinking Water Act over certain hydraulic fracturing activities involving the use of diesel fuels and published permitting guidance in February 2014 addressing the performance of such activities using diesel fuels.",0
82
+ 231,4341,"Continuous focus on safety while performing work is paramount, and leaders and managers are committed to implementing programs and practices that promote the right knowledge, skills, and attitudes to undertake the responsibilities of safety, including required training for both field and office employees.",1
83
+ 1356,118,"We have also been rated a World’s Most Ethical Company by the Ethisphere Institute for seven consecutive years (including 2020), and are included in the Dow Jones World Sustainability Index and the Bloomberg Gender Equality Index.",1
84
+ 1385,3845,"We must also comply with regulations involving, among other matters: the use of non-public consumer information and related privacy issues; the use of credit history in underwriting and rating policies; limitations on the ability to charge policy fees; limitations on types and amounts of investments; restrictions on the payment of dividends by our insurance subsidiaries; the acquisition or disposition of an insurance company or of any company controlling an insurance company; involuntary assignments of high-risk policies, participation in reinsurance facilities and underwriting associations, assessments and other governmental surcharges for guaranty funds, second-injury funds, catastrophe funds and other mandatory pooling arrangements; reporting with respect to financial condition; and 28 periodic financial and market conduct examinations performed by state insurance department examiners.",0
85
+ 170,2428,"BankProv is required to file reports with, and is periodically examined by, the Federal Deposit Insurance Corporation and the Massachusetts Commissioner of Banks concerning its activities and financial condition and must obtain regulatory approvals prior to entering into certain transactions, including, but not limited to, mergers with or acquisitions of other financial institutions.",0
86
+ 386,4158,"Holders of our Class B common stock collectively control a majority of the combined voting power of our common stock and, assuming no material sales of such shares, will be able to control matters submitted to our stockholders for approval until October 15, 2023, including the election of directors, amendments of our organizational documents and any merger, consolidation, sale of all or substantially all of our assets or other major corporate transaction.",0
87
+ 576,2813,"Information on the SEC's website does not constitute part of this Annual Report on Form 10-K. Also posted on our website are our certificate of incorporation and by-laws, the charters for our Audit Committee, Leadership Development and Compensation Committee and Nominating and Governance Committee, our Corporate Governance Guidelines, and our Code of Conduct governing our directors, officers and employees.",0
88
+ 200,2684,"CenterPoint Energy is dedicated to advancing an inclusive culture and work environment, free from discrimination of any kind, where business results are achieved through the skills, abilities and talents of a diverse workforce.",1
89
+ 148,2072,"As part of an evolution to sustainable energy, a substantial increase in renewable diesel capacity in the United States and Canada is currently underway, with proposed and funded renewable diesel facilities having a total capacity of over 6 billion gallons of biofuels per year.",1
90
+ 1384,472,We monitor the representation of women and racially or ethnically diverse team members at different levels throughout the company and disclose the composition of our team in our annual Workforce Diversity Report and EEO-1 report.,1
91
+ 298,3289,Federal and state laws require a mine operator to secure the performance of its reclamation and lease obligations required under SMCRA through the use of surety bonds or other approved forms of security to cover the costs the state would incur if the mine operator were unable to fulfill its obligations.,0
92
+ 994,4683,"The U.S. Department of Health and Human Services discloses the information on a public website; a new requirement to annually report drug samples that manufacturers and distributors provide to physicians; and a new Patient-Centered Outcomes Research Institute to oversee, identify priorities in, and conduct comparative clinical effectiveness research, along with funding for such research.",0
93
+ 1428,1011,"We work closely with Sincerity China and its sister company, Shanghai Sincerity Co. Ltd., to provide the technological and product support that drives our business.",0
94
+ 937,1295,The Company’s consolidated financial statements are prepared in conformity with GAAP.,0
95
+ 1099,180,The remaining boys that were participating in the MoveDMD trial open-label extension transitioned to the GalaxyDMD trial and their eligible siblings were also able to enroll.,0
96
+ 192,1073,"By 2030, we have committed to reduce: energy consumption 25%, predicted energy consumption 25%, water consumption 20%, predicted water consumption 20%, embodied carbon 20%, and greenhouse gas emissions (Scope 1 and 2) 25%.",1
97
+ 1437,856,"While some commercial providers try to address this need with innovations like pet webcams, Pet Parents often desire more peace of mind.",0
98
+ 312,5036,"For as long as we continue to be an emerging growth company, we may choose to take advantage of certain exemptions from various reporting requirements applicable to other public companies, including, among other things: exemption from the auditor attestation requirements under Section 404 of the Sarbanes‑Oxley Act of 2002; reduced disclosure obligations regarding executive compensation in our periodic reports and proxy statements; exemption from the requirements of holding non‑binding stockholder votes on executive compensation arrangements; and exemption from any rules requiring mandatory audit firm rotation and auditor discussion and analysis and, unless the SEC otherwise determines, any future audit rules that may be adopted by the Public Company Accounting Oversight Board.",0
99
+ 289,3111,"FDA regulations also require tissue establishments to register and list their HCT/Ps with the FDA and, when applicable, to evaluate donors through screening and testing.",0
100
+ 1039,4698,"The elimination of such U.S. federal tax deductions, as well as any other changes to or the imposition of new federal, state, local or non-U.S. taxes (including the imposition of, or increases in production, severance or similar taxes) could adversely affect our business and financial condition.",2
101
+ 255,2332,"During the fourth quarter of 2020, Novo nominated its first candidate under the Novo Collaboration Agreement.",0
102
+ 34,473,"ACM hires on the basis of qualifications and does not discriminate on the basis of sex, age, color, race, religion, marital status, national origin, ancestry, sexual orientation, physical and mental disability, medical condition, genetic information, veteran status or any other basis protected by federal, state, or local law.",1
103
+ 30,2817,"A single phase 3 trial with other confirmatory evidence may be sufficient in rare instances where the study is a large multicenter trial demonstrating internal consistency and a statistically very persuasive finding of a clinically meaningful effect on mortality, irreversible morbidity or prevention of a disease with a potentially serious outcome and confirmation of the result in a second trial would be practically or ethically impossible.",0
104
+ 1006,130,"The amended services agreement between Liberty and Mr. Maffei provides for a five year employment term which began on January 1, 2020 and ends December 31, 2024, with an aggregate annual base salary of $3 million (with no contracted increase), an aggregate one-time cash commitment bonus of $5 million (paid in December 2019), an aggregate annual target cash performance bonus of $17 million, aggregate annual equity awards of approximately $18 million and aggregate equity awards granted in connection with his entry I-2 Table of Contents into his new agreement of $90 million (the “upfront awards”).",0
105
+ 1034,1604,The courts could sustain an IRS challenge.,0
106
+ 460,3579,"In November 2022, Maryland and Missouri voters passed ballot measures approving adult-use, with both programs expected to begin in 2023.",0
107
+ 1000,1562,The WP stands for Wettable Powder which means the powder goes into suspension when mixed with water.,0
108
+ 891,4851,"Such regulation is vested in state 36 Table of Contents agencies having broad administrative and discretionary authority, which may include, among other things, premium rates and increases thereto, underwriting practices, reserve requirements, marketing practices, advertising, privacy, policy forms, reinsurance reserve requirements, acquisitions, mergers and capital adequacy.",0
109
+ 689,614,"Our Corporate Social Responsibility strategy set in 2020 includes five-year goals focused on environmental sustainability, human rights and corporate philanthropy.",1
110
+ 488,2875,"In addition, future federal, state and local legislation and regulations, such as regulations regarding greenhouse gas emissions, the transportation of LNG, and the sequestration of carbon dioxide may impose unforeseen burdens and increased costs on our business that could have a material adverse effect on our financial results.",2
111
+ 512,5194,"In addition, the case Amgen Inc. v. Sanofi affects the way antibody claims are examined and litigated.",0
112
+ 873,2623,"Specifically, the law department is responsible for providing advice, interpreting and identifying developments regarding laws, regulations, regulatory guidance and litigation, and setting standards for communicating relevant changes to corporate compliance, the business and internal audit.",0
113
+ 972,230,"The General Partner’s Board of Directors will oversee and review the Partnership’s related party relationships and is required to approve any significant modifications to any existing related party transactions, as well as any new significant related party transactions.",0
114
+ 1170,5158,"Third, the Court directed Dakota Access to submit bi- monthly reports during the remand period disclosing certain inspection and maintenance information recommended by PHMSA.",0
115
+ 1299,560,"We are committed to upholding fundamental human rights and believe that all human beings should be treated with dignity, fairness and respect.",1
116
+ 158,0,"As used herein, the terms “IOR”, “the Company”, “we”, “our”, “us” refer to Income Opportunity Realty Investors, Inc., a Nevada corporation, individually or together with its subsidiaries.",0
117
+ 697,1454,"Our Sustainability Report, first published in 2009, states our commitment to reducing Greenhouse gas (GHG) emissions, conserving resources by consuming less energy and water, complying with our code of business conduct and ethics, and applying fair labor standards, among other things.",1
118
+ 605,1404,"Local Bounti produce is grown with significantly less pesticides and herbicides than traditional field-grown produce, is non-GMO, and is certified with Harmonized Good Agricultural Practices under a GFSI benchmarked program.",1
119
+ 198,1676,"CVG is committed to operating in an ethical and sustainable manner that benefits all our stakeholders including customers, employees and the communities we serve.",1
120
+ 805,1221,"Prior to 2004, Ms. Selwood held various financial positions at Arthur Andersen LLP and Genuity Inc. On February 13, 2019, our board of directors adopted a succession plan (Succession Plan), pursuant to which Mr. Powell was appointed president effective April 1, 2019 and chief executive officer effective July 1, 2019, succeeding Mr. Painter in each role.",0
121
+ 874,5021,"Specifically, the natural history study data would assist us in assessing the frequency of women at higher risk of FNAIT among women of different racial and ethnic characteristics and the occurrence of HPA-1a alloimmunization in these women.",0
122
+ 180,2933,"Because we use and generate hazardous materials in some of our operations, we are potentially subject to material liabilities relating to the cleanup of contamination and personal injury claims.",2
123
+ 637,1377,Nearly 70 of the patients are diagnosed with advanced-stage due to the failure of screening methods for detecting early-stage disease (Giornelli 2016; Partridge et al. 2009; Bast et al. 2007; Gohagan et al. 2000; Chudecka- Głaz 2015).,0
124
+ 886,3229,"Subsequent changes in applicable law or administrative practice may increase such requirements and a governmental consent, once given, might be withdrawn.",0
125
+ 1244,3203,"Unless otherwise noted or the context otherwise requires, the disclosures in this Item 1A refer to Clover Health Investments, Corp. and its consolidated subsidiaries following the consummation of the Business Combination.",0
126
+ 38,2081,"APUS is focused on executing initiatives that will more effectively support its students and help improve those students’ educational outcomes, including through faculty engagement initiatives and co-curricular initiatives to increase the 11 level of engagement and collaboration in the classroom and strengthen the bond between APUS and its students.",1
127
+ 836,45,"Robert P. Holding’s children and grandchildren have served as members of the Board of Directors (the “Board”), as chief executive officers and in other executive management positions and, since BancShares’ formation in 1986, have remained stockholders owning a large percentage of its common stock.",0
128
+ 698,697,"Our Traditional division is our heritage United States portfolio and is comprised primarily of dormant commercial relationships with independent sales agents, ISOs, and other partners.",0
129
+ 982,3604,The PHMSA has also issued a final rule applying safety regulations to certain rural low-stress hazardous liquid pipelines that were not covered previously by some of its safety regulation.,0
130
+ 1372,371,"We intend that the DeFi marketplaces can be used to offer NFTs, initial license offerings (“ILOs”), bridge loan offerings (“BLOs”), pre-special purpose acquisition company (“SPAC”) and pre-initial public offering (“IPO”) funding, and CeDeFi commodities exchanges and membership programs.",0
131
+ 477,4231,"In addition, a failure to educate physicians, surgeons or other healthcare professionals regarding our products may impair our ability to achieve market acceptance of our products.",2
132
+ 635,1736,NBA and NHL player salaries have generally increased significantly and may continue to increase in the future.,0
133
+ 713,3148,"Our business and reputation depend on providing tenants with quality housing with highly reliable services, including with respect to water and electric power, along with the consistent operation of our communities, including a wide variety of amenities such as covered parking, swimming pools, clubhouses with fitness facilities, playground areas, tennis courts and similar features.",1
134
+ 1047,4652,"The final guidance states that merely including a labeling statement that the product is for RUO will not necessarily render the device exempt from the FDA’s clearance, approval, and other regulatory requirements if the circumstances surrounding the distribution, marketing and promotional practices indicate that the manufacturer knows its products are, or intends for its products to be, used for clinical diagnostic purposes.",0
135
+ 1095,4307,"The quantum computing industry is in its early stages and is volatile, and if it does not develop, if it develops slower than we expect, if it develops in a manner that does not require use of our products and services, if it encounters negative publicity or if our solution does not drive commercial engagement, the growth of our business will be harmed.",2
136
+ 334,4997,"For our immuno-oncology programs, we are developing a pipeline of allogeneic T cell product candidates (including, for example, CTX110, CTX112, CTX130 and CTX131) that are engineered from healthy donor T cells to express chimeric antigen receptors, or CARs, and are intended for use in any patient with certain cancers.",0
137
+ 1016,2484,"The centralized procedure is compulsory for medicinal products produced by biotechnology or those medicinal products containing new active substances for specific indications such as the treatment of AIDS, cancer, neurodegenerative disorders, diabetes, viral diseases and designated orphan medicines, and optional for other medicines which are highly innovative.",0
138
+ 899,1392,Target businesses may be brought to our attention by such unaffiliated sources as a result of being solicited by us through calls or mailings.,0
139
+ 433,3449,"If we effect our initial business combination with such a company, we would be subject to any special considerations or risks associated with companies operating in an international setting, including any of the following: costs and difficulties inherent in managing cross-border business operations; rules and regulations regarding currency redemption; complex corporate withholding taxes on individuals; laws governing the manner in which future business combinations may be effected; exchange listing and/or delisting requirements; tariffs and trade barriers; regulations related to customs and import/export matters; local or regional economic policies and market conditions; unexpected changes in regulatory requirements; challenges in managing and staffing international operations; longer payment cycles; tax issues, such as tax law changes and variations in tax laws as compared to the United States; currency fluctuations and exchange controls; rates of inflation; challenges in collecting accounts receivable; 29 Table of Contents cultural and language differences; employment regulations; underdeveloped or unpredictable legal or regulatory systems; corruption; protection of intellectual property; social unrest, crime, strikes, riots and civil disturbances; regime changes and political upheaval; terrorist attacks and wars; and deterioration of political relations with the United States.",2
140
+ 78,2205,All directors of BXP stand for election for one-year terms expiring at the next succeeding annual meeting of stockholders.,0
141
+ 960,2282,"The FDA or the sponsor or its data safety monitoring board, an independent group of experts that evaluates study data for safety and makes recommendations concerning continuation, modification, or termination of clinical trials, may suspend or terminate a clinical trial at any time on various grounds, including a finding that the research patients are being exposed to an unacceptable health risk, including risks inferred from other unrelated immunotherapy trials.",0
142
+ 229,378,"Containment measures were relaxed in the U.S. in fiscal 2022 and are evaluated regularly against local, state, and federal recommendations.",0
143
+ 1120,5292,"The time-based share award vests in four equal installments on July 1, 2016, 2017, 2018 and 2019.",0
144
+ 1337,4333,"We could become the subject of product liability lawsuits alleging that component failures, malfunctions, manufacturing flaws, design defects or inadequate disclosure of product- related risks or product-related information resulted in an unsafe condition or injury to patients.",2
145
+ 651,4469,"Often, but not always, these inspections are triggered by marketing authorization submissions.",0
146
+ 250,1120,"During 2022, our employees were encouraged to use paid community service days to donate time and creative energy to the organizations that touch them personally and to give back to the environment and their communities.",1
147
+ 911,199,"The Atlantis has eight restaurants, two gourmet coffee bars and one snack bar as described below: The 475-seat, Toucan Charlie’s Buffet Grill, which offers a wide variety of food selections from around the globe including a carving station, live action Pho and Mongolian Bar-b-que, made-to-order salads, artisan charcuterie with a variety of imported and domestic cheeses, and an expansive array of desserts from our in-house bakery including house made gelato; The 160-seat Atlantis Steakhouse, a fine dining destination featuring Allen Brothers Prime steaks from Chicago, fresh seafood, and numerous tableside presentations of classic Steakhouse dishes; The Bistro Napa, featuring creative wine country cuisine served in a 140-seat main dining room with a central wine cellar and an adjacent upscale 60-seat lounge; The Oyster Bar on the Sky Terrace offering pan roasts made-to-order, fresh seafood, cioppino, house made chowder and bisques.",0
148
+ 307,3323,"Following public and stakeholder comment, an Administrative Law Judge for the PUC issued a Recommended Decision on November 4, 2020, recommending that the PUC formally adopt proposed revisions.",0
149
+ 887,4935,"Successful development of product candidates by us will require solving a number of issues, including safely delivering a therapeutic into target cells within the human body or in an ex vivo setting, optimizing the efficiency and specificity of such product candidates, and ensuring the therapeutic selectivity of such product candidates.",0
150
+ 1090,2107,"The program uses data analysis combined with digital media to engage educators, teach them about their retirement needs and increase awareness of our products and services.",0
151
+ 779,1594,"Our sponsor, officers, directors and/or their affiliates anticipate that they may identify the stockholders with whom our sponsor, officers, directors or their affiliates may pursue privately negotiated transactions by either the stockholders contacting us directly or by our receipt of redemption requests submitted by stockholders (in the case of public shares) following our mailing of proxy materials in connection with our initial business combination.",0
152
+ 1333,1550,"We continue to build on our long commitment of equal employment opportunity and anti- discrimination by consciously and proactively promoting inclusion and equity of people with unique cultural and ethnic heritage, color and backgrounds, gender identification and sexual orientation, and other traits.",1
153
+ 1266,3622,"We also had outstanding RSUs exercisable for 164,636 shares of common stock at a total exercise price of $900.",0
154
+ 466,1197,"In accordance with FDA recommendations, doctors typically recommend that a menopausal or post-menopausal woman who has a uterus take estrogen plus a progestin, either as a combination drug or as two separate drugs.",0
155
+ 339,5294,"For the avoidance of doubt, although the financial advisory and restructuring business of Blackstone has been spun out, to the extent any investment banking fees, consulting (including management consulting) fees, syndication fees, capital markets syndication and advisory fees (including underwriting fees), origination fees, servicing fees, healthcare consulting brokerage fees, fees relating to group purchasing, financial advisory fees and similar fees for arranging acquisitions and other major financial restructurings, loan servicing and/or other types of insurance fees, operations fees, financing fees, fees for asset services, title insurance fees, and other similar fees and annual retainers (whether in cash or in-kind) are received by Blackstone, such fees will not be required to be shared with the Company or the shareholders and will not reduce the management fee payable by the Company.",0
156
+ 742,4918,"Our future capital requirements will depend on many factors, including: the progress, costs and results of our ongoing preclinical development, our planned Phase 1/2 clinical trial of DB-OTO and any future clinical development of DB-OTO; the progress, costs and results of clinical development of DB-020, including our ongoing Phase 1b clinical trial; the scope, progress, costs and results of preclinical and clinical development for our other product candidates and programs, including DB-ATO, AAV.103, AAV.104 and AAV.201; the number of, and development requirements for, other product candidates that we may identify and develop; the scope, costs, timing and outcome of regulatory review of our product candidates; the cost and timing of completion of commercial-scale manufacturing activities; the success of our collaboration with Regeneron; the payment or receipt of milestones and of other collaboration-based revenues, if any; our ability to establish and maintain additional strategic collaborations, licensing or other arrangements and the financial terms of such arrangements; the costs and timing of future commercialization activities, including product manufacturing, marketing, sales and distribution, for any of our product candidates for which we receive marketing approval; the amount and timing of revenue, if any, received from commercial sales of our product candidates for which we receive marketing approval; 58 the costs and timing of preparing, filing and prosecuting patent applications, maintaining and enforcing our intellectual property and proprietary rights and defending any intellectual property-related claims; the extent to which we may acquire or in-license other products, product candidates and technologies; the impacts of the COVID-19 pandemic; the ability to receive additional non-dilutive funding, including grants from organizations and foundations; and the costs of operating as a public company.",0
157
+ 1148,2995,"These incidents may result in disruption of our operations, material harm to our financial condition, cash flows and the market price of our common stock, misappropriation of assets, compromise or corruption of confidential information collected in the course of conducting our business, liability for stolen information or assets, increased cybersecurity protection and insurance costs, regulatory enforcement, litigation and damage to our stakeholder relationships.",2
158
+ 1370,2644,We have the right to nominate four members of the Canopy board of directors.,0
159
+ 1075,556,"The online learning portal is designed to put employees in the driver’s seat and give them access to mentoring, training, videos, books, job search and interview tips, and much more.",1
160
+ 1041,3804,"The fair value of these assets held in the trust are compared to the plan’s projected benefit obligation of $250.8 million to determine the pension liability of $16.0 million recorded within “Other liabilities” in our Consolidated Balance Sheet as of December 31, 2018.",0
161
+ 1391,648,"We provide a wide-range of employee benefits including comprehensive medical, prescription, dental and vision insurance coverage (the majority of which is paid by the Company), paid maternity, paternity and adoption leave, matching 401(k) contributions, free life insurance, disability benefits and spousal death benefits, education assistance reimbursements and flex time.",1
162
+ 1455,911,"•The Equal Credit Opportunity Act generally prohibits discrimination in any credit transaction, whether for consumer or business purposes, on the basis of race, color, religion, national origin, sex, marital status, age (except in limited circumstances), receipt of income from public assistance programs, or good faith exercise of any rights under the Consumer Credit Protection Act.",1
163
+ 1089,3383,"The process required by the FDA before product candidates may be marketed in the United States generally involves the following: completion of extensive preclinical laboratory tests and preclinical animal studies, all performed in accordance with GLP regulations; submission to the FDA of an IND, which must become effective before human clinical studies may begin and must be updated annually; approval by an independent institutional review board (IRB) or ethics committee representing each clinical site before each clinical study may be initiated; performance of adequate and well-controlled human clinical studies in accordance with good clinical practice (GCP) requirements to establish the safety and efficacy, or with respect to biologics, the safety, purity and potency of the product candidate for each proposed indication; preparation of and submission to the FDA of a new drug application (NDA) or biologics license application (BLA) after completion of all pivotal clinical studies; potential review of the product application by an FDA advisory committee, where appropriate and if applicable; a determination by the FDA within 60 days of its receipt of an NDA or BLA to file the application for review; satisfactory completion of an FDA pre-approval inspection of the manufacturing facilities where the proposed product drug substance is produced to assess compliance with current Good Manufacturing Practices (cGMP) and audits of selected clinical trial sites to ensure compliance with GCP; and FDA review and approval of an NDA or BLA prior to any commercial marketing or sale of the drug in the United States.",0
164
+ 1116,3183,The system consists of multiple independent computer vision engines and deep networks for algorithmic redundancy.,0
165
+ 1123,4605,The two directors representing Sun Dream Inc. were not nominated for re-election at our annual meeting of stockholders for 2022.,0
166
+ 850,5289,"Shares registered under this registration statement on Form S-8 can be freely sold in the public market upon issuance and once vested, subject to volume limitations applicable to affiliates.",0
167
+ 1169,352,They also tend to remain renters longer due to the cost of single family home ownership and societal trends favoring delays in marriage and having children.,0
168
+ 217,1151,"Common complications in cirrhotic patients may include: compromised liver function, portal hypertension, varices in GI tract with internal bleeding, edema, ascites, hepatic encephalopathy, compromised immunity with post- transplant acute rejection risk, high sodium levels, increased bilirubin, low albumin level, insulin resistance with impaired peripheral uptake of glucose, depression, accelerated muscle disorder in the form of sarcopenia, myosteotosis, and frailty with compromised energetics, bone diseases (e.g., osteoporosis), high alkaline phosphatase (“ALP”), cachexia, malnutrition, weight loss (>5%), symptoms of hypogonadism such as abnormal hair distribution, anemia, sexual dysfunction, testicular atrophy, muscle wasting, fatigue, osteoporosis, gynecomastia, inflammation with elevated cytokines, and infection risk leading to hospital admissions and possibly death.",0
169
+ 729,2012,Our current policy is to retain earnings to reinvest in our business.,0
170
+ 325,1250,"For example, the proposed initial business combination may require: (i) cash consideration to be paid to the target or its owners, (ii) cash to be transferred to the target for working capital or other general corporate purposes or (iii) the retention of cash to satisfy other conditions in accordance with the terms of the proposed initial business combination.",0
171
+ 1219,2999,Tripadvisor expends significant resources to ensure the integrity of its reviews and to ensure that the most relevant reviews are available to its consumers; Tripadvisor does not establish rankings and ratings in favor of its advertisers.,0
172
+ 12,1089,"8 Sustainability As a leading infrastructure construction services provider, we are committed to conducting our operations in a safe, diverse and socially responsible manner that benefits our stakeholders, including our employees, customers, subcontractors, suppliers, investors and the communities in which we operate.",1
173
+ 3,1496,14 Important patents and licenses include: An exclusive license from Tulane University to patents that expire beginning in 2019 and continue into 2020 relating to reagents for the detection of Lyme disease utilized in certain of our SNAP products and a reference laboratory diagnostic test; An exclusive license from Cornell University to patents covering methods for detecting BVDV that started to expire in 2017 and will continue into 2022;,0
174
+ 748,3048,"Our growing community of BRGs provide communities where our employees can discuss relevant issues and celebrate different cultures, ethnicities, and identities.",1
175
+ 173,3388,"Based on the information reviewed and the discussion thereof, the Board, including a majority of the non-interested directors, concluded that the investment advisory fee rates are reasonable in relation to the services provided and approved the Investment Advisory Agreement as being in the best interests of our shareholders.",0
176
+ 1005,516,"The agreement is effective for a period of five (5) years from November 1, 2022 through October 31, 2027 and includes a provision that the agreement may be terminated at any time by either party with a 12 month written notice.",0
177
+ 14,3535,"A U.S. Holder generally makes a QEF election by attaching a completed IRS Form 8621 (Return by a Shareholder of a Passive Foreign Investment Company or Qualified Electing Fund), including the information provided in a PFIC annual information statement, to a timely filed U.S. federal income tax return for the tax year to which the election relates.",0
178
+ 575,3440,"Information about clinical trials must be submitted within specific timeframes to the National Institutes of Health, or NIH, for public dissemination on its ClinicalTrials.gov website.",0
179
+ 1448,3518,You should consider the anchor investors’ financial incentive to complete an initial business combination when evaluating whether to invest in our securities and/or redeem your shares prior to or in connection with an initial business combination.,0
180
+ 764,20,"Our other brands include Dignity Planning™, National Cremation Society®, Advantage® Funeral and Cremation Services, Funeraria del Angel™, Making Everlasting Memories®, Neptune Society™ and Trident Society™.",0
181
+ 633,2940,"Mutations in SOD1 have been shown to lead to the formation of toxic aggregates of the SOD1 protein, resulting in the dysfunction and death of motor neurons.",0
182
+ 102,3662,"An investigation into allegations of non-compliance or a finding of non-compliance with anti-corruption laws or other laws governing the conduct of business may subject us to administrative and other financial costs, reputational damage, criminal or civil penalties, or other remedial measures, which could significantly harm our business, financial condition, results of operations, cash flows or prospects.",2
183
+ 1446,1691,"With the compact now in place, we are in the process of finalizing project budget, design and construction planning.",0
184
+ 827,2874,"Reductions in levels of air travel, whether caused by general economic conditions including inflation, higher airfare costs or other events such as work stoppages, military conflicts, terrorist incidents, civil unrest, cyber security incidents, natural disasters, epidemic or pandemic diseases, recessions or other economic or labor market downturns, or the response of governments to any of these events, could have a material adverse effect on the demand for vehicle rentals overall and for our rental vehicles in particular.",2
185
+ 661,4322,"On November 30, 2018, the EPA released a final rule to set 2019 RVOs under the RFS, which includes increases to the requirement for biofuels in 2019.",1
186
+ 1313,221,We are working with our third party advisor on refinancing options that are in alignment with a range of strategic alternatives being evaluated.,0
187
+ 634,229,"Myers Disposition—On November 30, 2022, we entered into an agreement (the “Agreement”) and sold the Company’s 50% ownership interest in its partnership with Myers Sons Construction L.P. for $18 million in cash.",0
188
+ 294,2347,"Failure to attract, hire, develop, motivate and retain highly qualified and diverse employee talent, or to maintain a corporate culture that fosters innovation, creativity, and teamwork could harm our overall business and results of operations.",2
189
+ 547,3915,"In particular, in 2012 we received a request from the U.S. Environmental Protection Agency (“EPA”) for information regarding the San Fernando Valley Area 2 Superfund Site (the “San Fernando Site”).",0
190
+ 515,4191,"In addition, there is intense competition for proficient sales and marketing personnel, and we may not be able to attract individuals who have the qualifications necessary to market, sell, and distribute our products.",0
191
+ 225,2341,"Compliance with future climate- related legislation and regulation, and our current or future voluntary efforts to achieve science-based emissions reduction targets or other sustainability initiatives, could also be difficult and costly.",2
192
+ 598,2451,Lecture capture solutions designed specifically for higher education differ in their technology approach.,0
193
+ 1032,1105,"The costs to clean up a contaminated property, to defend against a claim, or to comply with environmental laws could be material and could adversely affect the funds available for distribution to our shareholders.",2
194
+ 736,2906,"Our employees have voted us as a Top Workplace six times in the past seven years, and our culture is regularly cited in our internal engagement surveys as a leading positive attribute of the Company.",1
195
+ 921,5015,"The Company can grant RSUs to its directors, executive officers and other key employees.",0
196
+ 452,148,"In April 2021, we announced an update to our climate goals to better align our climate commitment with the Paris Accord and set us on a path to achieve net zero greenhouse gas emissions (""GHG"") from our operations by 2050.",1
197
+ 408,4120,"If a Delivery Applicant requests that physical gold be delivered to a destination that is outside the “chain of integrity,” the physical gold may need to be re-assayed, which could result in additional costs for the Delivery Applicant and potential delays in assaying the physical gold.",0
198
+ 2,3204,"1.Growing a diverse workforce by attracting, hiring, and promoting talent from all backgrounds 2.Fostering an equitable and inclusive culture by promoting policies, practices, and programs that support and engage all employees 3.Being key contributors to the community by engaging with and investing in local communities where we operate Of note, Lucid sponsors five employee resource groups to support and empower historically excluded affinities: Women at Lucid, Pride at Lucid, Veterans at Lucid, Black at Lucid, and Sustainability at Lucid.",1
199
+ 279,5311,"Even if we contract with third parties for the disposal of these materials and wastes, we cannot eliminate the risk of contamination or injury from these materials.",2
200
+ 1373,330,We intend to hire more employees and independent contractors on an as-needed basis.,0
201
+ 1201,187,"To date, Cardiff consists of the following whole-owned subsidiaries: We Three, LLC (Affordable Housing Initiative); Romeo’s NY Pizza (merged Fortuna Restaurant Group and R T Restaurant Group into Romeo’s Alpharetta); Edge View Properties, Inc; Repicci’s Franchise Group, Inc. (merged Refreshment Concepts, LLC into Repicci’s Franchise Group, Inc.); FDR Enterprises, Inc Red Rock Travel Group, LLC and Platinum Tax Defenders, LLC.",0
202
+ 1360,2402,"We have donated funds globally to support community efforts in alleviating poverty, disaster relief, education and medical research, among other causes.",1
203
+ 1386,915,"We offer employees excellent fringe benefits, including medical insurance coverage paid for mostly by the Company, dental insurance, Company-paid life and accidental death and dismemberment insurance, Company-paid long-term disability insurance, free wellness programs, Company-funded Health Savings Accounts, generous 401(k) matches, ample holidays and Paid Time Off, tuition reimbursement, and free coffee.",1
204
+ 791,4419,"Outbreaks, epidemics, pandemics, or public health crises may also result in our restriction or suspension of international and/or domestic travel, labor shortages, prohibitions of non- essential activities in some cases, and limit our in-person activities within Clearwater and with customers.",2
205
+ 582,3052,Interconnected VoIP service providers are required to provide enhanced 911 emergency services to their customers; protect customer proprietary network information from unauthorized disclosure to third parties; 16 report to the FCC on service outages; comply with telemarketing regulations and other privacy and data security requirements; comply with disabilities access requirements and service discontinuance obligations; comply with call signaling requirements; and comply with CALEA standards.,0
206
+ 841,264,"Secondary objectives include the evaluation of therapeutic activity by assessing surrogate efficacy markers, which include M protein, free light chain (“FLC”), progression free survival (“PFS”) and overall survival (“OS”).",0
207
+ 1199,1693,"To address climate change, maintain a natural environment and support habitat for local flora and fauna, we and our farming partners follow best practices that minimize water use, improve soil fertility, and reduce pesticides and other applications that could adversely impact soil, water or food quality.",1
208
+ 369,5179,"Generation’s competitive businesses create value for customers by providing innovative energy solutions and reliable, clean and affordable energy.",1
209
+ 473,966,"In addition to providing support to our ERGs, our efforts to promote DE&I; practices include: •Hosting internal and guest speakers to discuss topics relevant to DE&I; matters; •Conducting training to educate our employees about various DE&I; themes, racial justice, disability inclusion and LGBTQ+ allyship, among other themes; •Improving and formalizing mentorship programs targeted towards our female, minority and LGBTQ+ employees, which we expect to implement during 2023; •Implementing a talent review process that is designed to utilize a multi- factor approach to understanding the talents of our employees and the potential they have to be future leaders of the Company; and •Providing the ERGs with financial resources to target donations from the PROG Foundation to non-profit organizations that support DE&I;, the missions of the ERGs and the communities in which we serve our customers.",1
210
+ 1126,4354,"The “penny stock” rules impose additional sales practice requirements on broker-dealers who sell securities to persons other than established customers and accredited investors (generally those with assets in excess of $1,000,000 or annual income exceeding $200,000 or $300,000 together with their spouse).",0
211
+ 1183,3369,"This information includes, but is not limited to, the insured’s age and sex, results from medical exams and financial information.",0
212
+ 668,56,"One of our unique differentiators, moissanite The World’s Most Brilliant Gem® is core to our ambition to create a movement around environmentally and socially responsible fine jewelry that is as exquisite as it is ethical.",1
213
+ 58,5153,"Additionally, certain employees of J.P. Morgan or the Adviser may have family members or relatives employed by such advisors and service providers.",0
214
+ 423,5060,"If the FDA or comparable foreign regulatory authorities approve generic versions of any of our product candidates that receive marketing approval, or such authorities do not grant our product candidates appropriate periods of data or market exclusivity before approving generic versions of our product candidates, the sales of our product candidates could be adversely affected.",0
215
+ 265,594,Early onset disease usually occurs in people between 10 to 30 years old and predominantly affects females.,0
216
+ 1420,990,We take pride in the fact that our employee population across our operating office and studio portfolio reflects a balanced gender representation as well as a broad 12 cross-section of racial and ethnic backgrounds.,1
217
+ 1068,4207,"The letter agreement and the registration rights agreement may be amended, and provisions therein may be waived, without stockholder approval (although releasing the parties from the restriction contained in the letter agreement not to transfer any units, warrants, shares of Class A common stock or any other securities convertible into, or exercisable, or exchangeable for, shares of Class A common stock for 180 days following the date of this prospectus will require the prior written consent of Needham Company, LLC).",0
218
+ 712,1067,Our board of directors has a deep commitment to purpose-driven organization culture and community engagement and demonstrated track records of creating and donating to positive systemic change.,1
219
+ 890,3587,"Such laws include, without limitation: the U.S. federal Anti-Kickback Statute, which prohibits, among other things, persons and entities from knowingly and willfully soliciting, receiving, offering or paying remuneration, to induce, or in return for, either the referral of an individual, or the purchase or recommendation of an item or service for which payment may be made under any federal healthcare program; federal civil and criminal false claims laws and civil monetary penalty laws, which prohibit, among other things, individuals or entities from knowingly presenting, or causing to be presented, claims for payment to the federal government, including federal healthcare programs, that are false or fraudulent; the Health Insurance Portability and Accountability Act, or HIPAA, which created additional federal criminal statutes which prohibit, among other things, executing a scheme to defraud any healthcare benefit program and making false statements relating to healthcare matters, and which, as amended by Health Information Technology for Economic and Clinical Health Act, or HITECH, also imposes certain requirements on HIPAA covered entities and their business associates and covered subcontractors relating to the privacy, security and transmission of individually identifiable health information; the U.S. federal Physician Payments Sunshine Act, which requires certain manufacturers of drugs, devices, biologics and medical supplies for which payment is available under Medicare, Medicaid or the Children’s Health Insurance Program, with specific exceptions, to annually report to the federal government, information related to payments or other transfers of value made to physicians (as defined by the Physician Payments Sunshine Act), other covered physicians and teaching hospitals, as well as ownership and investment interests held by health care professionals and their immediate family members; and U.S. state and foreign law equivalents of each of the above federal laws, which, in some cases, differ from each other in significant ways, and may not have the same effect, thus complicating compliance efforts.",0
220
+ 394,817,"However, community banking organizations with assets approaching the $10.0 billion asset threshold and that would otherwise have become subject to additional regulatory requirements upon crossing such threshold, including requirements related to capital adequacy standards, debit card interchange fees and routing, and management official interlocks, had until January 1, 2022 to either reduce their size or to prepare for the new regulatory and reporting standards.",0
221
+ 171,1701,Banks and savings institutions with $10 billion or less in assets such as the Company will continue to be examined for compliance with the consumer laws by their primary bank regulators.,0
222
+ 415,5230,"If dividends on a series of the preferred stock have not been declared and paid for the equivalent of six or more quarterly dividend periods, whether or not consecutive, holders of the preferred stock, together as a class with holders of any other series of parity stock with like voting rights, will be entitled to vote for the election of two additional directors to our board of directors.",0
223
+ 1398,2384,"We recognize that a diverse workforce provides the best opportunity to obtain unique perspectives, experiences and ideas to help our business succeed, and we are committed to providing a diverse and inclusive workplace to attract and retain talented employees.",1
224
+ 1144,3298,"These factors include estimated investment returns, interest rates, discount rates, health care cost trends, benefit changes, salary increases and the demographics of plan participants.",0
225
+ 1349,606,"We embrace our associates’ differences in age, color, disability, ethnicity, family or marital status, gender identity or expression, language, national origin, physical and mental ability, political affiliation, race, religion, sexual orientation, socio-economic status, caste, veteran status, and other characteristics that make our associates unique.",1
226
+ 851,3491,"She previously served as board Vice Chairman for City Utilities of Springfield, as Past President of the Big Brothers/Big Sisters of the Ozarks and Rotary Club of Springfield boards and as a member of the Ozarks Transportation Organization board.",0
227
+ 169,535,"Bahama Breeze Bahama Breeze is an internally-developed full-service restaurant brand operating primarily in the eastern United States, that offers guests the feeling of a Caribbean escape, with food, drinks and atmosphere found in the islands.",0
228
+ 1044,2319,The federal Physician Payments Sunshine Act (the “Sunshine Act”) and certain state laws require persons to collect and report certain data on payments and other transfers of value to physicians and teaching hospitals.,0
229
+ 1412,1061,We strive to provide opportunities for qualified members of underrepresented communities and women for advancement within our company and award scholarships to the children and grandchildren of our employees so that they may develop the skills that will support their entry into the workforce.,1
230
+ 539,4812,"In order to continue to qualify as a REIT, five or fewer individuals, as defined in the Code, may not own, actually or constructively, more than 50% in value of our issued and outstanding shares of stock at any time during the last half of each taxable year, other than the first year for which a REIT election is made.",0
231
+ 1065,154,"The key components of each revenue category are as follows: Computing and Mobile Phones computing (including desktops, notebooks and peripherals), mobile phones (including related mobile network carrier commissions), networking, tablets (including e-readers) and wearables (including smartwatches); Consumer Electronics digital imaging, health and fitness products, home theater, portable audio (including headphones and portable speakers) and smart home; Appliances large appliances (including dishwashers, laundry, ovens and refrigerators) and small appliances (including blenders, coffee makers and vacuums); Entertainment drones, gaming (including hardware, peripherals and software), movies, music, toys, virtual reality and other software; Services consultation, delivery, design, health-related services, installation, memberships, repair, set-up, technical support and warranty- related services; and Other other product offerings, including baby, food and beverage, luggage, outdoor living and sporting goods.",0
232
+ 811,4536,Products must meet applicable child-resistant packaging requirements under the U.S. Poison Prevention Packaging Act.,0
233
+ 1388,3983,"We pride ourselves on a diverse workforce as evidenced by our international subsidiaries and 72% of our domestic employees identifying as ethnic, racial, and/or gender minorities.",1
234
+ 638,526,"New expectant parent referrals during fiscal 2020 were provided by physicians, midwives and childbirth educators, and by client- to-client referrals and repeat clients storing the stem cells of their additional children.",0
235
+ 583,3221,Interim top-line and preliminary data from future clinical trials that Forte announces or publishes from time to time may change as more patient data become available and are subject to audit and verification procedures that could result in material changes in the final data.,0
236
+ 1426,3743,"We will be required to file annual, quarterly and current reports with the SEC disclosing certain aspects and developments of our business and financial condition.",0
237
+ 1001,2691,"The Whitehead Institute retains the right to practice the patent rights for research, teaching and educational purposes, including in corporate-sponsored research under limited circumstances and in some cases only after obtaining our consent.",0
238
+ 11,1119,"8 Diversity, Equity and Inclusion We embrace DEI in our workforce, customers and partners, valuing their unique backgrounds, experiences, thoughts and talents.",1
239
+ 820,1491,"Pursuant to the GLBA and the Dodd-Frank Act, in order to elect and retain financial holding company status, a bank holding company and all depository institution subsidiaries of that bank holding company must be well capitalized and well managed, and, except in limited circumstances, depository subsidiaries must be in satisfactory compliance with the Community Reinvestment Act (""CRA""), which requires banks to help meet the credit needs of the communities in which they operate.",0
240
+ 506,4666,"In addition, the Charter and A&R; Bylaws provide that, unless ChargePoint consents in writing to another 40 Table of Content forum, the federal district courts of the United States shall, to the fullest extent of the law, be the exclusive forum for the resolution of any complaint asserting a cause of action under the Securities Act or the Exchange Act.",0
241
+ 245,3231,"Donors who are siblings of the patient and are perfectly matched for eight out of eight HLA alleles are considered the highest priority donor type for patients undergoing allogeneic HCT, but these types of donors are available for less than a third of patients.",0
242
+ 1139,17,"These are statements that relate to future events and include, but are not limited to, the factors that may impact our financial results; our expectations regarding revenue; our expectations with respect to our future research and development, general and administrative and selling and marketing expenses and our anticipated uses of our funds; the impact of inflation, rising interest rates and foreign exchange fluctuations, as well as the conflict in Ukraine, energy and supply chain disruptions, and market volatility resulting from the above, on our business; the impact of the COVID-19 pandemic and our expectations regarding the return to pre-COVID-19 volume and revenue levels; changes in our executive officers; our beliefs with respect to the optimization of our processes for the analysis of ribonucleic acid, or RNA, samples; our ability to successfully integrate HalioDx and Decipher Biosciences into our business; our ability to deploy the nCounter Analysis System successfully and run our tests on this platform worldwide; our collaboration with Johnson Johnson Services, Inc.; our belief in the importance of maintaining libraries of clinical evidence; our expectations regarding the Percepta Nasal Swab classifier for early lung cancer detection, the Envisia classifier on the nCounter system and the LymphMark lymphoma subtyping test; our expectations regarding our diagnostic company partnerships; our ability to have the targeted Atlas platform transferred to our pulmonology indications; our expectations regarding capital expenditures; our anticipated cash needs and our estimates regarding our capital requirements; the timing and success of our transition to a single platform for all of our classifiers and tests; our ability to maintain Medicare coverage for each of our tests; our need for additional financing; potential future sources of cash; our business strategy and our ability to execute our strategy; our ability to achieve and maintain reimbursement from third-party payers at acceptable levels and our expectations regarding the timing of reimbursement; the estimated number of patients who are candidates for our test; the attributes and potential benefits of our tests and any future tests we may develop to patients, physicians and payers; the factors we believe drive demand for and reimbursement of our tests; our ability to sustain or increase demand for our tests; our intent to expand into other clinical areas; our ability to develop new tests, and the timeframes for development or commercialization; our ability to get our data and clinical studies accepted in peer-reviewed publications; our dependence on and the terms of our agreement with Thyroid Cytopathology Partners, or TCP, and on other strategic relationships, and the success of those relationships; our beliefs regarding our laboratory capacity; the potential for future clinical studies to contradict or undermine previously published clinical study results; the applicability of clinical results to actual outcomes; our expectations regarding our international expansion; the occurrence, timing, outcome or success of clinical trials or studies; the ability of our tests to impact treatment decisions; our beliefs regarding our competitive position; our compliance with federal, state and international regulations; the potential impact of regulation of our tests by the Food and Drug Administration, or FDA, or other regulatory bodies; the impact of new or changing policies, regulation or legislation, or of judicial decisions, on our business; the impact of seasonal fluctuations and economic conditions on our business; our belief that we have taken reasonable steps to protect our intellectual property; our belief that our intellectual property will develop and maintain our competitive position; the impact of accounting pronouncements and our critical accounting policies, judgments, estimates, models and assumptions on our financial results; and anticipated trends and challenges in our business and the markets in which we operate.",0
243
+ 1430,325,"When determining the appropriate composition of the medical staff of a critical illness recovery hospital, we consider the size of the critical illness recovery hospital, services provided by the critical illness recovery hospital, if applicable, the size and capabilities of the medical staff of the general acute care hospital that hosts that HIH and, if applicable, the proximity of an acute care hospital to the free-standing critical illness recovery hospital.",0
244
+ 354,3482,"Further, federal and state regulatory agencies monitor environmental conditions to determine whether existing forest practice rules are effective at protecting threatened and endangered wildlife.",1
245
+ 532,2869,"In fiscal 2023, as part of Darden’s continued commitment to inclusion and diversity, the Foundation donated an additional $500,000 to Boys Girls Clubs of America to support the development and implementation of programming that will help youth embrace diversity and combat racial discrimination.",1
246
+ 730,87,"Our customers expect new models and solutions to deliver sustainable productivity improvements and leverage economies of scale, with a lower carbon footprint.",1
247
+ 1029,3445,The composite score is one measure ED uses to evaluate an institution’s financial responsibility using annual financial statements.,0
248
+ 149,1261,"As part of its determination as to control, the Federal Reserve considers, among other things, level of ownership of voting and non-voting securities, board representation, business relationships, senior management interlocks, contractual limits on major operational or policy decisions, proxies on issues, threats to dispose of securities and management agreements.",0
249
+ 108,4269,"Any significant environmental liabilities could have a material adverse effect on our business, financial condition and results of operations.",2
250
+ 45,1344,"Accordingly, a shareholder would have from the time our proxy statement is mailed through the vote on the business combination to deliver his shares if he wishes to seek to exercise his conversion rights.",0
251
+ 1371,841,We host insight days and symposiums that describe Jefferies to candidates that come from a diverse range of backgrounds.,0
252
+ 1342,3332,"We depend on equity financing from equity partners, which include public companies, pension funds, family offices, financial institutions, endowments and money managers.",0
253
+ 945,4871,"The Dodd-Frank Act authorizes federal regulatory agencies to review and, in certain cases, prohibit compensation arrangements at financial institutions that give employees incentives to engage in conduct deemed to encourage inappropriate risk taking by covered financial institutions.",0
254
+ 831,1981,"Registrations generally are for renewable, fixed terms.",0
255
+ 1157,1146,"These products are used in advanced material handling, aerospace and defense, factory automation, medical, packaging, printing, semiconductor, robotic and other applications.",0
256
+ 1240,4099,"Under the treasury stock method, for diluted earnings per share purposes, the transaction is accounted for as if the number of shares of common stock that would be necessary to settle such excess, if we elected to settle such excess in shares, are issued.",0
257
+ 518,2615,"In addition, we are subject to the Foreign Corrupt Practices Act (the “FCPA”) and other laws which prohibit improper payments to foreign governments and their officials by U.S. and other business entities.",0
258
+ 1253,73,"Vision As the global leader in the cruise industry, we will lead the way in innovative and sustainable cruising to deliver memorable vacations and build borderless connections.",1
259
+ 552,2206,"In recent years, there has been an increase in state initiatives aimed at regulating GHG emissions.",1
260
+ 807,720,"Prior to joining CDK, Ms. Byrne served as Vice President, Human Resources, Latin America for Avon Products from 2011 to 2016 and as Vice President, Corporate Human Resources and Global Compensation and Benefits from 2006 to 2011.",0
261
+ 315,4304,"For example, Rule 15g-2 requires broker-dealers dealing in penny stocks to provide potential investors with a document disclosing the risks of penny stocks and to obtain a manually signed and dated written receipt of the document at least two business days before effecting any transaction in a penny stock for the investor’s account.",0
262
+ 974,2097,"The Korn Ferry Cares benefits strategy focuses on keeping our colleagues and their families healthy physically, emotionally, financially, and socially.",1
263
+ 565,5056,In the event that we complete a transaction to simplify our organizational structure by restructuring our partnership into a corporation there is no assurance that the retention and motivation features of our new structure will be as beneficial as those of our partnership structure.,0
264
+ 1423,3070,"We value diversity of backgrounds and perspectives in our workforce and our policy is that we do not discriminate based on race, religion, creed, color, national origin, ancestry, physical disability, mental disability, medical condition, genetic information, marital status, sex, gender, gender identity, gender expression, age, military and veteran status, sexual orientation or any other protected characteristic as established by federal, state or local laws.",1
265
+ 483,1828,"In addition, by placing branded medicines on higher-tier or non-preferred status in their formularies, MCOs transfer to the patient higher patient out-of-pocket expenses.",0
266
+ 410,2561,"If a drug or biologic product is reimbursed by Medicare or Medicaid, pricing and rebate programs must comply with, as applicable, the Medicare Modernization Act as well as the Medicaid rebate requirements of the Omnibus Budget Reconciliation Act of 1990, or OBRA, and the Veterans Health Care Act of 1992, or VHCA, each as amended.",0
267
+ 1407,502,We sell our urine drug tests in this market primarily through our direct sales force and also through a number of distributors.,0
268
+ 672,5255,Orphan drug designation neither shortens the development time or regulatory review time of a drug nor gives the drug any advantage in the regulatory review or approval process.,0
269
+ 1168,2746,"These standards apply to dealers who repackage pesticides, commercial applicators and custom blenders.",0
270
+ 603,4218,Litigation based on environmental matters or exposure to hazardous substances in the workplace or from our products could result in significant liability for us.,2
271
+ 703,3514,"Our actions to address LGBTQIA+ equality in the workplace have been recognized by the Human Rights Campaign, and our focus on board diversity has been recognized by 50/50 Women on Boards.",1
272
+ 866,3352,"Some environmental laws and regulations may impose strict liability, which means that in some situations we could be exposed to liability as a result of our conduct that was lawful at the time it occurred or the conduct of, or conditions caused by, prior operators or other third parties.",2
273
+ 1115,4550,"The success of octreotide capsules, if approved, will depend on several factors, including: the efficacy and safety data from our clinical trials; execution of an effective sales and marketing strategy for the commercialization of octreotide capsules; acceptance by patients, the medical community and third-party payors; the incidence and prevalence of acromegaly in those markets in which octreotide capsules are approved; the prevalence and severity of side effects, if any, experienced with octreotide capsules; the availability, perceived advantages, cost, safety and efficacy of alternative treatments; our success in educating physicians and patients about the benefits, administration and use of octreotide capsules; successful implementation of our manufacturing processes and production of sufficient quantities of commercial drug product; maintaining compliance with regulatory requirements, including current good manufacturing practices, or cGMPs, and taking other measures satisfactory to the FDA; and obtaining and maintaining patent, trademark and trade secret protection and regulatory exclusivity and otherwise protecting our rights in our intellectual property portfolio.",0
274
+ 101,4129,"An increasing percentage of the investment community considers sustainability factors in making investment decisions, and an increasing number of our partners and merchants consider sustainability factors in awarding work.",1
275
+ 828,4434,"Refinery The Ilo refinery consists of an electrolytic plant, a precious metal plant and a number of ancillary installations.",0
276
+ 457,3698,"In June 2016, the United Kingdom held a referendum in which voters approved an exit from the European Union (“Brexit”), and, accordingly, on February 1, 2017, the U.K. Parliament voted in favor of allowing the U.K. government to begin the formal process of Brexit.",0
277
+ 683,1713,Our Certificate of Incorporation allows us to issue shares of preferred stock without any vote or further action by our stockholders.,0
278
+ 1433,785,Whether or not to agree to a woman’s request for an elective caesarian section has generated considerable controversy among obstetricians.,0
279
+ 301,419,"Feedstock Most TiO2 products are derived from three naturally occurring minerals which are commonly referred to as heavy minerals or mineral sands: ilmenite, leucoxene and rutile.",0
280
+ 6,4622,36 Some of the requirements of the Enhanced Prudential Standards include a formal board-level risk committee and the establishment of a Chief Risk Officer with oversight of the ERM program.,0
281
+ 1397,1287,"We recognize and value our associates for the unique perspectives they bring to Zurn Elkay from different ages, ethnic and cultural backgrounds, sexual orientation, gender identity and expression, veteran status and abilities, including individuals who bring diverse opinions, experience and leadership styles to their work at Zurn Elkay.",1
282
+ 721,4897,"Our certificate of incorporation and bylaws also provide that special meetings of the stockholders may only be called by our Board of Directors, Chairman, Chief Executive Officer or Secretary.",0
283
+ 1151,3844,"These laws and regulations may require the acquisition of a permit or other authorization before construction or drilling commences and for certain other activities; limit or prohibit construction, drilling and other activities on certain lands lying within wilderness and other protected areas; and impose substantial liabilities for pollution resulting from our operations.",2
284
+ 549,5262,"In particular, we must perform system and process evaluations and testing of our internal controls over financial reporting to allow management to report on the effectiveness of our internal controls over financial reporting, as required by Section 404 of the Sarbanes-Oxley Act.",0
285
+ 186,4856,Biosimilars are likely to be sold at substantially lower prices than branded medicines because the biosimilar manufacturer would not have to recoup the research and development and marketing costs associated with the branded medicine.,0
286
+ 1432,347,"Where implemented, our risk mitigation programs offset most recycling commodity price decline and also allow us to return value to our customers with higher recycling commodity prices through lower tipping fees and a lower SRA fee.",1
287
+ 447,926,"In 2022, there were a total of 136 participants, including 80 women and 17 racial minorities.",0
288
+ 338,2728,"For purposes of seeking approval of the majority of our outstanding shares of common stock voted, non-votes will have no effect on the approval of our Initial Business Combination once a quorum is obtained.",0
289
+ 136,4644,"As of December 31, 2021, there also were outstanding options and restricted stock units (“RSUs”) to purchase 3,416,131 shares of our common stock that, if exercised or vested, as applicable, will result in these additional shares becoming available for sale, subject in some cases to Rule 144.",0
290
+ 297,1836,"Farmer Mac's philanthropic philosophy centers on supporting agriculture and rural communities and supporting the next generation of farmers and ranchers and financial professionals, including in the communities where our employees live.",1
291
+ 1081,2531,"The preclinical developmental stage generally involves laboratory evaluations of drug chemistry, formulation and stability, as well as studies to evaluate toxicity in animals, which support subsequent clinical testing.",0
292
+ 1408,1014,"We sponsor and make presentations at industry events that are targeted to production managers, compression specialists and other decision makers.",0
293
+ 796,447,"Pipeline Integrity and Corrosion Management Oil and gas fundamentals support a positive outlook in the U.S. market, where production in 2019 set new records.",0
esg_bank_100_agreement/test_set_with_metadata.csv ADDED
@@ -0,0 +1,293 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,global_index,sentence,max_label,wc,length_label
2
+ 901,5016,"Tax-Exempt Investors that are private foundations, or that are “applicable educational institutions” as defined in Section 4968 of the Code, should consult their tax advisers about the possible excise tax consequences to them of an investment in Shares.",0,38,average
3
+ 585,2476,"Investigational New Drug Exemption: Preclinical testing results obtained from in vivo studies in several animal species, as well as from in vitro studies, are submitted to the FDA, as part of an Investigational New Drug Application (“IND”), and are reviewed by the FDA prior to the commencement of human clinical trials.",0,51,long
4
+ 1256,2005,We actively help our colleagues grow and develop with mentoring and support.,1,12,short
5
+ 418,3201,"If our operations result in contamination of the environment or expose individuals to hazardous substances, we could be liable for damages and governmental fines.",2,24,medium
6
+ 31,2966,"A single transportation system determination by the NMB could give rise to complex contractual issues, including integrating the airlines' seniority lists, and materially impact the dynamics with respect to future collective bargaining agreement (""CBA"") negotiations.",0,35,average
7
+ 707,1111,"Our application programming interface, referred to as our API, provides investors and partners with access to publicly available loan attributes and allows them to analyze data and place orders meeting their criteria without visiting our website.",0,36,average
8
+ 1246,792,"Upon execution of an agreement(s) for the acquisition(s) of a business(es) or assets that will constitute the business (or a line of business) of the registrant and for which the fair value of the business(es) or net assets to be acquired represents at least 80 percent of the maximum offering proceeds, including proceeds received or to be received upon the exercise or conversion of any securities offered, but excluding amounts payable to non-affiliates for underwriting commissions, underwriting expenses, and dealer allowances, the registrant shall file a post-effective amendment disclosing the entire transaction.",0,92,long
9
+ 429,4275,"If we are unable to deploy our current inventory or new inventory consistent with our business plan, we may be required to sell it at a loss, abandon it or recycle it into different products.",2,35,average
10
+ 1102,4202,"The results of our studies involving AlloSure Kidney, AlloMap Heart and AlloSure Heart have been presented at major medical society congresses and published in peer-reviewed publications in leading medical journals.",0,30,average
11
+ 855,1303,"Silver certified for environmentally sustainable design, construction, and operation.",1,9,short
12
+ 1376,4002,"We match donations made by employees to non-profit philanthropic programs, and we reward employees who volunteer their time in the community by giving personal time off through our Cvent Gives Back program.",1,32,average
13
+ 1206,860,"To promote diversity and our core principles, we emphasize dignity, value, and equality of all members, regardless of race, color, religion, age, gender or sexual orientation, through our actions and the workplace training programs we provide.",1,36,average
14
+ 500,3990,"In addition, pursuant to a registration and shareholder rights agreement, our sponsor, upon consummation of an initial business combination and for so long as our sponsor and its permitted transferees collectively hold at least 50% of the number of ordinary shares held by the sponsor upon consummation of our Initial Public Offering (after giving appropriate effect to any share splits, reverse share splits or other similar corporate transactions, or any adjustment to the conversion rate of the founder shares in connection with an initial business combination), will be entitled to nominate one person for election to our board of directors.",0,100,long
15
+ 570,627,"In underwriting single family residential real estate loans, the Company evaluates the borrower's credit history and ability to make principal, interest and escrow payments; the value of the property that will secure the loan; and debt-to-income ratios.",0,37,average
16
+ 1165,3398,"These requirements are intended to preserve the dignity of the trial subjects, confirm that the benefits of the trial outweigh the risks and ensure that subjects’ representatives give consent with as much involvement of the subject as possible.",1,38,average
17
+ 282,5054,"Except for low risk medical devices (Class I), where the manufacturer can self-assess the conformity of its products with the general safety and performance requirements (except for any parts which relate to sterility, metrology or reuse aspects), a conformity assessment procedure requires the intervention of a notified body.",0,48,average
18
+ 1121,4532,The transaction may require a shareholder to recognize taxable income in the jurisdiction in which the shareholder is a tax resident or in which its members are resident if it is a tax transparent entity.,0,35,average
19
+ 663,1630,"On October 31, 2018, the IURC issued an order approving an uncontested settlement agreement to increase AES Indiana's annual revenues by $44 million, or 3% (the ""2018 Base Rate Order"").",0,30,average
20
+ 349,1076,"From this marriage of technology and traditional industrial systems spurred by the Industry 4.0 revolution, we see four key themes among the emerging technologies and trends underpinning Industry 4.0 that will cause the most significant disruption within the broader industrials landscape.",0,41,average
21
+ 89,3223,"Among other things, the EGRRCPA requires that consumer reporting agencies provide consumers the option to include with their credit file an initial fraud alert for at least one year, establishes a consumer’s right to place a free national security freeze that prevents consumer reporting agencies from disclosing the content of the consumer’s report to a lender, and mandates that consumer reporting agencies notify consumers of their right to a credit freeze and provide instructions on how to 14 remove it.",0,80,long
22
+ 630,1459,"Mr. Jaramillo and Gregory Breunich, working alongside Nick Bollettieri, have a long-standing reputation for having assisted in the building and development of many of the finest professional athletes ever to play the game of tennis (e.g., Agassi, Sampras, Kournikova, Sharapova, Seles, and the Williams sisters) in the world.",0,48,average
23
+ 1405,786,"We routinely post on our website important information, including press releases, investor presentations and financial information, which may be accessed by clicking on the Investor Relations section of www.dolphinentertainment.com.",0,29,average
24
+ 1061,105,"The independent members of the board of directors of the Company (the “Board”) approved, and recommended that the Board approve, the Merger Agreement and the transactions contemplated thereby.",0,28,average
25
+ 862,2316,"Since January 1, 2020, for foreign investors carrying out investment activities directly or indirectly in mainland China, the foreign investors or foreign- invested enterprises shall submit investment information to the relevant commerce administrative authorities pursuant to these measures.",0,38,average
26
+ 232,954,Corridor received an incentive fee of $597 thousand during 2018.,0,10,short
27
+ 682,210,"Our Cellframe Technology Platform: How It Works Our Cellframe process begins with the collection of an adipose (fat) tissue biopsy from the patient followed by the use of standard tissue culture techniques to isolate and expand the patient’s own (autologous) mesenchymal (multipotent) stem cells, or MSC.",0,46,average
28
+ 48,2748,"Accordingly, the Company encourages investors, the media, and others interested in Beyond Meat to review the information that it shares at the ”Investors” link located at the bottom of our webpage at https://investors.beyondmeat.com/investor-relations and to sign up for and regularly follow our social media accounts.",0,45,average
29
+ 964,555,"The FDIC provides insurance coverage for certain deposits held by the Bank through the Deposit Insurance Fund, which the FDIC maintains by assessing depository institutions an insurance premium.",0,28,average
30
+ 184,59,"Billions of individuals are also active participants in the social good community by donating funds, volunteering their time, advocating for a cause, receiving services from or otherwise engaging with social good organizations.",1,32,average
31
+ 936,3320,The Company’s charter authorizes it to issue additional authorized but unissued shares of common or preferred stock.,0,17,medium
32
+ 1457,2379,"•Wireless remote control that communicates with the device at a range of up to approximately three feet, which is a small and easy-to-use device that allows the patient to adjust stimulation intensity levels and turn on or off stimulation.",0,39,average
33
+ 86,4921,"Among other changes, FDARA mandated that the FDA update and revise its processes for scheduling inspections of device establishments, communicating about those inspections with manufacturers, and providing feedback on the manufacturer’s responses to Form 483s.",0,35,average
34
+ 451,5186,"In April 2021, in accordance with the amended Nasdaq Quorum Requirement, we fulfilled such requirements, including filing with the SEC a Current Report on Form 8-K disclosing that we had submitted a letter from our independent French counsel to Nasdaq 85 Table of Contents stating that the laws of France mandate a lower quorum for shareholders’ meetings than that required by the Nasdaq Quorum Requirement, and that we cannot obtain an exemption or waiver from such requirements.",0,77,long
35
+ 838,1443,"Rules requiring depository institutions to develop and implement internal procedures to evaluate and control credit and settlement exposure to their correspondent banks; Rules restricting types and amounts of equity investments; and Rules addressing various safety and soundness issues, including operations and managerial standards, standards for asset quality, earnings and compensation standards.",0,51,long
36
+ 996,4937,"The U.S. Supreme Court is currently reviewing this case, but it is unknown when a decision will be reached.",0,19,medium
37
+ 1142,3900,These cash payments may ultimately be offset by payments to us from the hedge counterparties or reductions in expected payouts to employees when those equity hedges finally fully settle and the related equity awards pay out.,0,36,average
38
+ 203,5038,Certain of our executive officers are parties to employment or other agreements or participants under plans that contain change in control and severance provisions providing for aggregate cash payments for severance and other benefits and acceleration of vesting of stock options in the event of a termination of employment in connection with a change in control of us.,0,58,long
39
+ 105,2167,Any adopted future climate change and GHG legislative or regulatory measures may impose significant costs on the operations of our customers and suppliers and indirectly impact our operations.,2,28,average
40
+ 210,4637,"Changing weather patterns and climatic conditions, such as global warming, have added to the unpredictability and frequency of natural disasters in certain parts of the world and created additional uncertainty as to future trends and exposures.",2,36,average
41
+ 627,540,"Moving forward, all employees will be provided with access to two paid days off per year that can be leveraged to volunteer for local charity organizations, or local chapters of national charity organizations, that seek to improve the conditions and lives of the people living in the communities in which our employees live and work.",1,55,long
42
+ 1291,1216,We are committed to continuing education and providing ways for individuals to build their talents.,1,15,short
43
+ 1082,4347,The preparation of financial statements in conformity with U.S. GAAP requires management to make estimates and assumptions that affect the amounts reported in the consolidated financial statements and accompanying notes.,0,30,average
44
+ 1401,1391,"We regularly support a variety of community events, primarily focusing on helping children's charities.",1,14,short
45
+ 1227,4961,"Under Part D, Medicare beneficiaries may enroll in prescription drug plans offered by private entities that provide coverage of outpatient prescription drugs.",0,22,medium
46
+ 56,600,"Additionally, based on such information, our U.S. employees had the following race and ethnicity demographics: Employee Demographic| of Total White| 69 Hispanic Latinx| 20 Black African American| 7 Asian| 2 Multiracial, Native American, Native Hawaiian, and Pacific Islander| 2 5 Table of Contents Approximately 59% of our employees are represented by various unions pursuant to approximately 400 collective bargaining agreements between our individual subsidiaries and local unions, as well as two collective bargaining agreements that are national in scope.",1,79,long
47
+ 612,4643,Many of our tenants routinely handle hazardous substances and wastes as part of their operations at our properties.,2,18,medium
48
+ 1236,3544,"Under the VHCA, drug companies are required to offer certain drugs at a reduced price to a number of federal agencies including U.S. Department of Veteran Affairs and U.S. Department of Defense, the Public Health Service and certain private Public Health Service designated entities in order to participate in other federal funding programs including Medicare and Medicaid.",0,57,long
49
+ 734,2245,Our efforts in this area include: •Deep Purple™ is our system to provide sustainable offshore renewable energy production by integrating wind energy and hydrogen production and storage.,1,27,average
50
+ 434,1225,"If we own or acquire less than 100% of the equity interests or assets of a target business or businesses, the portion of such business or businesses that are owned or acquired by the post-transaction company is what will be taken into account for purposes of the NYSE’s 80% fair market value test.",0,53,long
51
+ 4,2574,"17 We may not be fully indemnified against financial losses in all circumstances where damage to or loss of property, personal injury, death or environmental harm occur.",2,27,average
52
+ 793,965,"People are at the heart of everything we do, and as such, our ESG progress to date has had a principal emphasis on social impact.",1,25,medium
53
+ 1072,774,"The mattress fabrics segment supplies the bedding industry, which produces mattress sets (mattresses, box springs, foundations and top of bed components) and bedding accessory products.",0,25,medium
54
+ 228,3426,"Consumer spending and levels of disposable income, including spending for natural and organic grocery and dietary supplement products that we sell, are affected by, among other things, prevailing economic conditions, levels of employment, salaries and wages, inflation, interest rates, the availability of credit, tax rates, fuel and energy costs, housing market conditions, general business conditions, consumer confidence and consumer perceptions of economic conditions.",0,63,long
55
+ 885,3495,"Submission and FDA Review of NDAs, sNDAs and BLAs Following the successful completion of clinical trials, the sponsor submits the results to the FDA as part of an NDA or BLA.",0,31,average
56
+ 35,3685,AES Andes continues to work under the Green Blend strategy to accelerate the phase-out of the remaining two coal-fired plants.,1,20,medium
57
+ 1436,1977,"While laws that overtly discriminate against out- of-state waste have been found to be unconstitutional, some laws that are less overtly discriminatory have been upheld in court.",0,27,average
58
+ 249,241,"Due to the rising awareness about the effects of the toxic nature of some of the chemical-based products and the many recalls that have occurred recently, our product’s non-toxic yet highly effective dynamic is expected to provide a critical competitive advantage for our product line, which is based on protecting the health of people and the environment with an eco-friendly chlorine dioxide solution and its oxidizing properties.",1,67,long
59
+ 350,3687,"From time to time, the SEC and the FASB update accounting principles generally accepted in the United States that govern the preparation of our financial statements.",0,26,average
60
+ 600,3654,"Lending operations are also subject to state and federal laws and regulations applicable to credit transactions, such as the: Home Mortgage Disclosure Act of 1975, requiring financial institutions to provide information to enable the public and public officials to determine whether a financial institution is fulfilling its obligation to help meet the housing needs of the community it serves; Equal Credit Opportunity Act, prohibiting discrimination in extending credit on the basis of race, religion, sex, creed or other specified factors; 26 TABLE OF CONTENTS Fair Credit Reporting Act of 1978, governing the use and provision of information to credit reporting agencies; and Truth in Lending Act, establishing customer disclosure requirements with respect to certain loans.",0,115,long
61
+ 234,1251,"Currently, 58 percent of our board of directors are either gender or ethnically diverse, including four female board members, and 30 percent of our company’s executive leadership team are either gender or ethnically diverse.",1,34,average
62
+ 1413,1168,"We strongly encourage people of color, lesbian, gay, bisexual, transgender, queer and non-binary people, veterans, and individuals with disabilities to apply to work with us.",1,25,medium
63
+ 993,3058,The Substance Abuse and Mental Health Services Administration (SAMHSA) defines heavy drinking “as drinking 5 or more alcoholic drinks on the same occasion.”,0,23,medium
64
+ 495,3653,"In addition, our Administrator assists us in determining and publishing our net asset value, overseeing the preparation and filing of our tax returns and the printing and dissemination of reports to our stockholders, our internal control assessment under the Sarbanes-Oxley Act, and generally overseeing the payment of our expenses and the performance of administrative and professional services rendered to us by others.",0,62,long
65
+ 1365,864,"We have implemented a Leak Detection and Repair program, or LDAR, to locate and repair leaking components including valves, pumps and connectors in order to minimize the emission of fugitive volatile organic compounds and hazardous air pollutants.",1,37,average
66
+ 984,3066,"The Patent Rights are also subject to any rights of the United States federal, state and/or local Government(s), as well as nonprofit entities, if certain patents or technologies were created in the course of Government-funded or non-profit entity-funded research.",0,39,average
67
+ 1453,659,•Continually build a dedicated women’s health commercial infrastructure.,1,8,short
68
+ 21,1964,A fixed aperture mounted in the UVA irradiation beam path is used to produce a circular area of irradiation at the treatment plane.,0,23,medium
69
+ 156,550,"As the data density of pet parents and pet care providers increases in a given geography, pet parents are likely to find the best provider to match their specific needs and in closer proximity.",0,34,average
70
+ 693,1512,"Our ECCs Although our strategy has evolved away from a focus primarily on ECCs, we remain party to a number of such collaborations, and we may, in the future, elect to enter into additional ECCs or expand one or more of our existing ECCs.",0,44,average
71
+ 655,4015,"On December 28, 2018, we received a letter from the Listing Qualifications Department of The Nasdaq Stock Market stating that for the 30 consecutive business days prior to the date of the letter, we did not meet the minimum market value of listed securities of $35,000,000 required for continued listing on The Nasdaq Capital Market pursuant to Nasdaq Listing Rule 5550(b)(2).",0,61,long
72
+ 941,429,"The D-OAR study was designed to validate that plasma levels of AlloSure Heart dd-cfDNA can discriminate acute rejection from no rejection, as determined by endomyocardial biopsy criteria.",0,27,average
73
+ 1293,2888,We are committed to creating and maintaining a work environment in which employees are treated with respect and dignity.,1,19,medium
74
+ 179,794,"Because our products are designed to meet energy efficiency targets greater than are now in effect in our markets, we expect tighter environmental and energy regulations to increase demand for our products.",1,32,average
75
+ 867,2625,"Some of our products are also subject to the Radiation Control for Health and Safety Act, administered by the FDA, which imposes performance standards and record keeping, reporting, product testing and product labeling requirements for devices that emit radiation, such as x-rays.",0,42,average
76
+ 1350,992,"We embrace the diversity of our team members, customers, stakeholders, and consumers, including their unique backgrounds, experiences, thoughts, and talents, and are committed to continued efforts to increase diversity and foster an inclusive workplace.",1,34,average
77
+ 812,312,"Program can include parents, grandparents and all children in the family.",0,11,short
78
+ 1390,2277,"We proudly stand with our many employees who give their time to non-profit organizations, awarding grants to their chosen charities in recognition of their volunteer work in their communities.",1,29,average
79
+ 1362,3255,We have entered into employment agreements with top executive officers and production executives but do not currently have significant “key person” life insurance policies for any employee.,0,27,average
80
+ 872,3228,"Southern Company Gas' natural gas distribution and storage activities involve a variety of inherent hazards and operating risks, such as leaks, accidents, explosions, and mechanical problems, which could result in serious injury, loss of life, significant damage to property, environmental pollution, and impairment of its operations.",2,46,average
81
+ 323,2182,"For example, the EPA has asserted federal regulatory authority pursuant to the federal Safe Drinking Water Act over certain hydraulic fracturing activities involving the use of diesel fuels and published permitting guidance in February 2014 addressing the performance of such activities using diesel fuels.",0,44,average
82
+ 231,4341,"Continuous focus on safety while performing work is paramount, and leaders and managers are committed to implementing programs and practices that promote the right knowledge, skills, and attitudes to undertake the responsibilities of safety, including required training for both field and office employees.",1,43,average
83
+ 1356,118,"We have also been rated a World’s Most Ethical Company by the Ethisphere Institute for seven consecutive years (including 2020), and are included in the Dow Jones World Sustainability Index and the Bloomberg Gender Equality Index.",1,36,average
84
+ 1385,3845,"We must also comply with regulations involving, among other matters: the use of non-public consumer information and related privacy issues; the use of credit history in underwriting and rating policies; limitations on the ability to charge policy fees; limitations on types and amounts of investments; restrictions on the payment of dividends by our insurance subsidiaries; the acquisition or disposition of an insurance company or of any company controlling an insurance company; involuntary assignments of high-risk policies, participation in reinsurance facilities and underwriting associations, assessments and other governmental surcharges for guaranty funds, second-injury funds, catastrophe funds and other mandatory pooling arrangements; reporting with respect to financial condition; and 28 periodic financial and market conduct examinations performed by state insurance department examiners.",0,120,long
85
+ 170,2428,"BankProv is required to file reports with, and is periodically examined by, the Federal Deposit Insurance Corporation and the Massachusetts Commissioner of Banks concerning its activities and financial condition and must obtain regulatory approvals prior to entering into certain transactions, including, but not limited to, mergers with or acquisitions of other financial institutions.",0,53,long
86
+ 386,4158,"Holders of our Class B common stock collectively control a majority of the combined voting power of our common stock and, assuming no material sales of such shares, will be able to control matters submitted to our stockholders for approval until October 15, 2023, including the election of directors, amendments of our organizational documents and any merger, consolidation, sale of all or substantially all of our assets or other major corporate transaction.",0,72,long
87
+ 576,2813,"Information on the SEC's website does not constitute part of this Annual Report on Form 10-K. Also posted on our website are our certificate of incorporation and by-laws, the charters for our Audit Committee, Leadership Development and Compensation Committee and Nominating and Governance Committee, our Corporate Governance Guidelines, and our Code of Conduct governing our directors, officers and employees.",0,59,long
88
+ 200,2684,"CenterPoint Energy is dedicated to advancing an inclusive culture and work environment, free from discrimination of any kind, where business results are achieved through the skills, abilities and talents of a diverse workforce.",1,33,average
89
+ 148,2072,"As part of an evolution to sustainable energy, a substantial increase in renewable diesel capacity in the United States and Canada is currently underway, with proposed and funded renewable diesel facilities having a total capacity of over 6 billion gallons of biofuels per year.",1,44,average
90
+ 1384,472,We monitor the representation of women and racially or ethnically diverse team members at different levels throughout the company and disclose the composition of our team in our annual Workforce Diversity Report and EEO-1 report.,1,35,average
91
+ 298,3289,Federal and state laws require a mine operator to secure the performance of its reclamation and lease obligations required under SMCRA through the use of surety bonds or other approved forms of security to cover the costs the state would incur if the mine operator were unable to fulfill its obligations.,0,51,long
92
+ 994,4683,"The U.S. Department of Health and Human Services discloses the information on a public website; a new requirement to annually report drug samples that manufacturers and distributors provide to physicians; and a new Patient-Centered Outcomes Research Institute to oversee, identify priorities in, and conduct comparative clinical effectiveness research, along with funding for such research.",0,54,long
93
+ 1428,1011,"We work closely with Sincerity China and its sister company, Shanghai Sincerity Co. Ltd., to provide the technological and product support that drives our business.",0,25,medium
94
+ 937,1295,The Company’s consolidated financial statements are prepared in conformity with GAAP.,0,11,short
95
+ 1099,180,The remaining boys that were participating in the MoveDMD trial open-label extension transitioned to the GalaxyDMD trial and their eligible siblings were also able to enroll.,0,26,average
96
+ 192,1073,"By 2030, we have committed to reduce: energy consumption 25%, predicted energy consumption 25%, water consumption 20%, predicted water consumption 20%, embodied carbon 20%, and greenhouse gas emissions (Scope 1 and 2) 25%.",1,33,average
97
+ 1437,856,"While some commercial providers try to address this need with innovations like pet webcams, Pet Parents often desire more peace of mind.",0,22,medium
98
+ 312,5036,"For as long as we continue to be an emerging growth company, we may choose to take advantage of certain exemptions from various reporting requirements applicable to other public companies, including, among other things: exemption from the auditor attestation requirements under Section 404 of the Sarbanes‑Oxley Act of 2002; reduced disclosure obligations regarding executive compensation in our periodic reports and proxy statements; exemption from the requirements of holding non‑binding stockholder votes on executive compensation arrangements; and exemption from any rules requiring mandatory audit firm rotation and auditor discussion and analysis and, unless the SEC otherwise determines, any future audit rules that may be adopted by the Public Company Accounting Oversight Board.",0,111,long
99
+ 289,3111,"FDA regulations also require tissue establishments to register and list their HCT/Ps with the FDA and, when applicable, to evaluate donors through screening and testing.",0,25,medium
100
+ 1039,4698,"The elimination of such U.S. federal tax deductions, as well as any other changes to or the imposition of new federal, state, local or non-U.S. taxes (including the imposition of, or increases in production, severance or similar taxes) could adversely affect our business and financial condition.",2,46,average
101
+ 255,2332,"During the fourth quarter of 2020, Novo nominated its first candidate under the Novo Collaboration Agreement.",0,16,medium
102
+ 34,473,"ACM hires on the basis of qualifications and does not discriminate on the basis of sex, age, color, race, religion, marital status, national origin, ancestry, sexual orientation, physical and mental disability, medical condition, genetic information, veteran status or any other basis protected by federal, state, or local law.",1,48,average
103
+ 30,2817,"A single phase 3 trial with other confirmatory evidence may be sufficient in rare instances where the study is a large multicenter trial demonstrating internal consistency and a statistically very persuasive finding of a clinically meaningful effect on mortality, irreversible morbidity or prevention of a disease with a potentially serious outcome and confirmation of the result in a second trial would be practically or ethically impossible.",0,66,long
104
+ 1006,130,"The amended services agreement between Liberty and Mr. Maffei provides for a five year employment term which began on January 1, 2020 and ends December 31, 2024, with an aggregate annual base salary of $3 million (with no contracted increase), an aggregate one-time cash commitment bonus of $5 million (paid in December 2019), an aggregate annual target cash performance bonus of $17 million, aggregate annual equity awards of approximately $18 million and aggregate equity awards granted in connection with his entry I-2 Table of Contents into his new agreement of $90 million (the “upfront awards”).",0,95,long
105
+ 1034,1604,The courts could sustain an IRS challenge.,0,7,short
106
+ 460,3579,"In November 2022, Maryland and Missouri voters passed ballot measures approving adult-use, with both programs expected to begin in 2023.",0,20,medium
107
+ 1000,1562,The WP stands for Wettable Powder which means the powder goes into suspension when mixed with water.,0,17,medium
108
+ 891,4851,"Such regulation is vested in state 36 Table of Contents agencies having broad administrative and discretionary authority, which may include, among other things, premium rates and increases thereto, underwriting practices, reserve requirements, marketing practices, advertising, privacy, policy forms, reinsurance reserve requirements, acquisitions, mergers and capital adequacy.",0,46,average
109
+ 689,614,"Our Corporate Social Responsibility strategy set in 2020 includes five-year goals focused on environmental sustainability, human rights and corporate philanthropy.",1,20,medium
110
+ 488,2875,"In addition, future federal, state and local legislation and regulations, such as regulations regarding greenhouse gas emissions, the transportation of LNG, and the sequestration of carbon dioxide may impose unforeseen burdens and increased costs on our business that could have a material adverse effect on our financial results.",2,48,average
111
+ 512,5194,"In addition, the case Amgen Inc. v. Sanofi affects the way antibody claims are examined and litigated.",0,17,medium
112
+ 873,2623,"Specifically, the law department is responsible for providing advice, interpreting and identifying developments regarding laws, regulations, regulatory guidance and litigation, and setting standards for communicating relevant changes to corporate compliance, the business and internal audit.",0,35,average
113
+ 972,230,"The General Partner’s Board of Directors will oversee and review the Partnership’s related party relationships and is required to approve any significant modifications to any existing related party transactions, as well as any new significant related party transactions.",0,38,average
114
+ 1170,5158,"Third, the Court directed Dakota Access to submit bi- monthly reports during the remand period disclosing certain inspection and maintenance information recommended by PHMSA.",0,24,medium
115
+ 1299,560,"We are committed to upholding fundamental human rights and believe that all human beings should be treated with dignity, fairness and respect.",1,22,medium
116
+ 158,0,"As used herein, the terms “IOR”, “the Company”, “we”, “our”, “us” refer to Income Opportunity Realty Investors, Inc., a Nevada corporation, individually or together with its subsidiaries.",0,27,average
117
+ 697,1454,"Our Sustainability Report, first published in 2009, states our commitment to reducing Greenhouse gas (GHG) emissions, conserving resources by consuming less energy and water, complying with our code of business conduct and ethics, and applying fair labor standards, among other things.",1,41,average
118
+ 605,1404,"Local Bounti produce is grown with significantly less pesticides and herbicides than traditional field-grown produce, is non-GMO, and is certified with Harmonized Good Agricultural Practices under a GFSI benchmarked program.",1,30,average
119
+ 198,1676,"CVG is committed to operating in an ethical and sustainable manner that benefits all our stakeholders including customers, employees and the communities we serve.",1,24,medium
120
+ 805,1221,"Prior to 2004, Ms. Selwood held various financial positions at Arthur Andersen LLP and Genuity Inc. On February 13, 2019, our board of directors adopted a succession plan (Succession Plan), pursuant to which Mr. Powell was appointed president effective April 1, 2019 and chief executive officer effective July 1, 2019, succeeding Mr. Painter in each role.",0,56,long
121
+ 874,5021,"Specifically, the natural history study data would assist us in assessing the frequency of women at higher risk of FNAIT among women of different racial and ethnic characteristics and the occurrence of HPA-1a alloimmunization in these women.",0,37,average
122
+ 180,2933,"Because we use and generate hazardous materials in some of our operations, we are potentially subject to material liabilities relating to the cleanup of contamination and personal injury claims.",2,29,average
123
+ 637,1377,Nearly 70 of the patients are diagnosed with advanced-stage due to the failure of screening methods for detecting early-stage disease (Giornelli 2016; Partridge et al. 2009; Bast et al. 2007; Gohagan et al. 2000; Chudecka- Głaz 2015).,0,37,average
124
+ 886,3229,"Subsequent changes in applicable law or administrative practice may increase such requirements and a governmental consent, once given, might be withdrawn.",0,21,medium
125
+ 1244,3203,"Unless otherwise noted or the context otherwise requires, the disclosures in this Item 1A refer to Clover Health Investments, Corp. and its consolidated subsidiaries following the consummation of the Business Combination.",0,31,average
126
+ 38,2081,"APUS is focused on executing initiatives that will more effectively support its students and help improve those students’ educational outcomes, including through faculty engagement initiatives and co-curricular initiatives to increase the 11 level of engagement and collaboration in the classroom and strengthen the bond between APUS and its students.",1,49,average
127
+ 836,45,"Robert P. Holding’s children and grandchildren have served as members of the Board of Directors (the “Board”), as chief executive officers and in other executive management positions and, since BancShares’ formation in 1986, have remained stockholders owning a large percentage of its common stock.",0,44,average
128
+ 698,697,"Our Traditional division is our heritage United States portfolio and is comprised primarily of dormant commercial relationships with independent sales agents, ISOs, and other partners.",0,25,medium
129
+ 982,3604,The PHMSA has also issued a final rule applying safety regulations to certain rural low-stress hazardous liquid pipelines that were not covered previously by some of its safety regulation.,0,29,average
130
+ 1372,371,"We intend that the DeFi marketplaces can be used to offer NFTs, initial license offerings (“ILOs”), bridge loan offerings (“BLOs”), pre-special purpose acquisition company (“SPAC”) and pre-initial public offering (“IPO”) funding, and CeDeFi commodities exchanges and membership programs.",0,38,average
131
+ 477,4231,"In addition, a failure to educate physicians, surgeons or other healthcare professionals regarding our products may impair our ability to achieve market acceptance of our products.",2,26,average
132
+ 635,1736,NBA and NHL player salaries have generally increased significantly and may continue to increase in the future.,0,17,medium
133
+ 713,3148,"Our business and reputation depend on providing tenants with quality housing with highly reliable services, including with respect to water and electric power, along with the consistent operation of our communities, including a wide variety of amenities such as covered parking, swimming pools, clubhouses with fitness facilities, playground areas, tennis courts and similar features.",1,54,long
134
+ 1047,4652,"The final guidance states that merely including a labeling statement that the product is for RUO will not necessarily render the device exempt from the FDA’s clearance, approval, and other regulatory requirements if the circumstances surrounding the distribution, marketing and promotional practices indicate that the manufacturer knows its products are, or intends for its products to be, used for clinical diagnostic purposes.",0,62,long
135
+ 1095,4307,"The quantum computing industry is in its early stages and is volatile, and if it does not develop, if it develops slower than we expect, if it develops in a manner that does not require use of our products and services, if it encounters negative publicity or if our solution does not drive commercial engagement, the growth of our business will be harmed.",2,63,long
136
+ 334,4997,"For our immuno-oncology programs, we are developing a pipeline of allogeneic T cell product candidates (including, for example, CTX110, CTX112, CTX130 and CTX131) that are engineered from healthy donor T cells to express chimeric antigen receptors, or CARs, and are intended for use in any patient with certain cancers.",0,49,average
137
+ 1016,2484,"The centralized procedure is compulsory for medicinal products produced by biotechnology or those medicinal products containing new active substances for specific indications such as the treatment of AIDS, cancer, neurodegenerative disorders, diabetes, viral diseases and designated orphan medicines, and optional for other medicines which are highly innovative.",0,47,average
138
+ 899,1392,Target businesses may be brought to our attention by such unaffiliated sources as a result of being solicited by us through calls or mailings.,0,24,medium
139
+ 433,3449,"If we effect our initial business combination with such a company, we would be subject to any special considerations or risks associated with companies operating in an international setting, including any of the following: costs and difficulties inherent in managing cross-border business operations; rules and regulations regarding currency redemption; complex corporate withholding taxes on individuals; laws governing the manner in which future business combinations may be effected; exchange listing and/or delisting requirements; tariffs and trade barriers; regulations related to customs and import/export matters; local or regional economic policies and market conditions; unexpected changes in regulatory requirements; challenges in managing and staffing international operations; longer payment cycles; tax issues, such as tax law changes and variations in tax laws as compared to the United States; currency fluctuations and exchange controls; rates of inflation; challenges in collecting accounts receivable; 29 Table of Contents cultural and language differences; employment regulations; underdeveloped or unpredictable legal or regulatory systems; corruption; protection of intellectual property; social unrest, crime, strikes, riots and civil disturbances; regime changes and political upheaval; terrorist attacks and wars; and deterioration of political relations with the United States.",2,185,long
140
+ 78,2205,All directors of BXP stand for election for one-year terms expiring at the next succeeding annual meeting of stockholders.,0,19,medium
141
+ 960,2282,"The FDA or the sponsor or its data safety monitoring board, an independent group of experts that evaluates study data for safety and makes recommendations concerning continuation, modification, or termination of clinical trials, may suspend or terminate a clinical trial at any time on various grounds, including a finding that the research patients are being exposed to an unacceptable health risk, including risks inferred from other unrelated immunotherapy trials.",0,69,long
142
+ 229,378,"Containment measures were relaxed in the U.S. in fiscal 2022 and are evaluated regularly against local, state, and federal recommendations.",0,20,medium
143
+ 1120,5292,"The time-based share award vests in four equal installments on July 1, 2016, 2017, 2018 and 2019.",0,17,medium
144
+ 1337,4333,"We could become the subject of product liability lawsuits alleging that component failures, malfunctions, manufacturing flaws, design defects or inadequate disclosure of product- related risks or product-related information resulted in an unsafe condition or injury to patients.",2,37,average
145
+ 651,4469,"Often, but not always, these inspections are triggered by marketing authorization submissions.",0,12,short
146
+ 250,1120,"During 2022, our employees were encouraged to use paid community service days to donate time and creative energy to the organizations that touch them personally and to give back to the environment and their communities.",1,35,average
147
+ 911,199,"The Atlantis has eight restaurants, two gourmet coffee bars and one snack bar as described below: The 475-seat, Toucan Charlie’s Buffet Grill, which offers a wide variety of food selections from around the globe including a carving station, live action Pho and Mongolian Bar-b-que, made-to-order salads, artisan charcuterie with a variety of imported and domestic cheeses, and an expansive array of desserts from our in-house bakery including house made gelato; The 160-seat Atlantis Steakhouse, a fine dining destination featuring Allen Brothers Prime steaks from Chicago, fresh seafood, and numerous tableside presentations of classic Steakhouse dishes; The Bistro Napa, featuring creative wine country cuisine served in a 140-seat main dining room with a central wine cellar and an adjacent upscale 60-seat lounge; The Oyster Bar on the Sky Terrace offering pan roasts made-to-order, fresh seafood, cioppino, house made chowder and bisques.",0,140,long
148
+ 307,3323,"Following public and stakeholder comment, an Administrative Law Judge for the PUC issued a Recommended Decision on November 4, 2020, recommending that the PUC formally adopt proposed revisions.",0,28,average
149
+ 887,4935,"Successful development of product candidates by us will require solving a number of issues, including safely delivering a therapeutic into target cells within the human body or in an ex vivo setting, optimizing the efficiency and specificity of such product candidates, and ensuring the therapeutic selectivity of such product candidates.",0,50,average
150
+ 1090,2107,"The program uses data analysis combined with digital media to engage educators, teach them about their retirement needs and increase awareness of our products and services.",0,26,average
151
+ 779,1594,"Our sponsor, officers, directors and/or their affiliates anticipate that they may identify the stockholders with whom our sponsor, officers, directors or their affiliates may pursue privately negotiated transactions by either the stockholders contacting us directly or by our receipt of redemption requests submitted by stockholders (in the case of public shares) following our mailing of proxy materials in connection with our initial business combination.",0,64,long
152
+ 1333,1550,"We continue to build on our long commitment of equal employment opportunity and anti- discrimination by consciously and proactively promoting inclusion and equity of people with unique cultural and ethnic heritage, color and backgrounds, gender identification and sexual orientation, and other traits.",1,42,average
153
+ 1266,3622,"We also had outstanding RSUs exercisable for 164,636 shares of common stock at a total exercise price of $900.",0,19,medium
154
+ 466,1197,"In accordance with FDA recommendations, doctors typically recommend that a menopausal or post-menopausal woman who has a uterus take estrogen plus a progestin, either as a combination drug or as two separate drugs.",0,33,average
155
+ 339,5294,"For the avoidance of doubt, although the financial advisory and restructuring business of Blackstone has been spun out, to the extent any investment banking fees, consulting (including management consulting) fees, syndication fees, capital markets syndication and advisory fees (including underwriting fees), origination fees, servicing fees, healthcare consulting brokerage fees, fees relating to group purchasing, financial advisory fees and similar fees for arranging acquisitions and other major financial restructurings, loan servicing and/or other types of insurance fees, operations fees, financing fees, fees for asset services, title insurance fees, and other similar fees and annual retainers (whether in cash or in-kind) are received by Blackstone, such fees will not be required to be shared with the Company or the shareholders and will not reduce the management fee payable by the Company.",0,129,long
156
+ 742,4918,"Our future capital requirements will depend on many factors, including: the progress, costs and results of our ongoing preclinical development, our planned Phase 1/2 clinical trial of DB-OTO and any future clinical development of DB-OTO; the progress, costs and results of clinical development of DB-020, including our ongoing Phase 1b clinical trial; the scope, progress, costs and results of preclinical and clinical development for our other product candidates and programs, including DB-ATO, AAV.103, AAV.104 and AAV.201; the number of, and development requirements for, other product candidates that we may identify and develop; the scope, costs, timing and outcome of regulatory review of our product candidates; the cost and timing of completion of commercial-scale manufacturing activities; the success of our collaboration with Regeneron; the payment or receipt of milestones and of other collaboration-based revenues, if any; our ability to establish and maintain additional strategic collaborations, licensing or other arrangements and the financial terms of such arrangements; the costs and timing of future commercialization activities, including product manufacturing, marketing, sales and distribution, for any of our product candidates for which we receive marketing approval; the amount and timing of revenue, if any, received from commercial sales of our product candidates for which we receive marketing approval; 58 the costs and timing of preparing, filing and prosecuting patent applications, maintaining and enforcing our intellectual property and proprietary rights and defending any intellectual property-related claims; the extent to which we may acquire or in-license other products, product candidates and technologies; the impacts of the COVID-19 pandemic; the ability to receive additional non-dilutive funding, including grants from organizations and foundations; and the costs of operating as a public company.",0,274,long
157
+ 1148,2995,"These incidents may result in disruption of our operations, material harm to our financial condition, cash flows and the market price of our common stock, misappropriation of assets, compromise or corruption of confidential information collected in the course of conducting our business, liability for stolen information or assets, increased cybersecurity protection and insurance costs, regulatory enforcement, litigation and damage to our stakeholder relationships.",2,63,long
158
+ 1370,2644,We have the right to nominate four members of the Canopy board of directors.,0,14,short
159
+ 1075,556,"The online learning portal is designed to put employees in the driver’s seat and give them access to mentoring, training, videos, books, job search and interview tips, and much more.",1,30,average
160
+ 1041,3804,"The fair value of these assets held in the trust are compared to the plan’s projected benefit obligation of $250.8 million to determine the pension liability of $16.0 million recorded within “Other liabilities” in our Consolidated Balance Sheet as of December 31, 2018.",0,43,average
161
+ 1391,648,"We provide a wide-range of employee benefits including comprehensive medical, prescription, dental and vision insurance coverage (the majority of which is paid by the Company), paid maternity, paternity and adoption leave, matching 401(k) contributions, free life insurance, disability benefits and spousal death benefits, education assistance reimbursements and flex time.",1,49,average
162
+ 1455,911,"•The Equal Credit Opportunity Act generally prohibits discrimination in any credit transaction, whether for consumer or business purposes, on the basis of race, color, religion, national origin, sex, marital status, age (except in limited circumstances), receipt of income from public assistance programs, or good faith exercise of any rights under the Consumer Credit Protection Act.",1,55,long
163
+ 1089,3383,"The process required by the FDA before product candidates may be marketed in the United States generally involves the following: completion of extensive preclinical laboratory tests and preclinical animal studies, all performed in accordance with GLP regulations; submission to the FDA of an IND, which must become effective before human clinical studies may begin and must be updated annually; approval by an independent institutional review board (IRB) or ethics committee representing each clinical site before each clinical study may be initiated; performance of adequate and well-controlled human clinical studies in accordance with good clinical practice (GCP) requirements to establish the safety and efficacy, or with respect to biologics, the safety, purity and potency of the product candidate for each proposed indication; preparation of and submission to the FDA of a new drug application (NDA) or biologics license application (BLA) after completion of all pivotal clinical studies; potential review of the product application by an FDA advisory committee, where appropriate and if applicable; a determination by the FDA within 60 days of its receipt of an NDA or BLA to file the application for review; satisfactory completion of an FDA pre-approval inspection of the manufacturing facilities where the proposed product drug substance is produced to assess compliance with current Good Manufacturing Practices (cGMP) and audits of selected clinical trial sites to ensure compliance with GCP; and FDA review and approval of an NDA or BLA prior to any commercial marketing or sale of the drug in the United States.",0,248,long
164
+ 1116,3183,The system consists of multiple independent computer vision engines and deep networks for algorithmic redundancy.,0,15,short
165
+ 1123,4605,The two directors representing Sun Dream Inc. were not nominated for re-election at our annual meeting of stockholders for 2022.,0,20,medium
166
+ 850,5289,"Shares registered under this registration statement on Form S-8 can be freely sold in the public market upon issuance and once vested, subject to volume limitations applicable to affiliates.",0,29,average
167
+ 1169,352,They also tend to remain renters longer due to the cost of single family home ownership and societal trends favoring delays in marriage and having children.,0,26,average
168
+ 217,1151,"Common complications in cirrhotic patients may include: compromised liver function, portal hypertension, varices in GI tract with internal bleeding, edema, ascites, hepatic encephalopathy, compromised immunity with post- transplant acute rejection risk, high sodium levels, increased bilirubin, low albumin level, insulin resistance with impaired peripheral uptake of glucose, depression, accelerated muscle disorder in the form of sarcopenia, myosteotosis, and frailty with compromised energetics, bone diseases (e.g., osteoporosis), high alkaline phosphatase (“ALP”), cachexia, malnutrition, weight loss (>5%), symptoms of hypogonadism such as abnormal hair distribution, anemia, sexual dysfunction, testicular atrophy, muscle wasting, fatigue, osteoporosis, gynecomastia, inflammation with elevated cytokines, and infection risk leading to hospital admissions and possibly death.",0,107,long
169
+ 729,2012,Our current policy is to retain earnings to reinvest in our business.,0,12,short
170
+ 325,1250,"For example, the proposed initial business combination may require: (i) cash consideration to be paid to the target or its owners, (ii) cash to be transferred to the target for working capital or other general corporate purposes or (iii) the retention of cash to satisfy other conditions in accordance with the terms of the proposed initial business combination.",0,58,long
171
+ 1219,2999,Tripadvisor expends significant resources to ensure the integrity of its reviews and to ensure that the most relevant reviews are available to its consumers; Tripadvisor does not establish rankings and ratings in favor of its advertisers.,0,36,average
172
+ 12,1089,"8 Sustainability As a leading infrastructure construction services provider, we are committed to conducting our operations in a safe, diverse and socially responsible manner that benefits our stakeholders, including our employees, customers, subcontractors, suppliers, investors and the communities in which we operate.",1,42,average
173
+ 3,1496,14 Important patents and licenses include: An exclusive license from Tulane University to patents that expire beginning in 2019 and continue into 2020 relating to reagents for the detection of Lyme disease utilized in certain of our SNAP products and a reference laboratory diagnostic test; An exclusive license from Cornell University to patents covering methods for detecting BVDV that started to expire in 2017 and will continue into 2022;,0,69,long
174
+ 748,3048,"Our growing community of BRGs provide communities where our employees can discuss relevant issues and celebrate different cultures, ethnicities, and identities.",1,21,medium
175
+ 173,3388,"Based on the information reviewed and the discussion thereof, the Board, including a majority of the non-interested directors, concluded that the investment advisory fee rates are reasonable in relation to the services provided and approved the Investment Advisory Agreement as being in the best interests of our shareholders.",0,48,average
176
+ 1005,516,"The agreement is effective for a period of five (5) years from November 1, 2022 through October 31, 2027 and includes a provision that the agreement may be terminated at any time by either party with a 12 month written notice.",0,41,average
177
+ 14,3535,"A U.S. Holder generally makes a QEF election by attaching a completed IRS Form 8621 (Return by a Shareholder of a Passive Foreign Investment Company or Qualified Electing Fund), including the information provided in a PFIC annual information statement, to a timely filed U.S. federal income tax return for the tax year to which the election relates.",0,57,long
178
+ 575,3440,"Information about clinical trials must be submitted within specific timeframes to the National Institutes of Health, or NIH, for public dissemination on its ClinicalTrials.gov website.",0,25,medium
179
+ 1448,3518,You should consider the anchor investors’ financial incentive to complete an initial business combination when evaluating whether to invest in our securities and/or redeem your shares prior to or in connection with an initial business combination.,0,36,average
180
+ 764,20,"Our other brands include Dignity Planning™, National Cremation Society®, Advantage® Funeral and Cremation Services, Funeraria del Angel™, Making Everlasting Memories®, Neptune Society™ and Trident Society™.",0,25,medium
181
+ 633,2940,"Mutations in SOD1 have been shown to lead to the formation of toxic aggregates of the SOD1 protein, resulting in the dysfunction and death of motor neurons.",0,27,average
182
+ 102,3662,"An investigation into allegations of non-compliance or a finding of non-compliance with anti-corruption laws or other laws governing the conduct of business may subject us to administrative and other financial costs, reputational damage, criminal or civil penalties, or other remedial measures, which could significantly harm our business, financial condition, results of operations, cash flows or prospects.",2,56,long
183
+ 1446,1691,"With the compact now in place, we are in the process of finalizing project budget, design and construction planning.",0,19,medium
184
+ 827,2874,"Reductions in levels of air travel, whether caused by general economic conditions including inflation, higher airfare costs or other events such as work stoppages, military conflicts, terrorist incidents, civil unrest, cyber security incidents, natural disasters, epidemic or pandemic diseases, recessions or other economic or labor market downturns, or the response of governments to any of these events, could have a material adverse effect on the demand for vehicle rentals overall and for our rental vehicles in particular.",2,77,long
185
+ 661,4322,"On November 30, 2018, the EPA released a final rule to set 2019 RVOs under the RFS, which includes increases to the requirement for biofuels in 2019.",1,27,average
186
+ 1313,221,We are working with our third party advisor on refinancing options that are in alignment with a range of strategic alternatives being evaluated.,0,23,medium
187
+ 634,229,"Myers Disposition—On November 30, 2022, we entered into an agreement (the “Agreement”) and sold the Company’s 50% ownership interest in its partnership with Myers Sons Construction L.P. for $18 million in cash.",0,32,average
188
+ 294,2347,"Failure to attract, hire, develop, motivate and retain highly qualified and diverse employee talent, or to maintain a corporate culture that fosters innovation, creativity, and teamwork could harm our overall business and results of operations.",2,35,average
189
+ 547,3915,"In particular, in 2012 we received a request from the U.S. Environmental Protection Agency (“EPA”) for information regarding the San Fernando Valley Area 2 Superfund Site (the “San Fernando Site”).",0,30,average
190
+ 515,4191,"In addition, there is intense competition for proficient sales and marketing personnel, and we may not be able to attract individuals who have the qualifications necessary to market, sell, and distribute our products.",0,33,average
191
+ 225,2341,"Compliance with future climate- related legislation and regulation, and our current or future voluntary efforts to achieve science-based emissions reduction targets or other sustainability initiatives, could also be difficult and costly.",2,31,average
192
+ 598,2451,Lecture capture solutions designed specifically for higher education differ in their technology approach.,0,13,short
193
+ 1032,1105,"The costs to clean up a contaminated property, to defend against a claim, or to comply with environmental laws could be material and could adversely affect the funds available for distribution to our shareholders.",2,34,average
194
+ 736,2906,"Our employees have voted us as a Top Workplace six times in the past seven years, and our culture is regularly cited in our internal engagement surveys as a leading positive attribute of the Company.",1,35,average
195
+ 921,5015,"The Company can grant RSUs to its directors, executive officers and other key employees.",0,14,short
196
+ 452,148,"In April 2021, we announced an update to our climate goals to better align our climate commitment with the Paris Accord and set us on a path to achieve net zero greenhouse gas emissions (""GHG"") from our operations by 2050.",1,40,average
197
+ 408,4120,"If a Delivery Applicant requests that physical gold be delivered to a destination that is outside the “chain of integrity,” the physical gold may need to be re-assayed, which could result in additional costs for the Delivery Applicant and potential delays in assaying the physical gold.",0,46,average
198
+ 2,3204,"1.Growing a diverse workforce by attracting, hiring, and promoting talent from all backgrounds 2.Fostering an equitable and inclusive culture by promoting policies, practices, and programs that support and engage all employees 3.Being key contributors to the community by engaging with and investing in local communities where we operate Of note, Lucid sponsors five employee resource groups to support and empower historically excluded affinities: Women at Lucid, Pride at Lucid, Veterans at Lucid, Black at Lucid, and Sustainability at Lucid.",1,79,long
199
+ 279,5311,"Even if we contract with third parties for the disposal of these materials and wastes, we cannot eliminate the risk of contamination or injury from these materials.",2,27,average
200
+ 1373,330,We intend to hire more employees and independent contractors on an as-needed basis.,0,13,short
201
+ 1201,187,"To date, Cardiff consists of the following whole-owned subsidiaries: We Three, LLC (Affordable Housing Initiative); Romeo’s NY Pizza (merged Fortuna Restaurant Group and R T Restaurant Group into Romeo’s Alpharetta); Edge View Properties, Inc; Repicci’s Franchise Group, Inc. (merged Refreshment Concepts, LLC into Repicci’s Franchise Group, Inc.); FDR Enterprises, Inc Red Rock Travel Group, LLC and Platinum Tax Defenders, LLC.",0,60,long
202
+ 1360,2402,"We have donated funds globally to support community efforts in alleviating poverty, disaster relief, education and medical research, among other causes.",1,21,medium
203
+ 1386,915,"We offer employees excellent fringe benefits, including medical insurance coverage paid for mostly by the Company, dental insurance, Company-paid life and accidental death and dismemberment insurance, Company-paid long-term disability insurance, free wellness programs, Company-funded Health Savings Accounts, generous 401(k) matches, ample holidays and Paid Time Off, tuition reimbursement, and free coffee.",1,51,long
204
+ 791,4419,"Outbreaks, epidemics, pandemics, or public health crises may also result in our restriction or suspension of international and/or domestic travel, labor shortages, prohibitions of non- essential activities in some cases, and limit our in-person activities within Clearwater and with customers.",2,40,average
205
+ 582,3052,Interconnected VoIP service providers are required to provide enhanced 911 emergency services to their customers; protect customer proprietary network information from unauthorized disclosure to third parties; 16 report to the FCC on service outages; comply with telemarketing regulations and other privacy and data security requirements; comply with disabilities access requirements and service discontinuance obligations; comply with call signaling requirements; and comply with CALEA standards.,0,64,long
206
+ 841,264,"Secondary objectives include the evaluation of therapeutic activity by assessing surrogate efficacy markers, which include M protein, free light chain (“FLC”), progression free survival (“PFS”) and overall survival (“OS”).",0,29,average
207
+ 1199,1693,"To address climate change, maintain a natural environment and support habitat for local flora and fauna, we and our farming partners follow best practices that minimize water use, improve soil fertility, and reduce pesticides and other applications that could adversely impact soil, water or food quality.",1,46,average
208
+ 369,5179,"Generation’s competitive businesses create value for customers by providing innovative energy solutions and reliable, clean and affordable energy.",1,18,medium
209
+ 473,966,"In addition to providing support to our ERGs, our efforts to promote DE&I; practices include: •Hosting internal and guest speakers to discuss topics relevant to DE&I; matters; •Conducting training to educate our employees about various DE&I; themes, racial justice, disability inclusion and LGBTQ+ allyship, among other themes; •Improving and formalizing mentorship programs targeted towards our female, minority and LGBTQ+ employees, which we expect to implement during 2023; •Implementing a talent review process that is designed to utilize a multi- factor approach to understanding the talents of our employees and the potential they have to be future leaders of the Company; and •Providing the ERGs with financial resources to target donations from the PROG Foundation to non-profit organizations that support DE&I;, the missions of the ERGs and the communities in which we serve our customers.",1,134,long
210
+ 1126,4354,"The “penny stock” rules impose additional sales practice requirements on broker-dealers who sell securities to persons other than established customers and accredited investors (generally those with assets in excess of $1,000,000 or annual income exceeding $200,000 or $300,000 together with their spouse).",0,42,average
211
+ 1183,3369,"This information includes, but is not limited to, the insured’s age and sex, results from medical exams and financial information.",0,20,medium
212
+ 668,56,"One of our unique differentiators, moissanite The World’s Most Brilliant Gem® is core to our ambition to create a movement around environmentally and socially responsible fine jewelry that is as exquisite as it is ethical.",1,35,average
213
+ 58,5153,"Additionally, certain employees of J.P. Morgan or the Adviser may have family members or relatives employed by such advisors and service providers.",0,22,medium
214
+ 423,5060,"If the FDA or comparable foreign regulatory authorities approve generic versions of any of our product candidates that receive marketing approval, or such authorities do not grant our product candidates appropriate periods of data or market exclusivity before approving generic versions of our product candidates, the sales of our product candidates could be adversely affected.",0,55,long
215
+ 265,594,Early onset disease usually occurs in people between 10 to 30 years old and predominantly affects females.,0,17,medium
216
+ 1420,990,We take pride in the fact that our employee population across our operating office and studio portfolio reflects a balanced gender representation as well as a broad 12 cross-section of racial and ethnic backgrounds.,1,34,average
217
+ 1068,4207,"The letter agreement and the registration rights agreement may be amended, and provisions therein may be waived, without stockholder approval (although releasing the parties from the restriction contained in the letter agreement not to transfer any units, warrants, shares of Class A common stock or any other securities convertible into, or exercisable, or exchangeable for, shares of Class A common stock for 180 days following the date of this prospectus will require the prior written consent of Needham Company, LLC).",0,80,long
218
+ 712,1067,Our board of directors has a deep commitment to purpose-driven organization culture and community engagement and demonstrated track records of creating and donating to positive systemic change.,1,27,average
219
+ 890,3587,"Such laws include, without limitation: the U.S. federal Anti-Kickback Statute, which prohibits, among other things, persons and entities from knowingly and willfully soliciting, receiving, offering or paying remuneration, to induce, or in return for, either the referral of an individual, or the purchase or recommendation of an item or service for which payment may be made under any federal healthcare program; federal civil and criminal false claims laws and civil monetary penalty laws, which prohibit, among other things, individuals or entities from knowingly presenting, or causing to be presented, claims for payment to the federal government, including federal healthcare programs, that are false or fraudulent; the Health Insurance Portability and Accountability Act, or HIPAA, which created additional federal criminal statutes which prohibit, among other things, executing a scheme to defraud any healthcare benefit program and making false statements relating to healthcare matters, and which, as amended by Health Information Technology for Economic and Clinical Health Act, or HITECH, also imposes certain requirements on HIPAA covered entities and their business associates and covered subcontractors relating to the privacy, security and transmission of individually identifiable health information; the U.S. federal Physician Payments Sunshine Act, which requires certain manufacturers of drugs, devices, biologics and medical supplies for which payment is available under Medicare, Medicaid or the Children’s Health Insurance Program, with specific exceptions, to annually report to the federal government, information related to payments or other transfers of value made to physicians (as defined by the Physician Payments Sunshine Act), other covered physicians and teaching hospitals, as well as ownership and investment interests held by health care professionals and their immediate family members; and U.S. state and foreign law equivalents of each of the above federal laws, which, in some cases, differ from each other in significant ways, and may not have the same effect, thus complicating compliance efforts.",0,306,long
220
+ 394,817,"However, community banking organizations with assets approaching the $10.0 billion asset threshold and that would otherwise have become subject to additional regulatory requirements upon crossing such threshold, including requirements related to capital adequacy standards, debit card interchange fees and routing, and management official interlocks, had until January 1, 2022 to either reduce their size or to prepare for the new regulatory and reporting standards.",0,64,long
221
+ 171,1701,Banks and savings institutions with $10 billion or less in assets such as the Company will continue to be examined for compliance with the consumer laws by their primary bank regulators.,0,31,average
222
+ 415,5230,"If dividends on a series of the preferred stock have not been declared and paid for the equivalent of six or more quarterly dividend periods, whether or not consecutive, holders of the preferred stock, together as a class with holders of any other series of parity stock with like voting rights, will be entitled to vote for the election of two additional directors to our board of directors.",0,68,long
223
+ 1398,2384,"We recognize that a diverse workforce provides the best opportunity to obtain unique perspectives, experiences and ideas to help our business succeed, and we are committed to providing a diverse and inclusive workplace to attract and retain talented employees.",1,39,average
224
+ 1144,3298,"These factors include estimated investment returns, interest rates, discount rates, health care cost trends, benefit changes, salary increases and the demographics of plan participants.",0,24,medium
225
+ 1349,606,"We embrace our associates’ differences in age, color, disability, ethnicity, family or marital status, gender identity or expression, language, national origin, physical and mental ability, political affiliation, race, religion, sexual orientation, socio-economic status, caste, veteran status, and other characteristics that make our associates unique.",1,44,average
226
+ 851,3491,"She previously served as board Vice Chairman for City Utilities of Springfield, as Past President of the Big Brothers/Big Sisters of the Ozarks and Rotary Club of Springfield boards and as a member of the Ozarks Transportation Organization board.",0,39,average
227
+ 169,535,"Bahama Breeze Bahama Breeze is an internally-developed full-service restaurant brand operating primarily in the eastern United States, that offers guests the feeling of a Caribbean escape, with food, drinks and atmosphere found in the islands.",0,35,average
228
+ 1044,2319,The federal Physician Payments Sunshine Act (the “Sunshine Act”) and certain state laws require persons to collect and report certain data on payments and other transfers of value to physicians and teaching hospitals.,0,33,average
229
+ 1412,1061,We strive to provide opportunities for qualified members of underrepresented communities and women for advancement within our company and award scholarships to the children and grandchildren of our employees so that they may develop the skills that will support their entry into the workforce.,1,44,average
230
+ 539,4812,"In order to continue to qualify as a REIT, five or fewer individuals, as defined in the Code, may not own, actually or constructively, more than 50% in value of our issued and outstanding shares of stock at any time during the last half of each taxable year, other than the first year for which a REIT election is made.",0,60,long
231
+ 1065,154,"The key components of each revenue category are as follows: Computing and Mobile Phones computing (including desktops, notebooks and peripherals), mobile phones (including related mobile network carrier commissions), networking, tablets (including e-readers) and wearables (including smartwatches); Consumer Electronics digital imaging, health and fitness products, home theater, portable audio (including headphones and portable speakers) and smart home; Appliances large appliances (including dishwashers, laundry, ovens and refrigerators) and small appliances (including blenders, coffee makers and vacuums); Entertainment drones, gaming (including hardware, peripherals and software), movies, music, toys, virtual reality and other software; Services consultation, delivery, design, health-related services, installation, memberships, repair, set-up, technical support and warranty- related services; and Other other product offerings, including baby, food and beverage, luggage, outdoor living and sporting goods.",0,122,long
232
+ 811,4536,Products must meet applicable child-resistant packaging requirements under the U.S. Poison Prevention Packaging Act.,0,14,short
233
+ 1388,3983,"We pride ourselves on a diverse workforce as evidenced by our international subsidiaries and 72% of our domestic employees identifying as ethnic, racial, and/or gender minorities.",1,26,average
234
+ 638,526,"New expectant parent referrals during fiscal 2020 were provided by physicians, midwives and childbirth educators, and by client- to-client referrals and repeat clients storing the stem cells of their additional children.",0,31,average
235
+ 583,3221,Interim top-line and preliminary data from future clinical trials that Forte announces or publishes from time to time may change as more patient data become available and are subject to audit and verification procedures that could result in material changes in the final data.,0,44,average
236
+ 1426,3743,"We will be required to file annual, quarterly and current reports with the SEC disclosing certain aspects and developments of our business and financial condition.",0,25,medium
237
+ 1001,2691,"The Whitehead Institute retains the right to practice the patent rights for research, teaching and educational purposes, including in corporate-sponsored research under limited circumstances and in some cases only after obtaining our consent.",0,33,average
238
+ 11,1119,"8 Diversity, Equity and Inclusion We embrace DEI in our workforce, customers and partners, valuing their unique backgrounds, experiences, thoughts and talents.",1,22,medium
239
+ 820,1491,"Pursuant to the GLBA and the Dodd-Frank Act, in order to elect and retain financial holding company status, a bank holding company and all depository institution subsidiaries of that bank holding company must be well capitalized and well managed, and, except in limited circumstances, depository subsidiaries must be in satisfactory compliance with the Community Reinvestment Act (""CRA""), which requires banks to help meet the credit needs of the communities in which they operate.",0,73,long
240
+ 506,4666,"In addition, the Charter and A&R; Bylaws provide that, unless ChargePoint consents in writing to another 40 Table of Content forum, the federal district courts of the United States shall, to the fullest extent of the law, be the exclusive forum for the resolution of any complaint asserting a cause of action under the Securities Act or the Exchange Act.",0,60,long
241
+ 245,3231,"Donors who are siblings of the patient and are perfectly matched for eight out of eight HLA alleles are considered the highest priority donor type for patients undergoing allogeneic HCT, but these types of donors are available for less than a third of patients.",0,44,average
242
+ 1139,17,"These are statements that relate to future events and include, but are not limited to, the factors that may impact our financial results; our expectations regarding revenue; our expectations with respect to our future research and development, general and administrative and selling and marketing expenses and our anticipated uses of our funds; the impact of inflation, rising interest rates and foreign exchange fluctuations, as well as the conflict in Ukraine, energy and supply chain disruptions, and market volatility resulting from the above, on our business; the impact of the COVID-19 pandemic and our expectations regarding the return to pre-COVID-19 volume and revenue levels; changes in our executive officers; our beliefs with respect to the optimization of our processes for the analysis of ribonucleic acid, or RNA, samples; our ability to successfully integrate HalioDx and Decipher Biosciences into our business; our ability to deploy the nCounter Analysis System successfully and run our tests on this platform worldwide; our collaboration with Johnson Johnson Services, Inc.; our belief in the importance of maintaining libraries of clinical evidence; our expectations regarding the Percepta Nasal Swab classifier for early lung cancer detection, the Envisia classifier on the nCounter system and the LymphMark lymphoma subtyping test; our expectations regarding our diagnostic company partnerships; our ability to have the targeted Atlas platform transferred to our pulmonology indications; our expectations regarding capital expenditures; our anticipated cash needs and our estimates regarding our capital requirements; the timing and success of our transition to a single platform for all of our classifiers and tests; our ability to maintain Medicare coverage for each of our tests; our need for additional financing; potential future sources of cash; our business strategy and our ability to execute our strategy; our ability to achieve and maintain reimbursement from third-party payers at acceptable levels and our expectations regarding the timing of reimbursement; the estimated number of patients who are candidates for our test; the attributes and potential benefits of our tests and any future tests we may develop to patients, physicians and payers; the factors we believe drive demand for and reimbursement of our tests; our ability to sustain or increase demand for our tests; our intent to expand into other clinical areas; our ability to develop new tests, and the timeframes for development or commercialization; our ability to get our data and clinical studies accepted in peer-reviewed publications; our dependence on and the terms of our agreement with Thyroid Cytopathology Partners, or TCP, and on other strategic relationships, and the success of those relationships; our beliefs regarding our laboratory capacity; the potential for future clinical studies to contradict or undermine previously published clinical study results; the applicability of clinical results to actual outcomes; our expectations regarding our international expansion; the occurrence, timing, outcome or success of clinical trials or studies; the ability of our tests to impact treatment decisions; our beliefs regarding our competitive position; our compliance with federal, state and international regulations; the potential impact of regulation of our tests by the Food and Drug Administration, or FDA, or other regulatory bodies; the impact of new or changing policies, regulation or legislation, or of judicial decisions, on our business; the impact of seasonal fluctuations and economic conditions on our business; our belief that we have taken reasonable steps to protect our intellectual property; our belief that our intellectual property will develop and maintain our competitive position; the impact of accounting pronouncements and our critical accounting policies, judgments, estimates, models and assumptions on our financial results; and anticipated trends and challenges in our business and the markets in which we operate.",0,596,long
243
+ 1430,325,"When determining the appropriate composition of the medical staff of a critical illness recovery hospital, we consider the size of the critical illness recovery hospital, services provided by the critical illness recovery hospital, if applicable, the size and capabilities of the medical staff of the general acute care hospital that hosts that HIH and, if applicable, the proximity of an acute care hospital to the free-standing critical illness recovery hospital.",0,70,long
244
+ 354,3482,"Further, federal and state regulatory agencies monitor environmental conditions to determine whether existing forest practice rules are effective at protecting threatened and endangered wildlife.",1,24,medium
245
+ 532,2869,"In fiscal 2023, as part of Darden’s continued commitment to inclusion and diversity, the Foundation donated an additional $500,000 to Boys Girls Clubs of America to support the development and implementation of programming that will help youth embrace diversity and combat racial discrimination.",1,43,average
246
+ 730,87,"Our customers expect new models and solutions to deliver sustainable productivity improvements and leverage economies of scale, with a lower carbon footprint.",1,22,medium
247
+ 1029,3445,The composite score is one measure ED uses to evaluate an institution’s financial responsibility using annual financial statements.,0,18,medium
248
+ 149,1261,"As part of its determination as to control, the Federal Reserve considers, among other things, level of ownership of voting and non-voting securities, board representation, business relationships, senior management interlocks, contractual limits on major operational or policy decisions, proxies on issues, threats to dispose of securities and management agreements.",0,49,average
249
+ 108,4269,"Any significant environmental liabilities could have a material adverse effect on our business, financial condition and results of operations.",2,19,medium
250
+ 45,1344,"Accordingly, a shareholder would have from the time our proxy statement is mailed through the vote on the business combination to deliver his shares if he wishes to seek to exercise his conversion rights.",0,34,average
251
+ 1371,841,We host insight days and symposiums that describe Jefferies to candidates that come from a diverse range of backgrounds.,0,19,medium
252
+ 1342,3332,"We depend on equity financing from equity partners, which include public companies, pension funds, family offices, financial institutions, endowments and money managers.",0,22,medium
253
+ 945,4871,"The Dodd-Frank Act authorizes federal regulatory agencies to review and, in certain cases, prohibit compensation arrangements at financial institutions that give employees incentives to engage in conduct deemed to encourage inappropriate risk taking by covered financial institutions.",0,37,average
254
+ 831,1981,"Registrations generally are for renewable, fixed terms.",0,7,short
255
+ 1157,1146,"These products are used in advanced material handling, aerospace and defense, factory automation, medical, packaging, printing, semiconductor, robotic and other applications.",0,21,medium
256
+ 1240,4099,"Under the treasury stock method, for diluted earnings per share purposes, the transaction is accounted for as if the number of shares of common stock that would be necessary to settle such excess, if we elected to settle such excess in shares, are issued.",0,44,average
257
+ 518,2615,"In addition, we are subject to the Foreign Corrupt Practices Act (the “FCPA”) and other laws which prohibit improper payments to foreign governments and their officials by U.S. and other business entities.",0,32,average
258
+ 1253,73,"Vision As the global leader in the cruise industry, we will lead the way in innovative and sustainable cruising to deliver memorable vacations and build borderless connections.",1,27,average
259
+ 552,2206,"In recent years, there has been an increase in state initiatives aimed at regulating GHG emissions.",1,16,medium
260
+ 807,720,"Prior to joining CDK, Ms. Byrne served as Vice President, Human Resources, Latin America for Avon Products from 2011 to 2016 and as Vice President, Corporate Human Resources and Global Compensation and Benefits from 2006 to 2011.",0,37,average
261
+ 315,4304,"For example, Rule 15g-2 requires broker-dealers dealing in penny stocks to provide potential investors with a document disclosing the risks of penny stocks and to obtain a manually signed and dated written receipt of the document at least two business days before effecting any transaction in a penny stock for the investor’s account.",0,53,long
262
+ 974,2097,"The Korn Ferry Cares benefits strategy focuses on keeping our colleagues and their families healthy physically, emotionally, financially, and socially.",1,20,medium
263
+ 565,5056,In the event that we complete a transaction to simplify our organizational structure by restructuring our partnership into a corporation there is no assurance that the retention and motivation features of our new structure will be as beneficial as those of our partnership structure.,0,44,average
264
+ 1423,3070,"We value diversity of backgrounds and perspectives in our workforce and our policy is that we do not discriminate based on race, religion, creed, color, national origin, ancestry, physical disability, mental disability, medical condition, genetic information, marital status, sex, gender, gender identity, gender expression, age, military and veteran status, sexual orientation or any other protected characteristic as established by federal, state or local laws.",1,64,long
265
+ 483,1828,"In addition, by placing branded medicines on higher-tier or non-preferred status in their formularies, MCOs transfer to the patient higher patient out-of-pocket expenses.",0,23,medium
266
+ 410,2561,"If a drug or biologic product is reimbursed by Medicare or Medicaid, pricing and rebate programs must comply with, as applicable, the Medicare Modernization Act as well as the Medicaid rebate requirements of the Omnibus Budget Reconciliation Act of 1990, or OBRA, and the Veterans Health Care Act of 1992, or VHCA, each as amended.",0,55,long
267
+ 1407,502,We sell our urine drug tests in this market primarily through our direct sales force and also through a number of distributors.,0,22,medium
268
+ 672,5255,Orphan drug designation neither shortens the development time or regulatory review time of a drug nor gives the drug any advantage in the regulatory review or approval process.,0,28,average
269
+ 1168,2746,"These standards apply to dealers who repackage pesticides, commercial applicators and custom blenders.",0,13,short
270
+ 603,4218,Litigation based on environmental matters or exposure to hazardous substances in the workplace or from our products could result in significant liability for us.,2,24,medium
271
+ 703,3514,"Our actions to address LGBTQIA+ equality in the workplace have been recognized by the Human Rights Campaign, and our focus on board diversity has been recognized by 50/50 Women on Boards.",1,31,average
272
+ 866,3352,"Some environmental laws and regulations may impose strict liability, which means that in some situations we could be exposed to liability as a result of our conduct that was lawful at the time it occurred or the conduct of, or conditions caused by, prior operators or other third parties.",2,49,average
273
+ 1115,4550,"The success of octreotide capsules, if approved, will depend on several factors, including: the efficacy and safety data from our clinical trials; execution of an effective sales and marketing strategy for the commercialization of octreotide capsules; acceptance by patients, the medical community and third-party payors; the incidence and prevalence of acromegaly in those markets in which octreotide capsules are approved; the prevalence and severity of side effects, if any, experienced with octreotide capsules; the availability, perceived advantages, cost, safety and efficacy of alternative treatments; our success in educating physicians and patients about the benefits, administration and use of octreotide capsules; successful implementation of our manufacturing processes and production of sufficient quantities of commercial drug product; maintaining compliance with regulatory requirements, including current good manufacturing practices, or cGMPs, and taking other measures satisfactory to the FDA; and obtaining and maintaining patent, trademark and trade secret protection and regulatory exclusivity and otherwise protecting our rights in our intellectual property portfolio.",0,158,long
274
+ 101,4129,"An increasing percentage of the investment community considers sustainability factors in making investment decisions, and an increasing number of our partners and merchants consider sustainability factors in awarding work.",1,29,average
275
+ 828,4434,"Refinery The Ilo refinery consists of an electrolytic plant, a precious metal plant and a number of ancillary installations.",0,19,medium
276
+ 457,3698,"In June 2016, the United Kingdom held a referendum in which voters approved an exit from the European Union (“Brexit”), and, accordingly, on February 1, 2017, the U.K. Parliament voted in favor of allowing the U.K. government to begin the formal process of Brexit.",0,44,average
277
+ 683,1713,Our Certificate of Incorporation allows us to issue shares of preferred stock without any vote or further action by our stockholders.,0,21,medium
278
+ 1433,785,Whether or not to agree to a woman’s request for an elective caesarian section has generated considerable controversy among obstetricians.,0,20,medium
279
+ 301,419,"Feedstock Most TiO2 products are derived from three naturally occurring minerals which are commonly referred to as heavy minerals or mineral sands: ilmenite, leucoxene and rutile.",0,26,average
280
+ 6,4622,36 Some of the requirements of the Enhanced Prudential Standards include a formal board-level risk committee and the establishment of a Chief Risk Officer with oversight of the ERM program.,0,30,average
281
+ 1397,1287,"We recognize and value our associates for the unique perspectives they bring to Zurn Elkay from different ages, ethnic and cultural backgrounds, sexual orientation, gender identity and expression, veteran status and abilities, including individuals who bring diverse opinions, experience and leadership styles to their work at Zurn Elkay.",1,48,average
282
+ 721,4897,"Our certificate of incorporation and bylaws also provide that special meetings of the stockholders may only be called by our Board of Directors, Chairman, Chief Executive Officer or Secretary.",0,29,average
283
+ 1151,3844,"These laws and regulations may require the acquisition of a permit or other authorization before construction or drilling commences and for certain other activities; limit or prohibit construction, drilling and other activities on certain lands lying within wilderness and other protected areas; and impose substantial liabilities for pollution resulting from our operations.",2,52,long
284
+ 549,5262,"In particular, we must perform system and process evaluations and testing of our internal controls over financial reporting to allow management to report on the effectiveness of our internal controls over financial reporting, as required by Section 404 of the Sarbanes-Oxley Act.",0,42,average
285
+ 186,4856,Biosimilars are likely to be sold at substantially lower prices than branded medicines because the biosimilar manufacturer would not have to recoup the research and development and marketing costs associated with the branded medicine.,0,34,average
286
+ 1432,347,"Where implemented, our risk mitigation programs offset most recycling commodity price decline and also allow us to return value to our customers with higher recycling commodity prices through lower tipping fees and a lower SRA fee.",1,36,average
287
+ 447,926,"In 2022, there were a total of 136 participants, including 80 women and 17 racial minorities.",0,16,medium
288
+ 338,2728,"For purposes of seeking approval of the majority of our outstanding shares of common stock voted, non-votes will have no effect on the approval of our Initial Business Combination once a quorum is obtained.",0,34,average
289
+ 136,4644,"As of December 31, 2021, there also were outstanding options and restricted stock units (“RSUs”) to purchase 3,416,131 shares of our common stock that, if exercised or vested, as applicable, will result in these additional shares becoming available for sale, subject in some cases to Rule 144.",0,47,average
290
+ 297,1836,"Farmer Mac's philanthropic philosophy centers on supporting agriculture and rural communities and supporting the next generation of farmers and ranchers and financial professionals, including in the communities where our employees live.",1,31,average
291
+ 1081,2531,"The preclinical developmental stage generally involves laboratory evaluations of drug chemistry, formulation and stability, as well as studies to evaluate toxicity in animals, which support subsequent clinical testing.",0,28,average
292
+ 1408,1014,"We sponsor and make presentations at industry events that are targeted to production managers, compression specialists and other decision makers.",0,20,medium
293
+ 796,447,"Pipeline Integrity and Corrosion Management Oil and gas fundamentals support a positive outlook in the U.S. market, where production in 2019 set new records.",0,24,medium
esg_bank_100_agreement/training_set.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_100_agreement/training_set_with_metadata.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_40_agreement/esg_bank.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_40_agreement/esg_bank_dual_label.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_40_agreement/esg_bank_test_set.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_40_agreement/esg_bank_test_set_with_metadata.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_40_agreement/esg_bank_training_set.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_40_agreement/esg_bank_training_set_with_metadata.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_50+_agreement/esg_bank_50+_agreement.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_50+_agreement/test_set.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_50+_agreement/test_set_with_metadata.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_50+_agreement/training_set.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_50+_agreement/training_set_with_metadata.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_50_agreement/esg_bank_50_agreement.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_50_agreement/test_set.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_50_agreement/test_set_with_metadata.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_50_agreement/training_set.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_50_agreement/training_set_with_metadata.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_66_agreement/esg_bank_66_agreement.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_66_agreement/test_set.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_66_agreement/test_set_with_metadata.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_66_agreement/training_set.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_66_agreement/training_set_with_metadata.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_75_agreement/esg_bank_75_agreement.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_75_agreement/test_set.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_75_agreement/test_set_with_metadata.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_75_agreement/training_set.csv ADDED
The diff for this file is too large to render. See raw diff
 
esg_bank_75_agreement/training_set_with_metadata.csv ADDED
The diff for this file is too large to render. See raw diff