File size: 67,219 Bytes
ef5932a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
,word,2020_count,2020_proportional,2021_count,2021_proportional,2022_count,2022_proportional,2023_count,2023_proportional,total_count,total_proportionate
0,Governance,1443,0.3447303792750867,1770,0.3991628855191824,2475,0.8236711438878609,3951,0.9239209230323127,9639,0.6061753286201037
1,align,277,0.06617485451087943,484,0.10914962519281597,557,0.18536760692749032,932,0.21794338148977865,2250,0.14149750901496352
2,aligned,186,0.04443510086290099,301,0.06788024211371406,408,0.13578094008333222,614,0.1435807255737383,1509,0.0948976627127022
3,aligning,42,0.010033732452913127,60,0.013530945271836691,70,0.023295749524101118,98,0.02291679333261621,270,0.016979701081795622
4,alignment,123,0.0293845021835313,211,0.04758382420595903,317,0.10549646570200077,417,0.09751329407858121,1068,0.06716415094576934
5,aligns,36,0.008600342102496966,75,0.016913681589795865,87,0.028953288694239958,148,0.03460903482884897,346,0.021759172497412167
6,bylaw,1055,0.2520378032815083,1401,0.3159475720973867,1715,0.5707458633404774,2449,0.5726859884854806,6620,0.4163171154129149
7,bylaws,1042,0.24893212418893995,1389,0.3132413830430194,1698,0.5650883241703385,2423,0.5666060229074396,6552,0.4120407462515738
8,charter,1287,0.30746223016426655,1512,0.3409798208502846,1673,0.5567684136260167,2446,0.5719844539957066,6918,0.4350576743846745
9,charters,197,0.04706298317199729,235,0.05299620231469371,296,0.09850774084477043,356,0.08324875945317725,1084,0.06817035545432021
10,culture,717,0.17129014687473124,1758,0.396456696464815,2257,0.7511215239413745,3335,0.7798725077987251,8067,0.5073157356549826
11,death,914,0.21835313004672852,1051,0.2370170580116727,1132,0.37672554944689235,1605,0.37532095202907156,4702,0.2956983499503815
12,duly,76,0.01815627777193804,87,0.0196198706441632,114,0.037938792082107535,148,0.03460903482884897,425,0.026727307258382
13,parents,66,0.01576729385457777,84,0.018943323380571368,87,0.028953288694239958,174,0.040689000406890004,411,0.025846878313400004
14,independent,4354,1.0401635976186607,5188,1.1699757345048125,6310,2.0999454213868294,8452,1.9764565025231857,24304,1.5284246484887438
15,Corporate governance,923,0.22050321557235278,1088,0.24536114092930533,1453,0.48355320083598463,2064,0.48265572896448833,5528,0.34764365770431926
16,compliance,11059,2.6419773142087206,12775,2.880963764128562,14651,4.8758003753943635,21513,5.030703826169107,59998,3.773141131502125
17,conduct,7956,1.9006756046518294,9618,2.1690105270754216,10795,3.592537373038165,14897,3.4835864313875886,43266,2.720902766685072
18,conformity,191,0.045629592821581126,232,0.05231965505110187,301,0.1001717229536348,539,0.12604236332938915,1263,0.07942726839373286
19,governance,1443,0.3447303792750867,1770,0.3991628855191824,2475,0.8236711438878609,3951,0.9239209230323127,9639,0.6061753286201037
20,misconduct,652,0.1557617514118895,782,0.1763533200429382,929,0.3091678758269991,1350,0.3156905203982845,3713,0.23350233376558202
21,parachute,159,0.03798484428602827,239,0.05389826533281615,338,0.1124851905592311,376,0.08792565605167035,1112,0.06993121334428419
22,parachutes,4,0.0009555935669441074,4,0.0009020630181224461,9,0.002995167795955858,9,0.002104603469321897,26,0.001635082326395134
23,perquisites,2,0.0004777967834720537,2,0.00045103150906122304,3,0.0009983892653186192,4,0.0009353793196986207,11,0.0006917655996287105
24,plane,18,0.004300171051248483,25,0.005637893863265288,24,0.007987114122548954,50,0.01169224149623276,117,0.007357870468778103
25,planes,9,0.0021500855256242415,11,0.0024806732998367267,11,0.003660760639501604,17,0.003975362108719138,48,0.003018613525652555
26,poison,41,0.0097948340611771,45,0.010148208953877517,47,0.015641431823325034,68,0.015901448434876553,201,0.012640444138670074
27,retirement,648,0.1548061578449454,785,0.17702986730653003,820,0.27289306585375595,1343,0.31405360658881193,3596,0.2261444632968039
28,Audit and control,0,0.0,0,0.0,0,0.0,1,0.00023384482992465518,1,6.288778178442823e-05
29,approval,24101,5.757690139229982,28889,6.514924632634836,31828,10.592244512187005,42388,9.912214650846284,127206,7.999703169669978
30,approvals,3998,0.9551157701606353,4606,1.0387255653679965,4833,1.6084051064282956,6678,1.5616157742368475,20115,1.2649877305937738
31,approve,2362,0.5642780012804954,2976,0.6711348854830999,3627,1.2070526217702107,4613,1.0787262004424345,13578,0.8538903010689665
32,approved,11021,2.6328991753227515,13006,2.933057903425133,14181,4.719386057161113,18837,4.40493506129073,57045,3.5874335118927085
33,approves,302,0.0721473143042801,336,0.07577329352228547,355,0.11814272972936996,497,0.11622088047255363,1490,0.09370279485879807
34,approving,516,0.12327157013578985,624,0.14072183082710157,649,0.21598487773059463,883,0.20648498482347052,2672,0.16803615292799223
35,assess,1995,0.4766022915133735,2540,0.5728100165077532,2895,0.9634456410324677,3951,0.9239209230323127,11381,0.7157258444885777
36,assessed,488,0.1165824151671811,550,0.12403366499183632,567,0.18869557114521904,916,0.21420186421098417,2521,0.15854009787854356
37,assesses,88,0.021023058472770362,99,0.022326059698530538,118,0.03926997776919903,192,0.0448982073455338,497,0.03125522754686083
38,assessing,348,0.08313664032413734,392,0.08840217577599971,469,0.15608152181147747,739,0.1728113293143202,1948,0.1225053989160662
39,assessment,3323,0.7938593557388172,3605,0.8129842950828545,3859,1.2842613916215173,5944,1.3899736690721505,16731,1.0521754770352687
40,assessments,1149,0.27449425210469486,1135,0.2559603813922441,1161,0.38637664567830565,1817,0.4248960559730985,5262,0.33091550774966133
41,audit,1972,0.4711076285034449,2188,0.493428470912978,2452,0.8160168261870848,4000,0.9353793196986208,10612,0.6673651402963524
42,audited,380,0.0907813888596902,568,0.12809294857338735,889,0.2958560189560842,1032,0.24132786448224416,2869,0.1804250459395246
43,auditing,174,0.04156832016206867,177,0.039916288551918234,193,0.0642297094021645,283,0.06617808686867742,827,0.05200819553572215
44,auditor,479,0.11443232964155685,610,0.13756461026367303,750,0.24959731632965482,957,0.223789502237895,2796,0.17583423786926133
45,auditors,214,0.05112425583150974,262,0.05908512768702021,275,0.0915190159875401,333,0.07787032836491017,1084,0.06817035545432021
46,audits,672,0.16053971924661004,715,0.16124376448938724,889,0.2958560189560842,1595,0.37298250372982505,3871,0.24343860328752168
47,control,18775,4.485317304843904,20831,4.697718682627168,24242,8.06765085661799,34854,8.150427702193932,98702,6.207149837686635
48,controls,5040,1.2040478943495752,5620,1.2673985404620367,6855,2.281319471253045,9748,2.2795194021055387,27263,1.7145095947888669
49,coso,5,0.0011944919586801342,5,0.0011275787726530576,8,0.0026623713741829847,15,0.003507672448869828,33,0.0020752967988861316
50,detect,884,0.21118617829464773,1032,0.23273225867559108,1195,0.3976917240185833,1805,0.42208991801400264,4916,0.30915633525224917
51,detected,366,0.08743681137538582,422,0.09516764841191806,511,0.17005897152593816,689,0.16111908781808743,1988,0.12502091018744332
52,detecting,87,0.020784160081034335,87,0.0196198706441632,101,0.033612438599060185,168,0.039285931427342075,443,0.027859287330501706
53,detection,367,0.08767570976712184,437,0.09855038472987723,445,0.14809440768892854,697,0.16298984645748468,1946,0.12237962335249733
54,evaluate,2685,0.641442181811232,3347,0.7548012304139567,4124,1.3724524433913285,5478,1.2810019783272613,15634,0.983187580417751
55,evaluated,703,0.16794556939042687,891,0.20093453728677485,923,0.3071710972963619,1325,0.30984439965016813,3842,0.24161485761577325
56,evaluates,223,0.053274341357133985,258,0.05818306466889777,273,0.09085342314399436,391,0.09143332850054019,1145,0.07200651014317032
57,evaluating,1308,0.3124790963907231,1620,0.36533552233959066,2079,0.6918837608658032,2592,0.6061257991647062,7599,0.47788425377987015
58,evaluation,2211,0.5282043441283554,2439,0.5500329253001615,2799,0.9314971845422718,3704,0.8661612500409228,11153,0.701387430241728
59,evaluations,401,0.09579825508614676,412,0.09291249086661194,503,0.16739660015175517,651,0.15223298428095053,1967,0.12370026676997033
60,examination,1267,0.302684262329546,1196,0.2697168424186114,1161,0.38637664567830565,1774,0.41484072828633833,5398,0.3394682460723436
61,examinations,427,0.10200961327128345,391,0.0881766600214691,419,0.13944170072283382,638,0.14919300149193002,1875,0.11791459084580293
62,examine,243,0.05805230919185452,231,0.05209413929657126,227,0.0755447877424422,291,0.06804884550807466,992,0.0623846795301528
63,examined,112,0.026756619874435006,121,0.027287406298203993,108,0.035942013551470295,152,0.03554441414854759,493,0.031003676419723118
64,examines,39,0.009317037277705047,43,0.009697177444816294,44,0.014643042558006416,58,0.01356300013563,184,0.011571351848334794
65,examining,188,0.044912897646373046,193,0.04352454062440802,167,0.055577002436069806,226,0.052848931562972074,774,0.04867514310114745
66,irs,760,0.1815627777193804,697,0.1571844809078362,746,0.24826613064256334,1131,0.264478502644785,3334,0.20966786446928373
67,oversee,417,0.09962062935392318,504,0.1136599402834282,541,0.18004286417912435,772,0.1805282087018338,2234,0.14049130450641267
68,overseeing,146,0.03487916519345992,156,0.03518045770677539,164,0.05457861317075119,259,0.060565810950485695,725,0.04559364179371047
69,oversees,141,0.033684673234779784,175,0.03946525704285701,202,0.06722487719812037,320,0.07483034557588966,838,0.05269996113535086
70,oversight,1486,0.3550030101197359,1593,0.35924659696726413,1910,0.6356411655861877,2881,0.6737069550129317,7870,0.49492684264345016
71,review,7976,1.90545357248655,9752,2.1992296381825236,10604,3.528973256479546,15071,3.5242754317944787,43403,2.7295183927895383
72,reviewed,761,0.18180167611111642,886,0.1998069585141218,921,0.3065055044528161,1383,0.32340739978579813,3951,0.24846962583027593
73,reviewing,397,0.09484266151920265,529,0.11929783414669348,514,0.17105736079125677,694,0.1622883119677107,2134,0.13420252632796983
74,reviews,928,0.2216977075310329,1247,0.28121814589967253,1403,0.466913379747341,2004,0.468625039169009,5582,0.3510395979206784
75,rotation,51,0.012183817978537369,62,0.013981976780897914,70,0.023295749524101118,98,0.02291679333261621,281,0.017671466681424334
76,test,3891,0.9295536422448805,4872,1.0987127560731393,4626,1.5395162471213109,7696,1.7996698111001463,21085,1.3259888789246692
77,tested,611,0.1459669173507124,685,0.1544782918534689,762,0.2535908733909293,1035,0.24202939897201814,3093,0.19451190905923652
78,testing,4614,1.102277179470028,5600,1.2628882253714244,5737,1.909253071710973,8015,1.8742663118461114,23966,1.507168578245607
79,tests,1851,0.44220092310338566,2422,0.5461991574731411,2215,0.7371440742269139,3803,0.8893118882034637,10291,0.647178162343551
80,treadway,16,0.0038223742677764294,15,0.0033827363179591728,18,0.005990335591911716,22,0.005144586258342414,71,0.004465032506694404
81,Board structure,4,0.0009555935669441074,1,0.00022551575453061152,2,0.0006655928435457462,6,0.0014030689795479312,13,0.000817541163197567
82,backgrounds,54,0.01290051315374545,202,0.045554182415183525,271,0.09018783030044861,435,0.101722501017225,962,0.06049804607661996
83,independence,184,0.04395730407942894,207,0.04668176118783658,187,0.06223293087152727,256,0.05986427646071173,834,0.052448410008213146
84,leadership,678,0.16197310959702618,1402,0.31617308785191733,1693,0.5634243420614742,2502,0.5850797644714874,6275,0.39462083069728715
85,nomination,205,0.0489741703058855,201,0.04532866666065291,237,0.07887275196017092,356,0.08324875945317725,999,0.06282489400264381
86,nominations,162,0.03870153946123635,160,0.03608252072489784,188,0.06256572729330014,287,0.06711346618837605,797,0.0501215620821893
87,nominee,67,0.016006192246313798,84,0.018943323380571368,150,0.04991946326593096,158,0.036947483128095523,459,0.028865491839052557
88,nominees,35,0.00836144371076094,51,0.011501303481061187,105,0.03494362428615168,108,0.02525524163186276,299,0.01880344675354404
89,perspectives,27,0.006450256576872725,143,0.032248752897877445,173,0.057573780966707046,300,0.07015344897739656,643,0.040436843687387355
90,qualifications,335,0.08003096123156898,500,0.11275787726530576,675,0.22463758469668935,803,0.18777739842949812,2313,0.1454594392673825
91,refreshment,6,0.001433390350416161,4,0.0009020630181224461,8,0.0026623713741829847,12,0.0028061379590958624,30,0.0018866334535328469
92,skill,681,0.16268980477223427,1254,0.28279675618138683,1644,0.5471173173946033,2205,0.5156278499838647,5784,0.3637429298411329
93,skills,540,0.1290051315374545,1040,0.23453638471183597,1379,0.458926265624792,1804,0.421856073184078,4763,0.29953450463923165
94,succession,131,0.031295689317419516,264,0.05953615919608144,303,0.10083731579718055,467,0.10920553557481398,1165,0.07326426577885889
95,tenure,49,0.011706021195065315,102,0.023002606962122373,119,0.0396027741909719,198,0.04630127632508173,468,0.029431481875112412
96,vacancies,198,0.047301881563733314,216,0.04871140297861209,236,0.07853995553839806,341,0.07974108700430742,991,0.062321791748368376
97,vacancy,114,0.02723441665790706,134,0.030219111107101942,136,0.04526031336111074,204,0.04770434530462966,588,0.0369780156892438
98,Remuneration,485,0.11586571999197301,618,0.13936873629991792,611,0.20333861370322545,861,0.20134039856512811,2575,0.1619360380949027
99,appreciation,484,0.11562682160023699,562,0.12673985404620366,647,0.2153192848870489,910,0.21279879523143622,2603,0.1636968959848667
100,award,1171,0.2797500167228874,1502,0.33872466330497847,1676,0.5577668028913353,2490,0.5822736265123915,6839,0.43008953962370466
101,awarded,460,0.10989326019857235,525,0.11839577112857104,593,0.19734827811131375,897,0.2097588124424157,2475,0.15564725991645986
102,awarding,22,0.0052557646181925904,24,0.0054123781087346765,19,0.006323132013684589,32,0.007483034557588966,97,0.0061001148330895386
103,awards,700,0.1672288742152188,941,0.21221032501330542,1108,0.3687384353243434,1594,0.3727486588999004,4343,0.2731216362897718
104,bonus,160,0.038223742677764294,239,0.05389826533281615,224,0.07454639847712358,410,0.09587638026910864,1033,0.06496307858331436
105,bonuses,102,0.024367635957074738,183,0.041269383079101905,173,0.057573780966707046,265,0.061968879930033624,723,0.04546786623014161
106,cd,72,0.017200684204993932,82,0.018492291871510143,83,0.027622103007148468,170,0.03975362108719138,407,0.02559532718626229
107,compensate,363,0.08672011620017774,433,0.09764832171175478,484,0.16107346813807058,673,0.15737757053929294,1953,0.12281983782498833
108,compensated,106,0.025323229524018845,128,0.028866016579918274,146,0.048588277578839476,214,0.050042793603876215,594,0.03735534237995037
109,compensates,30,0.007166951752080805,33,0.00744201989951018,37,0.012313467605596304,57,0.013329155305705347,157,0.009873381740155233
110,compensating,30,0.007166951752080805,40,0.00902063018122446,40,0.013311856870914924,48,0.01122455183638345,158,0.009936269521939661
111,compensation,3438,0.8213326707884603,4595,1.03624489206816,5278,1.7564995141172242,7427,1.7367655518504141,20738,1.3041668186454727
112,eip,2,0.0004777967834720537,6,0.0013530945271836691,5,0.0016639821088643655,8,0.0018707586393972415,21,0.0013206434174729928
113,iso,208,0.04969086548109358,194,0.04375005637893863,228,0.07587758416421507,362,0.08465182843272519,992,0.0623846795301528
114,isos,11,0.0026278823090962952,7,0.0015786102817142806,16,0.005324742748365969,16,0.003741517278794483,50,0.0031443890892214115
115,payout,59,0.014095005112425583,59,0.013305429517306079,69,0.022962953102328244,127,0.02969829340043121,314,0.019746763480310466
116,payouts,15,0.0035834758760404026,17,0.003833767827020396,21,0.006988724857230335,44,0.010289172516684828,97,0.0061001148330895386
117,pension,812,0.1939854940896538,728,0.16417546929828516,762,0.2535908733909293,1192,0.278743037270189,3494,0.21972990955479224
118,prsu,0,0.0,3,0.0006765472635918346,0,0.0,0,0.0,3,0.0001886633453532847
119,prsus,0,0.0,3,0.0006765472635918346,0,0.0,0,0.0,3,0.0001886633453532847
120,recoupment,50,0.011944919586801342,61,0.013756461026367302,71,0.02362854594587399,117,0.02735984510118466,299,0.01880344675354404
121,remuneration,485,0.11586571999197301,618,0.13936873629991792,611,0.20333861370322545,861,0.20134039856512811,2575,0.1619360380949027
122,reward,355,0.08480892906628952,650,0.14658524044489749,733,0.24393977715951598,1178,0.27546920965124383,2916,0.18338077168339273
123,rewarding,15,0.0035834758760404026,77,0.017364713098857086,78,0.0259581208982841,125,0.0292306037405819,295,0.01855189562640633
124,rewards,130,0.03105679092568349,287,0.0647230215502855,346,0.11514756193341409,583,0.136331535846074,1346,0.0846469542818404
125,rsu,38,0.00907813888596902,57,0.012854398008244856,54,0.017971006775735147,135,0.03156905203982845,284,0.017860130026777617
126,rsus,35,0.00836144371076094,52,0.011726819235591799,49,0.01630702466687078,106,0.02478755197201345,242,0.015218843191831631
127,salaries,107,0.02556212791575487,206,0.04645624543330597,215,0.07155123068116771,282,0.06594424203875277,810,0.05093910324538687
128,salary,79,0.01887297294714612,193,0.04352454062440802,192,0.06389691298039163,315,0.0736611214262664,779,0.048989582010069595
129,severance,112,0.026756619874435006,136,0.030670142616163167,110,0.03660760639501604,193,0.04513205217545845,551,0.034651167763219956
130,vest,96,0.022934245606658576,101,0.022777091207591763,112,0.03727319923856179,162,0.03788286244779414,471,0.0296201452204657
131,vested,116,0.027712213441379113,159,0.03585700497036723,198,0.06589369151102888,264,0.06173503510010897,737,0.04634829517512361
132,vesting,160,0.038223742677764294,190,0.04284799336081618,195,0.06489530224571026,287,0.06711346618837605,832,0.052322634444644286
133,vests,9,0.0021500855256242415,8,0.0018041260362448922,14,0.0046591499048202235,20,0.004676896598493104,51,0.0032072768710058397
134,Shareholder rights,21,0.005016866226456564,33,0.00744201989951018,53,0.017638210353962274,52,0.01215993115608207,159,0.009999157303724089
135,ballot,32,0.007644748535552859,53,0.01195233499012241,53,0.017638210353962274,87,0.020344500203445002,225,0.014149750901496352
136,ballots,1,0.00023889839173602684,0,0.0,0,0.0,0,0.0,1,6.288778178442823e-05
137,cast,196,0.04682408478026126,187,0.042171446097224355,177,0.05890496665379854,279,0.0652427075489788,839,0.052762848917135285
138,consent,1763,0.4211778646306153,2230,0.5029001326032637,2674,0.8898976318206626,3699,0.8649920258912995,10366,0.6518947459773831
139,elect,1717,0.41018853861075805,2068,0.4663665803693046,2589,0.8616099359699685,3257,0.761632611064602,9631,0.6056722263658283
140,elected,763,0.18227947289458848,1008,0.2273198805668564,1311,0.43629610894423665,1597,0.37345019338967433,4679,0.2942519309693397
141,electing,141,0.033684673234779784,177,0.039916288551918234,252,0.08386469828676402,284,0.06641193169860207,854,0.05370616564390171
142,election,1346,0.3215572352766921,1602,0.36127623875803966,1908,0.6349755727426418,2359,0.5516399537922616,7215,0.4537353455746497
143,elections,159,0.03798484428602827,226,0.0509665605239182,260,0.086527069660947,282,0.06594424203875277,927,0.05829697371416497
144,elects,167,0.03989603141991648,177,0.039916288551918234,178,0.05923776307557141,250,0.0584612074811638,772,0.048549367537578596
145,nominate,114,0.02723441665790706,129,0.029091532334448885,154,0.051250648953022455,214,0.050042793603876215,611,0.03842443467028565
146,nominated,54,0.01290051315374545,48,0.010824756217469353,54,0.017971006775735147,91,0.021279879523143624,247,0.015533282100753772
147,plurality,5,0.0011944919586801342,5,0.0011275787726530576,14,0.0046591499048202235,29,0.006781500067815,53,0.003333052434574696
148,proponent,5,0.0011944919586801342,1,0.00022551575453061152,6,0.0019967785306372384,13,0.0030399827890205174,25,0.0015721945446107058
149,proponents,4,0.0009555935669441074,0,0.0,2,0.0006655928435457462,6,0.0014030689795479312,12,0.0007546533814131388
150,proposal,1794,0.42858371477443213,1964,0.442912941898121,2172,0.7228338280906804,3124,0.7305312486846228,9054,0.5693859762762132
151,proposals,1290,0.3081789253394746,1438,0.32429165501501933,1531,0.5095113217342687,2181,0.510015574065673,6440,0.4049973146917178
152,proxies,101,0.02412873756533871,162,0.036533552233959064,239,0.07953834480371667,281,0.06571039720882811,783,0.04924113313720731
153,quorum,86,0.020545261689298308,159,0.03585700497036723,267,0.08885664461335711,298,0.06968575931754725,810,0.05093910324538687
154,vote,1860,0.4443510086290099,3197,0.720973867234365,5203,1.7315397824842587,5270,1.2323622537029328,15530,0.9766472511121704
155,voted,266,0.06354697220178314,318,0.07171400994073446,492,0.16373583951225357,477,0.11154398387406053,1553,0.09766472511121704
156,votes,291,0.0695194319951838,346,0.07802845106759158,439,0.1460976291582913,582,0.13609769101614932,1658,0.104267942198582
157,voting,2256,0.5389547717564765,2666,0.6012250015786103,3330,1.1082120845036674,4510,1.054640182960195,12762,0.802573871132873
158,Transparency,736,0.17582921631771575,890,0.20070902153224424,1044,0.3474394643308795,1610,0.37649017617869485,4280,0.26915970603735284
159,brother,27,0.006450256576872725,28,0.0063144411268571225,48,0.015974228245097907,90,0.021046034693218967,193,0.012137341884394649
160,clicking,9,0.0021500855256242415,10,0.002255157545306115,9,0.002995167795955858,20,0.004676896598493104,48,0.003018613525652555
161,conflict,2071,0.4947585692853116,2893,0.652417077857059,4657,1.54983293619627,6588,1.5405697395436284,16209,1.0193480549437972
162,conflicts,1321,0.31558477548329145,1874,0.422616523990366,2769,0.9215132918890856,3476,0.8128446288181015,9440,0.5936606600450025
163,family,1818,0.4343172761760968,2125,0.47922097837754946,2114,0.7035316356278537,2915,0.6816576792303699,8972,0.56422917816989
164,grandchildren,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
165,grandparent,0,0.0,1,0.00022551575453061152,0,0.0,0,0.0,1,6.288778178442823e-05
166,grandparents,0,0.0,1,0.00022551575453061152,0,0.0,0,0.0,1,6.288778178442823e-05
167,inform,199,0.04754077995546934,304,0.0685567893773059,375,0.12479865816482741,587,0.1372669151657726,1465,0.09213060031418736
168,insider,326,0.07788087570594475,401,0.09043181756677522,477,0.15874389318566046,614,0.1435807255737383,1818,0.11432998728409052
169,insiders,198,0.047301881563733314,240,0.054123781087346765,266,0.08852384819158425,349,0.08161184564370466,1053,0.06622083421900293
170,inspector,177,0.04228501533727675,188,0.04239696185175496,207,0.06888885930698473,267,0.06243656958988294,839,0.052762848917135285
171,inspectors,32,0.007644748535552859,41,0.009246145935755071,43,0.014310246136233544,54,0.01262762081593138,170,0.010690922903352799
172,interlocks,5,0.0011944919586801342,5,0.0011275787726530576,5,0.0016639821088643655,9,0.002104603469321897,24,0.0015093067628262776
173,nephews,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
174,nieces,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
175,posting,140,0.03344577484304376,136,0.030670142616163167,119,0.0396027741909719,193,0.04513205217545845,588,0.0369780156892438
176,relatives,11,0.0026278823090962952,19,0.004284799336081619,18,0.005990335591911716,25,0.00584612074811638,73,0.0045908080702632605
177,siblings,5,0.0011944919586801342,2,0.00045103150906122304,2,0.0006655928435457462,2,0.00046768965984931036,11,0.0006917655996287105
178,sister,24,0.005733561401664644,3,0.0006765472635918346,7,0.0023295749524101118,15,0.003507672448869828,49,0.0030815013074369834
179,son,20,0.004777967834720537,24,0.0054123781087346765,25,0.008319910544321827,36,0.008418413877287588,105,0.006603217087364964
180,spousal,0,0.0,2,0.00045103150906122304,2,0.0006655928435457462,3,0.0007015344897739656,7,0.00044021447249099763
181,spouse,49,0.011706021195065315,53,0.01195233499012241,50,0.016639821088643654,61,0.014264534625403967,213,0.013395097520083213
182,spouses,32,0.007644748535552859,30,0.0067654726359183456,27,0.008985503387867574,29,0.006781500067815,118,0.007420758250562531
183,stepchildren,0,0.0,0,0.0,0,0.0,3,0.0007015344897739656,3,0.0001886633453532847
184,stepparents,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
185,transparency,736,0.17582921631771575,890,0.20070902153224424,1044,0.3474394643308795,1610,0.37649017617869485,4280,0.26915970603735284
186,transparent,106,0.025323229524018845,144,0.03247426865240806,202,0.06722487719812037,260,0.06079965578041035,712,0.0447761006305129
187,visit,354,0.0845700306745535,601,0.1355349684728975,586,0.19501870315890363,761,0.1779559155726626,2302,0.14476767366775378
188,visiting,53,0.012661614762009422,58,0.013079913762775468,59,0.019634988884599514,84,0.019642965713671037,254,0.01597349657324477
189,visits,169,0.040373828203388536,316,0.07126297843167324,330,0.10982281918504812,443,0.10359325965662225,1258,0.07911282948481071
190,webpage,11,0.0026278823090962952,10,0.002255157545306115,10,0.003327964217728731,26,0.006079965578041035,57,0.0035846035617124092
191,website,3394,0.8108211415520751,3525,0.7949430347204056,3814,1.269285552641738,6183,1.445862583424143,16916,1.063809716665388
192,Talent,478,0.11419343124982083,1345,0.3033186898436725,1703,0.5667523062792029,2778,0.6496209375306922,6304,0.3964445763690356
193,attract,3017,0.720756447867593,3703,0.8350848390268544,4362,1.4516579917732724,6631,1.5506250672303885,17713,1.1139312787475772
194,attracting,471,0.11252114250766863,637,0.14365353563599953,747,0.2485989270643362,1122,0.2623738991754631,2977,0.18721692637224285
195,attracts,42,0.010033732452913127,55,0.012403366499183633,54,0.017971006775735147,90,0.021046034693218967,241,0.015155955410047203
196,incentive,2586,0.6177912410293654,3176,0.7162380363892221,3623,1.2057214360831192,5294,1.2379745296211246,14679,0.923129748813622
197,incentives,776,0.18538515198715683,1026,0.2313791641484074,1169,0.38903901705248867,1780,0.41624379726588623,4751,0.29877985125781853
198,interview,30,0.007166951752080805,77,0.017364713098857086,131,0.04359633125224638,156,0.03647979346824621,394,0.024777786023064723
199,interviews,24,0.005733561401664644,57,0.012854398008244856,102,0.033945235020833055,94,0.02198141401291759,277,0.01741991555428662
200,motivate,427,0.10200961327128345,578,0.13034810611869346,663,0.22064402763541485,986,0.23057100230571,2654,0.16690417285587253
201,motivated,63,0.01505059867936969,97,0.021875028189469316,85,0.028287695850694215,148,0.03460903482884897,393,0.024714898241280293
202,motivates,1,0.00023889839173602684,12,0.0027061890543673382,12,0.003993557061274477,11,0.002572293129171207,36,0.002263960144239416
203,motivating,63,0.01505059867936969,117,0.026385343280081547,145,0.0482554811570666,214,0.050042793603876215,539,0.03389651438180682
204,motivation,52,0.012422716370273396,126,0.02841498507085705,255,0.08486308755208263,217,0.050744328093650176,650,0.04087705815987835
205,recruit,802,0.1915965101722935,1044,0.23543844772995842,1267,0.42165306638623024,1749,0.4089946075382219,4862,0.30576039503589003
206,recruiting,499,0.11921029747627739,831,0.18740359201493817,1002,0.33346201461641883,1385,0.32387508944564747,3717,0.23375388489271973
207,recruitment,310,0.07405850143816832,472,0.10644343613844863,555,0.18470201408394457,826,0.1931558295177652,2163,0.13602627199971826
208,retain,4760,1.1371563446634878,5694,1.284086706297302,6561,2.1834773232518203,9791,2.289574729792299,26806,1.6857698785133832
209,retainer,16,0.0038223742677764294,27,0.006088925372326511,29,0.00965109623141332,36,0.008418413877287588,108,0.0067918804327182485
210,retainers,10,0.0023889839173602684,19,0.004284799336081619,21,0.006988724857230335,24,0.005612275918191725,74,0.004653695852047689
211,retaining,955,0.22814796410790564,1311,0.29565115418963167,1571,0.5228231786051837,2274,0.5317631432486659,6111,0.38430723448464094
212,retention,974,0.23268703355089013,1357,0.3060248788980398,1822,0.6063550804701748,2622,0.6131411440624459,6775,0.42606472158950126
213,talent,478,0.11419343124982083,1345,0.3033186898436725,1703,0.5667523062792029,2778,0.6496209375306922,6304,0.3964445763690356
214,talented,153,0.036551453935612106,313,0.0705864311680814,412,0.13711212577042373,571,0.13352539788697812,1449,0.09112439580563651
215,talents,57,0.01361720832895353,95,0.02142399668040809,91,0.03028447438133145,152,0.03554441414854759,395,0.02484067380484915
216,Business ethics,29,0.006928053360344778,30,0.0067654726359183456,30,0.009983892653186194,57,0.013329155305705347,146,0.009181616140526521
217,cobc,0,0.0,0,0.0,0,0.0,7,0.0016369138094725864,7,0.00044021447249099763
218,ethic,585,0.1397555591655757,739,0.1666561425981219,824,0.27422425154084745,1267,0.29628139951453814,3415,0.2147617747938224
219,ethical,227,0.05422993492407809,289,0.06517405305934673,350,0.11647874762050558,556,0.1300177254381083,1422,0.08942642569745694
220,ethically,32,0.007644748535552859,41,0.009246145935755071,50,0.016639821088643654,74,0.017304517414424486,197,0.012388893011532362
221,ethics,583,0.13927776238210365,732,0.16507753231640762,815,0.2712290837448916,1258,0.29417679604521624,3388,0.21306380468564284
222,honesty,10,0.0023889839173602684,20,0.00451031509061223,24,0.007987114122548954,42,0.009821482856835519,96,0.00603722705130511
223,Bribery and corruption,25,0.005972459793400671,28,0.0063144411268571225,30,0.009983892653186194,41,0.009587638026910863,124,0.0077980849412691
224,bribery,537,0.1282884363622464,670,0.1510955555355097,773,0.2572516340304309,1131,0.264478502644785,3111,0.19564388913135622
225,corrupt,505,0.12064368782669355,548,0.12358263348277511,598,0.19901226022017812,885,0.20695267448331986,2536,0.15948341460531
226,corruption,748,0.17869599701854808,928,0.2092786202044075,1192,0.39669333475326474,1741,0.4071238488988247,4609,0.2898497862444297
227,crimes,109,0.026039924699226925,111,0.025032248752897876,134,0.044594720517564995,188,0.04396282802583518,542,0.034085177727160104
228,embezzlement,9,0.0021500855256242415,13,0.0029317048088979497,12,0.003993557061274477,25,0.00584612074811638,59,0.0037103791252812656
229,Responsible marketing,0,0.0,0,0.0,0,0.0,1,0.00023384482992465518,1,6.288778178442823e-05
230,Whistle-blowing system,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
231,whistleblower,203,0.04849637352241345,281,0.06336992702310183,338,0.1124851905592311,488,0.11411627700323174,1310,0.08238299413760099
232,Sustainability management and reporting,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
233,announce,129,0.030817892533947462,189,0.042622477606285576,272,0.09052062672222148,383,0.08956256986114294,973,0.061189811676248665
234,announced,1933,0.46179059122573984,2427,0.5473267362457941,2527,0.8409765578200503,3675,0.8593797499731078,10562,0.664220751207131
235,announcement,694,0.1657954838648026,797,0.17973605636089737,817,0.2718946765884373,1181,0.2761707441410178,3489,0.2194154706458701
236,announcements,452,0.10798207306468413,518,0.11681716084685675,558,0.1857004033492632,835,0.1952604329870871,2363,0.1486038283566039
237,announces,6,0.001433390350416161,6,0.0013530945271836691,5,0.0016639821088643655,11,0.002572293129171207,28,0.0017608578899639905
238,announcing,32,0.007644748535552859,59,0.013305429517306079,90,0.029951677959558578,125,0.0292306037405819,306,0.01924366122603504
239,communicate,255,0.060919089892686844,328,0.07396916748604057,351,0.11681154404227846,555,0.12978388060818363,1489,0.09363990707701364
240,communicated,88,0.021023058472770362,115,0.025934311771020322,139,0.04625870262642936,207,0.048405879794403625,549,0.034525392199651096
241,communicates,18,0.004300171051248483,17,0.003833767827020396,17,0.005657539170138843,26,0.006079965578041035,78,0.004905246979185402
242,communicating,54,0.01290051315374545,77,0.017364713098857086,80,0.026623713741829848,100,0.02338448299246552,311,0.01955810013495718
243,erm,43,0.010272630844649154,21,0.004735830845142842,38,0.012646264027369177,71,0.016602982924650518,173,0.010879586248706084
244,fairly,163,0.038940437852972375,208,0.046907276942367196,227,0.0755447877424422,300,0.07015344897739656,898,0.05647322804241655
245,integrity,1093,0.26111594216747736,1322,0.2981318274894684,1414,0.4705741403868426,2264,0.5294246949494193,6093,0.3831752544125212
246,liaison,23,0.005494663009928617,21,0.004735830845142842,14,0.0046591499048202235,39,0.009119948367061552,97,0.0061001148330895386
247,presentation,340,0.08122545319024913,431,0.09719729020269356,539,0.1793772713355786,734,0.1716421051646969,2044,0.12854262596737132
248,presentations,84,0.020067464905826254,111,0.025032248752897876,102,0.033945235020833055,178,0.041624379726588626,475,0.02987169634760341
249,sustainable,415,0.09914283257045113,581,0.13102465338228528,844,0.2808801799763049,1338,0.31288438243918865,3178,0.19985737051091293
250,Disclosure and reporting,28,0.0066891549686087515,18,0.004059283581551007,24,0.007987114122548954,37,0.008652258707212243,107,0.00672899265093382
251,asc,213,0.05088535743977372,185,0.04172041458816313,255,0.08486308755208263,351,0.08207953530355397,1004,0.06313933291156594
252,disclose,968,0.23125364320047398,1199,0.2703933896822032,1547,0.5148360644826346,2207,0.516095539643714,5921,0.3723585559455996
253,disclosed,926,0.22121991074756084,1141,0.2573134759194277,1437,0.47822845808761866,1970,0.46067431495157074,5474,0.3442477174879601
254,discloses,27,0.006450256576872725,32,0.007216504144979569,27,0.008985503387867574,42,0.009821482856835519,128,0.008049636068406814
255,disclosing,112,0.026756619874435006,147,0.033150815915999894,167,0.055577002436069806,264,0.06173503510010897,690,0.04339256943125548
256,disclosure,4515,1.078626238688161,5420,1.2222953895559143,7043,2.3438851985463454,10165,2.37703269618412,27143,1.7069630609747355
257,disclosures,846,0.2021080394086787,946,0.2133379037859585,1190,0.396027741909719,2041,0.47727729787622125,5023,0.315885327903183
258,fasb,278,0.06641375290261546,217,0.048936918733142695,193,0.0642297094021645,253,0.059162741970937766,941,0.05917740265914696
259,gaap,980,0.2341204239013063,986,0.22235853396718294,1043,0.34710666790910666,1364,0.31896434801722967,4373,0.27500826974330467
260,objectivity,4,0.0009555935669441074,4,0.0009020630181224461,5,0.0016639821088643655,6,0.0014030689795479312,19,0.0011948678539041365
261,press,267,0.06378587059351916,317,0.07148849418620384,399,0.13278577228737637,610,0.14264534625403966,1593,0.10018023638259417
262,sarbanes,1047,0.2501266161476201,1327,0.2992594062621215,1820,0.605689487626629,2263,0.5291908501194947,6457,0.4060664069820531
263,Governance of sustainability issues,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
264,Stakeholder engagement,4,0.0009555935669441074,4,0.0009020630181224461,7,0.0023295749524101118,25,0.00584612074811638,40,0.0025155112713771293
265,engagement,654,0.15623954819536154,1393,0.3141434460611418,2045,0.6805686825255255,3098,0.7244512831065818,7190,0.45216315103003896
266,engagements,126,0.03010119735873938,151,0.03405287893412234,220,0.07321521279003208,334,0.07810417319483484,831,0.05225974666285986
267,feedback,211,0.05040756065630166,431,0.09719729020269356,558,0.1857004033492632,866,0.2025096227147514,2066,0.12992615716662873
268,hotline,18,0.004300171051248483,51,0.011501303481061187,46,0.015308635401552162,77,0.01800605190419845,192,0.01207445410261022
269,investor,6540,1.5623954819536154,7929,1.7881144176732187,10723,3.5685760306705183,14778,3.4557588966265547,39970,2.5136246379235963
270,invite,44,0.010511529236385181,59,0.013305429517306079,63,0.020966174571691004,91,0.021279879523143624,257,0.016162159918598054
271,invited,16,0.0038223742677764294,25,0.005637893863265288,35,0.011647874762050559,44,0.010289172516684828,120,0.0075465338141313875
272,mail,251,0.059963496325742736,257,0.057957548914367156,256,0.08519588397385551,369,0.08628874224219776,1133,0.07125185676175719
273,mailed,52,0.012422716370273396,111,0.025032248752897876,200,0.06655928435457462,174,0.040689000406890004,537,0.03377073881823796
274,mailing,92,0.02197865203971447,127,0.02864050082538766,148,0.049253870422385215,155,0.036245948638321555,522,0.032827422091471534
275,mailings,27,0.006450256576872725,39,0.008795114426693848,56,0.018636599619280894,57,0.013329155305705347,179,0.011256912939412653
276,notice,2859,0.6830105019733007,3043,0.6862444410366508,3446,1.1468164694293208,5001,1.1694579944532006,14349,0.9023767808247607
277,relations,1054,0.2517989048897723,1067,0.2406253100841625,1208,0.4020180775016307,1820,0.42559759046287243,5149,0.323809188408021
278,stakeholder,292,0.06975833038691984,441,0.09945244774799968,776,0.25825002329574953,1537,0.35941950359419506,3046,0.1915561833153684
279,stakeholders,267,0.06378587059351916,401,0.09043181756677522,678,0.22563597396200796,1254,0.2932414167255176,2600,0.1635082326395134
280,UNGC compliance,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
281,compact,48,0.011467122803329288,65,0.014658524044489748,78,0.0259581208982841,132,0.030867517550054485,323,0.020312753516370317
282,ungc,0,0.0,1,0.00022551575453061152,0,0.0,3,0.0007015344897739656,4,0.00025155112713771293
283,Environmental,5257,1.255888845356293,5341,1.204479644947996,5675,1.8886196935610549,9760,2.2823255400646345,26033,1.6371576231940201
284,clean,840,0.20067464905826254,922,0.2079255256772238,973,0.32381091838500553,1733,0.40525309025942746,4468,0.28098260901282535
285,environmental,5257,1.255888845356293,5341,1.204479644947996,5675,1.8886196935610549,9760,2.2823255400646345,26033,1.6371576231940201
286,epa,1225,0.29265052987663287,1111,0.2505480032835094,1132,0.37672554944689235,1904,0.4452405561765435,5372,0.33783316374594846
287,"sustainability
Climate change",0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
288,Climate,1198,0.28620027329976017,1405,0.3168496351155092,2440,0.8120232691258104,5023,1.174602580711543,10066,0.6330284114420546
289,warming,45,0.010750427628121208,46,0.01037372470840813,58,0.01930219246282664,106,0.02478755197201345,255,0.016036384355029198
290,Biofuels,35,0.00836144371076094,43,0.009697177444816294,58,0.01930219246282664,92,0.021513724353068277,228,0.014338414246849637
291,biofuels,35,0.00836144371076094,43,0.009697177444816294,58,0.01930219246282664,92,0.021513724353068277,228,0.014338414246849637
292,biofuel,53,0.012661614762009422,64,0.014433008289959137,84,0.02795489942892134,142,0.033205965849301036,343,0.021570509152058884
293,Climate change strategy,2,0.0004777967834720537,3,0.0006765472635918346,0,0.0,3,0.0007015344897739656,8,0.0005031022542754259
294,green,239,0.057096715624910414,248,0.05592790712359166,294,0.09784214800122469,580,0.13563000135630002,1361,0.08559027100860682
295,renewable,956,0.22838686249964166,1037,0.23385983744824412,1249,0.4156627307943185,2082,0.4868649359031321,5324,0.3348145502202959
296,solar,444,0.10607088593079592,653,0.14726178770848933,799,0.2659043409965256,1466,0.34281652066954454,3362,0.2114287223592477
297,stewardship,53,0.012661614762009422,67,0.015109555553550971,99,0.03294684575551444,189,0.04419667285575983,408,0.025658214968046718
298,wind,727,0.17367913079209152,733,0.16530304807093824,828,0.2755554372279389,1277,0.2986198478137847,3565,0.22419494206148663
299,Emissions management and reporting,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
300,emission,2045,0.48854721110017485,2068,0.4663665803693046,2078,0.6915509644440303,4188,0.9793421477244559,10379,0.6527122871405806
301,emissions,1562,0.3731592878916739,1570,0.35405973461306006,1729,0.5754050132452976,3511,0.8210291978654644,8372,0.5264965090992332
302,ghg,461,0.11013215859030837,465,0.10486482585673434,534,0.17771328922671423,1235,0.28879836495694916,2695,0.16948257190903407
303,ghgs,89,0.02126195686450639,82,0.018492291871510143,73,0.024294138789419738,168,0.039285931427342075,412,0.02590976609518443
304,greenhouse,482,0.11514902481676494,447,0.10080554227518335,562,0.18703158903635467,1006,0.23524789890420314,2497,0.1570307911157173
305,atmosphere,68,0.016245090638049825,74,0.01668816583526525,85,0.028287695850694215,144,0.03367365550915035,371,0.023331367042022873
306,emit,30,0.007166951752080805,31,0.006990988390448957,26,0.0086527069660947,52,0.01215993115608207,139,0.008741401668035524
307,Ecosystem Service,0,0.0,1,0.00022551575453061152,3,0.0009983892653186192,2,0.00046768965984931036,6,0.0003773266907065694
308,agriculture,193,0.04610738960505318,218,0.04916243448767331,268,0.08918944103512999,437,0.10219019067707433,1116,0.07018276447142191
309,deforestation,8,0.0019111871338882147,8,0.0018041260362448922,15,0.004991946326593097,23,0.005378431088267069,54,0.0033959402163591243
310,pesticide,33,0.007883646927288886,38,0.008569598672163238,52,0.0173054139321894,80,0.018707586393972415,203,0.01276621970223893
311,pesticides,24,0.005733561401664644,31,0.006990988390448957,38,0.012646264027369177,59,0.013796844965554656,152,0.009558942831233092
312,wetlands,54,0.01290051315374545,47,0.01059924046293874,42,0.01397744971446067,80,0.018707586393972415,223,0.014023975337927496
313,Access to land,0,0.0,0,0.0,0,0.0,3,0.0007015344897739656,3,0.0001886633453532847
314,zoning,236,0.056380020449702334,223,0.050290013260326366,218,0.07254961994648633,363,0.08488567326264984,1040,0.06540329305580536
315,Biodiversity management,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
316,biodiversity,4,0.0009555935669441074,17,0.003833767827020396,13,0.00432635348304735,28,0.006547655237890346,62,0.00389904247063455
317,species,192,0.04586849121331715,221,0.049838981751265145,233,0.07754156627307943,349,0.08161184564370466,995,0.06257334287550609
318,wilderness,29,0.006928053360344778,21,0.004735830845142842,16,0.005324742748365969,20,0.004676896598493104,86,0.005408349233460828
319,wildlife,55,0.013139411545481476,66,0.01488403979902036,65,0.02163176741523675,104,0.02431986231216414,290,0.018237456717484186
320,Water,2745,0.6557760853153937,2491,0.5617597445357533,2511,0.8356518150716844,3966,0.9274285954811825,11713,0.7366045880410078
321,freshwater,2,0.0004777967834720537,2,0.00045103150906122304,6,0.0019967785306372384,14,0.003273827618945173,24,0.0015093067628262776
322,groundwater,220,0.052557646181925904,204,0.046005213924244746,189,0.06289852371507301,288,0.0673473110183007,901,0.056661891387769836
323,water,2745,0.6557760853153937,2491,0.5617597445357533,2511,0.8356518150716844,3966,0.9274285954811825,11713,0.7366045880410078
324,Environmental management,32,0.007644748535552859,29,0.006539956881387734,30,0.009983892653186194,54,0.01262762081593138,145,0.009118728358742093
325,cleaner,49,0.011706021195065315,51,0.011501303481061187,44,0.014643042558006416,79,0.018473741564047762,223,0.014023975337927496
326,cleanup,266,0.06354697220178314,239,0.05389826533281615,225,0.07487919489889645,396,0.09260255265016346,1126,0.07081164228926619
327,coal,1510,0.36073657152140054,1927,0.43456885898048836,1894,0.6303164228378216,3068,0.7174359382088421,8399,0.5281944792074127
328,contamination,1024,0.24463195313769148,1118,0.25212661356522365,1141,0.3797207172428482,1666,0.38958548665447557,4949,0.3112316320511353
329,fossil,188,0.044912897646373046,231,0.05209413929657126,241,0.08020393764726241,543,0.12697774264908776,1203,0.07565400148666716
330,resource,10684,2.5523904173077105,12983,2.9278710410709294,15096,5.023894783083292,22057,5.157915413648119,60820,3.824834888128925
331,Environmental standards,33,0.007883646927288886,36,0.008118567163102015,51,0.016972617510416527,77,0.01800605190419845,197,0.012388893011532362
332,Pollution control,135,0.03225128288436362,118,0.026610859034612157,95,0.031615660068422945,166,0.03881824176749276,514,0.03232431983719611
333,air,1541,0.3681424216652173,1828,0.41224279928195784,1818,0.6050238947830833,2931,0.6853991965091644,8118,0.5105230125259884
334,carbon,576,0.13760547363995146,688,0.1551548391170607,902,0.30018237243913154,1795,0.4197514697147561,3961,0.24909850364812022
335,nitrogen,182,0.043479507295956885,197,0.04442660364253047,96,0.031948456490195815,369,0.08628874224219776,844,0.053077287826057425
336,pollution,396,0.09460376312746663,387,0.08727459700334665,337,0.11215239413745823,592,0.1384361393153959,1712,0.10766388241494113
337,superfund,83,0.019828566514090228,78,0.017590228853387697,72,0.023961342367646864,125,0.0292306037405819,358,0.022513825878825305
338,Product opportunities,22,0.0052557646181925904,22,0.004961346599673453,27,0.008985503387867574,31,0.007249189727664311,102,0.0064145537420116795
339,Supply chain environmental standards,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
340,Waste and recycling,2,0.0004777967834720537,3,0.0006765472635918346,1,0.0003327964217728731,9,0.002104603469321897,15,0.0009433167267664234
341,biphenyls,11,0.0026278823090962952,9,0.0020296417907755037,9,0.002995167795955858,16,0.003741517278794483,45,0.0028299501802992702
342,hazardous,1895,0.45271245233977087,1842,0.4154000198453864,1835,0.6106814339532222,2962,0.6926483862368287,8534,0.5366843297483105
343,householding,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
344,pollutants,216,0.0516020526149818,226,0.0509665605239182,185,0.061567338027981526,318,0.07436265591604035,945,0.059428953786284676
345,printing,103,0.024606534348810764,142,0.03202323714334684,111,0.03694040281678891,150,0.03507672448869828,506,0.03182121758292068
346,recycling,265,0.0633080738100471,236,0.053221718069224315,224,0.07454639847712358,384,0.0897964146910676,1109,0.06974254999893091
347,toxic,526,0.1256605540531501,533,0.12019989716481594,515,0.17139015721302964,762,0.17818976040258727,2336,0.14690585824842434
348,waste,1670,0.39896031419916483,1533,0.34571565169542745,1455,0.48421879367953036,2564,0.599578143926816,7222,0.45417556004714066
349,wastes,442,0.10559308914732386,464,0.10463931010220374,424,0.1411056828316982,709,0.16579598441658053,2039,0.12822818705844916
350,weee,8,0.0019111871338882147,7,0.0015786102817142806,16,0.005324742748365969,17,0.003975362108719138,48,0.003018613525652555
351,recycle,47,0.011228224411593261,34,0.007667535654040792,38,0.012646264027369177,68,0.015901448434876553,187,0.01176001519368808
352,Social,1621,0.38725429300409947,2696,0.6079904742145287,3367,1.1205255521092636,5121,1.1975193740441592,12805,0.8052780457496035
353,citizen,344,0.08218104675719323,333,0.07509674625869363,340,0.11315078340277686,600,0.14030689795479312,1617,0.10168954314542045
354,citizens,191,0.045629592821581126,172,0.03878870977926518,172,0.057240984544934176,334,0.07810417319483484,869,0.054649482370668134
355,csr,19,0.00453906944298451,34,0.007667535654040792,43,0.014310246136233544,73,0.01707067258449983,169,0.010628035121568371
356,disabilities,194,0.04634628799678921,219,0.049387950242203923,214,0.07121843425939484,319,0.07459650074596501,946,0.05949184156806911
357,disability,258,0.061635785067894924,378,0.08524495521257115,419,0.13944170072283382,595,0.13913767380516984,1650,0.10376483994430657
358,disabled,157,0.037507047502556214,142,0.03202323714334684,142,0.04725709189174798,236,0.055187379862218625,677,0.04257502826805791
359,human,3954,0.9446042409242501,5357,1.2080878970204858,5908,1.9661612598341343,8205,1.9186968295317959,23424,1.4730834005184468
360,nations,163,0.038940437852972375,178,0.04014180430644885,261,0.08685986608271988,393,0.0919010181603895,995,0.06257334287550609
361,social,1621,0.38725429300409947,2696,0.6079904742145287,3367,1.1205255521092636,5121,1.1975193740441592,12805,0.8052780457496035
362,un,3053,0.7293567899700899,3416,0.770361817476569,3885,1.292914098587612,5475,1.2803004438374872,15829,0.9954506978657145
363,veteran,153,0.036551453935612106,264,0.05953615919608144,328,0.10915722634150238,431,0.10078712169752639,1176,0.0739560313784876
364,veterans,133,0.03177348610089157,215,0.048485887224081474,249,0.0828663090214454,306,0.0715565179569445,903,0.05678766695133869
365,vulnerable,830,0.19828566514090226,890,0.20070902153224424,939,0.31249584004472786,1568,0.36666869332185936,4227,0.26582665360277813
366,Public health,870,0.20784160081034334,1461,0.3294785173692234,1567,0.5214919929180921,2404,0.562162971138871,6302,0.3963188008054667
367,children,530,0.1266161476200942,643,0.1450066301631832,666,0.2216424169007335,945,0.22098336427879917,2784,0.1750795844878482
368,epidemic,505,0.12064368782669355,701,0.15808654392595867,737,0.24527096284660746,1351,0.31592436522820916,3294,0.2071523531979066
369,health,10121,2.4178906227603276,13669,3.0825748486789286,14336,4.770969502535909,20953,4.8997507214113005,59079,3.7153472600422353
370,healthy,701,0.1674677726069548,989,0.22303508123077478,1012,0.3367899788341476,1520,0.3554441414854759,4222,0.265512214693856
371,ill,45,0.010750427628121208,109,0.024581217243836655,108,0.035942013551470295,113,0.026424465781486037,375,0.023582918169160586
372,illness,283,0.06760824486129559,465,0.10486482585673434,467,0.15541592896793174,569,0.1330577082271288,1784,0.11219180270341997
373,pandemic,955,0.22814796410790564,11215,2.529159187060808,11331,3.770916255108425,11062,2.586791508626536,34563,2.173590401815193
374,Access to medicine,3,0.0007166951752080805,8,0.0018041260362448922,9,0.002995167795955858,6,0.0014030689795479312,26,0.001635082326395134
375,childbirth,3,0.0007166951752080805,5,0.0011275787726530576,3,0.0009983892653186192,9,0.002104603469321897,20,0.0012577556356885647
376,drug,17310,4.135331160950624,19596,4.419206725781863,20062,6.67656181360738,28604,6.688897515164837,85572,5.381433262857093
377,medicaid,2371,0.5664280868061197,2675,0.6032546433693858,2822,0.9391515022430479,3900,0.9119948367061552,11768,0.7400634160391514
378,medicare,3484,0.8323219968083175,3971,0.8955230612410583,4326,1.439677320589449,6572,1.536828222264834,18353,1.1541794590896113
379,medicine,1939,0.463223981576156,2387,0.5383061060645696,2539,0.8449701148813248,3197,0.7476019212691226,10062,0.6327768603149169
380,medicines,1040,0.2484543274054679,1322,0.2981318274894684,1424,0.4739021046045713,1725,0.40338233162003023,5511,0.34657456541398396
381,HIV and AIDS,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
382,hiv,71,0.016961785813257906,94,0.02119848092587748,81,0.02695651016360272,140,0.03273827618945173,386,0.024274683768789298
383,Nutrition,94,0.022456448823186523,103,0.023228122716652984,157,0.05224903821834108,219,0.05121201775349949,573,0.03603469896247738
384,alcohol,246,0.0587690043670626,341,0.07690087229493853,319,0.10616205854554651,380,0.08886103537136897,1286,0.08087368737477471
385,drinking,188,0.044912897646373046,169,0.03811216251567334,181,0.06023615234089003,240,0.056122759181917246,778,0.04892669422828516
386,Product safety,146,0.03487916519345992,158,0.03563148921583662,192,0.06389691298039163,330,0.07716879387513621,826,0.05194530775393772
387,bugs,96,0.022934245606658576,106,0.02390466998024482,168,0.05590979885784268,291,0.06804884550807466,661,0.04156882375950706
388,conformance,58,0.013856106720689557,52,0.011726819235591799,45,0.014975838979779289,57,0.013329155305705347,212,0.013332209738298784
389,defects,740,0.17678480988465986,916,0.20657243115004015,1105,0.36774004605902477,1565,0.36596715883208536,4326,0.2720525439994365
390,fda,19683,4.702237044540216,23173,5.225876579737861,25031,8.330227233396787,34304,8.021813045735373,102191,6.426565308332505
391,inspection,1811,0.4326449874339446,2342,0.5281578971106922,2592,0.8626083252352871,3512,0.8212630426953891,10257,0.6450399777628804
392,inspections,848,0.20258583619215076,1130,0.254832802619591,1363,0.453601522876426,1753,0.40992998685792054,5094,0.3203503604098774
393,minerals,278,0.06641375290261546,229,0.05164310778751004,263,0.08752545892626562,322,0.07529803523573897,1092,0.06867345770859563
394,standardization,52,0.012422716370273396,66,0.01488403979902036,64,0.021298970993463878,115,0.026892155441335348,297,0.018677671189975185
395,warranty,402,0.09603715347788279,506,0.11411097179248943,530,0.17638210353962275,772,0.1805282087018338,2210,0.13898199774358638
396,Human rights,47,0.011228224411593261,84,0.018943323380571368,120,0.039935570612744775,258,0.06033196612056104,509,0.03200988092827397
397,dignity,5,0.0011944919586801342,44,0.009922693199346907,42,0.01397744971446067,75,0.01753836224434914,166,0.010439371776215086
398,discriminate,25,0.005972459793400671,28,0.0063144411268571225,27,0.008985503387867574,54,0.01262762081593138,134,0.008426962759113383
399,discriminated,4,0.0009555935669441074,6,0.0013530945271836691,6,0.0019967785306372384,11,0.002572293129171207,27,0.0016979701081795621
400,discriminating,17,0.004061272659512456,17,0.003833767827020396,15,0.004991946326593097,28,0.006547655237890346,77,0.004842359197400974
401,discrimination,191,0.045629592821581126,281,0.06336992702310183,304,0.10117011221895342,475,0.11107629421421122,1251,0.07867261501231972
402,equality,10,0.0023889839173602684,79,0.01781574460791831,85,0.028287695850694215,117,0.02735984510118466,291,0.018300344499268616
403,freedom,187,0.04467399925463702,215,0.048485887224081474,242,0.08053673406903529,331,0.07740263870506087,975,0.061315587239817525
404,humanity,7,0.0016722887421521879,18,0.004059283581551007,26,0.0086527069660947,33,0.007716879387513621,84,0.005282573669891971
405,nondiscrimination,8,0.0019111871338882147,15,0.0033827363179591728,15,0.004991946326593097,19,0.004443051768568448,57,0.0035846035617124092
406,sexual,45,0.010750427628121208,111,0.025032248752897876,132,0.04392912767401925,222,0.05191355224327345,510,0.032072768710058396
407,Community relations,3,0.0007166951752080805,4,0.0009020630181224461,6,0.0019967785306372384,12,0.0028061379590958624,25,0.0015721945446107058
408,communities,1180,0.28190010224851164,1759,0.39668221221934563,1989,0.6619320829062446,2828,0.6613131790269249,7756,0.4877576355200254
409,community,2310,0.551855284910222,2762,0.622874514013549,2797,0.9308315916987261,4168,0.9746652511259628,12037,0.7569802293391626
410,Privacy and free expression,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
411,expression,425,0.1015318164878114,631,0.14230044110881587,620,0.20633378149918133,851,0.19900195026588158,2527,0.15891742456925015
412,marriage,2,0.0004777967834720537,1,0.00022551575453061152,5,0.0016639821088643655,4,0.0009353793196986207,12,0.0007546533814131388
413,privacy,3648,0.8715013330530259,4709,1.0619536880846496,6031,2.007095219712198,9577,2.2395319361884227,23965,1.5071056904638225
414,Security,8841,2.1121006813382133,10672,2.406704132350686,12568,4.182585428841469,19018,4.447260975507093,51099,3.213502761402498
415,peace,35,0.00836144371076094,47,0.01059924046293874,56,0.018636599619280894,107,0.025021396801938108,245,0.015407506537184916
416,Weak governance zones,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
417,Labor standards,26,0.006211358185136698,29,0.006539956881387734,31,0.010316689074959065,56,0.013095310475780692,142,0.008930065013388808
418,bargaining,707,0.16890116295737098,677,0.15267416581722398,671,0.22330639900959784,1073,0.250915502509155,3128,0.1967129814216915
419,eeo,4,0.0009555935669441074,8,0.0018041260362448922,17,0.005657539170138843,34,0.007950724217438277,63,0.003961930252418979
420,fairness,34,0.008122545319024913,86,0.01939435488963259,159,0.052914631061886826,164,0.03835055210764345,443,0.027859287330501706
421,fla,38,0.00907813888596902,31,0.006990988390448957,35,0.011647874762050559,63,0.014732224285253278,167,0.010502259557999515
422,harassment,41,0.0097948340611771,126,0.02841498507085705,149,0.04958666684415809,238,0.05565506952206794,554,0.03483983110857324
423,injury,1284,0.30674553498905843,1517,0.3421073996229377,1450,0.482554811570666,2212,0.5172647637933373,6463,0.40644373367275966
424,labor,2099,0.5014477242539204,2149,0.48463335648628414,3081,1.025345775482222,5023,1.174602580711543,12352,0.7767898806012575
425,overtime,50,0.011944919586801342,58,0.013079913762775468,79,0.026290917320056974,128,0.029932138230355863,315,0.019809651262094892
426,ruggie,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
427,sick,30,0.007166951752080805,100,0.022551575453061152,82,0.027289306585375595,95,0.022215258842842242,307,0.019306549007819467
428,wage,475,0.11347673607461274,583,0.1314756848913465,705,0.23462147734987554,1181,0.2761707441410178,2944,0.1851416295733567
429,wages,167,0.03989603141991648,236,0.053221718069224315,277,0.09218460883108585,470,0.10990707006458794,1150,0.07232094905209246
430,workplace,228,0.05446883331581412,723,0.16304789052563212,865,0.2878689048335352,1382,0.32317355495587347,3198,0.2011151261466015
431,Diversity,262,0.06259137863483903,1315,0.2965532172077541,1684,0.5604291742655183,2620,0.6126734544025966,5881,0.3698430446742224
432,bisexual,1,0.00023889839173602684,5,0.0011275787726530576,9,0.002995167795955858,10,0.002338448299246552,25,0.0015721945446107058
433,diversity,262,0.06259137863483903,1315,0.2965532172077541,1684,0.5604291742655183,2620,0.6126734544025966,5881,0.3698430446742224
434,ethnic,18,0.004300171051248483,70,0.015786102817142805,98,0.03261404933374156,155,0.036245948638321555,341,0.021444733588490028
435,ethnically,1,0.00023889839173602684,40,0.00902063018122446,66,0.021964563837009624,98,0.02291679333261621,205,0.012891995265807787
436,ethnicities,4,0.0009555935669441074,12,0.0027061890543673382,16,0.005324742748365969,28,0.006547655237890346,60,0.0037732669070656938
437,ethnicity,5,0.0011944919586801342,86,0.01939435488963259,111,0.03694040281678891,156,0.03647979346824621,358,0.022513825878825305
438,female,69,0.016483989029785852,220,0.04961346599673453,267,0.08885664461335711,409,0.09564253543918398,965,0.06068670942197324
439,females,17,0.004061272659512456,42,0.009471661690285684,32,0.010649485496731939,50,0.01169224149623276,141,0.00886717723160438
440,gay,7,0.0016722887421521879,12,0.0027061890543673382,13,0.00432635348304735,18,0.004209206938643794,50,0.0031443890892214115
441,gays,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
442,gender,42,0.010033732452913127,257,0.057957548914367156,325,0.10815883707618376,485,0.11341474251345778,1109,0.06974254999893091
443,genders,1,0.00023889839173602684,11,0.0024806732998367267,16,0.005324742748365969,21,0.004910741428417759,49,0.0030815013074369834
444,homosexual,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
445,immigration,172,0.041090523378596616,148,0.0333763316705305,161,0.053580223905432565,253,0.059162741970937766,734,0.04615963182977032
446,lesbian,1,0.00023889839173602684,6,0.0013530945271836691,10,0.003327964217728731,12,0.0028061379590958624,29,0.0018237456717484187
447,lesbians,0,0.0,1,0.00022551575453061152,1,0.0003327964217728731,0,0.0,2,0.00012577556356885647
448,lgbt,0,0.0,1,0.00022551575453061152,2,0.0006655928435457462,6,0.0014030689795479312,9,0.000565990036059854
449,minorities,1,0.00023889839173602684,64,0.014433008289959137,75,0.02495973163296548,110,0.025722931291712072,250,0.01572194544610706
450,minority,342,0.08170324997372118,541,0.12200402320106082,709,0.23595266303696702,835,0.1952604329870871,2427,0.1526286463908073
451,ms,448,0.10702647949774002,408,0.09201042784848949,483,0.16074067171629772,740,0.17304517414424483,2079,0.1307436983298263
452,race,106,0.025323229524018845,182,0.04104386732457129,221,0.07354800921180496,432,0.10102096652745104,941,0.05917740265914696
453,racial,6,0.001433390350416161,84,0.018943323380571368,111,0.03694040281678891,173,0.04045515557696535,374,0.02352003038737616
454,religion,25,0.005972459793400671,74,0.01668816583526525,79,0.026290917320056974,129,0.03016598306028052,307,0.019306549007819467
455,religious,22,0.0052557646181925904,50,0.011275787726530576,64,0.021298970993463878,52,0.01215993115608207,188,0.011822902975472508
456,sex,31,0.007405850143816832,50,0.011275787726530576,58,0.01930219246282664,98,0.02291679333261621,237,0.01490440428290949
457,transgender,1,0.00023889839173602684,9,0.0020296417907755037,16,0.005324742748365969,27,0.00631381040796569,53,0.003333052434574696
458,woman,23,0.005494663009928617,28,0.0063144411268571225,31,0.010316689074959065,38,0.008886103537136897,120,0.0075465338141313875
459,women,314,0.07501409500511243,596,0.13440738970024446,653,0.21731606341768614,992,0.23197407128525796,2555,0.16067828245921412
460,Health and safety,768,0.1834739648532686,1301,0.2933959966443256,1330,0.4426192409579212,1918,0.4485143837954887,5317,0.3343743357478049
461,occupational,258,0.061635785067894924,282,0.06359544277763245,367,0.12213628679064442,537,0.12557467366953984,1444,0.09080995689671437
462,safe,2096,0.5007310290787123,2909,0.6560253299295489,3154,1.0496399142716417,4293,1.0038958548665446,12452,0.7830786587797003
463,safely,82,0.0195896681223542,174,0.0392397412883264,168,0.05590979885784268,261,0.06103350061033501,685,0.043078130522333336
464,"safety
ILO core conventions",0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
465,ilo,2,0.0004777967834720537,0,0.0,9,0.002995167795955858,1,0.00023384482992465518,12,0.0007546533814131388
466,"labour
Supply chain labor standards",0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
467,"eicc
Society",0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
468,endowment,45,0.010750427628121208,58,0.013079913762775468,67,0.022297360258782498,74,0.017304517414424486,244,0.015344618755400488
469,endowments,28,0.0066891549686087515,36,0.008118567163102015,44,0.014643042558006416,44,0.010289172516684828,152,0.009558942831233092
470,people,1288,0.30770112855600257,1993,0.4494528987795087,2223,0.7398064456010969,3351,0.7836140250775195,8855,0.5568713077011119
471,philanthropic,17,0.004061272659512456,37,0.008344082917632625,57,0.018969396041053768,76,0.017772207074273794,187,0.01176001519368808
472,philanthropy,10,0.0023889839173602684,21,0.004735830845142842,25,0.008319910544321827,47,0.010990707006458794,103,0.006477441523796108
473,socially,20,0.004777967834720537,51,0.011501303481061187,73,0.024294138789419738,94,0.02198141401291759,238,0.014967292064693919
474,societal,43,0.010272630844649154,65,0.014658524044489748,75,0.02495973163296548,171,0.039987465917116036,354,0.022262274751687593
475,society,199,0.04754077995546934,245,0.05525135985999982,298,0.09917333368831618,466,0.10897169074488933,1208,0.0759684403955893
476,welfare,161,0.03846264106950032,210,0.04735830845142842,225,0.07487919489889645,349,0.08161184564370466,945,0.059428953786284676
477,Charity,20,0.004777967834720537,16,0.0036082520724897843,14,0.0046591499048202235,29,0.006781500067815,79,0.0049681347609698305
478,charitable,143,0.03416247001825184,203,0.04577969816971414,227,0.0755447877424422,347,0.08114415598385535,920,0.05785675924167397
479,charities,33,0.007883646927288886,43,0.009697177444816294,46,0.015308635401552162,74,0.017304517414424486,196,0.012326005229747933
480,charity,20,0.004777967834720537,16,0.0036082520724897843,14,0.0046591499048202235,29,0.006781500067815,79,0.0049681347609698305
481,donate,12,0.002866780700832322,27,0.006088925372326511,35,0.011647874762050559,53,0.012393775986006725,127,0.007986748286622386
482,donated,29,0.006928053360344778,56,0.012628882253714245,58,0.01930219246282664,86,0.020110655373520348,229,0.014401302028634065
483,donates,1,0.00023889839173602684,3,0.0006765472635918346,3,0.0009983892653186192,4,0.0009353793196986207,11,0.0006917655996287105
484,donating,8,0.0019111871338882147,16,0.0036082520724897843,13,0.00432635348304735,13,0.0030399827890205174,50,0.0031443890892214115
485,donation,71,0.016961785813257906,124,0.02796395356179583,141,0.046924295469975105,211,0.04934125911410225,547,0.03439961663608224
486,donations,41,0.0097948340611771,82,0.018492291871510143,97,0.03228125291196869,157,0.03671363829817086,377,0.023708693732729443
487,donors,80,0.019111871338882147,147,0.033150815915999894,130,0.0432635348304735,177,0.04139053489666397,534,0.03358207547288467
488,foundation,475,0.11347673607461274,661,0.1490659137447342,696,0.23162630955391966,998,0.23337714026480588,2830,0.1779724224499319
489,foundations,95,0.02269534721492255,125,0.02818946931632644,135,0.044927516939337865,183,0.0427936038762119,538,0.03383362660002239
490,gift,196,0.04682408478026126,236,0.053221718069224315,244,0.08120232691258103,383,0.08956256986114294,1059,0.06659816090970949
491,gifts,107,0.02556212791575487,135,0.030444626861632552,135,0.044927516939337865,205,0.04793819013455432,582,0.03660068899853723
492,nonprofit,84,0.020067464905826254,127,0.02864050082538766,124,0.04126675629983626,156,0.03647979346824621,491,0.030877900856154262
493,poverty,39,0.009317037277705047,48,0.010824756217469353,47,0.015641431823325034,59,0.013796844965554656,193,0.012137341884394649
494,Education,1076,0.25705466950796485,1425,0.3213599502061214,1417,0.4715725296521612,2094,0.48967107386222797,6012,0.3780813440879825
495,courses,127,0.03034009575047541,236,0.053221718069224315,244,0.08120232691258103,390,0.09119948367061553,997,0.06269911843907494
496,educate,162,0.03870153946123635,209,0.0471327926968978,230,0.07654317700776081,349,0.08161184564370466,950,0.05974339269520682
497,educated,28,0.0066891549686087515,40,0.00902063018122446,45,0.014975838979779289,64,0.014966069115177932,177,0.011131137375843796
498,educates,2,0.0004777967834720537,2,0.00045103150906122304,7,0.0023295749524101118,7,0.0016369138094725864,18,0.001131980072119708
499,educating,77,0.018395176163674067,100,0.022551575453061152,112,0.03727319923856179,158,0.036947483128095523,447,0.02811083845763942
500,education,1076,0.25705466950796485,1425,0.3213599502061214,1417,0.4715725296521612,2094,0.48967107386222797,6012,0.3780813440879825
501,educational,428,0.10224851166301949,527,0.11884680263763227,510,0.16972617510416527,783,0.183100501831005,2248,0.14137173345139467
502,learning,389,0.09293147438531443,814,0.18356982418791776,1120,0.3727319923856179,1656,0.387247038355229,3979,0.2502304837202399
503,mentoring,7,0.0016722887421521879,78,0.017590228853387697,97,0.03228125291196869,149,0.034842879658773626,331,0.020815855770645743
504,scholarships,7,0.0016722887421521879,22,0.004961346599673453,35,0.011647874762050559,52,0.01215993115608207,116,0.007294982686993675
505,teach,17,0.004061272659512456,17,0.003833767827020396,20,0.006655928435457462,31,0.007249189727664311,85,0.0053454614516763995
506,teacher,27,0.006450256576872725,65,0.014658524044489748,48,0.015974228245097907,84,0.019642965713671037,224,0.014086863119711924
507,teachers,22,0.0052557646181925904,46,0.01037372470840813,36,0.011980671183823432,53,0.012393775986006725,157,0.009873381740155233
508,teaching,296,0.07071392395386394,312,0.07036091541355079,322,0.10716044781086513,395,0.0923687078202388,1325,0.08332631086436741
509,training,1394,0.3330243580800214,2173,0.4900457345950188,2417,0.8043689514250343,3924,0.917607112624347,9908,0.6230921419201149
510,Employment,1434,0.3425802937494625,1760,0.39690772797387625,2108,0.7015348570972165,2982,0.6973252828353218,8284,0.5209623843022034
511,employ,838,0.20019685227479048,955,0.215367545576734,1061,0.35309700350101836,1510,0.35310569318622936,4364,0.2744422797072448
512,employment,1434,0.3425802937494625,1760,0.39690772797387625,2108,0.7015348570972165,2982,0.6973252828353218,8284,0.5209623843022034
513,headcount,121,0.028906705400059247,174,0.0392397412883264,172,0.057240984544934176,286,0.06687962135845138,753,0.04735449968367446
514,hire,1046,0.24988771775588406,1330,0.2999359535257133,1590,0.5291463106188682,2404,0.562162971138871,6370,0.40059516996680783
515,hired,134,0.032012384492627596,187,0.042171446097224355,204,0.06789047004166611,271,0.06337194890958156,796,0.05005867430040487
516,hires,61,0.014572801895897637,102,0.023002606962122373,134,0.044594720517564995,216,0.05051048326372552,513,0.03226143205541168
517,hiring,511,0.12207707817710971,748,0.16868578438889742,947,0.3151582114189108,1337,0.312650537609264,3543,0.22281141086222922
518,staffing,481,0.1149101264250289,577,0.13012259036416285,694,0.23096071671037394,903,0.21116188142196365,2655,0.16696706063765696
519,unemployment,378,0.09030359207621814,596,0.13440738970024446,520,0.173054139321894,736,0.17210979482454622,2230,0.14023975337927497