File size: 1,395 Bytes
7d37b33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
TEMPLATE_FRAMEWORKS = {
    "GRI": "GRI Standards template: [Include here detailed GRI ESG report template structure...]",
    "TCFD": "Task Force on Climate-related Financial Disclosures (TCFD) template: [...]",
    "TNFD": "Taskforce on Nature-related Financial Disclosures (TNFD) template: [...]",
    "CDP": "Carbon Disclosure Project (CDP) template: [...]",
    "SASB": "Sustainability Accounting Standards Board (SASB) template: [...]",
    "CSRD": "Corporate Sustainability Reporting Directive (CSRD) template: [...]",
    "CSDDD": "Corporate Sustainability Due Diligence Directive (CSDDD) template: [...]",
    "IFRS": "International Financial Reporting Standards (IFRS) ESG template: [...]",
    "Gold Standard": "Gold Standard for carbon projects template: [...]",
    "CBAM": "Carbon Border Adjustment Mechanism (CBAM) reporting template: [...]",
    "GHG Protocol": "GHG Protocol reporting template: [...]",
    "SBTi": "Science Based Targets initiative (SBTi) reporting template: [...]",
}

FRAMEWORKS = {
    "GRI": [
        "Disclose total energy consumption.",
        "Report on greenhouse gas emissions (Scope 1 & 2).",
        "Describe water consumption and conservation measures.",
        "Provide information on workforce diversity.",
        "Describe anti-corruption policies and actions."
    ],
    # ... other frameworks as before ...
}