Spaces:
Sleeping
Sleeping
File size: 130,786 Bytes
f7d4608 22481bd f7d4608 22481bd f7d4608 22481bd f7d4608 22481bd f7d4608 22481bd d1ca23a 22481bd d1ca23a 22481bd d1ca23a 22481bd d1ca23a 22481bd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 |
RESPONSE_FORMAT = {
"type": "json_schema",
"json_schema": {
"name": "esg_response",
"strict": True,
"schema": {
"type": "object",
"properties": {
"company_name": {"type": "string"},
"Greenhouse Gas (GHG) Protocol Parameters": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Total GHG Emissions": {"type": ["integer", "null"]},
"Total GHG Emissions Description": {
"type": "string",
"description": "Total greenhouse gases emitted by the organization."
},
"Scope 1 Emissions": {"type": ["integer", "null"]},
"Scope 1 Emissions Description": {
"type": "string",
"description": "Direct GHG emissions from owned or controlled sources."
},
"Scope 2 Emissions": {"type": ["integer", "null"]},
"Scope 2 Emissions Description": {
"type": "string",
"description": "Indirect emissions from the generation of purchased electricity."
},
"Scope 3 Emissions": {"type": ["integer", "null"]},
"Scope 3 Emissions Description": {
"type": "string",
"description": "All other indirect emissions that occur in a company’s value chain."
},
"CO₂ Emissions": {"type": ["integer", "null"]},
"CO₂ Emissions Description": {
"type": "string",
"description": "Emissions of carbon dioxide."
},
"CH₄ Emissions": {"type": ["integer", "null"]},
"CH₄ Emissions Description": {
"type": "string",
"description": "Emissions of methane."
},
"N₂O Emissions": {"type": ["integer", "null"]},
"N₂O Emissions Description": {
"type": "string",
"description": "Emissions of nitrous oxide."
},
"HFC Emissions": {"type": ["integer", "null"]},
"HFC Emissions Description": {
"type": "string",
"description": "Emissions of hydrofluorocarbons."
},
"PFC Emissions": {"type": ["integer", "null"]},
"PFC Emissions Description": {
"type": "string",
"description": "Emissions of perfluorocarbons."
}
},
"required": [
"Total GHG Emissions", "Total GHG Emissions Description",
"Scope 1 Emissions", "Scope 1 Emissions Description",
"Scope 2 Emissions", "Scope 2 Emissions Description",
"Scope 3 Emissions", "Scope 3 Emissions Description",
"CO₂ Emissions", "CO₂ Emissions Description",
"CH₄ Emissions", "CH₄ Emissions Description",
"N₂O Emissions", "N₂O Emissions Description",
"HFC Emissions", "HFC Emissions Description",
"PFC Emissions", "PFC Emissions Description"
],
"additionalProperties": False
}
},
"Net Zero Intervention Parameters": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Renewable Energy Adoption": {"type": ["number", "null"]},
"Renewable Energy Adoption Description": {
"type": "string",
"description": "Proportion of energy consumption derived from renewable sources."
},
"Energy Efficiency Improvements": {"type": ["number", "null"]},
"Energy Efficiency Improvements Description": {
"type": "string",
"description": "Reduction in energy consumption due to efficiency measures."
},
"Electrification of Operations": {"type": ["number", "null"]},
"Electrification of Operations Description": {
"type": "string",
"description": "Extent to which operations have shifted from fossil fuels to electric power."
},
"Carbon Capture and Storage (CCS) Implementation": {"type": ["number", "null"]},
"Carbon Capture and Storage (CCS) Implementation Description": {
"type": "string",
"description": "Amount of CO₂ captured and stored to prevent atmospheric release."
},
"Reforestation and Afforestation Initiatives": {"type": ["number", "null"]},
"Reforestation and Afforestation Initiatives Description": {
"type": "string",
"description": "Efforts to plant trees to absorb CO₂ from the atmosphere."
},
"Sustainable Transportation Adoption": {"type": ["number", "null"]},
"Sustainable Transportation Adoption Description": {
"type": "string",
"description": "Proportion of transportation utilizing low-emission or electric vehicles."
},
"Supply Chain Emissions Reduction": {"type": ["number", "null"]},
"Supply Chain Emissions Reduction Description": {
"type": "string",
"description": "Decrease in emissions from upstream and downstream supply chain activities."
},
"Waste-to-Energy Conversion": {"type": ["number", "null"]},
"Waste-to-Energy Conversion Description": {
"type": "string",
"description": "Energy produced from the processing of waste materials."
},
"Carbon Offset Investments": {"type": ["number", "null"]},
"Carbon Offset Investments Description": {
"type": "string",
"description": "Amount of emissions offset through investments in environmental projects."
},
"Climate Risk Assessment": {"type": ["string", "null"]},
"Climate Risk Assessment Description": {
"type": "string",
"description": "Evaluation of potential risks posed by climate change to the organization."
},
"Climate Adaptation Strategies": {"type": ["string", "null"]},
"Climate Adaptation Strategies Description": {
"type": "string",
"description": "Plans implemented to adapt operations to changing climate conditions."
},
"Internal Carbon Pricing": {"type": ["number", "null"]},
"Internal Carbon Pricing Description": {
"type": "string",
"description": "Monetary value assigned to carbon emissions to incentivize reduction."
},
"Net-Zero Target Year": {"type": ["string", "null"]},
"Net-Zero Target Year Description": {
"type": "string",
"description": "Specific year by which the organization aims to achieve net-zero emissions."
},
"Interim Emission Reduction Targets": {"type": ["number", "null"]},
"Interim Emission Reduction Targets Description": {
"type": "string",
"description": "Short-term targets set to progressively reduce emissions en route to net-zero."
},
"Employee Engagement in Sustainability": {"type": ["number", "null"]},
"Employee Engagement in Sustainability Description": {
"type": "string",
"description": "Proportion of employees actively involved in sustainability programs."
},
"Investment in Low-Carbon Technologies": {"type": ["number", "null"]},
"Investment in Low-Carbon Technologies Description": {
"type": "string",
"description": "Financial resources allocated to developing or adopting low-carbon technologies."
},
"Public Disclosure of Net-Zero Progress": {"type": ["string", "null"]},
"Public Disclosure of Net-Zero Progress Description": {
"type": "string",
"description": "Regular public updates on progress toward net-zero commitments."
},
"Third-Party Verification of Emission Data": {"type": ["boolean", "null"]},
"Third-Party Verification of Emission Data Description": {
"type": "string",
"description": "Confirmation that emission data has been verified by an external party."
},
"Participation in Carbon Markets": {"type": ["boolean", "null"]},
"Participation in Carbon Markets Description": {
"type": "string",
"description": "Involvement in systems where carbon credits are bought and sold."
},
"Development of Climate-Resilient Infrastructure": {"type": ["string", "null"]},
"Development of Climate-Resilient Infrastructure Description": {
"type": "string",
"description": "Initiatives to build infrastructure resilient to climate impacts."
},
"Reduction of Methane Emissions": {"type": ["number", "null"]},
"Reduction of Methane Emissions Description": {
"type": "string",
"description": "Efforts to decrease methane emissions from operations."
},
"Implementation of Circular Economy Practices": {"type": ["string", "null"]},
"Implementation of Circular Economy Practices Description": {
"type": "string",
"description": "Adoption of processes that emphasize reuse and recycling to minimize waste."
},
"Collaboration with Industry Peers on Climate Action": {"type": ["string", "null"]},
"Collaboration with Industry Peers on Climate Action Description": {
"type": "string",
"description": "Joint initiatives with other organizations to address climate challenges."
},
"Use of Science-Based Targets": {"type": ["boolean", "null"]},
"Use of Science-Based Targets Description": {
"type": "string",
"description": "Setting emission reduction targets in line with scientific recommendations."
},
"Monitoring and Reporting Mechanisms": {"type": ["string", "null"]},
"Monitoring and Reporting Mechanisms Description": {
"type": "string",
"description": "Systems established to track and report emissions data accurately."
}
},
"required": [
"Renewable Energy Adoption", "Renewable Energy Adoption Description",
"Energy Efficiency Improvements", "Energy Efficiency Improvements Description",
"Electrification of Operations", "Electrification of Operations Description",
"Carbon Capture and Storage (CCS) Implementation", "Carbon Capture and Storage (CCS) Implementation Description",
"Reforestation and Afforestation Initiatives", "Reforestation and Afforestation Initiatives Description",
"Sustainable Transportation Adoption", "Sustainable Transportation Adoption Description",
"Supply Chain Emissions Reduction", "Supply Chain Emissions Reduction Description",
"Waste-to-Energy Conversion", "Waste-to-Energy Conversion Description",
"Carbon Offset Investments", "Carbon Offset Investments Description",
"Climate Risk Assessment", "Climate Risk Assessment Description",
"Climate Adaptation Strategies", "Climate Adaptation Strategies Description",
"Internal Carbon Pricing", "Internal Carbon Pricing Description",
"Net-Zero Target Year", "Net-Zero Target Year Description",
"Interim Emission Reduction Targets", "Interim Emission Reduction Targets Description",
"Employee Engagement in Sustainability", "Employee Engagement in Sustainability Description",
"Investment in Low-Carbon Technologies", "Investment in Low-Carbon Technologies Description",
"Public Disclosure of Net-Zero Progress", "Public Disclosure of Net-Zero Progress Description",
"Third-Party Verification of Emission Data", "Third-Party Verification of Emission Data Description",
"Participation in Carbon Markets", "Participation in Carbon Markets Description",
"Development of Climate-Resilient Infrastructure", "Development of Climate-Resilient Infrastructure Description",
"Reduction of Methane Emissions", "Reduction of Methane Emissions Description",
"Implementation of Circular Economy Practices", "Implementation of Circular Economy Practices Description",
"Collaboration with Industry Peers on Climate Action", "Collaboration with Industry Peers on Climate Action Description",
"Use of Science-Based Targets", "Use of Science-Based Targets Description",
"Monitoring and Reporting Mechanisms", "Monitoring and Reporting Mechanisms Description"
],
"additionalProperties": False
}
},
"Materiality Parameters": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Stakeholder Engagement Level": {
"type": ["string", "null"]
},
"Stakeholder Engagement Level Description": {
"type": "string",
"description": "Degree to which stakeholders are involved in organizational activities or decisions."
},
"Stakeholder Feedback Mechanisms": {
"type": ["string", "null"]
},
"Stakeholder Feedback Mechanisms Description": {
"type": "string",
"description": "Systems in place for stakeholders to provide feedback to the organization."
},
"Identification of Material Issues": {
"type": ["string", "null"]
},
"Identification of Material Issues Description": {
"type": "string",
"description": "Process of determining the most significant environmental, social, and governance issues relevant to the organization."
},
"Prioritization of Material Issues": {
"type": ["string", "null"]
},
"Prioritization of Material Issues Description": {
"type": "string",
"description": "Ranking of identified material issues based on their significance to stakeholders and the organization."
},
"Double Materiality Assessment": {
"type": ["string", "null"]
},
"Double Materiality Assessment Description": {
"type": "string",
"description": "Evaluation considering both the organization's impact on sustainability matters and the impact of those matters on the organization."
},
"Materiality Matrix Development": {
"type": ["string", "null"]
},
"Materiality Matrix Development Description": {
"type": "string",
"description": "Creation of a visual matrix plotting material issues based on their importance to stakeholders and the organization."
},
"Regular Review of Material Issues": {
"type": ["string", "null"]
},
"Regular Review of Material Issues Description": {
"type": "string",
"description": "Frequency and process for updating the assessment of material issues."
},
"Integration of Material Issues into Strategy": {
"type": ["string", "null"]
},
"Integration of Material Issues into Strategy Description": {
"type": "string",
"description": "How identified material issues are incorporated into the organization's strategic planning."
},
"Disclosure of Material Issues": {
"type": ["string", "null"]
},
"Disclosure of Material Issues Description": {
"type": "string",
"description": "Public reporting on identified material issues and how they are managed."
},
"Impact Assessment of Material Issues": {
"type": ["string", "null"]
},
"Impact Assessment of Material Issues Description": {
"type": "string",
"description": "Analysis of the potential or actual impact of material issues on the organization and its stakeholders."
}
},
"required": [
"Stakeholder Engagement Level",
"Stakeholder Engagement Level Description",
"Stakeholder Feedback Mechanisms",
"Stakeholder Feedback Mechanisms Description",
"Identification of Material Issues",
"Identification of Material Issues Description",
"Prioritization of Material Issues",
"Prioritization of Material Issues Description",
"Double Materiality Assessment",
"Double Materiality Assessment Description",
"Materiality Matrix Development",
"Materiality Matrix Development Description",
"Regular Review of Material Issues",
"Regular Review of Material Issues Description",
"Integration of Material Issues into Strategy",
"Integration of Material Issues into Strategy Description",
"Disclosure of Material Issues",
"Disclosure of Material Issues Description",
"Impact Assessment of Material Issues",
"Impact Assessment of Material Issues Description"
],
"additionalProperties": False
}
}
},
"required": ["company_name", "Greenhouse Gas (GHG) Protocol Parameters", "Net Zero Intervention Parameters", "Materiality Parameters"],
"additionalProperties": False
}
}
}
GEMINI_GHG_PARAMETERS = {
"type": "object",
"properties": {
"Company Name": {
"type": "string",
"description": "Name of the company."
},
"Greenhouse Gas (GHG) Protocol Parameters": {
"type": "object",
"properties": {
"Total GHG Emissions": { "type": "integer", "nullable": True, "description": "Total greenhouse gases emitted by the organization. Units: Metric Tons CO₂e." },
"Scope 1 Emissions": { "type": "integer", "nullable": True, "description": "Direct GHG emissions from owned or controlled sources. Units: Metric Tons CO₂e." },
"Scope 2 Emissions": { "type": "integer", "nullable": True, "description": "Indirect GHG emissions from the consumption of purchased electricity, steam, heating, and cooling. Units: Metric Tons CO₂e." },
"Scope 3 Emissions": { "type": "integer", "nullable": True, "description": "Other indirect emissions occurring in the value chain, including both upstream and downstream emissions. Units: Metric Tons CO₂e." },
"CO₂ Emissions": { "type": "integer", "nullable": True, "description": "Emissions of carbon dioxide. Units: Metric Tons CO₂." },
"CH₄ Emissions": { "type": "integer", "nullable": True, "description": "Emissions of methane. Units: Metric Tons CH₄." },
"N₂O Emissions": { "type": "integer", "nullable": True, "description": "Emissions of nitrous oxide. Units: Metric Tons N₂O." },
"HFC Emissions": { "type": "integer", "nullable": True, "description": "Emissions of hydrofluorocarbons. Units: Metric Tons HFCs" },
"PFC Emissions": { "type": "integer", "nullable": True, "description": "Emissions of perfluorocarbons. Units: Metric Tons PFCs" },
"SF₆ Emissions": { "type": "integer", "nullable": True, "description": "Emissions of sulfur hexafluoride. Units: Metric Tons SF₆." },
"NF₃ Emissions": { "type": "integer", "nullable": True, "description": "Emissions of nitrogen trifluoride. Units: Metric Tons NF₃." },
"Biogenic CO₂ Emissions": { "type": "integer", "nullable": True, "description": "CO₂ emissions from biological sources. Units: Metric Tons CO₂." },
"Emissions Intensity per Revenue": { "type": "number", "nullable": True, "description": "GHG emissions per unit of revenue. Units: Metric Tons CO₂e / Revenue." },
"Emissions Intensity per Employee": { "type": "number", "nullable": True, "description": "GHG emissions per employee. Units: Metric Tons CO₂e / Employee." },
"Base Year Emissions": { "type": "integer", "nullable": True, "description": "GHG emissions in the base year for comparison. Units: Metric Tons CO₂e." },
"Emissions Reduction Target": { "type": "number", "nullable": True, "description": "Targeted percentage reduction in GHG emissions. Units: Percentage (%)." },
"Emissions Reduction Achieved": { "type": "number", "nullable": True, "description": "Actual percentage reduction in GHG emissions achieved. Units: Percentage (%)." },
"Energy Consumption": { "type": "number", "nullable": True, "description": "Total energy consumed by the organization. Units: MWh or GJ." },
"Renewable Energy Consumption": { "type": "number", "nullable": True, "description": "Amount of energy consumed from renewable sources. Units: MWh or GJ." },
"Non-Renewable Energy Consumption": { "type": "number", "nullable": True, "description": "Amount of energy consumed from non-renewable sources. Units: MWh or GJ." },
"Energy Intensity per Revenue": { "type": "number", "nullable": True, "description": "Energy consumption per unit of revenue. Units: MWh or GJ / Revenue." },
"Energy Intensity per Employee": { "type": "number", "nullable": True, "description": "Energy consumption per employee. Units: MWh or GJ / Employee." },
"Fuel Consumption": { "type": "number", "nullable": True, "description": "Total fuel consumed by the organization. Units: Liters or GJ." },
"Electricity Consumption": { "type": "number", "nullable": True, "description": "Total electricity consumed. Units: MWh." },
"Heat Consumption": { "type": "number", "nullable": True, "description": "Total heat energy consumed. Units: GJ." },
"Steam Consumption": { "type": "number", "nullable": True, "description": "Total steam energy consumed. Units: GJ." },
"Cooling Consumption": { "type": "number", "nullable": True, "description": "Total energy consumed for cooling. Units: GJ." },
"Purchased Goods and Services Emissions": { "type": "integer", "nullable": True, "description": "Emissions from purchased goods and services. Units: Metric Tons CO₂e." },
"Capital Goods Emissions": { "type": "integer", "nullable": True, "description": "Emissions from the production of capital goods. Units: Metric Tons CO₂e." },
"Fuel- and Energy-Related Activities Emissions": { "type": "integer", "nullable": True, "description": "Emissions related to fuel and energy production not included in Scope 1 or 2. Units: Metric Tons CO₂e." },
"Upstream Transportation and Distribution Emissions": { "type": "integer", "nullable": True, "description": "Emissions from transportation and distribution in the supply chain. Units: Metric Tons CO₂e." },
"Waste Generated in Operations Emissions": { "type": "integer", "nullable": True, "description": "Emissions from waste generated during operations. Units: Metric Tons CO₂e." },
"Business Travel Emissions": { "type": "integer", "nullable": True, "description": "Emissions from employee business travel. Units: Metric Tons CO₂e." },
"Employee Commuting Emissions": { "type": "integer", "nullable": True, "description": "Emissions from employees commuting to and from work. Units: Metric Tons CO₂e." },
"Upstream Leased Assets Emissions": { "type": "integer", "nullable": True, "description": "Emissions from leased assets upstream in the value chain. Units: Metric Tons CO₂e." },
"Downstream Transportation and Distribution Emissions": { "type": "integer", "nullable": True, "description": "Emissions from transportation and distribution of sold products. Units: Metric Tons CO₂e." },
"Processing of Sold Products Emissions": { "type": "integer", "nullable": True, "description": "Emissions from processing intermediate products sold by the organization. Units: Metric Tons CO₂e." },
"Use of Sold Products Emissions": { "type": "integer", "nullable": True, "description": "Emissions from the use of sold products by consumers. Units: Metric Tons CO₂e." },
"End-of-Life Treatment of Sold Products Emissions": { "type": "integer", "nullable": True, "description": "Emissions from the disposal of sold products at end of life. Units: Metric Tons CO₂e." },
"Downstream Leased Assets Emissions": { "type": "integer", "nullable": True, "description": "Emissions from leased assets downstream in the value chain. Units: Metric Tons CO₂e." },
"Franchises Emissions": { "type": "integer", "nullable": True, "description": "Emissions from franchise operations. Units: Metric Tons CO₂e." },
"Investments Emissions": { "type": "integer", "nullable": True, "description": "Emissions from investments. Units: Metric Tons CO₂e." },
"Carbon Offsets Purchased": { "type": "integer", "nullable": True, "description": "Amount of carbon offsets purchased. Units: Metric Tons CO₂e." },
"Net GHG Emissions": { "type": "integer", "nullable": True, "description": "GHG emissions after accounting for offsets. Units: Metric Tons CO₂e." },
"Carbon Sequestration": { "type": "integer", "nullable": True, "description": "Amount of CO₂ sequestered or captured. Units: Metric Tons CO₂e." }
},
"propertyOrdering": [
"Total GHG Emissions", "Scope 1 Emissions", "Scope 2 Emissions", "Scope 3 Emissions", "CO₂ Emissions",
"CH₄ Emissions", "N₂O Emissions", "HFC Emissions", "PFC Emissions", "SF₆ Emissions", "NF₃ Emissions",
"Biogenic CO₂ Emissions", "Emissions Intensity per Revenue", "Emissions Intensity per Employee",
"Base Year Emissions", "Emissions Reduction Target", "Emissions Reduction Achieved", "Energy Consumption",
"Renewable Energy Consumption", "Non-Renewable Energy Consumption", "Energy Intensity per Revenue",
"Energy Intensity per Employee", "Fuel Consumption", "Electricity Consumption", "Heat Consumption",
"Steam Consumption", "Cooling Consumption", "Purchased Goods and Services Emissions", "Capital Goods Emissions",
"Fuel- and Energy-Related Activities Emissions", "Upstream Transportation and Distribution Emissions",
"Waste Generated in Operations Emissions", "Business Travel Emissions", "Employee Commuting Emissions",
"Upstream Leased Assets Emissions", "Downstream Transportation and Distribution Emissions",
"Processing of Sold Products Emissions", "Use of Sold Products Emissions", "End-of-Life Treatment of Sold Products Emissions",
"Downstream Leased Assets Emissions", "Franchises Emissions", "Investments Emissions", "Carbon Offsets Purchased", "Net GHG Emissions",
"Carbon Sequestration"
]
},
},
"propertyOrdering": ["Company Name", "Greenhouse Gas (GHG) Protocol Parameters",]
}
GEMINI_ENVIRONMENTAL_PARAMETERS_CSRD = {
"type": "object",
"properties": {
"Company Name": {
"type": "string",
"description": "Name of the company."
},
"Environmental Parameters (CSRD)": {
"type": "object",
"properties": {
"Environmental Policies": {
"type": "string",
"nullable": True,
"description": "Policies related to environmental management and sustainability."
},
"Environmental Management System (EMS)": {
"type": "boolean",
"nullable": True,
"description": "Existence of an environmental management system."
},
"Environmental Certifications": {
"type": "string",
"nullable": True,
"description": "Certifications related to environmental standards."
}
},
"propertyOrdering": [
"Environmental Policies",
"Environmental Management System (EMS)",
"Environmental Certifications"
]
}
},
"propertyOrdering": ["Company Name", "Environmental Parameters (CSRD)"]
}
GEMINI_ENVIRONMENT_PARAMETERS = {
"type": "object",
"properties": {
"Company Name": {
"type": "string",
"description": "Name of the company."
},
"Environmental Parameters": {
"type": "object",
"properties": {
"Air Emissions": {
"type": "integer", "nullable": True, "description": "Total emissions of pollutants into the air. Units: Metric Tons."
},
"Water Withdrawal": {
"type": "integer", "nullable": True, "description": "Total volume of water extracted from all sources. Units: Cubic Meters."
},
"Water Discharge": {
"type": "integer", "nullable": True, "description": "Total volume of water discharged back into the environment. Units: Cubic Meters."
},
"Waste Generation": {
"type": "integer", "nullable": True, "description": "Total amount of waste generated by the organization. Units: Metric Tons."
},
"Hazardous Waste": {
"type": "integer", "nullable": True, "description": "Amount of waste classified as hazardous. Units: Metric Tons."
},
"Non-Hazardous Waste": {
"type": "integer", "nullable": True, "description": "Amount of waste not classified as hazardous. Units: Metric Tons."
},
"Recycled Waste": {
"type": "integer", "nullable": True, "description": "Amount of waste diverted from landfills through recycling. Units: Metric Tons."
},
"Energy Consumption": {
"type": "number", "nullable": True, "description": "Total energy consumed by the organization. Units: MWh or GJ."
},
"Renewable Energy Consumption": {
"type": "number", "nullable": True, "description": "Amount of energy consumed from renewable sources. Units: MWh or GJ."
},
"Non-Renewable Energy Consumption": {
"type": "number", "nullable": True, "description": "Amount of energy consumed from non-renewable sources. Units: MWh or GJ."
},
"Energy Intensity": {
"type": "number", "nullable": True, "description": "Energy consumption per unit of output or revenue. Units: MWh or GJ per unit."
},
"Water Intensity": {
"type": "number", "nullable": True, "description": "Water consumption per unit of output or revenue. Units: Cubic Meters per unit."
},
"Biodiversity Impact": {
"type": "string", "nullable": True, "description": "Description of the organization's impact on biodiversity."
},
"Environmental Fines": {
"type": "number", "nullable": True, "description": "Total monetary value of fines for environmental violations. Units: Currency."
},
"Environmental Investments": {
"type": "number", "nullable": True, "description": "Total investments in environmental protection measures. Units: Currency."
},
"Environmental Certifications": {
"type": "string", "nullable": True, "description": "Certifications related to environmental standards (e.g., ISO 14001)."
},
"Environmental Management System (EMS)": {
"type": "boolean", "nullable": True, "description": "Existence of an environmental management system."
},
"Climate Change Risks": {
"type": "string", "nullable": True, "description": "Description of risks related to climate change affecting the organization."
},
"Climate Change Opportunities": {
"type": "string", "nullable": True, "description": "Description of opportunities related to climate change for the organization."
},
"Emissions Reduction Initiatives": {
"type": "string", "nullable": True, "description": "Initiatives aimed at reducing GHG emissions."
},
"Renewable Energy Initiatives": {
"type": "string", "nullable": True, "description": "Initiatives to increase the use of renewable energy sources."
},
"Water Conservation Initiatives": {
"type": "string", "nullable": True, "description": "Initiatives aimed at reducing water consumption."
},
"Waste Reduction Initiatives": {
"type": "string", "nullable": True, "description": "Initiatives aimed at reducing waste generation."
},
"Circular Economy Initiatives": {
"type": "string", "nullable": True, "description": "Initiatives promoting the reuse and recycling of materials."
},
"Sustainable Sourcing Policies": {
"type": "string", "nullable": True, "description": "Policies ensuring procurement of sustainable materials."
},
"Supplier Environmental Assessment": {
"type": "string", "nullable": True, "description": "Assessment of suppliers' environmental practices."
},
"Product Environmental Footprint": {
"type": "string", "nullable": True, "description": "Environmental impact assessment of products."
},
"Packaging Environmental Impact": {
"type": "string", "nullable": True, "description": "Environmental impact of product packaging."
},
"Transportation Environmental Impact": {
"type": "string", "nullable": True, "description": "Environmental impact of transportation and logistics."
},
"Environmental Training Programs": {
"type": "string", "nullable": True, "description": "Training programs focused on environmental awareness."
},
"Environmental Grievance Mechanisms": {
"type": "string", "nullable": True, "description": "Mechanisms for stakeholders to report environmental concerns."
},
"Environmental Compliance": {
"type": "boolean", "nullable": True, "description": "Adherence to environmental laws and regulations."
},
"Environmental Goals and Targets": {
"type": "string", "nullable": True, "description": "Specific environmental performance goals set by the organization."
},
"Environmental Performance Monitoring": {
"type": "string", "nullable": True, "description": "Systems in place to monitor environmental performance."
},
"Environmental Reporting": {
"type": "string", "nullable": True, "description": "Public reporting of environmental performance and initiatives."
},
"Environmental Stakeholder Engagement": {
"type": "string", "nullable": True, "description": "Engagement with stakeholders on environmental matters."
},
"Environmental Risk Assessment": {
"type": "string", "nullable": True, "description": "Assessment of environmental risks associated with operations."
},
"Environmental Impact Assessments": {
"type": "string", "nullable": True, "description": "Studies conducted to assess environmental impacts of projects."
},
"Environmental Restoration Initiatives": {
"type": "string", "nullable": True, "description": "Initiatives aimed at restoring damaged ecosystems."
},
"Environmental Advocacy and Partnerships": {
"type": "string", "nullable": True, "description": "Participation in environmental advocacy and partnerships."
},
"Environmental Awards and Recognitions": {
"type": "string", "nullable": True, "description": "Awards received for environmental performance."
}
},
"propertyOrdering": ["Air Emissions", "Water Withdrawal", "Water Discharge", "Waste Generation",
"Hazardous Waste",
"Non-Hazardous Waste",
"Recycled Waste",
"Energy Consumption",
"Renewable Energy Consumption",
"Non-Renewable Energy Consumption",
"Energy Intensity",
"Water Intensity",
"Biodiversity Impact",
"Environmental Fines",
"Environmental Investments",
"Environmental Certifications",
"Environmental Management System (EMS)",
"Climate Change Risks",
"Climate Change Opportunities",
"Emissions Reduction Initiatives",
"Renewable Energy Initiatives",
"Water Conservation Initiatives",
"Waste Reduction Initiatives",
"Circular Economy Initiatives",
"Sustainable Sourcing Policies",
"Supplier Environmental Assessment",
"Product Environmental Footprint",
"Packaging Environmental Impact",
"Transportation Environmental Impact",
"Environmental Training Programs",
"Environmental Grievance Mechanisms",
"Environmental Compliance",
"Environmental Goals and Targets",
"Environmental Performance Monitoring",
"Environmental Reporting",
"Environmental Stakeholder Engagement",
"Environmental Risk Assessment",
"Environmental Impact Assessments",
"Environmental Restoration Initiatives",
"Environmental Advocacy and Partnerships",
"Environmental Awards and Recognitions" ]
},
},
"propertyOrdering": ["Company Name", "Environmental Parameters"]
}
GEMINI_SOCIAL_PARAMETERS = {
"type": "object",
"properties": {
"Company Name": {
"type": "string",
"description": "Name of the company."
},
"Social Parameters": {
"type": "object",
"properties": {
"Total Workforce": {
"type": "integer", "nullable": True, "description": "Total number of employees in the organization. Units: Number of Employees."
},
"Employee Turnover Rate": {
"type": "number", "nullable": True, "description": "Percentage of employees leaving the organization over a period. Units: Percentage (%)."
},
"Gender Diversity": {
"type": "number", "nullable": True, "description": "Proportion of male and female employees. Units: Percentage (%)."
},
"Employee Training Hours": {
"type": "number", "nullable": True, "description": "Total hours spent on employee training. Units: Hours."
},
"Health and Safety Incidents": {
"type": "integer", "nullable": True, "description": "Total number of health and safety incidents reported. Units: Number of Incidents."
},
"Lost Time Injury Rate (LTIR)": {
"type": "number", "nullable": True, "description": "Number of injuries resulting in lost work time per million hours worked. Units: Number of Injuries per Million Hours Worked."
},
"Employee Engagement Score": {
"type": "number", "nullable": True, "description": "Measure of employee engagement and satisfaction. Units: Score."
},
"Collective Bargaining Coverage": {
"type": "number", "nullable": True, "description": "Percentage of employees covered by collective bargaining agreements. Units: Percentage (%)."
},
"Human Rights Policies": {
"type": "string", "nullable": True, "description": "Policies related to the protection of human rights within the organization."
},
"Supplier Social Assessment": {
"type": "string", "nullable": True, "description": "Assessment of suppliers' social practices."
},
"Community Engagement Initiatives": {
"type": "string", "nullable": True, "description": "Initiatives aimed at engaging and supporting local communities."
},
"Customer Satisfaction Score": {
"type": "number", "nullable": True, "description": "Measure of customer satisfaction with the organization's products or services. Units: Score."
},
"Product Safety Incidents": {
"type": "integer", "nullable": True, "description": "Total number of product safety incidents reported. Units: Number of Incidents."
},
"Data Privacy Breaches": {
"type": "integer", "nullable": True, "description": "Total number of data privacy breaches reported. Units: Number of Breaches."
},
"Non-Discrimination Policies": {
"type": "string", "nullable": True, "description": "Policies ensuring non-discrimination."
}
},
"propertyOrdering": [
"Total Workforce",
"Employee Turnover Rate",
"Gender Diversity",
"Employee Training Hours",
"Health and Safety Incidents",
"Lost Time Injury Rate (LTIR)",
"Employee Engagement Score",
"Collective Bargaining Coverage",
"Human Rights Policies",
"Supplier Social Assessment",
"Community Engagement Initiatives",
"Customer Satisfaction Score",
"Product Safety Incidents",
"Data Privacy Breaches",
"Non-Discrimination Policies"
]
}
},
"propertyOrdering": ["Company Name", "Social Parameters",]
}
GEMINI_GOVERNANCE_PARAMETERS = {
"type": "object",
"properties": {
"Company Name": {
"type": "string",
"description": "Name of the company."
},
"Governance Parameters": {
"type": "object",
"properties": {
"Board Composition": {
"type": "string",
"nullable": True,
"description": "Details about the structure of the board, including the number of executive and non-executive directors."
},
"Board Diversity": {
"type": "number",
"nullable": True,
"description": "Proportion of board members by gender, ethnicity, or other diversity metrics. Units: Percentage (%)."
},
"Independent Directors": {
"type": "number",
"nullable": True,
"description": "Number or percentage of directors who are independent of the company's management. Units: Number or Percentage (%)."
},
"Board Committees": {
"type": "string",
"nullable": True,
"description": "Information on existing board committees such as audit, remuneration, and nomination committees."
},
"Executive Compensation": {
"type": "number",
"nullable": True,
"description": "Total compensation awarded to executives, including salary, bonuses, and stock options. Units: Currency."
},
"CEO Pay Ratio": {
"type": "number",
"nullable": True,
"description": "Ratio of CEO compensation to the median employee compensation. Units: Ratio."
},
"Succession Planning": {
"type": "string",
"nullable": True,
"description": "Policies and procedures in place for executive succession planning."
},
"Shareholder Rights": {
"type": "string",
"nullable": True,
"description": "Description of shareholder voting rights and any restrictions."
},
"Ownership Structure": {
"type": "string",
"nullable": True,
"description": "Breakdown of ownership by major shareholders, institutional investors, etc."
},
"Anti-Corruption Policies": {
"type": "string",
"nullable": True,
"description": "Policies and measures implemented to prevent corruption and bribery within the organization."
},
"Whistleblower Mechanisms": {
"type": "string",
"nullable": True,
"description": "Systems in place for employees and stakeholders to report unethical behavior anonymously."
},
"Risk Management Framework": {
"type": "string",
"nullable": True,
"description": "Description of the organization's approach to identifying and managing risks."
},
"Compliance with Laws and Regulations": {
"type": "string",
"nullable": True,
"description": "Information on the company's compliance with relevant laws and regulations."
},
"Political Contributions": {
"type": "number",
"nullable": True,
"description": "Amount of money contributed to political parties, candidates, or lobbying efforts. Units: Currency."
},
"Data Privacy Policies": {
"type": "string",
"nullable": True,
"description": "Policies related to the protection of personal and sensitive data."
},
"Cybersecurity Measures": {
"type": "string",
"nullable": True,
"description": "Description of measures taken to protect the organization's information systems."
},
"Business Ethics Training": {
"type": "number",
"nullable": True,
"description": "Total hours of training provided to employees on business ethics. Units: Number of Hours."
},
"Conflicts of Interest Policy": {
"type": "string",
"nullable": True,
"description": "Policies addressing how conflicts of interest are managed within the organization."
},
"Code of Conduct": {
"type": "string",
"nullable": True,
"description": "Document outlining the principles and standards of behavior expected from employees and management."
},
"Transparency in Financial Reporting": {
"type": "string",
"nullable": True,
"description": "Information on the organization's practices for transparent and accurate financial reporting."
},
"Tax Transparency": {
"type": "string",
"nullable": True,
"description": "Disclosure of the company's tax strategy and payments in different jurisdictions."
},
"Supply Chain Governance": {
"type": "string",
"nullable": True,
"description": "Policies and practices governing the ethical behavior of suppliers and contractors."
},
"Intellectual Property Rights": {
"type": "string",
"nullable": True,
"description": "Policies related to the protection and management of intellectual property."
},
"Environmental Governance": {
"type": "string",
"nullable": True,
"description": "Governance structures in place to oversee environmental sustainability initiatives."
},
"Social Governance": {
"type": "string",
"nullable": True,
"description": "Governance structures in place to oversee social responsibility initiatives."
},
"Stakeholder Engagement Policies": {
"type": "string",
"nullable": True,
"description": "Policies outlining how the organization engages with stakeholders."
},
"Legal Proceedings": {
"type": "string",
"nullable": True,
"description": "Information on any significant legal proceedings involving the company."
},
"Internal Controls": {
"type": "string",
"nullable": True,
"description": "Systems and procedures in place to ensure the integrity of financial and accounting information."
},
"Auditor Independence": {
"type": "string",
"nullable": True,
"description": "Policies ensuring the independence of external auditors from the company's management."
},
"ESG Reporting": {
"type": "string",
"nullable": True,
"description": "Practices related to the disclosure of environmental, social, and governance performance."
},
"Board Evaluation Processes": {
"type": "string",
"nullable": True,
"description": "Procedures for assessing the performance and effectiveness of the board of directors."
},
"Remuneration Policies": {
"type": "string",
"nullable": True,
"description": "Policies governing the remuneration of executives and other employees."
},
"Ethical Sourcing Policies": {
"type": "string",
"nullable": True,
"description": "Policies ensuring that sourcing of materials and services is conducted ethically."
},
"Human Rights Policies": {
"type": "string",
"nullable": True,
"description": "Policies outlining the company's commitment to upholding human rights within its operations and supply chain."
},
"Diversity and Inclusion Policies": {
"type": "string",
"nullable": True,
"description": "Policies promoting diversity and inclusion within the workplace."
},
"Incident Reporting Mechanisms": {
"type": "string",
"nullable": True,
"description": "Systems for reporting and addressing incidents of non-compliance or unethical behavior."
},
"ESG Integration in Strategy": {
"type": "string",
"nullable": True,
"description": "How environmental, social, and governance factors are integrated into the company's overall strategy."
},
"Regulatory Compliance Training": {
"type": "number",
"nullable": True,
"description": "Total hours of training provided to employees on regulatory compliance. Units: Number of Hours."
},
"Investor Relations Policies": {
"type": "string",
"nullable": True,
"description": "Policies governing communication and engagement with investors and shareholders."
},
"Crisis Management Plans": {
"type": "string",
"nullable": True,
"description": "Preparedness plans for managing crises that could impact the organization's operations or reputation."
},
"Product Responsibility Policies": {
"type": "string",
"nullable": True,
"description": "Policies ensuring that products and services meet safety and quality standards."
},
"Legal Compliance Incidents": {
"type": "number",
"nullable": True,
"description": "Number of incidents where the company was found in violation of laws or regulations. Units: Number of Incidents."
},
"Ethical Marketing Practices": {
"type": "string",
"nullable": True,
"description": "Policies ensuring that marketing and advertising practices are conducted ethically."
},
"ESG Performance Metrics": {
"type": "string",
"nullable": True,
"description": "Key performance indicators used to measure ESG performance."
},
"Board Meeting Attendance": {
"type": "number",
"nullable": True,
"description": "Percentage of board meetings attended by each director. Units: Percentage (%)."
},
"Shareholder Engagement Activities": {
"type": "string",
"nullable": True,
"description": "Activities undertaken to engage and communicate with shareholders."
},
"Legal Fines and Penalties": {
"type": "number",
"nullable": True,
"description": "Total amount paid in fines and penalties for legal or regulatory infractions. Units: Currency."
},
"ESG Oversight Responsibility": {
"type": "string",
"nullable": True,
"description": "Identification of board members or committees responsible for ESG oversight."
}
},
"propertyOrdering": [
"Board Composition",
"Board Diversity",
"Independent Directors",
"Board Committees",
"Executive Compensation",
"CEO Pay Ratio",
"Succession Planning",
"Shareholder Rights",
"Ownership Structure",
"Anti-Corruption Policies",
"Whistleblower Mechanisms",
"Risk Management Framework",
"Compliance with Laws and Regulations",
"Political Contributions",
"Data Privacy Policies",
"Cybersecurity Measures",
"Business Ethics Training",
"Conflicts of Interest Policy",
"Code of Conduct",
"Transparency in Financial Reporting",
"Tax Transparency",
"Supply Chain Governance",
"Intellectual Property Rights",
"Environmental Governance",
"Social Governance",
"Stakeholder Engagement Policies",
"Legal Proceedings",
"Internal Controls",
"Auditor Independence",
"ESG Reporting",
"Board Evaluation Processes",
"Remuneration Policies",
"Ethical Sourcing Policies",
"Human Rights Policies",
"Diversity and Inclusion Policies",
"Incident Reporting Mechanisms",
"ESG Integration in Strategy",
"Regulatory Compliance Training",
"Investor Relations Policies",
"Crisis Management Plans",
"Product Responsibility Policies",
"Legal Compliance Incidents",
"Ethical Marketing Practices",
"ESG Performance Metrics",
"Board Meeting Attendance",
"Shareholder Engagement Activities",
"Legal Fines and Penalties",
"ESG Oversight Responsibility"
]
}
},
"propertyOrdering": ["Company Name", "Governance Parameters"]
}
GEMINI_MATERIALITY_PARAMETERS = {
"type": "object",
"properties": {
"Company Name": {
"type": "string",
"description": "Name of the company."
},
"Materiality Parameters": {
"type": "object",
"properties": {
"Stakeholder Engagement Level": {
"type": "number",
"nullable": True,
"description": "Degree to which stakeholders are involved in organizational activities or decisions. Units: Number or Percentage (%)."
},
"Stakeholder Feedback Mechanisms": {
"type": "string",
"nullable": True,
"description": "Systems in place for stakeholders to provide feedback to the organization."
},
"Identification of Material Issues": {
"type": "string",
"nullable": True,
"description": "Process of determining the most significant environmental, social, and governance issues relevant to the organization."
},
"Prioritization of Material Issues": {
"type": "string",
"nullable": True,
"description": "Ranking of identified material issues based on their significance to stakeholders and the organization."
},
"Double Materiality Assessment": {
"type": "boolean",
"nullable": True,
"description": "Evaluation considering both the organization's impact on sustainability matters and the impact of sustainability matters on the organization."
},
"Materiality Matrix Development": {
"type": "string",
"nullable": True,
"description": "Creation of a visual representation (matrix) plotting material issues based on their importance to stakeholders and the organization."
},
"Regular Review of Material Issues": {
"type": "string",
"nullable": True,
"description": "Frequency and process for updating the assessment of material issues."
},
"Integration of Material Issues into Strategy": {
"type": "string",
"nullable": True,
"description": "How identified material issues are incorporated into the organization's strategic planning."
},
"Disclosure of Material Issues": {
"type": "string",
"nullable": True,
"description": "Public reporting on identified material issues and how they are managed."
},
"Impact Assessment of Material Issues": {
"type": "string",
"nullable": True,
"description": "Analysis of the potential or actual impact of material issues on the organization and its stakeholders."
}
},
"propertyOrdering": [
"Stakeholder Engagement Level",
"Stakeholder Feedback Mechanisms",
"Identification of Material Issues",
"Prioritization of Material Issues",
"Double Materiality Assessment",
"Materiality Matrix Development",
"Regular Review of Material Issues",
"Integration of Material Issues into Strategy",
"Disclosure of Material Issues",
"Impact Assessment of Material Issues"
]
}
},
"propertyOrdering": ["Company Name", "Materiality Parameters"]
}
GEMINI_NET_ZERO_INTERVENTION_PARAMETERS = {
"type": "object",
"properties": {
"Company Name": {
"type": "string",
"description": "Name of the company."
},
"Net Zero Intervention Parameters": {
"type": "object",
"properties": {
"Renewable Energy Adoption": {
"type": "number",
"nullable": True,
"description": "Proportion of energy consumption derived from renewable sources. Units: Percentage (%)."
},
"Energy Efficiency Improvements": {
"type": "number",
"nullable": True,
"description": "Reduction in energy consumption due to efficiency measures. Units: Percentage (%)."
},
"Electrification of Operations": {
"type": "number",
"nullable": True,
"description": "Extent to which operations have shifted from fossil fuels to electric power. Units: Percentage (%)."
},
"Carbon Capture and Storage (CCS) Implementation": {
"type": "number",
"nullable": True,
"description": "Amount of CO₂ captured and stored to prevent atmospheric release. Units: Metric Tons CO₂e."
},
"Reforestation and Afforestation Initiatives": {
"type": "number",
"nullable": True,
"description": "Efforts to plant trees to absorb CO₂ from the atmosphere. Units: Number of Trees Planted or Hectares."
},
"Sustainable Transportation Adoption": {
"type": "number",
"nullable": True,
"description": "Proportion of transportation utilizing low-emission or electric vehicles. Units: Percentage (%)."
},
"Supply Chain Emissions Reduction": {
"type": "number",
"nullable": True,
"description": "Decrease in emissions from upstream and downstream supply chain activities. Units: Metric Tons CO₂e."
},
"Waste-to-Energy Conversion": {
"type": "number",
"nullable": True,
"description": "Energy produced from the processing of waste materials. Units: MWh or GJ."
},
"Carbon Offset Investments": {
"type": "number",
"nullable": True,
"description": "Amount of emissions offset through investments in environmental projects. Units: Metric Tons CO₂e."
},
"Climate Risk Assessment": {
"type": "string",
"nullable": True,
"description": "Evaluation of potential risks posed by climate change to the organization."
},
"Climate Adaptation Strategies": {
"type": "string",
"nullable": True,
"description": "Plans implemented to adapt operations to changing climate conditions."
},
"Internal Carbon Pricing": {
"type": "number",
"nullable": True,
"description": "Monetary value assigned to carbon emissions to incentivize reduction. Units: Currency per Metric Ton CO₂e."
},
"Net-Zero Target Year": {
"type": "string",
"nullable": True,
"description": "Specific year by which the organization aims to achieve net-zero emissions. Units: Year."
},
"Interim Emission Reduction Targets": {
"type": "number",
"nullable": True,
"description": "Short-term targets set to progressively reduce emissions en route to net-zero. Units: Percentage (%)."
},
"Employee Engagement in Sustainability": {
"type": "number",
"nullable": True,
"description": "Proportion of employees actively involved in sustainability programs. Units: Percentage (%)."
},
"Investment in Low-Carbon Technologies": {
"type": "number",
"nullable": True,
"description": "Financial resources allocated to developing or adopting low-carbon technologies. Units: Currency."
},
"Public Disclosure of Net-Zero Progress": {
"type": "string",
"nullable": True,
"description": "Regular public updates on progress toward net-zero commitments."
},
"Third-Party Verification of Emission Data": {
"type": "boolean",
"nullable": True,
"description": "Confirmation that emission data has been verified by an external party."
},
"Participation in Carbon Markets": {
"type": "boolean",
"nullable": True,
"description": "Involvement in systems where carbon credits are bought and sold."
},
"Development of Climate-Resilient Infrastructure": {
"type": "string",
"nullable": True,
"description": "Initiatives to build infrastructure resilient to climate impacts."
},
"Reduction of Methane Emissions": {
"type": "number",
"nullable": True,
"description": "Efforts to decrease methane emissions from operations. Units: Metric Tons CH₄."
},
"Implementation of Circular Economy Practices": {
"type": "string",
"nullable": True,
"description": "Adoption of processes that emphasize reuse and recycling to minimize waste."
},
"Collaboration with Industry Peers on Climate Action": {
"type": "string",
"nullable": True,
"description": "Joint initiatives with other organizations to address climate challenges."
},
"Use of Science-Based Targets": {
"type": "boolean",
"nullable": True,
"description": "Setting emission reduction targets in line with scientific recommendations."
},
"Monitoring and Reporting Mechanisms": {
"type": "string",
"nullable": True,
"description": "Systems established to track and report emissions data accurately."
}
},
"propertyOrdering": [
"Renewable Energy Adoption",
"Energy Efficiency Improvements",
"Electrification of Operations",
"Carbon Capture and Storage (CCS) Implementation",
"Reforestation and Afforestation Initiatives",
"Sustainable Transportation Adoption",
"Supply Chain Emissions Reduction",
"Waste-to-Energy Conversion",
"Carbon Offset Investments",
"Climate Risk Assessment",
"Climate Adaptation Strategies",
"Internal Carbon Pricing",
"Net-Zero Target Year",
"Interim Emission Reduction Targets",
"Employee Engagement in Sustainability",
"Investment in Low-Carbon Technologies",
"Public Disclosure of Net-Zero Progress",
"Third-Party Verification of Emission Data",
"Participation in Carbon Markets",
"Development of Climate-Resilient Infrastructure",
"Reduction of Methane Emissions",
"Implementation of Circular Economy Practices",
"Collaboration with Industry Peers on Climate Action",
"Use of Science-Based Targets",
"Monitoring and Reporting Mechanisms"
]
}
},
"propertyOrdering": ["Company Name", "Net Zero Intervention Parameters"]
}
FULL_RESPONSE_SCHEMA = {
"type": "object",
"properties": {
"Company Name": {
"type": "string",
"description": "Name of the company."
},
"Greenhouse Gas (GHG) Protocol Parameters": {
"type": "object",
"properties": {
"Total GHG Emissions": { "type": "integer", "nullable": True, "description": "Total greenhouse gases emitted by the organization. Units: Metric Tons CO₂e." },
"Scope 1 Emissions": { "type": "integer", "nullable": True, "description": "Direct GHG emissions from owned or controlled sources. Units: Metric Tons CO₂e." },
"Scope 2 Emissions": { "type": "integer", "nullable": True, "description": "Indirect GHG emissions from the consumption of purchased electricity, steam, heating, and cooling. Units: Metric Tons CO₂e." },
"Scope 3 Emissions": { "type": "integer", "nullable": True, "description": "Other indirect emissions occurring in the value chain, including both upstream and downstream emissions. Units: Metric Tons CO₂e." },
"CO₂ Emissions": { "type": "integer", "nullable": True, "description": "Emissions of carbon dioxide. Units: Metric Tons CO₂." },
"CH₄ Emissions": { "type": "integer", "nullable": True, "description": "Emissions of methane. Units: Metric Tons CH₄." },
"N₂O Emissions": { "type": "integer", "nullable": True, "description": "Emissions of nitrous oxide. Units: Metric Tons N₂O." },
"HFC Emissions": { "type": "integer", "nullable": True, "description": "Emissions of hydrofluorocarbons. Units: Metric Tons HFCs" },
"PFC Emissions": { "type": "integer", "nullable": True, "description": "Emissions of perfluorocarbons. Units: Metric Tons PFCs" },
"SF₆ Emissions": { "type": "integer", "nullable": True, "description": "Emissions of sulfur hexafluoride. Units: Metric Tons SF₆." },
"NF₃ Emissions": { "type": "integer", "nullable": True, "description": "Emissions of nitrogen trifluoride. Units: Metric Tons NF₃." },
"Biogenic CO₂ Emissions": { "type": "integer", "nullable": True, "description": "CO₂ emissions from biological sources. Units: Metric Tons CO₂." },
"Emissions Intensity per Revenue": { "type": "number", "nullable": True, "description": "GHG emissions per unit of revenue. Units: Metric Tons CO₂e / Revenue." },
"Emissions Intensity per Employee": { "type": "number", "nullable": True, "description": "GHG emissions per employee. Units: Metric Tons CO₂e / Employee." },
"Base Year Emissions": { "type": "integer", "nullable": True, "description": "GHG emissions in the base year for comparison. Units: Metric Tons CO₂e." },
"Emissions Reduction Target": { "type": "number", "nullable": True, "description": "Targeted percentage reduction in GHG emissions. Units: Percentage (%)." },
"Emissions Reduction Achieved": { "type": "number", "nullable": True, "description": "Actual percentage reduction in GHG emissions achieved. Units: Percentage (%)." },
"Energy Consumption": { "type": "number", "nullable": True, "description": "Total energy consumed by the organization. Units: MWh or GJ." },
"Renewable Energy Consumption": { "type": "number", "nullable": True, "description": "Amount of energy consumed from renewable sources. Units: MWh or GJ." },
"Non-Renewable Energy Consumption": { "type": "number", "nullable": True, "description": "Amount of energy consumed from non-renewable sources. Units: MWh or GJ." },
"Energy Intensity per Revenue": { "type": "number", "nullable": True, "description": "Energy consumption per unit of revenue. Units: MWh or GJ / Revenue." },
"Energy Intensity per Employee": { "type": "number", "nullable": True, "description": "Energy consumption per employee. Units: MWh or GJ / Employee." },
"Fuel Consumption": { "type": "number", "nullable": True, "description": "Total fuel consumed by the organization. Units: Liters or GJ." },
"Electricity Consumption": { "type": "number", "nullable": True, "description": "Total electricity consumed. Units: MWh." },
"Heat Consumption": { "type": "number", "nullable": True, "description": "Total heat energy consumed. Units: GJ." },
"Steam Consumption": { "type": "number", "nullable": True, "description": "Total steam energy consumed. Units: GJ." },
"Cooling Consumption": { "type": "number", "nullable": True, "description": "Total energy consumed for cooling. Units: GJ." },
"Purchased Goods and Services Emissions": { "type": "integer", "nullable": True, "description": "Emissions from purchased goods and services. Units: Metric Tons CO₂e." },
"Capital Goods Emissions": { "type": "integer", "nullable": True, "description": "Emissions from the production of capital goods. Units: Metric Tons CO₂e." },
"Fuel- and Energy-Related Activities Emissions": { "type": "integer", "nullable": True, "description": "Emissions related to fuel and energy production not included in Scope 1 or 2. Units: Metric Tons CO₂e." },
"Upstream Transportation and Distribution Emissions": { "type": "integer", "nullable": True, "description": "Emissions from transportation and distribution in the supply chain. Units: Metric Tons CO₂e." },
"Waste Generated in Operations Emissions": { "type": "integer", "nullable": True, "description": "Emissions from waste generated during operations. Units: Metric Tons CO₂e." },
"Business Travel Emissions": { "type": "integer", "nullable": True, "description": "Emissions from employee business travel. Units: Metric Tons CO₂e." },
"Employee Commuting Emissions": { "type": "integer", "nullable": True, "description": "Emissions from employees commuting to and from work. Units: Metric Tons CO₂e." },
"Upstream Leased Assets Emissions": { "type": "integer", "nullable": True, "description": "Emissions from leased assets upstream in the value chain. Units: Metric Tons CO₂e." },
"Downstream Transportation and Distribution Emissions": { "type": "integer", "nullable": True, "description": "Emissions from transportation and distribution of sold products. Units: Metric Tons CO₂e." },
"Processing of Sold Products Emissions": { "type": "integer", "nullable": True, "description": "Emissions from processing intermediate products sold by the organization. Units: Metric Tons CO₂e." },
"Use of Sold Products Emissions": { "type": "integer", "nullable": True, "description": "Emissions from the use of sold products by consumers. Units: Metric Tons CO₂e." },
"End-of-Life Treatment of Sold Products Emissions": { "type": "integer", "nullable": True, "description": "Emissions from the disposal of sold products at end of life. Units: Metric Tons CO₂e." },
"Downstream Leased Assets Emissions": { "type": "integer", "nullable": True, "description": "Emissions from leased assets downstream in the value chain. Units: Metric Tons CO₂e." },
"Franchises Emissions": { "type": "integer", "nullable": True, "description": "Emissions from franchise operations. Units: Metric Tons CO₂e." },
"Investments Emissions": { "type": "integer", "nullable": True, "description": "Emissions from investments. Units: Metric Tons CO₂e." },
"Carbon Offsets Purchased": { "type": "integer", "nullable": True, "description": "Amount of carbon offsets purchased. Units: Metric Tons CO₂e." },
"Net GHG Emissions": { "type": "integer", "nullable": True, "description": "GHG emissions after accounting for offsets. Units: Metric Tons CO₂e." },
"Carbon Sequestration": { "type": "integer", "nullable": True, "description": "Amount of CO₂ sequestered or captured. Units: Metric Tons CO₂e." }
},
"propertyOrdering": [
"Total GHG Emissions", "Scope 1 Emissions", "Scope 2 Emissions", "Scope 3 Emissions", "CO₂ Emissions",
"CH₄ Emissions", "N₂O Emissions", "HFC Emissions", "PFC Emissions", "SF₆ Emissions", "NF₃ Emissions",
"Biogenic CO₂ Emissions", "Emissions Intensity per Revenue", "Emissions Intensity per Employee",
"Base Year Emissions", "Emissions Reduction Target", "Emissions Reduction Achieved", "Energy Consumption",
"Renewable Energy Consumption", "Non-Renewable Energy Consumption", "Energy Intensity per Revenue",
"Energy Intensity per Employee", "Fuel Consumption", "Electricity Consumption", "Heat Consumption",
"Steam Consumption", "Cooling Consumption", "Purchased Goods and Services Emissions", "Capital Goods Emissions",
"Fuel- and Energy-Related Activities Emissions", "Upstream Transportation and Distribution Emissions",
"Waste Generated in Operations Emissions", "Business Travel Emissions", "Employee Commuting Emissions",
"Upstream Leased Assets Emissions", "Downstream Transportation and Distribution Emissions",
"Processing of Sold Products Emissions", "Use of Sold Products Emissions", "End-of-Life Treatment of Sold Products Emissions",
"Downstream Leased Assets Emissions", "Franchises Emissions", "Investments Emissions", "Carbon Offsets Purchased", "Net GHG Emissions",
"Carbon Sequestration"
]
},
"Environmental Parameters (CSRD)": {
"type": "object",
"properties": {
"Environmental Policies": {
"type": "string",
"nullable": True,
"description": "Policies related to environmental management and sustainability."
},
"Environmental Management System (EMS)": {
"type": "boolean",
"nullable": True,
"description": "Existence of an environmental management system."
},
"Environmental Certifications": {
"type": "string",
"nullable": True,
"description": "Certifications related to environmental standards."
}
},
"propertyOrdering": [
"Environmental Policies",
"Environmental Management System (EMS)",
"Environmental Certifications"
]
},
"Environmental Parameters": {
"type": "object",
"properties": {
"Air Emissions": {
"type": "integer", "nullable": True, "description": "Total emissions of pollutants into the air. Units: Metric Tons."
},
"Water Withdrawal": {
"type": "integer", "nullable": True, "description": "Total volume of water extracted from all sources. Units: Cubic Meters."
},
"Water Discharge": {
"type": "integer", "nullable": True, "description": "Total volume of water discharged back into the environment. Units: Cubic Meters."
},
"Waste Generation": {
"type": "integer", "nullable": True, "description": "Total amount of waste generated by the organization. Units: Metric Tons."
},
"Hazardous Waste": {
"type": "integer", "nullable": True, "description": "Amount of waste classified as hazardous. Units: Metric Tons."
},
"Non-Hazardous Waste": {
"type": "integer", "nullable": True, "description": "Amount of waste not classified as hazardous. Units: Metric Tons."
},
"Recycled Waste": {
"type": "integer", "nullable": True, "description": "Amount of waste diverted from landfills through recycling. Units: Metric Tons."
},
"Energy Consumption": {
"type": "number", "nullable": True, "description": "Total energy consumed by the organization. Units: MWh or GJ."
},
"Renewable Energy Consumption": {
"type": "number", "nullable": True, "description": "Amount of energy consumed from renewable sources. Units: MWh or GJ."
},
"Non-Renewable Energy Consumption": {
"type": "number", "nullable": True, "description": "Amount of energy consumed from non-renewable sources. Units: MWh or GJ."
},
"Energy Intensity": {
"type": "number", "nullable": True, "description": "Energy consumption per unit of output or revenue. Units: MWh or GJ per unit."
},
"Water Intensity": {
"type": "number", "nullable": True, "description": "Water consumption per unit of output or revenue. Units: Cubic Meters per unit."
},
"Biodiversity Impact": {
"type": "string", "nullable": True, "description": "Description of the organization's impact on biodiversity."
},
"Environmental Fines": {
"type": "number", "nullable": True, "description": "Total monetary value of fines for environmental violations. Units: Currency."
},
"Environmental Investments": {
"type": "number", "nullable": True, "description": "Total investments in environmental protection measures. Units: Currency."
},
"Environmental Certifications": {
"type": "string", "nullable": True, "description": "Certifications related to environmental standards (e.g., ISO 14001)."
},
"Environmental Management System (EMS)": {
"type": "boolean", "nullable": True, "description": "Existence of an environmental management system."
},
"Climate Change Risks": {
"type": "string", "nullable": True, "description": "Description of risks related to climate change affecting the organization."
},
"Climate Change Opportunities": {
"type": "string", "nullable": True, "description": "Description of opportunities related to climate change for the organization."
},
"Emissions Reduction Initiatives": {
"type": "string", "nullable": True, "description": "Initiatives aimed at reducing GHG emissions."
},
"Renewable Energy Initiatives": {
"type": "string", "nullable": True, "description": "Initiatives to increase the use of renewable energy sources."
},
"Water Conservation Initiatives": {
"type": "string", "nullable": True, "description": "Initiatives aimed at reducing water consumption."
},
"Waste Reduction Initiatives": {
"type": "string", "nullable": True, "description": "Initiatives aimed at reducing waste generation."
},
"Circular Economy Initiatives": {
"type": "string", "nullable": True, "description": "Initiatives promoting the reuse and recycling of materials."
},
"Sustainable Sourcing Policies": {
"type": "string", "nullable": True, "description": "Policies ensuring procurement of sustainable materials."
},
"Supplier Environmental Assessment": {
"type": "string", "nullable": True, "description": "Assessment of suppliers' environmental practices."
},
"Product Environmental Footprint": {
"type": "string", "nullable": True, "description": "Environmental impact assessment of products."
},
"Packaging Environmental Impact": {
"type": "string", "nullable": True, "description": "Environmental impact of product packaging."
},
"Transportation Environmental Impact": {
"type": "string", "nullable": True, "description": "Environmental impact of transportation and logistics."
},
"Environmental Training Programs": {
"type": "string", "nullable": True, "description": "Training programs focused on environmental awareness."
},
"Environmental Grievance Mechanisms": {
"type": "string", "nullable": True, "description": "Mechanisms for stakeholders to report environmental concerns."
},
"Environmental Compliance": {
"type": "boolean", "nullable": True, "description": "Adherence to environmental laws and regulations."
},
"Environmental Goals and Targets": {
"type": "string", "nullable": True, "description": "Specific environmental performance goals set by the organization."
},
"Environmental Performance Monitoring": {
"type": "string", "nullable": True, "description": "Systems in place to monitor environmental performance."
},
"Environmental Reporting": {
"type": "string", "nullable": True, "description": "Public reporting of environmental performance and initiatives."
},
"Environmental Stakeholder Engagement": {
"type": "string", "nullable": True, "description": "Engagement with stakeholders on environmental matters."
},
"Environmental Risk Assessment": {
"type": "string", "nullable": True, "description": "Assessment of environmental risks associated with operations."
},
"Environmental Impact Assessments": {
"type": "string", "nullable": True, "description": "Studies conducted to assess environmental impacts of projects."
},
"Environmental Restoration Initiatives": {
"type": "string", "nullable": True, "description": "Initiatives aimed at restoring damaged ecosystems."
},
"Environmental Advocacy and Partnerships": {
"type": "string", "nullable": True, "description": "Participation in environmental advocacy and partnerships."
},
"Environmental Awards and Recognitions": {
"type": "string", "nullable": True, "description": "Awards received for environmental performance."
}
},
"propertyOrdering": ["Air Emissions", "Water Withdrawal", "Water Discharge", "Waste Generation",
"Hazardous Waste",
"Non-Hazardous Waste",
"Recycled Waste",
"Energy Consumption",
"Renewable Energy Consumption",
"Non-Renewable Energy Consumption",
"Energy Intensity",
"Water Intensity",
"Biodiversity Impact",
"Environmental Fines",
"Environmental Investments",
"Environmental Certifications",
"Environmental Management System (EMS)",
"Climate Change Risks",
"Climate Change Opportunities",
"Emissions Reduction Initiatives",
"Renewable Energy Initiatives",
"Water Conservation Initiatives",
"Waste Reduction Initiatives",
"Circular Economy Initiatives",
"Sustainable Sourcing Policies",
"Supplier Environmental Assessment",
"Product Environmental Footprint",
"Packaging Environmental Impact",
"Transportation Environmental Impact",
"Environmental Training Programs",
"Environmental Grievance Mechanisms",
"Environmental Compliance",
"Environmental Goals and Targets",
"Environmental Performance Monitoring",
"Environmental Reporting",
"Environmental Stakeholder Engagement",
"Environmental Risk Assessment",
"Environmental Impact Assessments",
"Environmental Restoration Initiatives",
"Environmental Advocacy and Partnerships",
"Environmental Awards and Recognitions"
]
},
"Social Parameters": {
"type": "object",
"properties": {
"Total Workforce": {
"type": "integer", "nullable": True, "description": "Total number of employees in the organization. Units: Number of Employees."
},
"Employee Turnover Rate": {
"type": "number", "nullable": True, "description": "Percentage of employees leaving the organization over a period. Units: Percentage (%)."
},
"Gender Diversity": {
"type": "number", "nullable": True, "description": "Proportion of male and female employees. Units: Percentage (%)."
},
"Employee Training Hours": {
"type": "number", "nullable": True, "description": "Total hours spent on employee training. Units: Hours."
},
"Health and Safety Incidents": {
"type": "integer", "nullable": True, "description": "Total number of health and safety incidents reported. Units: Number of Incidents."
},
"Lost Time Injury Rate (LTIR)": {
"type": "number", "nullable": True, "description": "Number of injuries resulting in lost work time per million hours worked. Units: Number of Injuries per Million Hours Worked."
},
"Employee Engagement Score": {
"type": "number", "nullable": True, "description": "Measure of employee engagement and satisfaction. Units: Score."
},
"Collective Bargaining Coverage": {
"type": "number", "nullable": True, "description": "Percentage of employees covered by collective bargaining agreements. Units: Percentage (%)."
},
"Human Rights Policies": {
"type": "string", "nullable": True, "description": "Policies related to the protection of human rights within the organization."
},
"Supplier Social Assessment": {
"type": "string", "nullable": True, "description": "Assessment of suppliers' social practices."
},
"Community Engagement Initiatives": {
"type": "string", "nullable": True, "description": "Initiatives aimed at engaging and supporting local communities."
},
"Customer Satisfaction Score": {
"type": "number", "nullable": True, "description": "Measure of customer satisfaction with the organization's products or services. Units: Score."
},
"Product Safety Incidents": {
"type": "integer", "nullable": True, "description": "Total number of product safety incidents reported. Units: Number of Incidents."
},
"Data Privacy Breaches": {
"type": "integer", "nullable": True, "description": "Total number of data privacy breaches reported. Units: Number of Breaches."
},
"Non-Discrimination Policies": {
"type": "string", "nullable": True, "description": "Policies ensuring non-discrimination."
}
},
"propertyOrdering": [
"Total Workforce",
"Employee Turnover Rate",
"Gender Diversity",
"Employee Training Hours",
"Health and Safety Incidents",
"Lost Time Injury Rate (LTIR)",
"Employee Engagement Score",
"Collective Bargaining Coverage",
"Human Rights Policies",
"Supplier Social Assessment",
"Community Engagement Initiatives",
"Customer Satisfaction Score",
"Product Safety Incidents",
"Data Privacy Breaches",
"Non-Discrimination Policies"
]
},
"Governance Parameters": {
"type": "object",
"properties": {
"Board Composition": {
"type": "string",
"nullable": True,
"description": "Details about the structure of the board, including the number of executive and non-executive directors."
},
"Board Diversity": {
"type": "number",
"nullable": True,
"description": "Proportion of board members by gender, ethnicity, or other diversity metrics. Units: Percentage (%)."
},
"Independent Directors": {
"type": "number",
"nullable": True,
"description": "Number or percentage of directors who are independent of the company's management. Units: Number or Percentage (%)."
},
"Board Committees": {
"type": "string",
"nullable": True,
"description": "Information on existing board committees such as audit, remuneration, and nomination committees."
},
"Executive Compensation": {
"type": "number",
"nullable": True,
"description": "Total compensation awarded to executives, including salary, bonuses, and stock options. Units: Currency."
},
"CEO Pay Ratio": {
"type": "number",
"nullable": True,
"description": "Ratio of CEO compensation to the median employee compensation. Units: Ratio."
},
"Succession Planning": {
"type": "string",
"nullable": True,
"description": "Policies and procedures in place for executive succession planning."
},
"Shareholder Rights": {
"type": "string",
"nullable": True,
"description": "Description of shareholder voting rights and any restrictions."
},
"Ownership Structure": {
"type": "string",
"nullable": True,
"description": "Breakdown of ownership by major shareholders, institutional investors, etc."
},
"Anti-Corruption Policies": {
"type": "string",
"nullable": True,
"description": "Policies and measures implemented to prevent corruption and bribery within the organization."
},
"Whistleblower Mechanisms": {
"type": "string",
"nullable": True,
"description": "Systems in place for employees and stakeholders to report unethical behavior anonymously."
},
"Risk Management Framework": {
"type": "string",
"nullable": True,
"description": "Description of the organization's approach to identifying and managing risks."
},
"Compliance with Laws and Regulations": {
"type": "string",
"nullable": True,
"description": "Information on the company's compliance with relevant laws and regulations."
},
"Political Contributions": {
"type": "number",
"nullable": True,
"description": "Amount of money contributed to political parties, candidates, or lobbying efforts. Units: Currency."
},
"Data Privacy Policies": {
"type": "string",
"nullable": True,
"description": "Policies related to the protection of personal and sensitive data."
},
"Cybersecurity Measures": {
"type": "string",
"nullable": True,
"description": "Description of measures taken to protect the organization's information systems."
},
"Business Ethics Training": {
"type": "number",
"nullable": True,
"description": "Total hours of training provided to employees on business ethics. Units: Number of Hours."
},
"Conflicts of Interest Policy": {
"type": "string",
"nullable": True,
"description": "Policies addressing how conflicts of interest are managed within the organization."
},
"Code of Conduct": {
"type": "string",
"nullable": True,
"description": "Document outlining the principles and standards of behavior expected from employees and management."
},
"Transparency in Financial Reporting": {
"type": "string",
"nullable": True,
"description": "Information on the organization's practices for transparent and accurate financial reporting."
},
"Tax Transparency": {
"type": "string",
"nullable": True,
"description": "Disclosure of the company's tax strategy and payments in different jurisdictions."
},
"Supply Chain Governance": {
"type": "string",
"nullable": True,
"description": "Policies and practices governing the ethical behavior of suppliers and contractors."
},
"Intellectual Property Rights": {
"type": "string",
"nullable": True,
"description": "Policies related to the protection and management of intellectual property."
},
"Environmental Governance": {
"type": "string",
"nullable": True,
"description": "Governance structures in place to oversee environmental sustainability initiatives."
},
"Social Governance": {
"type": "string",
"nullable": True,
"description": "Governance structures in place to oversee social responsibility initiatives."
},
"Stakeholder Engagement Policies": {
"type": "string",
"nullable": True,
"description": "Policies outlining how the organization engages with stakeholders."
},
"Legal Proceedings": {
"type": "string",
"nullable": True,
"description": "Information on any significant legal proceedings involving the company."
},
"Internal Controls": {
"type": "string",
"nullable": True,
"description": "Systems and procedures in place to ensure the integrity of financial and accounting information."
},
"Auditor Independence": {
"type": "string",
"nullable": True,
"description": "Policies ensuring the independence of external auditors from the company's management."
},
"ESG Reporting": {
"type": "string",
"nullable": True,
"description": "Practices related to the disclosure of environmental, social, and governance performance."
},
"Board Evaluation Processes": {
"type": "string",
"nullable": True,
"description": "Procedures for assessing the performance and effectiveness of the board of directors."
},
"Remuneration Policies": {
"type": "string",
"nullable": True,
"description": "Policies governing the remuneration of executives and other employees."
},
"Ethical Sourcing Policies": {
"type": "string",
"nullable": True,
"description": "Policies ensuring that sourcing of materials and services is conducted ethically."
},
"Human Rights Policies": {
"type": "string",
"nullable": True,
"description": "Policies outlining the company's commitment to upholding human rights within its operations and supply chain."
},
"Diversity and Inclusion Policies": {
"type": "string",
"nullable": True,
"description": "Policies promoting diversity and inclusion within the workplace."
},
"Incident Reporting Mechanisms": {
"type": "string",
"nullable": True,
"description": "Systems for reporting and addressing incidents of non-compliance or unethical behavior."
},
"ESG Integration in Strategy": {
"type": "string",
"nullable": True,
"description": "How environmental, social, and governance factors are integrated into the company's overall strategy."
},
"Regulatory Compliance Training": {
"type": "number",
"nullable": True,
"description": "Total hours of training provided to employees on regulatory compliance. Units: Number of Hours."
},
"Investor Relations Policies": {
"type": "string",
"nullable": True,
"description": "Policies governing communication and engagement with investors and shareholders."
},
"Crisis Management Plans": {
"type": "string",
"nullable": True,
"description": "Preparedness plans for managing crises that could impact the organization's operations or reputation."
},
"Product Responsibility Policies": {
"type": "string",
"nullable": True,
"description": "Policies ensuring that products and services meet safety and quality standards."
},
"Legal Compliance Incidents": {
"type": "number",
"nullable": True,
"description": "Number of incidents where the company was found in violation of laws or regulations. Units: Number of Incidents."
},
"Ethical Marketing Practices": {
"type": "string",
"nullable": True,
"description": "Policies ensuring that marketing and advertising practices are conducted ethically."
},
"ESG Performance Metrics": {
"type": "string",
"nullable": True,
"description": "Key performance indicators used to measure ESG performance."
},
"Board Meeting Attendance": {
"type": "number",
"nullable": True,
"description": "Percentage of board meetings attended by each director. Units: Percentage (%)."
},
"Shareholder Engagement Activities": {
"type": "string",
"nullable": True,
"description": "Activities undertaken to engage and communicate with shareholders."
},
"Legal Fines and Penalties": {
"type": "number",
"nullable": True,
"description": "Total amount paid in fines and penalties for legal or regulatory infractions. Units: Currency."
},
"ESG Oversight Responsibility": {
"type": "string",
"nullable": True,
"description": "Identification of board members or committees responsible for ESG oversight."
}
},
"propertyOrdering": [
"Board Composition",
"Board Diversity",
"Independent Directors",
"Board Committees",
"Executive Compensation",
"CEO Pay Ratio",
"Succession Planning",
"Shareholder Rights",
"Ownership Structure",
"Anti-Corruption Policies",
"Whistleblower Mechanisms",
"Risk Management Framework",
"Compliance with Laws and Regulations",
"Political Contributions",
"Data Privacy Policies",
"Cybersecurity Measures",
"Business Ethics Training",
"Conflicts of Interest Policy",
"Code of Conduct",
"Transparency in Financial Reporting",
"Tax Transparency",
"Supply Chain Governance",
"Intellectual Property Rights",
"Environmental Governance",
"Social Governance",
"Stakeholder Engagement Policies",
"Legal Proceedings",
"Internal Controls",
"Auditor Independence",
"ESG Reporting",
"Board Evaluation Processes",
"Remuneration Policies",
"Ethical Sourcing Policies",
"Human Rights Policies",
"Diversity and Inclusion Policies",
"Incident Reporting Mechanisms",
"ESG Integration in Strategy",
"Regulatory Compliance Training",
"Investor Relations Policies",
"Crisis Management Plans",
"Product Responsibility Policies",
"Legal Compliance Incidents",
"Ethical Marketing Practices",
"ESG Performance Metrics",
"Board Meeting Attendance",
"Shareholder Engagement Activities",
"Legal Fines and Penalties",
"ESG Oversight Responsibility"
]
},
"Materiality Parameters": {
"type": "object",
"properties": {
"Stakeholder Engagement Level": {
"type": "number",
"nullable": True,
"description": "Degree to which stakeholders are involved in organizational activities or decisions. Units: Number or Percentage (%)."
},
"Stakeholder Feedback Mechanisms": {
"type": "string",
"nullable": True,
"description": "Systems in place for stakeholders to provide feedback to the organization."
},
"Identification of Material Issues": {
"type": "string",
"nullable": True,
"description": "Process of determining the most significant environmental, social, and governance issues relevant to the organization."
},
"Prioritization of Material Issues": {
"type": "string",
"nullable": True,
"description": "Ranking of identified material issues based on their significance to stakeholders and the organization."
},
"Double Materiality Assessment": {
"type": "boolean",
"nullable": True,
"description": "Evaluation considering both the organization's impact on sustainability matters and the impact of sustainability matters on the organization."
},
"Materiality Matrix Development": {
"type": "string",
"nullable": True,
"description": "Creation of a visual representation (matrix) plotting material issues based on their importance to stakeholders and the organization."
},
"Regular Review of Material Issues": {
"type": "string",
"nullable": True,
"description": "Frequency and process for updating the assessment of material issues."
},
"Integration of Material Issues into Strategy": {
"type": "string",
"nullable": True,
"description": "How identified material issues are incorporated into the organization's strategic planning."
},
"Disclosure of Material Issues": {
"type": "string",
"nullable": True,
"description": "Public reporting on identified material issues and how they are managed."
},
"Impact Assessment of Material Issues": {
"type": "string",
"nullable": True,
"description": "Analysis of the potential or actual impact of material issues on the organization and its stakeholders."
}
},
"propertyOrdering": [
"Stakeholder Engagement Level",
"Stakeholder Feedback Mechanisms",
"Identification of Material Issues",
"Prioritization of Material Issues",
"Double Materiality Assessment",
"Materiality Matrix Development",
"Regular Review of Material Issues",
"Integration of Material Issues into Strategy",
"Disclosure of Material Issues",
"Impact Assessment of Material Issues"
]
},
"Net Zero Intervention Parameters": {
"type": "object",
"properties": {
"Renewable Energy Adoption": {
"type": "number",
"nullable": True,
"description": "Proportion of energy consumption derived from renewable sources. Units: Percentage (%)."
},
"Energy Efficiency Improvements": {
"type": "number",
"nullable": True,
"description": "Reduction in energy consumption due to efficiency measures. Units: Percentage (%)."
},
"Electrification of Operations": {
"type": "number",
"nullable": True,
"description": "Extent to which operations have shifted from fossil fuels to electric power. Units: Percentage (%)."
},
"Carbon Capture and Storage (CCS) Implementation": {
"type": "number",
"nullable": True,
"description": "Amount of CO₂ captured and stored to prevent atmospheric release. Units: Metric Tons CO₂e."
},
"Reforestation and Afforestation Initiatives": {
"type": "number",
"nullable": True,
"description": "Efforts to plant trees to absorb CO₂ from the atmosphere. Units: Number of Trees Planted or Hectares."
},
"Sustainable Transportation Adoption": {
"type": "number",
"nullable": True,
"description": "Proportion of transportation utilizing low-emission or electric vehicles. Units: Percentage (%)."
},
"Supply Chain Emissions Reduction": {
"type": "number",
"nullable": True,
"description": "Decrease in emissions from upstream and downstream supply chain activities. Units: Metric Tons CO₂e."
},
"Waste-to-Energy Conversion": {
"type": "number",
"nullable": True,
"description": "Energy produced from the processing of waste materials. Units: MWh or GJ."
},
"Carbon Offset Investments": {
"type": "number",
"nullable": True,
"description": "Amount of emissions offset through investments in environmental projects. Units: Metric Tons CO₂e."
},
"Climate Risk Assessment": {
"type": "string",
"nullable": True,
"description": "Evaluation of potential risks posed by climate change to the organization."
},
"Climate Adaptation Strategies": {
"type": "string",
"nullable": True,
"description": "Plans implemented to adapt operations to changing climate conditions."
},
"Internal Carbon Pricing": {
"type": "number",
"nullable": True,
"description": "Monetary value assigned to carbon emissions to incentivize reduction. Units: Currency per Metric Ton CO₂e."
},
"Net-Zero Target Year": {
"type": "string",
"nullable": True,
"description": "Specific year by which the organization aims to achieve net-zero emissions. Units: Year."
},
"Interim Emission Reduction Targets": {
"type": "number",
"nullable": True,
"description": "Short-term targets set to progressively reduce emissions en route to net-zero. Units: Percentage (%)."
},
"Employee Engagement in Sustainability": {
"type": "number",
"nullable": True,
"description": "Proportion of employees actively involved in sustainability programs. Units: Percentage (%)."
},
"Investment in Low-Carbon Technologies": {
"type": "number",
"nullable": True,
"description": "Financial resources allocated to developing or adopting low-carbon technologies. Units: Currency."
},
"Public Disclosure of Net-Zero Progress": {
"type": "string",
"nullable": True,
"description": "Regular public updates on progress toward net-zero commitments."
},
"Third-Party Verification of Emission Data": {
"type": "boolean",
"nullable": True,
"description": "Confirmation that emission data has been verified by an external party."
},
"Participation in Carbon Markets": {
"type": "boolean",
"nullable": True,
"description": "Involvement in systems where carbon credits are bought and sold."
},
"Development of Climate-Resilient Infrastructure": {
"type": "string",
"nullable": True,
"description": "Initiatives to build infrastructure resilient to climate impacts."
},
"Reduction of Methane Emissions": {
"type": "number",
"nullable": True,
"description": "Efforts to decrease methane emissions from operations. Units: Metric Tons CH₄."
},
"Implementation of Circular Economy Practices": {
"type": "string",
"nullable": True,
"description": "Adoption of processes that emphasize reuse and recycling to minimize waste."
},
"Collaboration with Industry Peers on Climate Action": {
"type": "string",
"nullable": True,
"description": "Joint initiatives with other organizations to address climate challenges."
},
"Use of Science-Based Targets": {
"type": "boolean",
"nullable": True,
"description": "Setting emission reduction targets in line with scientific recommendations."
},
"Monitoring and Reporting Mechanisms": {
"type": "string",
"nullable": True,
"description": "Systems established to track and report emissions data accurately."
}
},
"propertyOrdering": [
"Renewable Energy Adoption",
"Energy Efficiency Improvements",
"Electrification of Operations",
"Carbon Capture and Storage (CCS) Implementation",
"Reforestation and Afforestation Initiatives",
"Sustainable Transportation Adoption",
"Supply Chain Emissions Reduction",
"Waste-to-Energy Conversion",
"Carbon Offset Investments",
"Climate Risk Assessment",
"Climate Adaptation Strategies",
"Internal Carbon Pricing",
"Net-Zero Target Year",
"Interim Emission Reduction Targets",
"Employee Engagement in Sustainability",
"Investment in Low-Carbon Technologies",
"Public Disclosure of Net-Zero Progress",
"Third-Party Verification of Emission Data",
"Participation in Carbon Markets",
"Development of Climate-Resilient Infrastructure",
"Reduction of Methane Emissions",
"Implementation of Circular Economy Practices",
"Collaboration with Industry Peers on Climate Action",
"Use of Science-Based Targets",
"Monitoring and Reporting Mechanisms"
]
}
},
"propertyOrdering": [ "Company Name", "Greenhouse Gas (GHG) Protocol Parameters", "Environmental Parameters (CSRD)",
"Environmental Parameters",
"Social Parameters", "Governance Parameters", "Materiality Parameters",
"Net Zero Intervention Parameters"
]
} |