@zerocarbon/erp-config-sdk 1.0.24 → 1.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -3376,7 +3376,7 @@ const ALLSCOPES_ALUMINUM = [
3376
3376
  ];
3377
3377
 
3378
3378
  // Mobile Combustion Products
3379
- const MOBILE_COMBUSTION_PRODUCTS = [
3379
+ const MOBILE_COMBUSTION_PRODUCTS$1 = [
3380
3380
  {
3381
3381
  name: "HSD/Diesel-Company Owned Vehicle",
3382
3382
  unit: "kl",
@@ -3414,7 +3414,7 @@ const MOBILE_COMBUSTION_PRODUCTS = [
3414
3414
  },
3415
3415
  ];
3416
3416
  // Stationary Combustion Products
3417
- const STATIONARY_COMBUSTION_PRODUCTS = [
3417
+ const STATIONARY_COMBUSTION_PRODUCTS$1 = [
3418
3418
  {
3419
3419
  name: "Grease",
3420
3420
  unit: "tonnes",
@@ -3526,7 +3526,7 @@ const SCOPE1_AUTOMOBILE = [
3526
3526
  icon: IoCarOutline,
3527
3527
  scope: "scope1",
3528
3528
  unit: "various",
3529
- subProducts: MOBILE_COMBUSTION_PRODUCTS,
3529
+ subProducts: MOBILE_COMBUSTION_PRODUCTS$1,
3530
3530
  desc: "Mobile Combustion Emissions from Vehicles and Equipment",
3531
3531
  },
3532
3532
  {
@@ -3534,7 +3534,7 @@ const SCOPE1_AUTOMOBILE = [
3534
3534
  icon: FaFire,
3535
3535
  scope: "scope1",
3536
3536
  unit: "various",
3537
- subProducts: STATIONARY_COMBUSTION_PRODUCTS,
3537
+ subProducts: STATIONARY_COMBUSTION_PRODUCTS$1,
3538
3538
  desc: "Stationary Combustion Emissions from Plant Operations",
3539
3539
  },
3540
3540
  {
@@ -11610,9 +11610,10 @@ const ALL_SCOPES_3_CHEMICAL = [
11610
11610
  },
11611
11611
  ];
11612
11612
 
11613
+ // --------------------------------- Scope 1 Products ---------------------------------
11613
11614
  const FUEL_COMBUSTION_PRODUCTS$9 = [
11614
11615
  {
11615
- name: "Diesel (Operation)",
11616
+ name: "Diesel",
11616
11617
  unit: "kl",
11617
11618
  type: "liquid",
11618
11619
  calorificValue: 38.3,
@@ -11633,10 +11634,10 @@ const FUEL_COMBUSTION_PRODUCTS$9 = [
11633
11634
  emissionFactor: 3.1,
11634
11635
  },
11635
11636
  {
11636
- name: "Acetylene Combustion",
11637
+ name: "Acetylene combustion",
11637
11638
  unit: "tonnes",
11638
11639
  type: "gas",
11639
- calorificValue: 1,
11640
+ calorificValue: 49.9,
11640
11641
  emissionFactor: 2.94,
11641
11642
  },
11642
11643
  {
@@ -11647,7 +11648,7 @@ const FUEL_COMBUSTION_PRODUCTS$9 = [
11647
11648
  emissionFactor: 2.9,
11648
11649
  },
11649
11650
  {
11650
- name: "CNG (Compressed Natural Gas) Combustion",
11651
+ name: "CNG (compressed natural gas) combustion",
11651
11652
  unit: "tonnes",
11652
11653
  type: "gas",
11653
11654
  calorificValue: 48.0,
@@ -11697,6 +11698,20 @@ const REFRIGERANT_PRODUCTS$9 = [
11697
11698
  calorificValue: 1,
11698
11699
  emissionFactor: 3170,
11699
11700
  },
11701
+ {
11702
+ name: "R- 422 A",
11703
+ unit: "tonnes",
11704
+ type: "gas",
11705
+ calorificValue: 1,
11706
+ emissionFactor: 3140,
11707
+ },
11708
+ {
11709
+ name: "R-422 D",
11710
+ unit: "tonnes",
11711
+ type: "gas",
11712
+ calorificValue: 1,
11713
+ emissionFactor: 2729,
11714
+ },
11700
11715
  {
11701
11716
  name: "R-407 c",
11702
11717
  unit: "tonnes",
@@ -11716,14 +11731,14 @@ const FIRE_EXTINGUISHER_PRODUCTS$d = [
11716
11731
  ];
11717
11732
  const LPG_USAGE_PRODUCTS$a = [
11718
11733
  {
11719
- name: "LPG Usage (Tonne)",
11734
+ name: "LPG Usage (Gas)",
11720
11735
  unit: "tonnes",
11721
11736
  type: "gas",
11722
11737
  calorificValue: 46.0,
11723
11738
  emissionFactor: 2.984,
11724
11739
  },
11725
11740
  {
11726
- name: "LPG Usage (kl)",
11741
+ name: "LPG Usage (Liquid)",
11727
11742
  unit: "kl",
11728
11743
  type: "liquid",
11729
11744
  calorificValue: 25.3,
@@ -11739,14 +11754,15 @@ const SF6_USAGE_PRODUCTS$a = [
11739
11754
  emissionFactor: 23500,
11740
11755
  },
11741
11756
  ];
11742
- const SCOPE1_FOOD = [
11757
+ // --------------------------------- Scope 1 Main Categories ---------------------------------
11758
+ const SCOPE1_TELECOMMUNICATIONS = [
11743
11759
  {
11744
- name: "Fuel Combustion in Operations",
11760
+ name: "Operation Fuel Combustion",
11745
11761
  icon: FaFire,
11746
11762
  scope: "scope1",
11747
11763
  unit: "various",
11748
11764
  subProducts: FUEL_COMBUSTION_PRODUCTS$9,
11749
- desc: "Emissions from Fuel Combustion in Operations",
11765
+ desc: "Emissions from Operation Fuel Combustion",
11750
11766
  },
11751
11767
  {
11752
11768
  name: "Refrigerants",
@@ -11781,6 +11797,7 @@ const SCOPE1_FOOD = [
11781
11797
  desc: "Emissions from SF6 Usage",
11782
11798
  },
11783
11799
  ];
11800
+ // --------------------------------- Scope 2 Main Categories ---------------------------------
11784
11801
  const LOCATION_BASED_ELECTRICITY$d = [
11785
11802
  {
11786
11803
  name: "Electricity Purchased from National Grid",
@@ -11842,7 +11859,7 @@ const MARKET_BASED_ELECTRICITY$d = [
11842
11859
  emissionFactor: 0,
11843
11860
  },
11844
11861
  ];
11845
- const SCOPE2_FOOD = [
11862
+ const SCOPE2_TELECOMMUNICATIONS = [
11846
11863
  {
11847
11864
  name: "Location-based",
11848
11865
  icon: GiElectric,
@@ -11860,415 +11877,1604 @@ const SCOPE2_FOOD = [
11860
11877
  desc: "Market-based electricity emissions using contractual arrangements",
11861
11878
  },
11862
11879
  ];
11863
- // 1. Purchased Goods & Services
11864
- const PURCHASED_GOODS_AND_SERVICES$c = [
11865
- {
11866
- category: "Raw Materials",
11867
- items: [
11868
- { item: "Beef (average)", emissionFactor: 60, unit: "tCO2e/ton" },
11869
- { item: "Chicken", emissionFactor: 6, unit: "tCO2e/ton" },
11870
- { item: "Milk (raw)", emissionFactor: 1.9, unit: "tCO2e/ton" },
11871
- { item: "Cheese (cheddar)", emissionFactor: 9.8, unit: "tCO2e/ton" },
11872
- { item: "Wheat flour", emissionFactor: 1.2, unit: "tCO2e/ton" },
11873
- { item: "Sugar (refined cane)", emissionFactor: 1, unit: "tCO2e/ton" },
11874
- { item: "Soybean oil", emissionFactor: 3.4, unit: "tCO2e/ton" },
11875
- { item: "Palm oil (refined)", emissionFactor: 7.5, unit: "tCO2e/ton" },
11876
- { item: "Eggs (in-shell)", emissionFactor: 4.8, unit: "tCO2e/ton" },
11877
- { item: "Rice (milled)", emissionFactor: 2.7, unit: "tCO2e/ton" },
11878
- { item: "Tomatoes (fresh)", emissionFactor: 1.1, unit: "tCO2e/ton" },
11879
- { item: "Potatoes", emissionFactor: 0.3, unit: "tCO2e/ton" },
11880
- { item: "Coffee (roasted)", emissionFactor: 15.8, unit: "tCO2e/ton" },
11881
- { item: "Tea (dried leaves)", emissionFactor: 2.2, unit: "tCO2e/ton" },
11882
- { item: "Chocolate (dark)", emissionFactor: 19, unit: "tCO2e/ton" },
11883
- { item: "Aluminium cans", emissionFactor: 9.1, unit: "tCO2e/ton" },
11884
- {
11885
- item: "Glass bottles (beverage)",
11886
- emissionFactor: 1.5,
11887
- unit: "tCO2e/ton",
11888
- },
11889
- { item: "Plastic bottles (PET)", emissionFactor: 3.3, unit: "tCO2e/ton" },
11890
- { item: "Paperboard cartons", emissionFactor: 1.1, unit: "tCO2e/ton" },
11891
- { item: "Cleaning chemicals", emissionFactor: 1.5, unit: "tCO2e/ton" },
11892
- ],
11893
- },
11894
- {
11895
- category: "Packaging Material",
11896
- items: [
11897
- { item: "Paper Bags", emissionFactor: 0.7, unit: "tCO2e/ton" },
11898
- { item: "Plastic Bags", emissionFactor: 2.5, unit: "tCO2e/ton" },
11899
- { item: "Polyethylene", emissionFactor: 3, unit: "tCO2e/ton" },
11900
- { item: "Jute Bags", emissionFactor: 0.3, unit: "tCO2e/ton" },
11901
- { item: "Paperboard Boxes", emissionFactor: 0.5, unit: "tCO2e/ton" },
11902
- { item: "Wooden Pallets", emissionFactor: 1.2, unit: "tCO2e/ton" },
11903
- { item: "Plastic Pallets", emissionFactor: 2.8, unit: "tCO2e/ton" },
11904
- { item: "Strapping and Tape", emissionFactor: 3.5, unit: "tCO2e/ton" },
11905
- { item: "Stretch Film", emissionFactor: 2.2, unit: "tCO2e/ton" },
11906
- { item: "Shrink Wrap", emissionFactor: 2.6, unit: "tCO2e/ton" },
11907
- { item: "Metal Drums/Barrels", emissionFactor: 2, unit: "tCO2e/ton" },
11908
- { item: "Cardboard Boxes", emissionFactor: 0.3, unit: "tCO2e/ton" },
11909
- ],
11910
- },
11911
- {
11912
- category: "Sustainable Packaging",
11913
- items: [
11914
- { item: "Recycled Paper", emissionFactor: 0.4, unit: "tCO2e/ton" },
11915
- {
11916
- item: "Biodegradable Plastics",
11917
- emissionFactor: 1.5,
11918
- unit: "tCO2e/ton",
11919
- },
11920
- { item: "Recycled Plastics", emissionFactor: 1.8, unit: "tCO2e/ton" },
11921
- { item: "Composite Materials", emissionFactor: 1, unit: "tCO2e/ton" },
11922
- ],
11923
- },
11924
- {
11925
- category: "Maintenance Materials",
11926
- items: [
11927
- { item: "Lubricants (Oils)", emissionFactor: 2.8, unit: "tCO2e/liter" },
11928
- { item: "Grease", emissionFactor: 3.2, unit: "tCO2e/ton" },
11929
- { item: "Industrial Cleaners", emissionFactor: 1.5, unit: "tCO2e/kl" },
11930
- { item: "Descalling agents", emissionFactor: 2.3, unit: "tCO2e/ton" },
11931
- { item: "Rust Preventative", emissionFactor: 2, unit: "tCO2e/liter" },
11932
- { item: "Anti-wear Additives", emissionFactor: 2.5, unit: "tCO2e/ton" },
11933
- { item: "Sealants and gaskets", emissionFactor: 3, unit: "tCO2e/ton" },
11934
- { item: "Refractories", emissionFactor: 0.7, unit: "tCO2e/ton" },
11935
- { item: "Steel and Metal Parts", emissionFactor: 1, unit: "tCO2e/ton" },
11936
- {
11937
- item: "Filters (Air, water and dust)",
11938
- emissionFactor: 1.2,
11939
- unit: "tCO2e/ton",
11940
- },
11941
- { item: "Conveyor Belts", emissionFactor: 0.6, unit: "tCO2e/meter" },
11942
- {
11943
- item: "V-Belts and drive belts",
11944
- emissionFactor: 2.5,
11945
- unit: "tCO2e/ton",
11946
- },
11947
- ],
11948
- },
11949
- ];
11950
- // 3. Fuel- and Energy-Related Activities
11951
- const FUEL_ENERGY_RELATED$8 = [
11952
- {
11953
- category: "Upstream Emissions of Purchased Fuels",
11954
- items: [
11955
- { item: "Coke", emissionFactor: 34, unit: "tCO2e/ton" },
11956
- { item: "Diesel", emissionFactor: 2.6923, unit: "tCO₂e/kl" },
11957
- { item: "LPG", emissionFactor: 3, unit: "tCO2e/ton" },
11958
- { item: "Propane", emissionFactor: 3, unit: "tCO2e/ton" },
11959
- { item: "CNG", emissionFactor: 2.75, unit: "tCO2e/ton" },
11960
- ],
11961
- },
11962
- {
11963
- category: "T&D Losses of Purchased Electricity",
11964
- items: [],
11965
- },
11966
- ];
11967
- // 4. Upstream Transportation and Distribution
11968
- const UPSTREAM_TRANSPORTATION$9 = [
11969
- {
11970
- category: "Air Transport",
11971
- items: [
11972
- {
11973
- item: "Air - Domestic",
11974
- emissionFactor: 0.00196073,
11975
- unit: "Tonne CO₂e/t-km",
11976
- },
11977
- {
11978
- item: "Air - Short Haul",
11979
- emissionFactor: 0.00147389,
11980
- unit: "Tonne CO₂e/t-km",
11981
- },
11982
- {
11983
- item: "Air - Long Haul",
11984
- emissionFactor: 0.00061324,
11985
- unit: "Tonne CO₂e/t-km",
11986
- },
11987
- ],
11988
- },
11880
+ // Scope 3 data - telecommunications industry specific data
11881
+ const ALL_SCOPES_3_TELECOMMUNICATIONS = [
11989
11882
  {
11990
- category: "Rail Transport",
11991
- items: [
11883
+ name: "Purchased Goods and Services",
11884
+ displayName: "Purchased Goods & Services",
11885
+ icon: MdComputer,
11886
+ scope: "scope3",
11887
+ unit: "various",
11888
+ subProducts: [
11992
11889
  {
11993
- item: "Rail - Electric",
11994
- emissionFactor: 0.000269,
11995
- unit: "Tonne CO₂e/t-km",
11890
+ category: "Telecom Equipment & Materials",
11891
+ items: [
11892
+ {
11893
+ item: "Aluminium (casing, towers, cables)",
11894
+ emissionFactor: 11,
11895
+ unit: "tCO2e/ton",
11896
+ },
11897
+ {
11898
+ item: "Steel (towers, racks, cabinets)",
11899
+ emissionFactor: 1.9,
11900
+ unit: "tCO2e/ton",
11901
+ },
11902
+ {
11903
+ item: "Copper (wiring, cables)",
11904
+ emissionFactor: 4,
11905
+ unit: "tCO2e/ton",
11906
+ },
11907
+ {
11908
+ item: "Plastics (PVC for cables, housings)",
11909
+ emissionFactor: 2.5,
11910
+ unit: "tCO2e/ton",
11911
+ },
11912
+ {
11913
+ item: "Glass (fiber optics core)",
11914
+ emissionFactor: 1.5,
11915
+ unit: "tCO2e/ton",
11916
+ },
11917
+ {
11918
+ item: "Concrete (tower foundations, sites)",
11919
+ emissionFactor: 0.13,
11920
+ unit: "tCO2e/ton",
11921
+ },
11922
+ {
11923
+ item: "Electronics (printed circuit boards)",
11924
+ emissionFactor: 22.5,
11925
+ unit: "tCO2e/ton",
11926
+ },
11927
+ {
11928
+ item: "Lithium-ion batteries (telecom backup power, handsets)",
11929
+ emissionFactor: 12.5,
11930
+ unit: "tCO2e/ton",
11931
+ },
11932
+ {
11933
+ item: "Lead-acid batteries (towers, UPS)",
11934
+ emissionFactor: 3,
11935
+ unit: "tCO2e/ton",
11936
+ },
11937
+ {
11938
+ item: "Packaging cardboard/paper",
11939
+ emissionFactor: 1.1,
11940
+ unit: "tCO2e/ton",
11941
+ },
11942
+ {
11943
+ item: "Office paper (telecom operations)",
11944
+ emissionFactor: 1,
11945
+ unit: "tCO2e/ton",
11946
+ },
11947
+ {
11948
+ item: "Wood (pallets, crates for telecom equipment)",
11949
+ emissionFactor: 0.5,
11950
+ unit: "tCO2e/ton",
11951
+ },
11952
+ {
11953
+ item: "Network cables (copper + plastic composite)",
11954
+ emissionFactor: 3.5,
11955
+ unit: "tCO2e/ton",
11956
+ },
11957
+ {
11958
+ item: "Fiber-optic cables (glass + sheath)",
11959
+ emissionFactor: 2,
11960
+ unit: "tCO2e/ton",
11961
+ },
11962
+ {
11963
+ item: "Servers (data centers, telecom switching)",
11964
+ emissionFactor: 15,
11965
+ unit: "tCO2e/ton",
11966
+ },
11967
+ {
11968
+ item: "Routers / networking gear",
11969
+ emissionFactor: 18,
11970
+ unit: "tCO2e/ton",
11971
+ },
11972
+ {
11973
+ item: "Diesel generators (tower backup)",
11974
+ emissionFactor: 6.5,
11975
+ unit: "tCO2e/ton",
11976
+ },
11977
+ {
11978
+ item: "Solar panels (telecom sites renewable backup)",
11979
+ emissionFactor: 1.5,
11980
+ unit: "tCO2e/ton",
11981
+ },
11982
+ ],
11996
11983
  },
11997
11984
  {
11998
- item: "Rail - Diesel",
11999
- emissionFactor: 0.0000046,
12000
- unit: "Tonne CO₂e/t-km",
11985
+ category: "Upstream Fuel & Energy Emissions",
11986
+ items: [
11987
+ {
11988
+ item: "Coal",
11989
+ emissionFactor: 2.46,
11990
+ unit: "tCO2e/ton",
11991
+ },
11992
+ {
11993
+ item: "Coke",
11994
+ emissionFactor: 34,
11995
+ unit: "tCO2e/ton",
11996
+ },
11997
+ {
11998
+ item: "Diesel",
11999
+ emissionFactor: 2.6923,
12000
+ unit: "tCO₂e/kl",
12001
+ },
12002
+ {
12003
+ item: "LPG",
12004
+ emissionFactor: 3,
12005
+ unit: "tCO2e/ton",
12006
+ },
12007
+ {
12008
+ item: "Natural Gas",
12009
+ emissionFactor: 0.0019,
12010
+ unit: "tCO₂e/m³",
12011
+ },
12012
+ {
12013
+ item: "Petrol",
12014
+ emissionFactor: 2.35,
12015
+ unit: "tCO₂e/kl",
12016
+ },
12017
+ {
12018
+ item: "Propane",
12019
+ emissionFactor: 3,
12020
+ unit: "tCO2e/ton",
12021
+ },
12022
+ {
12023
+ item: "CNG",
12024
+ emissionFactor: 2.75,
12025
+ unit: "tCO2e/ton",
12026
+ },
12027
+ ],
12001
12028
  },
12002
12029
  ],
12030
+ desc: "Emissions from purchased goods, services, and upstream fuel/energy",
12003
12031
  },
12004
12032
  {
12005
- category: "Road Transport",
12006
- items: [
12033
+ name: "Employee Commuting",
12034
+ displayName: "Employee Commuting",
12035
+ icon: IoCarOutline,
12036
+ scope: "scope3",
12037
+ unit: "km",
12038
+ subProducts: [
12007
12039
  {
12008
- item: "Truck- Light-Duty Vehicle (LDV) (<3.5 tonnes)",
12009
- emissionFactor: 0.000307,
12010
- unit: "Tonne CO₂/km",
12040
+ category: "Cars - Gasoline",
12041
+ items: [
12042
+ {
12043
+ item: "Small Car (<800 CC) - Gasoline",
12044
+ emissionFactor: 0.000103,
12045
+ unit: "tCO₂/km",
12046
+ },
12047
+ {
12048
+ item: "Hatchback (<1000 CC) - Gasoline",
12049
+ emissionFactor: 0.000117,
12050
+ unit: "tCO₂/km",
12051
+ },
12052
+ {
12053
+ item: "Hatchback (<1400 CC) - Gasoline",
12054
+ emissionFactor: 0.00013,
12055
+ unit: "tCO₂/km",
12056
+ },
12057
+ {
12058
+ item: "Premium Hatchback (<1600 CC) - Gasoline",
12059
+ emissionFactor: 0.00015,
12060
+ unit: "tCO₂/km",
12061
+ },
12062
+ {
12063
+ item: "Compact SUV (<1600 CC) - Gasoline",
12064
+ emissionFactor: 0.000153,
12065
+ unit: "tCO₂/km",
12066
+ },
12067
+ {
12068
+ item: "Sedan (<1400 CC) - Gasoline",
12069
+ emissionFactor: 0.000142,
12070
+ unit: "tCO₂/km",
12071
+ },
12072
+ {
12073
+ item: "Sedan (<1600 CC) - Gasoline",
12074
+ emissionFactor: 0.000142,
12075
+ unit: "tCO₂/km",
12076
+ },
12077
+ {
12078
+ item: "Sedan (<2000 CC) - Gasoline",
12079
+ emissionFactor: 0.000149,
12080
+ unit: "tCO₂/km",
12081
+ },
12082
+ {
12083
+ item: "Sedan (<2500 CC) - Gasoline",
12084
+ emissionFactor: 0.000163,
12085
+ unit: "tCO₂/km",
12086
+ },
12087
+ {
12088
+ item: "SUV (<3000 CC) - Gasoline",
12089
+ emissionFactor: 0.000197,
12090
+ unit: "tCO₂/km",
12091
+ },
12092
+ {
12093
+ item: "Premium SUV (<2000 CC) - Gasoline",
12094
+ emissionFactor: 0.000193,
12095
+ unit: "tCO₂/km",
12096
+ },
12097
+ {
12098
+ item: "Premium SUV (<3000 CC) - Gasoline",
12099
+ emissionFactor: 0.000258,
12100
+ unit: "tCO₂/km",
12101
+ },
12102
+ {
12103
+ item: "Premium SUV (>3000 CC) - Gasoline",
12104
+ emissionFactor: 0.000267,
12105
+ unit: "tCO₂/km",
12106
+ },
12107
+ {
12108
+ item: "Hybrid (<2000 CC) - Gasoline",
12109
+ emissionFactor: 0.000095,
12110
+ unit: "tCO₂/km",
12111
+ },
12112
+ ],
12011
12113
  },
12012
12114
  {
12013
- item: "Truck- Medium-Duty Vehicle (MDV) (<12 tonnes)",
12014
- emissionFactor: 0.0005928,
12015
- unit: "Tonne CO₂/km",
12115
+ category: "Cars - Diesel",
12116
+ items: [
12117
+ {
12118
+ item: "Hatchback (<1000 CC) - Diesel",
12119
+ emissionFactor: 0.000105,
12120
+ unit: "tCO₂/km",
12121
+ },
12122
+ {
12123
+ item: "Hatchback (<1400 CC) - Diesel",
12124
+ emissionFactor: 0.000117,
12125
+ unit: "tCO₂/km",
12126
+ },
12127
+ {
12128
+ item: "Hatchback (<1600 CC) - Diesel",
12129
+ emissionFactor: 0.000136,
12130
+ unit: "tCO₂/km",
12131
+ },
12132
+ {
12133
+ item: "Sedan (<1400 CC) - Diesel",
12134
+ emissionFactor: 0.000121,
12135
+ unit: "tCO₂/km",
12136
+ },
12137
+ {
12138
+ item: "Sedan (<1600 CC) - Diesel",
12139
+ emissionFactor: 0.000131,
12140
+ unit: "tCO₂/km",
12141
+ },
12142
+ {
12143
+ item: "Sedan (<2000 CC) - Diesel",
12144
+ emissionFactor: 0.000148,
12145
+ unit: "tCO₂/km",
12146
+ },
12147
+ {
12148
+ item: "Premium Sedan (<2000 CC) - Diesel",
12149
+ emissionFactor: 0.000164,
12150
+ unit: "tCO₂/km",
12151
+ },
12152
+ {
12153
+ item: "Premium Sedan (<2500 CC) - Diesel",
12154
+ emissionFactor: 0.000151,
12155
+ unit: "tCO₂/km",
12156
+ },
12157
+ {
12158
+ item: "Premium Sedan (<3000 CC) - Diesel",
12159
+ emissionFactor: 0.00023,
12160
+ unit: "tCO₂/km",
12161
+ },
12162
+ {
12163
+ item: "SUV (<2000 CC) - Diesel",
12164
+ emissionFactor: 0.000186,
12165
+ unit: "tCO₂/km",
12166
+ },
12167
+ {
12168
+ item: "SUV (<2500 CC) - Diesel",
12169
+ emissionFactor: 0.000195,
12170
+ unit: "tCO₂/km",
12171
+ },
12172
+ {
12173
+ item: "SUV (<3000 CC) - Diesel",
12174
+ emissionFactor: 0.000203,
12175
+ unit: "tCO₂/km",
12176
+ },
12177
+ {
12178
+ item: "Premium SUV (>3000 CC) - Diesel",
12179
+ emissionFactor: 0.000269,
12180
+ unit: "tCO₂/km",
12181
+ },
12182
+ ],
12016
12183
  },
12017
12184
  {
12018
- item: "Truck- Heavy-Duty Vehicle (HDV) (>12 tonnes)",
12019
- emissionFactor: 0.0007375,
12020
- unit: "Tonne CO₂/km",
12185
+ category: "Alternative Fuel Vehicles",
12186
+ items: [
12187
+ {
12188
+ item: "Small Car (<800 CC) - CNG",
12189
+ emissionFactor: 0.000063,
12190
+ unit: "tCO₂/km",
12191
+ },
12192
+ {
12193
+ item: "Small Car (<800 CC) - LPG",
12194
+ emissionFactor: 0.000138,
12195
+ unit: "tCO₂/km",
12196
+ },
12197
+ ],
12021
12198
  },
12022
12199
  {
12023
- item: "Rigid 3.5–7.5 t",
12024
- emissionFactor: 0.001615,
12025
- unit: "Tonne CO₂/km",
12200
+ category: "Public Transport",
12201
+ items: [
12202
+ {
12203
+ item: "Train - Domestic Electric",
12204
+ emissionFactor: 0.0000046,
12205
+ unit: "tCO₂/km",
12206
+ },
12207
+ {
12208
+ item: "Train - Domestic Diesel",
12209
+ emissionFactor: 0.000067,
12210
+ unit: "tCO₂/km",
12211
+ },
12212
+ {
12213
+ item: "Public Bus / Company Buses",
12214
+ emissionFactor: 0.000015161,
12215
+ unit: "tCO₂/km",
12216
+ },
12217
+ ],
12026
12218
  },
12027
12219
  {
12028
- item: "Rigid 7.5–17 t",
12029
- emissionFactor: 0.00413,
12030
- unit: "Tonne CO₂/km",
12031
- },
12032
- {
12033
- item: "Rigid >17 t",
12034
- emissionFactor: 0.00774,
12035
- unit: "Tonne CO₂/km",
12036
- },
12037
- {
12038
- item: "All Rigids",
12039
- emissionFactor: 0.005094,
12040
- unit: "Tonne CO₂/km",
12041
- },
12042
- {
12043
- item: "Articulated 3.5–33 t",
12044
- emissionFactor: 0.009416,
12045
- unit: "Tonne CO₂/km",
12046
- },
12047
- {
12048
- item: "Articulated >33 t",
12049
- emissionFactor: 0.016184,
12050
- unit: "Tonne CO₂/km",
12051
- },
12052
- {
12053
- item: "All Articulated",
12054
- emissionFactor: 0.012932,
12055
- unit: "Tonne CO₂/km",
12056
- },
12057
- {
12058
- item: "All HGVs",
12059
- emissionFactor: 0.008247,
12060
- unit: "Tonne CO₂/km",
12220
+ category: "Two Wheelers",
12221
+ items: [
12222
+ {
12223
+ item: "Scooter (<110 CC) - Petrol",
12224
+ emissionFactor: 0.0000334,
12225
+ unit: "tCO₂/km",
12226
+ },
12227
+ {
12228
+ item: "Scooter (<150 CC) - Petrol",
12229
+ emissionFactor: 0.0000351,
12230
+ unit: "tCO₂/km",
12231
+ },
12232
+ {
12233
+ item: "Motorcycle (<100 CC) - Petrol",
12234
+ emissionFactor: 0.0000325,
12235
+ unit: "tCO₂/km",
12236
+ },
12237
+ {
12238
+ item: "Motorcycle (<125 CC) - Petrol",
12239
+ emissionFactor: 0.000029,
12240
+ unit: "tCO₂/km",
12241
+ },
12242
+ {
12243
+ item: "Motorcycle (<135 CC) - Petrol",
12244
+ emissionFactor: 0.0000324,
12245
+ unit: "tCO₂/km",
12246
+ },
12247
+ {
12248
+ item: "Motorcycle (<200 CC) - Petrol",
12249
+ emissionFactor: 0.0000417,
12250
+ unit: "tCO₂/km",
12251
+ },
12252
+ {
12253
+ item: "Motorcycle (<300 CC) - Petrol",
12254
+ emissionFactor: 0.000054,
12255
+ unit: "tCO₂/km",
12256
+ },
12257
+ {
12258
+ item: "Motorcycle (<500 CC) - Petrol",
12259
+ emissionFactor: 0.0000542,
12260
+ unit: "tCO₂/km",
12261
+ },
12262
+ ],
12061
12263
  },
12062
12264
  ],
12265
+ desc: "Emissions from employee commuting to work",
12063
12266
  },
12064
12267
  {
12065
- category: "Waterway Transport",
12066
- items: [
12067
- {
12068
- item: "Watercraft - Large RoPax Ferry",
12069
- emissionFactor: 0.000372,
12070
- unit: "Tonne/t-km",
12071
- },
12072
- {
12073
- item: "Watercraft - Shipping - Small Tanker (844 tonnes deadweight)",
12074
- emissionFactor: 0.00002,
12075
- unit: "Tonne/short ton mile",
12076
- },
12077
- {
12078
- item: "Watercraft - Shipping - Large Tanker (18371 tonnes deadweight)",
12079
- emissionFactor: 0.000005,
12080
- unit: "Tonne/short ton mile",
12081
- },
12082
- {
12083
- item: "Watercraft - Shipping - Very Large Tanker (100000 tonnes deadweight)",
12084
- emissionFactor: 0.000005,
12085
- unit: "Tonne/short ton mile",
12086
- },
12087
- {
12088
- item: "Watercraft - Shipping - Small Bulk Carrier (1720 tonnes deadweight)",
12089
- emissionFactor: 0.000011,
12090
- unit: "Tonne/short ton mile",
12091
- },
12268
+ name: "Business Travel",
12269
+ displayName: "Business Travel",
12270
+ icon: CiPlane,
12271
+ scope: "scope3",
12272
+ unit: "km",
12273
+ subProducts: [
12092
12274
  {
12093
- item: "Watercraft - Shipping - Large Bulk Carrier (14201 tonnes deadweight)",
12094
- emissionFactor: 0.000007,
12095
- unit: "Tonne/short ton mile",
12275
+ category: "Air Travel",
12276
+ items: [
12277
+ {
12278
+ item: "Domestic Flights",
12279
+ emissionFactor: 0.0004,
12280
+ unit: "tCO₂/passenger-km",
12281
+ },
12282
+ {
12283
+ item: "International Flights",
12284
+ emissionFactor: 0.000146,
12285
+ unit: "tCO₂/passenger-km",
12286
+ },
12287
+ ],
12096
12288
  },
12097
12289
  {
12098
- item: "Watercraft - Shipping - Very Large Bulk Carrier (70000 tonnes deadweight)",
12099
- emissionFactor: 0.0000026,
12100
- unit: "Tonne/short ton mile",
12290
+ category: "Road Transport - Cars",
12291
+ items: [
12292
+ {
12293
+ item: "Small Car (<800 CC) - Gasoline",
12294
+ emissionFactor: 0.000103,
12295
+ unit: "tCO₂/km",
12296
+ },
12297
+ {
12298
+ item: "Hatchback (<1000 CC) - Gasoline",
12299
+ emissionFactor: 0.000117,
12300
+ unit: "tCO₂/km",
12301
+ },
12302
+ {
12303
+ item: "Sedan (<1400 CC) - Gasoline",
12304
+ emissionFactor: 0.000142,
12305
+ unit: "tCO₂/km",
12306
+ },
12307
+ {
12308
+ item: "SUV (<3000 CC) - Gasoline",
12309
+ emissionFactor: 0.000197,
12310
+ unit: "tCO₂/km",
12311
+ },
12312
+ {
12313
+ item: "Premium SUV (>3000 CC) - Gasoline",
12314
+ emissionFactor: 0.000267,
12315
+ unit: "tCO₂/km",
12316
+ },
12317
+ {
12318
+ item: "Hybrid (<2000 CC) - Gasoline",
12319
+ emissionFactor: 0.000095,
12320
+ unit: "tCO₂/km",
12321
+ },
12322
+ ],
12101
12323
  },
12102
12324
  {
12103
- item: "Watercraft - Shipping - Small Container Vessel (2500 tonnes deadweight)",
12104
- emissionFactor: 0.0000135,
12105
- unit: "Tonne/short ton mile",
12325
+ category: "Road Transport - Cars (Diesel)",
12326
+ items: [
12327
+ {
12328
+ item: "Hatchback (<1400 CC) - Diesel",
12329
+ emissionFactor: 0.000117,
12330
+ unit: "tCO₂/km",
12331
+ },
12332
+ {
12333
+ item: "Sedan (<2000 CC) - Diesel",
12334
+ emissionFactor: 0.000148,
12335
+ unit: "tCO₂/km",
12336
+ },
12337
+ {
12338
+ item: "Premium SUV (>3000 CC) - Diesel",
12339
+ emissionFactor: 0.000269,
12340
+ unit: "tCO₂/km",
12341
+ },
12342
+ ],
12106
12343
  },
12107
12344
  {
12108
- item: "Watercraft - Shipping - Large Container Vessel (20000 tonnes deadweight)",
12109
- emissionFactor: 0.0000115,
12110
- unit: "Tonne/short ton mile",
12345
+ category: "Rail Transport",
12346
+ items: [
12347
+ {
12348
+ item: "Domestic Train - Electric",
12349
+ emissionFactor: 0.0000046,
12350
+ unit: "tCO₂/passenger-km",
12351
+ },
12352
+ {
12353
+ item: "Domestic Train - Diesel",
12354
+ emissionFactor: 0.000067,
12355
+ unit: "tCO₂/passenger-km",
12356
+ },
12357
+ {
12358
+ item: "International Train - Electric",
12359
+ emissionFactor: 0.000006,
12360
+ unit: "tCO₂/passenger-km",
12361
+ },
12362
+ {
12363
+ item: "International Train - Diesel",
12364
+ emissionFactor: 0.00008,
12365
+ unit: "tCO₂/passenger-km",
12366
+ },
12367
+ ],
12111
12368
  },
12112
12369
  ],
12370
+ desc: "Emissions from business travel by employees",
12113
12371
  },
12114
- ];
12115
- // 5. Waste Generated in Operations
12116
- const WASTE_OPERATIONS$8 = [
12117
12372
  {
12118
- category: "Food Waste",
12119
- items: [
12120
- {
12121
- item: "Food Waste (Mixed) - Landfilling",
12122
- emissionFactor: 1.9,
12123
- unit: "tCO₂e/tonne",
12124
- },
12125
- {
12126
- item: "Food Waste (Mixed) - Anaerobic Digestion",
12127
- emissionFactor: 0.06,
12128
- unit: "tCO₂e/tonne",
12129
- },
12373
+ name: "Upstream Transportation",
12374
+ displayName: "Upstream Transportation & Distribution",
12375
+ icon: FaTruck,
12376
+ scope: "scope3",
12377
+ unit: "tonne-km",
12378
+ subProducts: [
12130
12379
  {
12131
- item: "Food Waste (Mixed) - Composting",
12132
- emissionFactor: 0.07,
12133
- unit: "tCO₂e/tonne",
12380
+ category: "Air Transport",
12381
+ items: [
12382
+ {
12383
+ item: "Air - Domestic",
12384
+ emissionFactor: 0.00196073,
12385
+ unit: "tCO₂e/t-km",
12386
+ },
12387
+ {
12388
+ item: "Air - Short Haul",
12389
+ emissionFactor: 0.00147389,
12390
+ unit: "tCO₂e/t-km",
12391
+ },
12392
+ {
12393
+ item: "Air - Long Haul",
12394
+ emissionFactor: 0.00061324,
12395
+ unit: "tCO₂e/t-km",
12396
+ },
12397
+ ],
12134
12398
  },
12135
12399
  {
12136
- item: "Food Waste (Mixed) - Incineration (w/o energy recovery)",
12137
- emissionFactor: 0.93,
12138
- unit: "tCO₂e/tonne",
12400
+ category: "Rail Transport",
12401
+ items: [
12402
+ {
12403
+ item: "Rail - Electric",
12404
+ emissionFactor: 0.000269,
12405
+ unit: "tCO₂e/t-km",
12406
+ },
12407
+ {
12408
+ item: "Rail - Diesel",
12409
+ emissionFactor: 0.0000046,
12410
+ unit: "tCO₂e/t-km",
12411
+ },
12412
+ ],
12139
12413
  },
12140
12414
  {
12141
- item: "Spent Grains / Organic Byproducts - Animal feed reuse (zero burden)",
12142
- emissionFactor: 0,
12143
- unit: "tCO₂e/tonne",
12415
+ category: "Road Transport",
12416
+ items: [
12417
+ {
12418
+ item: "Light-Duty Vehicle (<3.5 tonnes)",
12419
+ emissionFactor: 0.000307,
12420
+ unit: "tCO₂/km",
12421
+ },
12422
+ {
12423
+ item: "Medium-Duty Vehicle (<12 tonnes)",
12424
+ emissionFactor: 0.0005928,
12425
+ unit: "tCO₂/km",
12426
+ },
12427
+ {
12428
+ item: "Heavy-Duty Vehicle (>12 tonnes)",
12429
+ emissionFactor: 0.0007375,
12430
+ unit: "tCO₂/km",
12431
+ },
12432
+ {
12433
+ item: "Rigid Truck 3.5–7.5 t",
12434
+ emissionFactor: 0.001615,
12435
+ unit: "tCO₂/km",
12436
+ },
12437
+ {
12438
+ item: "Rigid Truck 7.5–17 t",
12439
+ emissionFactor: 0.00413,
12440
+ unit: "tCO₂/km",
12441
+ },
12442
+ {
12443
+ item: "Rigid Truck >17 t",
12444
+ emissionFactor: 0.00774,
12445
+ unit: "tCO₂/km",
12446
+ },
12447
+ {
12448
+ item: "Articulated Truck 3.5–33 t",
12449
+ emissionFactor: 0.009416,
12450
+ unit: "tCO₂/km",
12451
+ },
12452
+ {
12453
+ item: "Articulated Truck >33 t",
12454
+ emissionFactor: 0.016184,
12455
+ unit: "tCO₂/km",
12456
+ },
12457
+ ],
12144
12458
  },
12145
12459
  {
12146
- item: "Used Cooking Oil (UCO) - Biofuel recovery (displacement credit)",
12147
- emissionFactor: -1.56,
12148
- unit: "tCO₂e/tonne",
12460
+ category: "Waterway Transport",
12461
+ items: [
12462
+ {
12463
+ item: "Large RoPax Ferry",
12464
+ emissionFactor: 0.000372,
12465
+ unit: "tCO₂e/t-km",
12466
+ },
12467
+ {
12468
+ item: "Small Tanker (844 tonnes)",
12469
+ emissionFactor: 0.00002,
12470
+ unit: "tCO₂e/short ton mile",
12471
+ },
12472
+ {
12473
+ item: "Large Tanker (18371 tonnes)",
12474
+ emissionFactor: 0.000005,
12475
+ unit: "tCO₂e/short ton mile",
12476
+ },
12477
+ {
12478
+ item: "Small Bulk Carrier (1720 tonnes)",
12479
+ emissionFactor: 0.000011,
12480
+ unit: "tCO₂e/short ton mile",
12481
+ },
12482
+ {
12483
+ item: "Large Bulk Carrier (14201 tonnes)",
12484
+ emissionFactor: 0.000007,
12485
+ unit: "tCO₂e/short ton mile",
12486
+ },
12487
+ {
12488
+ item: "Small Container Vessel (2500 tonnes)",
12489
+ emissionFactor: 0.0000135,
12490
+ unit: "tCO₂e/short ton mile",
12491
+ },
12492
+ {
12493
+ item: "Large Container Vessel (20000 tonnes)",
12494
+ emissionFactor: 0.0000115,
12495
+ unit: "tCO₂e/short ton mile",
12496
+ },
12497
+ ],
12149
12498
  },
12150
12499
  ],
12500
+ desc: "Emissions from upstream transportation and distribution of goods",
12151
12501
  },
12152
12502
  {
12153
- category: "Packaging Waste",
12154
- items: [
12155
- {
12156
- item: "Glass Bottles - Recycled",
12157
- emissionFactor: 0.000021,
12158
- unit: "tCO₂e/kg",
12159
- },
12160
- {
12161
- item: "PET Bottles / Plastic Containers - Recycled",
12162
- emissionFactor: 0.000449,
12163
- unit: "tCO₂e/tonne",
12164
- },
12165
- {
12166
- item: "PET Bottles / Plastic Containers - Landfilled",
12167
- emissionFactor: 0.00158,
12168
- unit: "tCO₂e/tonne",
12169
- },
12170
- {
12171
- item: "Aluminum Cans - Recycled",
12172
- emissionFactor: 0.000084,
12173
- unit: "tCO₂e/tonne",
12174
- },
12503
+ name: "Waste Generated in Operations",
12504
+ displayName: "Waste Generated in Operations",
12505
+ icon: RiDeleteBin2Line,
12506
+ scope: "scope3",
12507
+ unit: "tonnes",
12508
+ subProducts: [
12175
12509
  {
12176
- item: "Steel Cans - Recycled",
12177
- emissionFactor: 1.6,
12178
- unit: "tCO₂e/tonne",
12510
+ category: "General Waste",
12511
+ items: [
12512
+ {
12513
+ item: "Mixed office waste (general municipal)",
12514
+ emissionFactor: 0.46,
12515
+ unit: "tCO₂e/tonne",
12516
+ },
12517
+ {
12518
+ item: "Paper & cardboard (recycled)",
12519
+ emissionFactor: 0.02,
12520
+ unit: "tCO₂e/tonne",
12521
+ },
12522
+ {
12523
+ item: "Paper & cardboard (landfilled)",
12524
+ emissionFactor: 1,
12525
+ unit: "tCO₂e/tonne",
12526
+ },
12527
+ {
12528
+ item: "Plastics (landfilled)",
12529
+ emissionFactor: 2.8,
12530
+ unit: "tCO₂e/tonne",
12531
+ },
12532
+ {
12533
+ item: "Plastics (recycled)",
12534
+ emissionFactor: 0.5,
12535
+ unit: "tCO₂e/tonne",
12536
+ },
12537
+ {
12538
+ item: "Metals – ferrous (landfilled)",
12539
+ emissionFactor: 1.6,
12540
+ unit: "tCO₂e/tonne",
12541
+ },
12542
+ {
12543
+ item: "Wood waste (landfilled)",
12544
+ emissionFactor: 0.9,
12545
+ unit: "tCO₂e/tonne",
12546
+ },
12547
+ {
12548
+ item: "Wood waste (recycled/energy recovery)",
12549
+ emissionFactor: 0.1,
12550
+ unit: "tCO₂e/tonne",
12551
+ },
12552
+ {
12553
+ item: "Glass waste (fiber optic cuttings, screens)",
12554
+ emissionFactor: 0.6,
12555
+ unit: "tCO₂e/tonne",
12556
+ },
12557
+ {
12558
+ item: "Food waste (canteens in telecom offices)",
12559
+ emissionFactor: 0.9,
12560
+ unit: "tCO₂e/tonne",
12561
+ },
12562
+ {
12563
+ item: "Construction & demolition waste",
12564
+ emissionFactor: 0.15,
12565
+ unit: "tCO₂e/tonne",
12566
+ },
12567
+ {
12568
+ item: "Mixed residual waste (unspecified)",
12569
+ emissionFactor: 0.45,
12570
+ unit: "tCO₂e/tonne",
12571
+ },
12572
+ ],
12179
12573
  },
12180
12574
  {
12181
- item: "Cardboard & Paperboard Packaging - Recycled",
12182
- emissionFactor: 0.00003,
12183
- unit: "tCO₂e/tonne",
12575
+ category: "Electronic Waste",
12576
+ items: [
12577
+ {
12578
+ item: "E-waste – small IT equipment (phones, routers)",
12579
+ emissionFactor: 7,
12580
+ unit: "tCO₂e/tonne",
12581
+ },
12582
+ {
12583
+ item: "E-waste – large IT equipment (servers, base stations)",
12584
+ emissionFactor: 12,
12585
+ unit: "tCO₂e/tonne",
12586
+ },
12587
+ ],
12184
12588
  },
12185
12589
  {
12186
- item: "Cardboard & Paperboard Packaging - Landfilled",
12187
- emissionFactor: 0.00072,
12188
- unit: "tCO₂e/tonne",
12590
+ category: "Battery Waste",
12591
+ items: [
12592
+ {
12593
+ item: "Batteries – Lead acid (telecom towers, UPS)",
12594
+ emissionFactor: 2.9,
12595
+ unit: "tCO₂e/tonne",
12596
+ },
12597
+ {
12598
+ item: "Batteries – Lithium-ion (handsets, laptops)",
12599
+ emissionFactor: 3.5,
12600
+ unit: "tCO₂e/tonne",
12601
+ },
12602
+ ],
12189
12603
  },
12190
12604
  {
12191
- item: "Pallets (Wood) - Reuse or recycling",
12192
- emissionFactor: 0.00002,
12193
- unit: "tCO₂e/tonne",
12605
+ category: "Hazardous Waste",
12606
+ items: [
12607
+ {
12608
+ item: "Hazardous waste (electronics with heavy metals)",
12609
+ emissionFactor: 8.5,
12610
+ unit: "tCO₂e/tonne",
12611
+ },
12612
+ {
12613
+ item: "Wastewater sludge (telecom facilities)",
12614
+ emissionFactor: 0.25,
12615
+ unit: "tCO₂e/tonne",
12616
+ },
12617
+ ],
12194
12618
  },
12195
12619
  ],
12620
+ desc: "Emissions from waste generated in operations",
12196
12621
  },
12197
- {
12198
- category: "Other Waste",
12199
- items: [
12200
- {
12201
- item: "Wastewater Sludge (from beverage plants) - Anaerobic digestion / treatment",
12202
- emissionFactor: 0.28,
12203
- unit: "tCO₂e/tonne",
12204
- },
12205
- {
12206
- item: "Expired Beverage Waste (bottled) - Incineration",
12207
- emissionFactor: 1.5,
12208
- unit: "tCO₂e/tonne",
12209
- },
12210
- ],
12622
+ // {
12623
+ // name: "Water Usage",
12624
+ // displayName: "Water Usage",
12625
+ // icon: GiWaterDrop,
12626
+ // scope: "scope3",
12627
+ // unit: "kilolitres",
12628
+ // subProducts: [
12629
+ // {
12630
+ // category: "Water Withdrawal by Source",
12631
+ // items: [
12632
+ // {
12633
+ // item: "Surface Water",
12634
+ // emissionFactor: 0,
12635
+ // unit: "tCO2e/kilolitre",
12636
+ // },
12637
+ // {
12638
+ // item: "Ground Water",
12639
+ // emissionFactor: 0,
12640
+ // unit: "tCO2e/kilolitre",
12641
+ // },
12642
+ // {
12643
+ // item: "Third party water",
12644
+ // emissionFactor: 0,
12645
+ // unit: "tCO2e/kilolitre",
12646
+ // },
12647
+ // {
12648
+ // item: "Seawater / desalinated water",
12649
+ // emissionFactor: 0,
12650
+ // unit: "tCO2e/kilolitre",
12651
+ // },
12652
+ // ],
12653
+ // },
12654
+ // {
12655
+ // category: "Water Discharge",
12656
+ // items: [
12657
+ // {
12658
+ // item: "To Surface water",
12659
+ // emissionFactor: 0,
12660
+ // unit: "tCO2e/kilolitre",
12661
+ // },
12662
+ // {
12663
+ // item: "To Groundwater",
12664
+ // emissionFactor: 0,
12665
+ // unit: "tCO2e/kilolitre",
12666
+ // },
12667
+ // {
12668
+ // item: "To Seawater",
12669
+ // emissionFactor: 0,
12670
+ // unit: "tCO2e/kilolitre",
12671
+ // },
12672
+ // {
12673
+ // item: "Sent to third-parties",
12674
+ // emissionFactor: 0,
12675
+ // unit: "tCO2e/kilolitre",
12676
+ // },
12677
+ // ],
12678
+ // },
12679
+ // ],
12680
+ // desc: "Emissions from water usage, treatment, and discharge",
12681
+ // },
12682
+ ];
12683
+ const ALLSCOPES_TELECOMMUNICATIONS = [
12684
+ ...SCOPE1_TELECOMMUNICATIONS,
12685
+ ...SCOPE2_TELECOMMUNICATIONS,
12686
+ ...ALL_SCOPES_3_TELECOMMUNICATIONS,
12687
+ ];
12688
+
12689
+ const STATIONARY_COMBUSTION_PRODUCTS = [
12690
+ { name: "Indian Coal", unit: "Tonne", type: "solid", calorificValue: 1, emissionFactor: 2.45 },
12691
+ { name: "Imported Coal", unit: "Tonne", type: "solid", calorificValue: 1, emissionFactor: 2.3 },
12692
+ { name: "Petcoke", unit: "Tonne", type: "solid", calorificValue: 1, emissionFactor: 3.1 },
12693
+ { name: "LPG Usage", unit: "Tonne", type: "gas", calorificValue: 1, emissionFactor: 2.984 },
12694
+ { name: "Diesel", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 2.6923 },
12695
+ { name: "Furnace Oil", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 3.1 },
12696
+ { name: "Natural gas", unit: "Nm3", type: "gas", calorificValue: 1, emissionFactor: 0.002 },
12697
+ { name: "Biomass (Wood Chips, Agricultural Residue)", unit: "Tonne", type: "solid", calorificValue: 1, emissionFactor: 0 },
12698
+ { name: "RDF (Refuse Derived Fuel)", unit: "Tonne", type: "solid", calorificValue: 1, emissionFactor: 0 },
12699
+ { name: "Tires", unit: "Tonne", type: "solid", calorificValue: 1, emissionFactor: 2.72 },
12700
+ { name: "Biogas", unit: "m3", type: "gas", calorificValue: 1, emissionFactor: 0.00202 },
12701
+ { name: "Fossil-based ethanol", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 2.51 },
12702
+ { name: "Bio-based ethanol", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 0.5 },
12703
+ { name: "Fossil-based methanol", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 2.56 },
12704
+ { name: "Bio-based methanol", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 0.5 },
12705
+ { name: "Biodiesel", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 0.8 },
12706
+ { name: "Synthetic Fuel [Gas-to-Liquid (GTL)]", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 3.53 },
12707
+ { name: "Synthetic Fuel [Coal-to-Liquid (CTL)]", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 5.53 },
12708
+ ];
12709
+ const MOBILE_COMBUSTION_PRODUCTS = [
12710
+ { name: "Diesel", unit: "kl", type: "liquid", calorificValue: 1, emissionFactor: 2.6923 },
12711
+ { name: "HSD/Diesel-Company Owned Vehicle", unit: "Kl", type: "liquid", calorificValue: 1, emissionFactor: 2.7 },
12712
+ { name: "Grease", unit: "Tonnes", type: "solid", calorificValue: 1, emissionFactor: 3.1 },
12713
+ { name: "Lubrication Oil", unit: "Kl", type: "liquid", calorificValue: 1, emissionFactor: 2.9 },
12714
+ { name: "LPG Usage", unit: "Tonne", type: "gas", calorificValue: 1, emissionFactor: 2.984 },
12715
+ ];
12716
+ const PROCESS_EMISSIONS_PRODUCTS = [
12717
+ { name: "Acid neutralisation (ETP / wastewater treatment)", unit: "tonne", type: "process", calorificValue: 1, emissionFactor: 0.52 },
12718
+ { name: "Lime neutralisation", unit: "tonne", type: "process", calorificValue: 1, emissionFactor: 0.44 },
12719
+ { name: "Welding / brazing gas emissions", unit: "tonne", type: "process", calorificValue: 1, emissionFactor: 1 },
12720
+ ];
12721
+ const ELECTRICAL_SCOPE1_ITEMS = [
12722
+ {
12723
+ name: "Stationary combustion",
12724
+ icon: FaFire,
12725
+ scope: "scope1",
12726
+ unit: "various",
12727
+ subProducts: STATIONARY_COMBUSTION_PRODUCTS,
12728
+ desc: "Emissions from stationary combustion in electrical equipment manufacturing",
12729
+ },
12730
+ {
12731
+ name: "Mobile combustion",
12732
+ icon: FaTruck,
12733
+ scope: "scope1",
12734
+ unit: "various",
12735
+ subProducts: MOBILE_COMBUSTION_PRODUCTS,
12736
+ desc: "Emissions from owned vehicles and mobile equipment",
12211
12737
  },
12738
+ {
12739
+ name: "Process Emissions",
12740
+ icon: FaFire,
12741
+ scope: "scope1",
12742
+ unit: "tonne",
12743
+ subProducts: PROCESS_EMISSIONS_PRODUCTS,
12744
+ desc: "Direct process emissions from electrical equipment manufacturing",
12745
+ },
12746
+ ];
12747
+ const ELECTRICAL_PURCHASED_GOODS = {
12748
+ category: "Electrical Equipment Materials",
12749
+ items: [
12750
+ { item: "Primary aluminium rod / billet", emissionFactor: 13, unit: "tCO2e/tonne" },
12751
+ { item: "Low-carbon aluminium", emissionFactor: 5, unit: "tCO2e/tonne" },
12752
+ { item: "Recycled aluminium", emissionFactor: 1.5, unit: "tCO2e/tonne" },
12753
+ { item: "Copper cathode / rod", emissionFactor: 5.5, unit: "tCO2e/tonne" },
12754
+ { item: "Recycled copper", emissionFactor: 1.5, unit: "tCO2e/tonne" },
12755
+ { item: "Steel", emissionFactor: 2.35, unit: "tCO2e/tonne" },
12756
+ { item: "Galvanized steel", emissionFactor: 2.75, unit: "tCO2e/tonne" },
12757
+ { item: "Zinc", emissionFactor: 4, unit: "tCO2e/tonne" },
12758
+ { item: "XLPE compound", emissionFactor: 2.75, unit: "tCO2e/tonne" },
12759
+ { item: "PVC compound", emissionFactor: 2.5, unit: "tCO2e/tonne" },
12760
+ { item: "PE / HDPE", emissionFactor: 2.15, unit: "tCO2e/tonne" },
12761
+ { item: "Rubber compounds", emissionFactor: 3.75, unit: "tCO2e/tonne" },
12762
+ { item: "Optical fibre / glass fibre", emissionFactor: 2, unit: "tCO2e/tonne" },
12763
+ { item: "Resins / adhesives", emissionFactor: 4.25, unit: "tCO2e/tonne" },
12764
+ { item: "Lubricants", emissionFactor: 3.25, unit: "tCO2e/tonne" },
12765
+ { item: "Wooden drums / pallets", emissionFactor: 0.5, unit: "tCO2e/tonne" },
12766
+ { item: "Cardboard packaging", emissionFactor: 0.75, unit: "tCO2e/tonne" },
12767
+ { item: "Plastic packaging", emissionFactor: 2.75, unit: "tCO2e/tonne" },
12768
+ ],
12769
+ };
12770
+ const ELECTRICAL_WASTE = {
12771
+ category: "Electrical Equipment Waste",
12772
+ items: [
12773
+ { item: "Aluminium scrap recycling", emissionFactor: 0.5, unit: "tCO2/tonne" },
12774
+ { item: "Copper scrap recycling", emissionFactor: 0.8, unit: "tCO2/tonne" },
12775
+ { item: "Steel scrap recycling", emissionFactor: 0.7, unit: "tCO2/tonne" },
12776
+ { item: "Polymer waste landfill", emissionFactor: 0.06, unit: "tCO2/tonne" },
12777
+ { item: "Polymer waste incineration", emissionFactor: 2.5, unit: "tCO2/tonne" },
12778
+ { item: "Used oil disposal", emissionFactor: 2.5, unit: "tCO2/tonne" },
12779
+ { item: "Hazardous waste", emissionFactor: 1.5, unit: "tCO2/tonne" },
12780
+ { item: "Wastewater sludge", emissionFactor: 0.7, unit: "tCO2/tonne" },
12781
+ { item: "E-waste", emissionFactor: 0.3, unit: "tCO2/tonne" },
12782
+ { item: "Cardboard packaging recycling", emissionFactor: 0.75, unit: "tCO2/tonne" },
12783
+ { item: "Wooden pallets / packaging", emissionFactor: 0.5, unit: "tCO2/tonne" },
12784
+ ],
12785
+ };
12786
+ const TELECOMMUNICATIONS_SCOPE1_EXCLUSIONS = new Set([
12787
+ "Operation Fuel Combustion",
12788
+ "LPG Usage",
12789
+ ]);
12790
+ const SCOPE1_ELECTRICAL_EQUIPMENTS = [
12791
+ ...ELECTRICAL_SCOPE1_ITEMS,
12792
+ ...SCOPE1_TELECOMMUNICATIONS.filter((scope) => !TELECOMMUNICATIONS_SCOPE1_EXCLUSIONS.has(scope.name)),
12793
+ ];
12794
+ const SCOPE2_ELECTRICAL_EQUIPMENTS = SCOPE2_TELECOMMUNICATIONS;
12795
+ const ALL_SCOPES_3_ELECTRICAL_EQUIPMENTS = ALL_SCOPES_3_TELECOMMUNICATIONS.flatMap((scope) => {
12796
+ const scoped = scope.name === "Purchased Goods and Services"
12797
+ ? { ...scope, subProducts: [ELECTRICAL_PURCHASED_GOODS, ...scope.subProducts] }
12798
+ : scope.name === "Waste Generated in Operations"
12799
+ ? { ...scope, subProducts: [ELECTRICAL_WASTE, ...scope.subProducts] }
12800
+ : scope;
12801
+ if (scope.name !== "Upstream Transportation")
12802
+ return [scoped];
12803
+ return [
12804
+ scoped,
12805
+ {
12806
+ ...scope,
12807
+ name: "Downstream Transportation",
12808
+ displayName: "Downstream Transportation & Distribution",
12809
+ desc: "Emissions from downstream transportation and distribution of sold products",
12810
+ },
12811
+ ];
12812
+ });
12813
+ const ALLSCOPES_ELECTRICAL_EQUIPMENTS = [
12814
+ ...SCOPE1_ELECTRICAL_EQUIPMENTS,
12815
+ ...SCOPE2_ELECTRICAL_EQUIPMENTS,
12816
+ ...ALL_SCOPES_3_ELECTRICAL_EQUIPMENTS,
12212
12817
  ];
12213
- // 7. Employee Commuting
12214
- const EMPLOYEE_COMMUTING$d = [
12818
+
12819
+ const FUEL_COMBUSTION_PRODUCTS$8 = [
12215
12820
  {
12216
- category: "Car - Gasoline",
12821
+ name: "Diesel (Operation)",
12822
+ unit: "kl",
12823
+ type: "liquid",
12824
+ calorificValue: 38.3,
12825
+ emissionFactor: 2.6923,
12826
+ },
12827
+ {
12828
+ name: "HSD/Diesel-Company Owned Vehicle",
12829
+ unit: "kl",
12830
+ type: "liquid",
12831
+ calorificValue: 38.3,
12832
+ emissionFactor: 2.7,
12833
+ },
12834
+ {
12835
+ name: "Grease",
12836
+ unit: "tonnes",
12837
+ type: "solid",
12838
+ calorificValue: 40.0,
12839
+ emissionFactor: 3.1,
12840
+ },
12841
+ {
12842
+ name: "Acetylene Combustion",
12843
+ unit: "tonnes",
12844
+ type: "gas",
12845
+ calorificValue: 1,
12846
+ emissionFactor: 2.94,
12847
+ },
12848
+ {
12849
+ name: "Lubrication Oil",
12850
+ unit: "kl",
12851
+ type: "liquid",
12852
+ calorificValue: 40.2,
12853
+ emissionFactor: 2.9,
12854
+ },
12855
+ {
12856
+ name: "CNG (Compressed Natural Gas) Combustion",
12857
+ unit: "tonnes",
12858
+ type: "gas",
12859
+ calorificValue: 48.0,
12860
+ emissionFactor: 2.75,
12861
+ },
12862
+ ];
12863
+ const REFRIGERANT_PRODUCTS$8 = [
12864
+ {
12865
+ name: "R-22",
12866
+ unit: "tonnes",
12867
+ type: "gas",
12868
+ calorificValue: 1,
12869
+ emissionFactor: 1760,
12870
+ },
12871
+ {
12872
+ name: "R-410 A",
12873
+ unit: "tonnes",
12874
+ type: "gas",
12875
+ calorificValue: 1,
12876
+ emissionFactor: 1924,
12877
+ },
12878
+ {
12879
+ name: "R-134 a",
12880
+ unit: "tonnes",
12881
+ type: "gas",
12882
+ calorificValue: 1,
12883
+ emissionFactor: 1430,
12884
+ },
12885
+ {
12886
+ name: "R-32",
12887
+ unit: "tonnes",
12888
+ type: "gas",
12889
+ calorificValue: 1,
12890
+ emissionFactor: 667,
12891
+ },
12892
+ {
12893
+ name: "R-404 A",
12894
+ unit: "tonnes",
12895
+ type: "gas",
12896
+ calorificValue: 1,
12897
+ emissionFactor: 3922,
12898
+ },
12899
+ {
12900
+ name: "R-125",
12901
+ unit: "tonnes",
12902
+ type: "gas",
12903
+ calorificValue: 1,
12904
+ emissionFactor: 3170,
12905
+ },
12906
+ {
12907
+ name: "R-407 c",
12908
+ unit: "tonnes",
12909
+ type: "gas",
12910
+ calorificValue: 1,
12911
+ emissionFactor: 1774,
12912
+ },
12913
+ ];
12914
+ const FIRE_EXTINGUISHER_PRODUCTS$c = [
12915
+ {
12916
+ name: "CO2 Fire Extinguisher Refilling",
12917
+ unit: "tonnes",
12918
+ type: "gas",
12919
+ calorificValue: 1,
12920
+ emissionFactor: 1,
12921
+ },
12922
+ ];
12923
+ const LPG_USAGE_PRODUCTS$9 = [
12924
+ {
12925
+ name: "LPG Usage (Tonne)",
12926
+ unit: "tonnes",
12927
+ type: "gas",
12928
+ calorificValue: 46.0,
12929
+ emissionFactor: 2.984,
12930
+ },
12931
+ {
12932
+ name: "LPG Usage (kl)",
12933
+ unit: "kl",
12934
+ type: "liquid",
12935
+ calorificValue: 25.3,
12936
+ emissionFactor: 1.611,
12937
+ },
12938
+ ];
12939
+ const SF6_USAGE_PRODUCTS$9 = [
12940
+ {
12941
+ name: "SF6 Usage",
12942
+ unit: "tonnes",
12943
+ type: "gas",
12944
+ calorificValue: 1,
12945
+ emissionFactor: 23500,
12946
+ },
12947
+ ];
12948
+ const SCOPE1_FOOD = [
12949
+ {
12950
+ name: "Fuel Combustion in Operations",
12951
+ icon: FaFire,
12952
+ scope: "scope1",
12953
+ unit: "various",
12954
+ subProducts: FUEL_COMBUSTION_PRODUCTS$8,
12955
+ desc: "Emissions from Fuel Combustion in Operations",
12956
+ },
12957
+ {
12958
+ name: "Refrigerants",
12959
+ icon: CgSmartHomeRefrigerator,
12960
+ scope: "scope1",
12961
+ unit: "tonnes",
12962
+ subProducts: REFRIGERANT_PRODUCTS$8,
12963
+ desc: "Emissions from Refrigerant Usage",
12964
+ },
12965
+ {
12966
+ name: "Fire Extinguisher Refilling",
12967
+ icon: FaFire,
12968
+ scope: "scope1",
12969
+ unit: "tonnes",
12970
+ subProducts: FIRE_EXTINGUISHER_PRODUCTS$c,
12971
+ desc: "Emissions from Fire Extinguisher Refilling",
12972
+ },
12973
+ {
12974
+ name: "LPG Usage",
12975
+ icon: FaGasPump,
12976
+ scope: "scope1",
12977
+ unit: "various",
12978
+ subProducts: LPG_USAGE_PRODUCTS$9,
12979
+ desc: "Emissions from LPG Usage",
12980
+ },
12981
+ {
12982
+ name: "SF6 Usage",
12983
+ icon: GiGasStove,
12984
+ scope: "scope1",
12985
+ unit: "tonnes",
12986
+ subProducts: SF6_USAGE_PRODUCTS$9,
12987
+ desc: "Emissions from SF6 Usage",
12988
+ },
12989
+ ];
12990
+ const LOCATION_BASED_ELECTRICITY$c = [
12991
+ {
12992
+ name: "Electricity Purchased from National Grid",
12993
+ unit: "kWh",
12994
+ type: "location-based",
12995
+ renewable: false,
12996
+ calorificValue: 0.036,
12997
+ emissionFactor: 0.000716,
12998
+ },
12999
+ {
13000
+ name: "Electricity Purchased from Regional Grid",
13001
+ unit: "kWh",
13002
+ type: "location-based",
13003
+ renewable: false,
13004
+ calorificValue: 0.036,
13005
+ emissionFactor: 0.00065, // Region-specific EF example
13006
+ },
13007
+ {
13008
+ name: "On-site Renewable Energy Consumed (attributes retained)",
13009
+ unit: "kWh",
13010
+ type: "location-based",
13011
+ renewable: true,
13012
+ calorificValue: 0.036,
13013
+ emissionFactor: 0,
13014
+ },
13015
+ {
13016
+ name: "On-site Renewable Exported (attributes sold)",
13017
+ unit: "kWh",
13018
+ type: "location-based",
13019
+ renewable: true,
13020
+ calorificValue: 0.036,
13021
+ emissionFactor: 0,
13022
+ },
13023
+ ];
13024
+ // Market-based Scope 2 emissions
13025
+ const MARKET_BASED_ELECTRICITY$c = [
13026
+ {
13027
+ name: "Electricity Purchased with Supplier-specific EF",
13028
+ unit: "kWh",
13029
+ type: "market-based",
13030
+ renewable: false,
13031
+ calorificValue: 0.036,
13032
+ emissionFactor: 0.0005, // Supplier EF example
13033
+ },
13034
+ {
13035
+ name: "Electricity via PPA (with bundled attributes)",
13036
+ unit: "kWh",
13037
+ type: "market-based",
13038
+ renewable: true,
13039
+ calorificValue: 0.036,
13040
+ emissionFactor: 0, // Wind generator EF example
13041
+ },
13042
+ {
13043
+ name: "Electricity Matched with RECs / GOs / I-RECs",
13044
+ unit: "kWh",
13045
+ type: "market-based",
13046
+ renewable: true,
13047
+ calorificValue: 0.036,
13048
+ emissionFactor: 0,
13049
+ },
13050
+ ];
13051
+ const SCOPE2_FOOD = [
13052
+ {
13053
+ name: "Location-based",
13054
+ icon: GiElectric,
13055
+ scope: "scope2",
13056
+ unit: "kWh",
13057
+ subProducts: LOCATION_BASED_ELECTRICITY$c,
13058
+ desc: "Location-based electricity emissions using grid emission factors",
13059
+ },
13060
+ {
13061
+ name: "Market-based",
13062
+ icon: GiElectric,
13063
+ scope: "scope2",
13064
+ unit: "kWh",
13065
+ subProducts: MARKET_BASED_ELECTRICITY$c,
13066
+ desc: "Market-based electricity emissions using contractual arrangements",
13067
+ },
13068
+ ];
13069
+ // 1. Purchased Goods & Services
13070
+ const PURCHASED_GOODS_AND_SERVICES$c = [
13071
+ {
13072
+ category: "Raw Materials",
12217
13073
  items: [
13074
+ { item: "Beef (average)", emissionFactor: 60, unit: "tCO2e/ton" },
13075
+ { item: "Chicken", emissionFactor: 6, unit: "tCO2e/ton" },
13076
+ { item: "Milk (raw)", emissionFactor: 1.9, unit: "tCO2e/ton" },
13077
+ { item: "Cheese (cheddar)", emissionFactor: 9.8, unit: "tCO2e/ton" },
13078
+ { item: "Wheat flour", emissionFactor: 1.2, unit: "tCO2e/ton" },
13079
+ { item: "Sugar (refined cane)", emissionFactor: 1, unit: "tCO2e/ton" },
13080
+ { item: "Soybean oil", emissionFactor: 3.4, unit: "tCO2e/ton" },
13081
+ { item: "Palm oil (refined)", emissionFactor: 7.5, unit: "tCO2e/ton" },
13082
+ { item: "Eggs (in-shell)", emissionFactor: 4.8, unit: "tCO2e/ton" },
13083
+ { item: "Rice (milled)", emissionFactor: 2.7, unit: "tCO2e/ton" },
13084
+ { item: "Tomatoes (fresh)", emissionFactor: 1.1, unit: "tCO2e/ton" },
13085
+ { item: "Potatoes", emissionFactor: 0.3, unit: "tCO2e/ton" },
13086
+ { item: "Coffee (roasted)", emissionFactor: 15.8, unit: "tCO2e/ton" },
13087
+ { item: "Tea (dried leaves)", emissionFactor: 2.2, unit: "tCO2e/ton" },
13088
+ { item: "Chocolate (dark)", emissionFactor: 19, unit: "tCO2e/ton" },
13089
+ { item: "Aluminium cans", emissionFactor: 9.1, unit: "tCO2e/ton" },
12218
13090
  {
12219
- item: "Small (<800 CC) - Gasoline",
12220
- emissionFactor: 0.000103,
12221
- unit: "Tonn CO₂/km",
13091
+ item: "Glass bottles (beverage)",
13092
+ emissionFactor: 1.5,
13093
+ unit: "tCO2e/ton",
12222
13094
  },
13095
+ { item: "Plastic bottles (PET)", emissionFactor: 3.3, unit: "tCO2e/ton" },
13096
+ { item: "Paperboard cartons", emissionFactor: 1.1, unit: "tCO2e/ton" },
13097
+ { item: "Cleaning chemicals", emissionFactor: 1.5, unit: "tCO2e/ton" },
13098
+ ],
13099
+ },
13100
+ {
13101
+ category: "Packaging Material",
13102
+ items: [
13103
+ { item: "Paper Bags", emissionFactor: 0.7, unit: "tCO2e/ton" },
13104
+ { item: "Plastic Bags", emissionFactor: 2.5, unit: "tCO2e/ton" },
13105
+ { item: "Polyethylene", emissionFactor: 3, unit: "tCO2e/ton" },
13106
+ { item: "Jute Bags", emissionFactor: 0.3, unit: "tCO2e/ton" },
13107
+ { item: "Paperboard Boxes", emissionFactor: 0.5, unit: "tCO2e/ton" },
13108
+ { item: "Wooden Pallets", emissionFactor: 1.2, unit: "tCO2e/ton" },
13109
+ { item: "Plastic Pallets", emissionFactor: 2.8, unit: "tCO2e/ton" },
13110
+ { item: "Strapping and Tape", emissionFactor: 3.5, unit: "tCO2e/ton" },
13111
+ { item: "Stretch Film", emissionFactor: 2.2, unit: "tCO2e/ton" },
13112
+ { item: "Shrink Wrap", emissionFactor: 2.6, unit: "tCO2e/ton" },
13113
+ { item: "Metal Drums/Barrels", emissionFactor: 2, unit: "tCO2e/ton" },
13114
+ { item: "Cardboard Boxes", emissionFactor: 0.3, unit: "tCO2e/ton" },
13115
+ ],
13116
+ },
13117
+ {
13118
+ category: "Sustainable Packaging",
13119
+ items: [
13120
+ { item: "Recycled Paper", emissionFactor: 0.4, unit: "tCO2e/ton" },
12223
13121
  {
12224
- item: "Hatchback (<1000 CC) - Gasoline",
12225
- emissionFactor: 0.000117,
12226
- unit: "Tonn CO₂/km",
13122
+ item: "Biodegradable Plastics",
13123
+ emissionFactor: 1.5,
13124
+ unit: "tCO2e/ton",
12227
13125
  },
13126
+ { item: "Recycled Plastics", emissionFactor: 1.8, unit: "tCO2e/ton" },
13127
+ { item: "Composite Materials", emissionFactor: 1, unit: "tCO2e/ton" },
13128
+ ],
13129
+ },
13130
+ {
13131
+ category: "Maintenance Materials",
13132
+ items: [
13133
+ { item: "Lubricants (Oils)", emissionFactor: 2.8, unit: "tCO2e/liter" },
13134
+ { item: "Grease", emissionFactor: 3.2, unit: "tCO2e/ton" },
13135
+ { item: "Industrial Cleaners", emissionFactor: 1.5, unit: "tCO2e/kl" },
13136
+ { item: "Descalling agents", emissionFactor: 2.3, unit: "tCO2e/ton" },
13137
+ { item: "Rust Preventative", emissionFactor: 2, unit: "tCO2e/liter" },
13138
+ { item: "Anti-wear Additives", emissionFactor: 2.5, unit: "tCO2e/ton" },
13139
+ { item: "Sealants and gaskets", emissionFactor: 3, unit: "tCO2e/ton" },
13140
+ { item: "Refractories", emissionFactor: 0.7, unit: "tCO2e/ton" },
13141
+ { item: "Steel and Metal Parts", emissionFactor: 1, unit: "tCO2e/ton" },
12228
13142
  {
12229
- item: "Hatchback (<1400 CC) - Gasoline",
12230
- emissionFactor: 0.00013,
12231
- unit: "Tonn CO₂/km",
13143
+ item: "Filters (Air, water and dust)",
13144
+ emissionFactor: 1.2,
13145
+ unit: "tCO2e/ton",
12232
13146
  },
13147
+ { item: "Conveyor Belts", emissionFactor: 0.6, unit: "tCO2e/meter" },
12233
13148
  {
12234
- item: "Premium Hatchback (<1600 CC) - Gasoline",
12235
- emissionFactor: 0.00015,
12236
- unit: "Tonn CO₂/km",
13149
+ item: "V-Belts and drive belts",
13150
+ emissionFactor: 2.5,
13151
+ unit: "tCO2e/ton",
12237
13152
  },
13153
+ ],
13154
+ },
13155
+ ];
13156
+ // 3. Fuel- and Energy-Related Activities
13157
+ const FUEL_ENERGY_RELATED$8 = [
13158
+ {
13159
+ category: "Upstream Emissions of Purchased Fuels",
13160
+ items: [
13161
+ { item: "Coke", emissionFactor: 34, unit: "tCO2e/ton" },
13162
+ { item: "Diesel", emissionFactor: 2.6923, unit: "tCO₂e/kl" },
13163
+ { item: "LPG", emissionFactor: 3, unit: "tCO2e/ton" },
13164
+ { item: "Propane", emissionFactor: 3, unit: "tCO2e/ton" },
13165
+ { item: "CNG", emissionFactor: 2.75, unit: "tCO2e/ton" },
13166
+ ],
13167
+ },
13168
+ {
13169
+ category: "T&D Losses of Purchased Electricity",
13170
+ items: [],
13171
+ },
13172
+ ];
13173
+ // 4. Upstream Transportation and Distribution
13174
+ const UPSTREAM_TRANSPORTATION$9 = [
13175
+ {
13176
+ category: "Air Transport",
13177
+ items: [
12238
13178
  {
12239
- item: "Compact SUV (<1600 CC) - Gasoline",
12240
- emissionFactor: 0.000153,
12241
- unit: "Tonn CO₂/km",
13179
+ item: "Air - Domestic",
13180
+ emissionFactor: 0.00196073,
13181
+ unit: "Tonne CO₂e/t-km",
12242
13182
  },
12243
13183
  {
12244
- item: "Gypsy (1298 CC) - Gasoline",
12245
- emissionFactor: 0.000189,
12246
- unit: "Tonn CO₂/km",
13184
+ item: "Air - Short Haul",
13185
+ emissionFactor: 0.00147389,
13186
+ unit: "Tonne CO₂e/t-km",
12247
13187
  },
12248
13188
  {
12249
- item: "Sedan (<1400 CC) - Gasoline",
12250
- emissionFactor: 0.000142,
12251
- unit: "Tonn CO₂/km",
13189
+ item: "Air - Long Haul",
13190
+ emissionFactor: 0.00061324,
13191
+ unit: "Tonne CO₂e/t-km",
12252
13192
  },
13193
+ ],
13194
+ },
13195
+ {
13196
+ category: "Rail Transport",
13197
+ items: [
12253
13198
  {
12254
- item: "Sedan (<1600 CC) - Gasoline",
12255
- emissionFactor: 0.000142,
12256
- unit: "Tonn CO₂/km",
13199
+ item: "Rail - Electric",
13200
+ emissionFactor: 0.000269,
13201
+ unit: "Tonne CO₂e/t-km",
12257
13202
  },
12258
13203
  {
12259
- item: "Sedan (<2000 CC) - Gasoline",
12260
- emissionFactor: 0.000149,
12261
- unit: "Tonn CO₂/km",
13204
+ item: "Rail - Diesel",
13205
+ emissionFactor: 0.0000046,
13206
+ unit: "Tonne CO₂e/t-km",
12262
13207
  },
13208
+ ],
13209
+ },
13210
+ {
13211
+ category: "Road Transport",
13212
+ items: [
12263
13213
  {
12264
- item: "Sedan (<2500 CC) - Gasoline",
12265
- emissionFactor: 0.000163,
12266
- unit: "Tonn CO₂/km",
13214
+ item: "Truck- Light-Duty Vehicle (LDV) (<3.5 tonnes)",
13215
+ emissionFactor: 0.000307,
13216
+ unit: "Tonne CO₂/km",
12267
13217
  },
12268
13218
  {
12269
- item: "SUV (<3000 CC) - Gasoline",
12270
- emissionFactor: 0.000197,
12271
- unit: "Tonn CO₂/km",
13219
+ item: "Truck- Medium-Duty Vehicle (MDV) (<12 tonnes)",
13220
+ emissionFactor: 0.0005928,
13221
+ unit: "Tonne CO₂/km",
13222
+ },
13223
+ {
13224
+ item: "Truck- Heavy-Duty Vehicle (HDV) (>12 tonnes)",
13225
+ emissionFactor: 0.0007375,
13226
+ unit: "Tonne CO₂/km",
13227
+ },
13228
+ {
13229
+ item: "Rigid 3.5–7.5 t",
13230
+ emissionFactor: 0.001615,
13231
+ unit: "Tonne CO₂/km",
13232
+ },
13233
+ {
13234
+ item: "Rigid 7.5–17 t",
13235
+ emissionFactor: 0.00413,
13236
+ unit: "Tonne CO₂/km",
13237
+ },
13238
+ {
13239
+ item: "Rigid >17 t",
13240
+ emissionFactor: 0.00774,
13241
+ unit: "Tonne CO₂/km",
13242
+ },
13243
+ {
13244
+ item: "All Rigids",
13245
+ emissionFactor: 0.005094,
13246
+ unit: "Tonne CO₂/km",
13247
+ },
13248
+ {
13249
+ item: "Articulated 3.5–33 t",
13250
+ emissionFactor: 0.009416,
13251
+ unit: "Tonne CO₂/km",
13252
+ },
13253
+ {
13254
+ item: "Articulated >33 t",
13255
+ emissionFactor: 0.016184,
13256
+ unit: "Tonne CO₂/km",
13257
+ },
13258
+ {
13259
+ item: "All Articulated",
13260
+ emissionFactor: 0.012932,
13261
+ unit: "Tonne CO₂/km",
13262
+ },
13263
+ {
13264
+ item: "All HGVs",
13265
+ emissionFactor: 0.008247,
13266
+ unit: "Tonne CO₂/km",
13267
+ },
13268
+ ],
13269
+ },
13270
+ {
13271
+ category: "Waterway Transport",
13272
+ items: [
13273
+ {
13274
+ item: "Watercraft - Large RoPax Ferry",
13275
+ emissionFactor: 0.000372,
13276
+ unit: "Tonne/t-km",
13277
+ },
13278
+ {
13279
+ item: "Watercraft - Shipping - Small Tanker (844 tonnes deadweight)",
13280
+ emissionFactor: 0.00002,
13281
+ unit: "Tonne/short ton mile",
13282
+ },
13283
+ {
13284
+ item: "Watercraft - Shipping - Large Tanker (18371 tonnes deadweight)",
13285
+ emissionFactor: 0.000005,
13286
+ unit: "Tonne/short ton mile",
13287
+ },
13288
+ {
13289
+ item: "Watercraft - Shipping - Very Large Tanker (100000 tonnes deadweight)",
13290
+ emissionFactor: 0.000005,
13291
+ unit: "Tonne/short ton mile",
13292
+ },
13293
+ {
13294
+ item: "Watercraft - Shipping - Small Bulk Carrier (1720 tonnes deadweight)",
13295
+ emissionFactor: 0.000011,
13296
+ unit: "Tonne/short ton mile",
13297
+ },
13298
+ {
13299
+ item: "Watercraft - Shipping - Large Bulk Carrier (14201 tonnes deadweight)",
13300
+ emissionFactor: 0.000007,
13301
+ unit: "Tonne/short ton mile",
13302
+ },
13303
+ {
13304
+ item: "Watercraft - Shipping - Very Large Bulk Carrier (70000 tonnes deadweight)",
13305
+ emissionFactor: 0.0000026,
13306
+ unit: "Tonne/short ton mile",
13307
+ },
13308
+ {
13309
+ item: "Watercraft - Shipping - Small Container Vessel (2500 tonnes deadweight)",
13310
+ emissionFactor: 0.0000135,
13311
+ unit: "Tonne/short ton mile",
13312
+ },
13313
+ {
13314
+ item: "Watercraft - Shipping - Large Container Vessel (20000 tonnes deadweight)",
13315
+ emissionFactor: 0.0000115,
13316
+ unit: "Tonne/short ton mile",
13317
+ },
13318
+ ],
13319
+ },
13320
+ ];
13321
+ // 5. Waste Generated in Operations
13322
+ const WASTE_OPERATIONS$8 = [
13323
+ {
13324
+ category: "Food Waste",
13325
+ items: [
13326
+ {
13327
+ item: "Food Waste (Mixed) - Landfilling",
13328
+ emissionFactor: 1.9,
13329
+ unit: "tCO₂e/tonne",
13330
+ },
13331
+ {
13332
+ item: "Food Waste (Mixed) - Anaerobic Digestion",
13333
+ emissionFactor: 0.06,
13334
+ unit: "tCO₂e/tonne",
13335
+ },
13336
+ {
13337
+ item: "Food Waste (Mixed) - Composting",
13338
+ emissionFactor: 0.07,
13339
+ unit: "tCO₂e/tonne",
13340
+ },
13341
+ {
13342
+ item: "Food Waste (Mixed) - Incineration (w/o energy recovery)",
13343
+ emissionFactor: 0.93,
13344
+ unit: "tCO₂e/tonne",
13345
+ },
13346
+ {
13347
+ item: "Spent Grains / Organic Byproducts - Animal feed reuse (zero burden)",
13348
+ emissionFactor: 0,
13349
+ unit: "tCO₂e/tonne",
13350
+ },
13351
+ {
13352
+ item: "Used Cooking Oil (UCO) - Biofuel recovery (displacement credit)",
13353
+ emissionFactor: -1.56,
13354
+ unit: "tCO₂e/tonne",
13355
+ },
13356
+ ],
13357
+ },
13358
+ {
13359
+ category: "Packaging Waste",
13360
+ items: [
13361
+ {
13362
+ item: "Glass Bottles - Recycled",
13363
+ emissionFactor: 0.000021,
13364
+ unit: "tCO₂e/kg",
13365
+ },
13366
+ {
13367
+ item: "PET Bottles / Plastic Containers - Recycled",
13368
+ emissionFactor: 0.000449,
13369
+ unit: "tCO₂e/tonne",
13370
+ },
13371
+ {
13372
+ item: "PET Bottles / Plastic Containers - Landfilled",
13373
+ emissionFactor: 0.00158,
13374
+ unit: "tCO₂e/tonne",
13375
+ },
13376
+ {
13377
+ item: "Aluminum Cans - Recycled",
13378
+ emissionFactor: 0.000084,
13379
+ unit: "tCO₂e/tonne",
13380
+ },
13381
+ {
13382
+ item: "Steel Cans - Recycled",
13383
+ emissionFactor: 1.6,
13384
+ unit: "tCO₂e/tonne",
13385
+ },
13386
+ {
13387
+ item: "Cardboard & Paperboard Packaging - Recycled",
13388
+ emissionFactor: 0.00003,
13389
+ unit: "tCO₂e/tonne",
13390
+ },
13391
+ {
13392
+ item: "Cardboard & Paperboard Packaging - Landfilled",
13393
+ emissionFactor: 0.00072,
13394
+ unit: "tCO₂e/tonne",
13395
+ },
13396
+ {
13397
+ item: "Pallets (Wood) - Reuse or recycling",
13398
+ emissionFactor: 0.00002,
13399
+ unit: "tCO₂e/tonne",
13400
+ },
13401
+ ],
13402
+ },
13403
+ {
13404
+ category: "Other Waste",
13405
+ items: [
13406
+ {
13407
+ item: "Wastewater Sludge (from beverage plants) - Anaerobic digestion / treatment",
13408
+ emissionFactor: 0.28,
13409
+ unit: "tCO₂e/tonne",
13410
+ },
13411
+ {
13412
+ item: "Expired Beverage Waste (bottled) - Incineration",
13413
+ emissionFactor: 1.5,
13414
+ unit: "tCO₂e/tonne",
13415
+ },
13416
+ ],
13417
+ },
13418
+ ];
13419
+ // 7. Employee Commuting
13420
+ const EMPLOYEE_COMMUTING$d = [
13421
+ {
13422
+ category: "Car - Gasoline",
13423
+ items: [
13424
+ {
13425
+ item: "Small (<800 CC) - Gasoline",
13426
+ emissionFactor: 0.000103,
13427
+ unit: "Tonn CO₂/km",
13428
+ },
13429
+ {
13430
+ item: "Hatchback (<1000 CC) - Gasoline",
13431
+ emissionFactor: 0.000117,
13432
+ unit: "Tonn CO₂/km",
13433
+ },
13434
+ {
13435
+ item: "Hatchback (<1400 CC) - Gasoline",
13436
+ emissionFactor: 0.00013,
13437
+ unit: "Tonn CO₂/km",
13438
+ },
13439
+ {
13440
+ item: "Premium Hatchback (<1600 CC) - Gasoline",
13441
+ emissionFactor: 0.00015,
13442
+ unit: "Tonn CO₂/km",
13443
+ },
13444
+ {
13445
+ item: "Compact SUV (<1600 CC) - Gasoline",
13446
+ emissionFactor: 0.000153,
13447
+ unit: "Tonn CO₂/km",
13448
+ },
13449
+ {
13450
+ item: "Gypsy (1298 CC) - Gasoline",
13451
+ emissionFactor: 0.000189,
13452
+ unit: "Tonn CO₂/km",
13453
+ },
13454
+ {
13455
+ item: "Sedan (<1400 CC) - Gasoline",
13456
+ emissionFactor: 0.000142,
13457
+ unit: "Tonn CO₂/km",
13458
+ },
13459
+ {
13460
+ item: "Sedan (<1600 CC) - Gasoline",
13461
+ emissionFactor: 0.000142,
13462
+ unit: "Tonn CO₂/km",
13463
+ },
13464
+ {
13465
+ item: "Sedan (<2000 CC) - Gasoline",
13466
+ emissionFactor: 0.000149,
13467
+ unit: "Tonn CO₂/km",
13468
+ },
13469
+ {
13470
+ item: "Sedan (<2500 CC) - Gasoline",
13471
+ emissionFactor: 0.000163,
13472
+ unit: "Tonn CO₂/km",
13473
+ },
13474
+ {
13475
+ item: "SUV (<3000 CC) - Gasoline",
13476
+ emissionFactor: 0.000197,
13477
+ unit: "Tonn CO₂/km",
12272
13478
  },
12273
13479
  {
12274
13480
  item: "MUV (<2000 CC) - Gasoline",
@@ -12913,7 +14119,7 @@ const REFRIGERANTS$3 = [
12913
14119
  },
12914
14120
  ];
12915
14121
  // Fire Extinguisher Products
12916
- const FIRE_EXTINGUISHER_PRODUCTS$c = [
14122
+ const FIRE_EXTINGUISHER_PRODUCTS$b = [
12917
14123
  {
12918
14124
  name: "CO2 Fire Extinguisher Refilling",
12919
14125
  unit: "tonnes",
@@ -12923,7 +14129,7 @@ const FIRE_EXTINGUISHER_PRODUCTS$c = [
12923
14129
  },
12924
14130
  ];
12925
14131
  // LPG Usage Products
12926
- const LPG_USAGE_PRODUCTS$9 = [
14132
+ const LPG_USAGE_PRODUCTS$8 = [
12927
14133
  {
12928
14134
  name: "LPG Usage",
12929
14135
  unit: "tonne",
@@ -12940,7 +14146,7 @@ const LPG_USAGE_PRODUCTS$9 = [
12940
14146
  },
12941
14147
  ];
12942
14148
  // SF6 Usage Products
12943
- const SF6_USAGE_PRODUCTS$9 = [
14149
+ const SF6_USAGE_PRODUCTS$8 = [
12944
14150
  {
12945
14151
  name: "SF6 usage",
12946
14152
  unit: "tonne",
@@ -12972,7 +14178,7 @@ const SCOPE1_HOSPITALITY = [
12972
14178
  icon: RiDeleteBin2Line,
12973
14179
  scope: "scope1",
12974
14180
  unit: "tonnes",
12975
- subProducts: FIRE_EXTINGUISHER_PRODUCTS$c,
14181
+ subProducts: FIRE_EXTINGUISHER_PRODUCTS$b,
12976
14182
  desc: "Fire Extinguisher Refilling Emissions",
12977
14183
  },
12978
14184
  {
@@ -12980,7 +14186,7 @@ const SCOPE1_HOSPITALITY = [
12980
14186
  icon: RiDeleteBin5Line,
12981
14187
  scope: "scope1",
12982
14188
  unit: "various",
12983
- subProducts: LPG_USAGE_PRODUCTS$9,
14189
+ subProducts: LPG_USAGE_PRODUCTS$8,
12984
14190
  desc: "LPG Usage Emissions",
12985
14191
  },
12986
14192
  {
@@ -12988,12 +14194,12 @@ const SCOPE1_HOSPITALITY = [
12988
14194
  icon: RiDeleteBin5Line,
12989
14195
  scope: "scope1",
12990
14196
  unit: "tonne",
12991
- subProducts: SF6_USAGE_PRODUCTS$9,
14197
+ subProducts: SF6_USAGE_PRODUCTS$8,
12992
14198
  desc: "SF6 Usage Emissions",
12993
14199
  },
12994
14200
  ];
12995
14201
  // Scope 2 Categories
12996
- const LOCATION_BASED_ELECTRICITY$c = [
14202
+ const LOCATION_BASED_ELECTRICITY$b = [
12997
14203
  {
12998
14204
  name: "Electricity Purchased from National Grid",
12999
14205
  unit: "kWh",
@@ -13028,7 +14234,7 @@ const LOCATION_BASED_ELECTRICITY$c = [
13028
14234
  },
13029
14235
  ];
13030
14236
  // Market-based Scope 2 emissions
13031
- const MARKET_BASED_ELECTRICITY$c = [
14237
+ const MARKET_BASED_ELECTRICITY$b = [
13032
14238
  {
13033
14239
  name: "Electricity Purchased with Supplier-specific EF",
13034
14240
  unit: "kWh",
@@ -13060,7 +14266,7 @@ const SCOPE2_HOSPITALITY = [
13060
14266
  icon: GiElectric,
13061
14267
  scope: "scope2",
13062
14268
  unit: "kWh",
13063
- subProducts: LOCATION_BASED_ELECTRICITY$c,
14269
+ subProducts: LOCATION_BASED_ELECTRICITY$b,
13064
14270
  desc: "Location-based electricity emissions using grid emission factors",
13065
14271
  },
13066
14272
  {
@@ -13068,7 +14274,7 @@ const SCOPE2_HOSPITALITY = [
13068
14274
  icon: GiElectric,
13069
14275
  scope: "scope2",
13070
14276
  unit: "kWh",
13071
- subProducts: MARKET_BASED_ELECTRICITY$c,
14277
+ subProducts: MARKET_BASED_ELECTRICITY$b,
13072
14278
  desc: "Market-based electricity emissions using contractual arrangements",
13073
14279
  },
13074
14280
  ];
@@ -14544,7 +15750,7 @@ const ALLSCOPES_HOSPITALITY = [
14544
15750
  ...SCOPE3_HOSPITALITY,
14545
15751
  ];
14546
15752
 
14547
- const FUEL_COMBUSTION_PRODUCTS$8 = [
15753
+ const FUEL_COMBUSTION_PRODUCTS$7 = [
14548
15754
  {
14549
15755
  name: "Diesel - Operations",
14550
15756
  unit: "kl",
@@ -14588,7 +15794,7 @@ const FUEL_COMBUSTION_PRODUCTS$8 = [
14588
15794
  emissionFactor: 2.75,
14589
15795
  },
14590
15796
  ];
14591
- const REFRIGERANT_PRODUCTS$8 = [
15797
+ const REFRIGERANT_PRODUCTS$7 = [
14592
15798
  {
14593
15799
  name: "R-22 - Refrigerant",
14594
15800
  unit: "tonnes",
@@ -14639,7 +15845,7 @@ const REFRIGERANT_PRODUCTS$8 = [
14639
15845
  emissionFactor: 1774,
14640
15846
  },
14641
15847
  ];
14642
- const FIRE_EXTINGUISHER_PRODUCTS$b = [
15848
+ const FIRE_EXTINGUISHER_PRODUCTS$a = [
14643
15849
  {
14644
15850
  name: "CO2 Fire Extinguisher Refilling",
14645
15851
  unit: "tonnes",
@@ -14648,7 +15854,7 @@ const FIRE_EXTINGUISHER_PRODUCTS$b = [
14648
15854
  emissionFactor: 1,
14649
15855
  },
14650
15856
  ];
14651
- const LPG_USAGE_PRODUCTS$8 = [
15857
+ const LPG_USAGE_PRODUCTS$7 = [
14652
15858
  {
14653
15859
  name: "LPG Usage",
14654
15860
  unit: "tonnes",
@@ -14664,7 +15870,7 @@ const LPG_USAGE_PRODUCTS$8 = [
14664
15870
  emissionFactor: 1.611,
14665
15871
  },
14666
15872
  ];
14667
- const SF6_USAGE_PRODUCTS$8 = [
15873
+ const SF6_USAGE_PRODUCTS$7 = [
14668
15874
  {
14669
15875
  name: "SF6 Usage - Sulfur Hexafluoride",
14670
15876
  unit: "tonnes",
@@ -14679,7 +15885,7 @@ const SCOPE1_LOGISTICS = [
14679
15885
  icon: FaFire,
14680
15886
  scope: "scope1",
14681
15887
  unit: "various",
14682
- subProducts: FUEL_COMBUSTION_PRODUCTS$8,
15888
+ subProducts: FUEL_COMBUSTION_PRODUCTS$7,
14683
15889
  desc: "Emissions from Fuel Combustion in Operations",
14684
15890
  },
14685
15891
  {
@@ -14687,7 +15893,7 @@ const SCOPE1_LOGISTICS = [
14687
15893
  icon: CgSmartHomeRefrigerator,
14688
15894
  scope: "scope1",
14689
15895
  unit: "tonnes",
14690
- subProducts: REFRIGERANT_PRODUCTS$8,
15896
+ subProducts: REFRIGERANT_PRODUCTS$7,
14691
15897
  desc: "Emissions from Refrigerant Usage",
14692
15898
  },
14693
15899
  {
@@ -14695,7 +15901,7 @@ const SCOPE1_LOGISTICS = [
14695
15901
  icon: FaFire,
14696
15902
  scope: "scope1",
14697
15903
  unit: "tonnes",
14698
- subProducts: FIRE_EXTINGUISHER_PRODUCTS$b,
15904
+ subProducts: FIRE_EXTINGUISHER_PRODUCTS$a,
14699
15905
  desc: "Emissions from Fire Extinguisher Refilling",
14700
15906
  },
14701
15907
  {
@@ -14703,7 +15909,7 @@ const SCOPE1_LOGISTICS = [
14703
15909
  icon: FaGasPump,
14704
15910
  scope: "scope1",
14705
15911
  unit: "various",
14706
- subProducts: LPG_USAGE_PRODUCTS$8,
15912
+ subProducts: LPG_USAGE_PRODUCTS$7,
14707
15913
  desc: "Emissions from LPG Usage",
14708
15914
  },
14709
15915
  {
@@ -14711,11 +15917,11 @@ const SCOPE1_LOGISTICS = [
14711
15917
  icon: GiGasStove,
14712
15918
  scope: "scope1",
14713
15919
  unit: "tonnes",
14714
- subProducts: SF6_USAGE_PRODUCTS$8,
15920
+ subProducts: SF6_USAGE_PRODUCTS$7,
14715
15921
  desc: "Emissions from SF6 Usage",
14716
15922
  },
14717
15923
  ];
14718
- const LOCATION_BASED_ELECTRICITY$b = [
15924
+ const LOCATION_BASED_ELECTRICITY$a = [
14719
15925
  {
14720
15926
  name: "Electricity Purchased from National Grid",
14721
15927
  unit: "kWh",
@@ -14750,7 +15956,7 @@ const LOCATION_BASED_ELECTRICITY$b = [
14750
15956
  },
14751
15957
  ];
14752
15958
  // Market-based Scope 2 emissions
14753
- const MARKET_BASED_ELECTRICITY$b = [
15959
+ const MARKET_BASED_ELECTRICITY$a = [
14754
15960
  {
14755
15961
  name: "Electricity Purchased with Supplier-specific EF",
14756
15962
  unit: "kWh",
@@ -14782,7 +15988,7 @@ const SCOPE2_LOGISTICS = [
14782
15988
  icon: GiElectric,
14783
15989
  scope: "scope2",
14784
15990
  unit: "kWh",
14785
- subProducts: LOCATION_BASED_ELECTRICITY$b,
15991
+ subProducts: LOCATION_BASED_ELECTRICITY$a,
14786
15992
  desc: "Location-based electricity emissions using grid emission factors",
14787
15993
  },
14788
15994
  {
@@ -14790,7 +15996,7 @@ const SCOPE2_LOGISTICS = [
14790
15996
  icon: GiElectric,
14791
15997
  scope: "scope2",
14792
15998
  unit: "kWh",
14793
- subProducts: MARKET_BASED_ELECTRICITY$b,
15999
+ subProducts: MARKET_BASED_ELECTRICITY$a,
14794
16000
  desc: "Market-based electricity emissions using contractual arrangements",
14795
16001
  },
14796
16002
  ];
@@ -16069,7 +17275,7 @@ const OPERATION_PRODUCTS$2 = ELECTRIC_PRODUCTS$2 === null || ELECTRIC_PRODUCTS$2
16069
17275
  !product.name.includes("Fire Extinguisher") &&
16070
17276
  !product.name.includes("LPG Usage") &&
16071
17277
  !product.name.includes("SF6"));
16072
- const FIRE_EXTINGUISHER_PRODUCTS$a = ELECTRIC_PRODUCTS$2 === null || ELECTRIC_PRODUCTS$2 === void 0 ? void 0 : ELECTRIC_PRODUCTS$2.filter((product) => product.name.includes("Fire Extinguisher"));
17278
+ const FIRE_EXTINGUISHER_PRODUCTS$9 = ELECTRIC_PRODUCTS$2 === null || ELECTRIC_PRODUCTS$2 === void 0 ? void 0 : ELECTRIC_PRODUCTS$2.filter((product) => product.name.includes("Fire Extinguisher"));
16073
17279
  const LPG_PRODUCTS$2 = ELECTRIC_PRODUCTS$2 === null || ELECTRIC_PRODUCTS$2 === void 0 ? void 0 : ELECTRIC_PRODUCTS$2.filter((product) => product.name.includes("LPG Usage"));
16074
17280
  const SF6_PRODUCTS$2 = ELECTRIC_PRODUCTS$2 === null || ELECTRIC_PRODUCTS$2 === void 0 ? void 0 : ELECTRIC_PRODUCTS$2.filter((product) => product.name.includes("SF6"));
16075
17281
  const SCOPE1_MANUFACTURING = [
@@ -16094,7 +17300,7 @@ const SCOPE1_MANUFACTURING = [
16094
17300
  icon: GiElectric,
16095
17301
  scope: "scope1",
16096
17302
  unit: "tonnes",
16097
- subProducts: FIRE_EXTINGUISHER_PRODUCTS$a,
17303
+ subProducts: FIRE_EXTINGUISHER_PRODUCTS$9,
16098
17304
  desc: "Fire Extinguisher CO2 Refilling",
16099
17305
  },
16100
17306
  {
@@ -16117,7 +17323,7 @@ const SCOPE1_MANUFACTURING = [
16117
17323
  // Create separate arrays for each Scope 2 category
16118
17324
  ELECTRIC_PRODUCTS$2 === null || ELECTRIC_PRODUCTS$2 === void 0 ? void 0 : ELECTRIC_PRODUCTS$2.filter((product) => product.type === "indirect" && !product.renewable);
16119
17325
  ELECTRIC_PRODUCTS$2 === null || ELECTRIC_PRODUCTS$2 === void 0 ? void 0 : ELECTRIC_PRODUCTS$2.filter((product) => product.type === "indirect" && product.renewable);
16120
- const LOCATION_BASED_ELECTRICITY$a = [
17326
+ const LOCATION_BASED_ELECTRICITY$9 = [
16121
17327
  {
16122
17328
  name: "Electricity Purchased from National Grid",
16123
17329
  unit: "kWh",
@@ -16152,7 +17358,7 @@ const LOCATION_BASED_ELECTRICITY$a = [
16152
17358
  },
16153
17359
  ];
16154
17360
  // Market-based Scope 2 emissions
16155
- const MARKET_BASED_ELECTRICITY$a = [
17361
+ const MARKET_BASED_ELECTRICITY$9 = [
16156
17362
  {
16157
17363
  name: "Electricity Purchased with Supplier-specific EF",
16158
17364
  unit: "kWh",
@@ -16184,7 +17390,7 @@ const SCOPE2_MANUFACTURING = [
16184
17390
  icon: GiElectric,
16185
17391
  scope: "scope2",
16186
17392
  unit: "kWh",
16187
- subProducts: LOCATION_BASED_ELECTRICITY$a,
17393
+ subProducts: LOCATION_BASED_ELECTRICITY$9,
16188
17394
  desc: "Location-based electricity emissions using grid emission factors",
16189
17395
  },
16190
17396
  {
@@ -16192,7 +17398,7 @@ const SCOPE2_MANUFACTURING = [
16192
17398
  icon: GiElectric,
16193
17399
  scope: "scope2",
16194
17400
  unit: "kWh",
16195
- subProducts: MARKET_BASED_ELECTRICITY$a,
17401
+ subProducts: MARKET_BASED_ELECTRICITY$9,
16196
17402
  desc: "Market-based electricity emissions using contractual arrangements",
16197
17403
  },
16198
17404
  ];
@@ -18291,7 +19497,7 @@ const ALL_SCOPES_3_MANUFACTURING = [
18291
19497
  },
18292
19498
  ];
18293
19499
 
18294
- const FUEL_COMBUSTION_PRODUCTS$7 = [
19500
+ const FUEL_COMBUSTION_PRODUCTS$6 = [
18295
19501
  {
18296
19502
  name: "Diesel (Operation)",
18297
19503
  unit: "kl",
@@ -18335,7 +19541,7 @@ const FUEL_COMBUSTION_PRODUCTS$7 = [
18335
19541
  emissionFactor: 2.75,
18336
19542
  },
18337
19543
  ];
18338
- const REFRIGERANT_PRODUCTS$7 = [
19544
+ const REFRIGERANT_PRODUCTS$6 = [
18339
19545
  {
18340
19546
  name: "R-22",
18341
19547
  unit: "tonnes",
@@ -18386,7 +19592,7 @@ const REFRIGERANT_PRODUCTS$7 = [
18386
19592
  emissionFactor: 1774,
18387
19593
  },
18388
19594
  ];
18389
- const FIRE_EXTINGUISHER_PRODUCTS$9 = [
19595
+ const FIRE_EXTINGUISHER_PRODUCTS$8 = [
18390
19596
  {
18391
19597
  name: "CO2 Fire Extinguisher Refilling",
18392
19598
  unit: "tonnes",
@@ -18395,7 +19601,7 @@ const FIRE_EXTINGUISHER_PRODUCTS$9 = [
18395
19601
  emissionFactor: 1,
18396
19602
  },
18397
19603
  ];
18398
- const LPG_USAGE_PRODUCTS$7 = [
19604
+ const LPG_USAGE_PRODUCTS$6 = [
18399
19605
  {
18400
19606
  name: "LPG Usage (Tonne)",
18401
19607
  unit: "tonnes",
@@ -18411,7 +19617,7 @@ const LPG_USAGE_PRODUCTS$7 = [
18411
19617
  emissionFactor: 1.611,
18412
19618
  },
18413
19619
  ];
18414
- const SF6_USAGE_PRODUCTS$7 = [
19620
+ const SF6_USAGE_PRODUCTS$6 = [
18415
19621
  {
18416
19622
  name: "SF6 Usage",
18417
19623
  unit: "tonnes",
@@ -18463,7 +19669,7 @@ const SCOPE1_METAL = [
18463
19669
  icon: FaFire,
18464
19670
  scope: "scope1",
18465
19671
  unit: "various",
18466
- subProducts: FUEL_COMBUSTION_PRODUCTS$7,
19672
+ subProducts: FUEL_COMBUSTION_PRODUCTS$6,
18467
19673
  desc: "Emissions from Fuel Combustion in Operations",
18468
19674
  },
18469
19675
  {
@@ -18471,7 +19677,7 @@ const SCOPE1_METAL = [
18471
19677
  icon: CgSmartHomeRefrigerator,
18472
19678
  scope: "scope1",
18473
19679
  unit: "tonnes",
18474
- subProducts: REFRIGERANT_PRODUCTS$7,
19680
+ subProducts: REFRIGERANT_PRODUCTS$6,
18475
19681
  desc: "Emissions from Refrigerant Usage",
18476
19682
  },
18477
19683
  {
@@ -18479,7 +19685,7 @@ const SCOPE1_METAL = [
18479
19685
  icon: FaFire,
18480
19686
  scope: "scope1",
18481
19687
  unit: "tonnes",
18482
- subProducts: FIRE_EXTINGUISHER_PRODUCTS$9,
19688
+ subProducts: FIRE_EXTINGUISHER_PRODUCTS$8,
18483
19689
  desc: "Emissions from Fire Extinguisher Refilling",
18484
19690
  },
18485
19691
  {
@@ -18487,7 +19693,7 @@ const SCOPE1_METAL = [
18487
19693
  icon: FaGasPump,
18488
19694
  scope: "scope1",
18489
19695
  unit: "various",
18490
- subProducts: LPG_USAGE_PRODUCTS$7,
19696
+ subProducts: LPG_USAGE_PRODUCTS$6,
18491
19697
  desc: "Emissions from LPG Usage",
18492
19698
  },
18493
19699
  {
@@ -18495,7 +19701,7 @@ const SCOPE1_METAL = [
18495
19701
  icon: GiGasStove,
18496
19702
  scope: "scope1",
18497
19703
  unit: "tonnes",
18498
- subProducts: SF6_USAGE_PRODUCTS$7,
19704
+ subProducts: SF6_USAGE_PRODUCTS$6,
18499
19705
  desc: "Emissions from SF6 Usage",
18500
19706
  },
18501
19707
  {
@@ -18507,7 +19713,7 @@ const SCOPE1_METAL = [
18507
19713
  desc: "Emissions from Solid Fuel Usage",
18508
19714
  },
18509
19715
  ];
18510
- const LOCATION_BASED_ELECTRICITY$9 = [
19716
+ const LOCATION_BASED_ELECTRICITY$8 = [
18511
19717
  {
18512
19718
  name: "Electricity Purchased from National Grid",
18513
19719
  unit: "kWh",
@@ -18542,7 +19748,7 @@ const LOCATION_BASED_ELECTRICITY$9 = [
18542
19748
  },
18543
19749
  ];
18544
19750
  // Market-based Scope 2 emissions
18545
- const MARKET_BASED_ELECTRICITY$9 = [
19751
+ const MARKET_BASED_ELECTRICITY$8 = [
18546
19752
  {
18547
19753
  name: "Electricity Purchased with Supplier-specific EF",
18548
19754
  unit: "kWh",
@@ -18574,7 +19780,7 @@ const SCOPE2_METAL = [
18574
19780
  icon: GiElectric,
18575
19781
  scope: "scope2",
18576
19782
  unit: "kWh",
18577
- subProducts: LOCATION_BASED_ELECTRICITY$9,
19783
+ subProducts: LOCATION_BASED_ELECTRICITY$8,
18578
19784
  desc: "Location-based electricity emissions using grid emission factors",
18579
19785
  },
18580
19786
  {
@@ -18582,7 +19788,7 @@ const SCOPE2_METAL = [
18582
19788
  icon: GiElectric,
18583
19789
  scope: "scope2",
18584
19790
  unit: "kWh",
18585
- subProducts: MARKET_BASED_ELECTRICITY$9,
19791
+ subProducts: MARKET_BASED_ELECTRICITY$8,
18586
19792
  desc: "Market-based electricity emissions using contractual arrangements",
18587
19793
  },
18588
19794
  ];
@@ -19591,7 +20797,7 @@ const ALL_SCOPES_3_METAL = [
19591
20797
  ];
19592
20798
 
19593
20799
  // FIRE EXTINGUISHER
19594
- const FIRE_EXTINGUISHER_PRODUCTS$8 = [
20800
+ const FIRE_EXTINGUISHER_PRODUCTS$7 = [
19595
20801
  {
19596
20802
  name: "CO2 Fire Extinguisher Refilling",
19597
20803
  unit: "tonnes",
@@ -19659,7 +20865,7 @@ const WATER_PRODUCTS$1 = [
19659
20865
  emissionFactor: 0,
19660
20866
  },
19661
20867
  ];
19662
- const FUEL_COMBUSTION_PRODUCTS$6 = [
20868
+ const FUEL_COMBUSTION_PRODUCTS$5 = [
19663
20869
  {
19664
20870
  name: "Diesel",
19665
20871
  unit: "kl",
@@ -19703,7 +20909,7 @@ const FUEL_COMBUSTION_PRODUCTS$6 = [
19703
20909
  emissionFactor: 2.75,
19704
20910
  },
19705
20911
  ];
19706
- const REFRIGERANT_PRODUCTS$6 = [
20912
+ const REFRIGERANT_PRODUCTS$5 = [
19707
20913
  {
19708
20914
  name: "R-22",
19709
20915
  unit: "tonnes",
@@ -19754,7 +20960,7 @@ const REFRIGERANT_PRODUCTS$6 = [
19754
20960
  emissionFactor: 1774,
19755
20961
  },
19756
20962
  ];
19757
- const LPG_USAGE_PRODUCTS$6 = [
20963
+ const LPG_USAGE_PRODUCTS$5 = [
19758
20964
  {
19759
20965
  name: "LPG Usage (Gas)",
19760
20966
  unit: "tonnes",
@@ -19770,7 +20976,7 @@ const LPG_USAGE_PRODUCTS$6 = [
19770
20976
  emissionFactor: 1.611,
19771
20977
  },
19772
20978
  ];
19773
- const SF6_USAGE_PRODUCTS$6 = [
20979
+ const SF6_USAGE_PRODUCTS$5 = [
19774
20980
  {
19775
20981
  name: "SF6 Usage",
19776
20982
  unit: "tonnes",
@@ -19785,7 +20991,7 @@ const SCOPE1_PACKAGING = [
19785
20991
  icon: FaFire,
19786
20992
  scope: "scope1",
19787
20993
  unit: "various",
19788
- subProducts: FUEL_COMBUSTION_PRODUCTS$6,
20994
+ subProducts: FUEL_COMBUSTION_PRODUCTS$5,
19789
20995
  desc: "Emissions from Fuel Combustion in Operations",
19790
20996
  },
19791
20997
  {
@@ -19793,7 +20999,7 @@ const SCOPE1_PACKAGING = [
19793
20999
  icon: CgSmartHomeRefrigerator,
19794
21000
  scope: "scope1",
19795
21001
  unit: "tonnes",
19796
- subProducts: REFRIGERANT_PRODUCTS$6,
21002
+ subProducts: REFRIGERANT_PRODUCTS$5,
19797
21003
  desc: "Emissions from Refrigerant Usage",
19798
21004
  },
19799
21005
  {
@@ -19801,7 +21007,7 @@ const SCOPE1_PACKAGING = [
19801
21007
  icon: FaFire,
19802
21008
  scope: "scope1",
19803
21009
  unit: "tonnes",
19804
- subProducts: FIRE_EXTINGUISHER_PRODUCTS$8,
21010
+ subProducts: FIRE_EXTINGUISHER_PRODUCTS$7,
19805
21011
  desc: "Emissions from Fire Extinguisher Refilling",
19806
21012
  },
19807
21013
  {
@@ -19809,7 +21015,7 @@ const SCOPE1_PACKAGING = [
19809
21015
  icon: FaGasPump,
19810
21016
  scope: "scope1",
19811
21017
  unit: "various",
19812
- subProducts: LPG_USAGE_PRODUCTS$6,
21018
+ subProducts: LPG_USAGE_PRODUCTS$5,
19813
21019
  desc: "Emissions from LPG Usage",
19814
21020
  },
19815
21021
  {
@@ -19817,11 +21023,11 @@ const SCOPE1_PACKAGING = [
19817
21023
  icon: GiGasStove,
19818
21024
  scope: "scope1",
19819
21025
  unit: "tonnes",
19820
- subProducts: SF6_USAGE_PRODUCTS$6,
21026
+ subProducts: SF6_USAGE_PRODUCTS$5,
19821
21027
  desc: "Emissions from SF6 Usage",
19822
21028
  },
19823
21029
  ];
19824
- const LOCATION_BASED_ELECTRICITY$8 = [
21030
+ const LOCATION_BASED_ELECTRICITY$7 = [
19825
21031
  {
19826
21032
  name: "Electricity Purchased from National Grid",
19827
21033
  unit: "kWh",
@@ -19856,7 +21062,7 @@ const LOCATION_BASED_ELECTRICITY$8 = [
19856
21062
  },
19857
21063
  ];
19858
21064
  // Market-based Scope 2 emissions
19859
- const MARKET_BASED_ELECTRICITY$8 = [
21065
+ const MARKET_BASED_ELECTRICITY$7 = [
19860
21066
  {
19861
21067
  name: "Electricity Purchased with Supplier-specific EF",
19862
21068
  unit: "kWh",
@@ -19888,7 +21094,7 @@ const SCOPE2_PACKAGING = [
19888
21094
  icon: GiElectric,
19889
21095
  scope: "scope2",
19890
21096
  unit: "kWh",
19891
- subProducts: LOCATION_BASED_ELECTRICITY$8,
21097
+ subProducts: LOCATION_BASED_ELECTRICITY$7,
19892
21098
  desc: "Location-based electricity emissions using grid emission factors",
19893
21099
  },
19894
21100
  {
@@ -19896,7 +21102,7 @@ const SCOPE2_PACKAGING = [
19896
21102
  icon: GiElectric,
19897
21103
  scope: "scope2",
19898
21104
  unit: "kWh",
19899
- subProducts: MARKET_BASED_ELECTRICITY$8,
21105
+ subProducts: MARKET_BASED_ELECTRICITY$7,
19900
21106
  desc: "Market-based electricity emissions using contractual arrangements",
19901
21107
  },
19902
21108
  ];
@@ -22082,7 +23288,7 @@ const ISO_CATEGORIES_PACKAGING = [
22082
23288
  },
22083
23289
  ];
22084
23290
 
22085
- const FUEL_COMBUSTION_PRODUCTS$5 = [
23291
+ const FUEL_COMBUSTION_PRODUCTS$4 = [
22086
23292
  {
22087
23293
  name: "Diesel (Operation)",
22088
23294
  unit: "kl",
@@ -22126,7 +23332,7 @@ const FUEL_COMBUSTION_PRODUCTS$5 = [
22126
23332
  emissionFactor: 2.75,
22127
23333
  },
22128
23334
  ];
22129
- const REFRIGERANT_PRODUCTS$5 = [
23335
+ const REFRIGERANT_PRODUCTS$4 = [
22130
23336
  {
22131
23337
  name: "R-22",
22132
23338
  unit: "tonnes",
@@ -22177,7 +23383,7 @@ const REFRIGERANT_PRODUCTS$5 = [
22177
23383
  emissionFactor: 1774,
22178
23384
  },
22179
23385
  ];
22180
- const FIRE_EXTINGUISHER_PRODUCTS$7 = [
23386
+ const FIRE_EXTINGUISHER_PRODUCTS$6 = [
22181
23387
  {
22182
23388
  name: "CO2 Fire Extinguisher Refilling",
22183
23389
  unit: "tonnes",
@@ -22186,7 +23392,7 @@ const FIRE_EXTINGUISHER_PRODUCTS$7 = [
22186
23392
  emissionFactor: 1,
22187
23393
  },
22188
23394
  ];
22189
- const LPG_USAGE_PRODUCTS$5 = [
23395
+ const LPG_USAGE_PRODUCTS$4 = [
22190
23396
  {
22191
23397
  name: "LPG Usage (Gas)",
22192
23398
  unit: "tonnes",
@@ -22202,7 +23408,7 @@ const LPG_USAGE_PRODUCTS$5 = [
22202
23408
  emissionFactor: 1.611,
22203
23409
  },
22204
23410
  ];
22205
- const SF6_USAGE_PRODUCTS$5 = [
23411
+ const SF6_USAGE_PRODUCTS$4 = [
22206
23412
  {
22207
23413
  name: "SF6 Usage",
22208
23414
  unit: "tonnes",
@@ -22217,7 +23423,7 @@ const SCOPE1_PETRO_CHEMICAL = [
22217
23423
  icon: FaFire,
22218
23424
  scope: "scope1",
22219
23425
  unit: "various",
22220
- subProducts: FUEL_COMBUSTION_PRODUCTS$5,
23426
+ subProducts: FUEL_COMBUSTION_PRODUCTS$4,
22221
23427
  desc: "Emissions from Fuel Combustion in Operations",
22222
23428
  },
22223
23429
  {
@@ -22225,7 +23431,7 @@ const SCOPE1_PETRO_CHEMICAL = [
22225
23431
  icon: CgSmartHomeRefrigerator,
22226
23432
  scope: "scope1",
22227
23433
  unit: "tonnes",
22228
- subProducts: REFRIGERANT_PRODUCTS$5,
23434
+ subProducts: REFRIGERANT_PRODUCTS$4,
22229
23435
  desc: "Emissions from Refrigerant Usage",
22230
23436
  },
22231
23437
  {
@@ -22233,7 +23439,7 @@ const SCOPE1_PETRO_CHEMICAL = [
22233
23439
  icon: FaFire,
22234
23440
  scope: "scope1",
22235
23441
  unit: "tonnes",
22236
- subProducts: FIRE_EXTINGUISHER_PRODUCTS$7,
23442
+ subProducts: FIRE_EXTINGUISHER_PRODUCTS$6,
22237
23443
  desc: "Emissions from Fire Extinguisher Refilling",
22238
23444
  },
22239
23445
  {
@@ -22241,7 +23447,7 @@ const SCOPE1_PETRO_CHEMICAL = [
22241
23447
  icon: FaGasPump,
22242
23448
  scope: "scope1",
22243
23449
  unit: "various",
22244
- subProducts: LPG_USAGE_PRODUCTS$5,
23450
+ subProducts: LPG_USAGE_PRODUCTS$4,
22245
23451
  desc: "Emissions from LPG Usage",
22246
23452
  },
22247
23453
  {
@@ -22249,11 +23455,11 @@ const SCOPE1_PETRO_CHEMICAL = [
22249
23455
  icon: GiGasStove,
22250
23456
  scope: "scope1",
22251
23457
  unit: "tonnes",
22252
- subProducts: SF6_USAGE_PRODUCTS$5,
23458
+ subProducts: SF6_USAGE_PRODUCTS$4,
22253
23459
  desc: "Emissions from SF6 Usage",
22254
23460
  },
22255
23461
  ];
22256
- const LOCATION_BASED_ELECTRICITY$7 = [
23462
+ const LOCATION_BASED_ELECTRICITY$6 = [
22257
23463
  {
22258
23464
  name: "Electricity Purchased from National Grid",
22259
23465
  unit: "kWh",
@@ -22288,7 +23494,7 @@ const LOCATION_BASED_ELECTRICITY$7 = [
22288
23494
  },
22289
23495
  ];
22290
23496
  // Market-based Scope 2 emissions
22291
- const MARKET_BASED_ELECTRICITY$7 = [
23497
+ const MARKET_BASED_ELECTRICITY$6 = [
22292
23498
  {
22293
23499
  name: "Electricity Purchased with Supplier-specific EF",
22294
23500
  unit: "kWh",
@@ -22320,7 +23526,7 @@ const SCOPE2_PETRO_CHEMICAL = [
22320
23526
  icon: GiElectric,
22321
23527
  scope: "scope2",
22322
23528
  unit: "kWh",
22323
- subProducts: LOCATION_BASED_ELECTRICITY$7,
23529
+ subProducts: LOCATION_BASED_ELECTRICITY$6,
22324
23530
  desc: "Location-based electricity emissions using grid emission factors",
22325
23531
  },
22326
23532
  {
@@ -22328,7 +23534,7 @@ const SCOPE2_PETRO_CHEMICAL = [
22328
23534
  icon: GiElectric,
22329
23535
  scope: "scope2",
22330
23536
  unit: "kWh",
22331
- subProducts: MARKET_BASED_ELECTRICITY$7,
23537
+ subProducts: MARKET_BASED_ELECTRICITY$6,
22332
23538
  desc: "Market-based electricity emissions using contractual arrangements",
22333
23539
  },
22334
23540
  ];
@@ -23490,7 +24696,7 @@ const SCOPE1_PHARMA = [
23490
24696
  desc: "Emissions from SF6 Usage",
23491
24697
  },
23492
24698
  ];
23493
- const LOCATION_BASED_ELECTRICITY$6 = [
24699
+ const LOCATION_BASED_ELECTRICITY$5 = [
23494
24700
  {
23495
24701
  name: "Electricity Purchased from National Grid",
23496
24702
  unit: "kWh",
@@ -23525,7 +24731,7 @@ const LOCATION_BASED_ELECTRICITY$6 = [
23525
24731
  },
23526
24732
  ];
23527
24733
  // Market-based Scope 2 emissions
23528
- const MARKET_BASED_ELECTRICITY$6 = [
24734
+ const MARKET_BASED_ELECTRICITY$5 = [
23529
24735
  {
23530
24736
  name: "Electricity Purchased with Supplier-specific EF",
23531
24737
  unit: "kWh",
@@ -23557,7 +24763,7 @@ const SCOPE2_PHARMA = [
23557
24763
  icon: GiElectric,
23558
24764
  scope: "scope2",
23559
24765
  unit: "kWh",
23560
- subProducts: LOCATION_BASED_ELECTRICITY$6,
24766
+ subProducts: LOCATION_BASED_ELECTRICITY$5,
23561
24767
  desc: "Location-based electricity emissions using grid emission factors",
23562
24768
  },
23563
24769
  {
@@ -23565,7 +24771,7 @@ const SCOPE2_PHARMA = [
23565
24771
  icon: GiElectric,
23566
24772
  scope: "scope2",
23567
24773
  unit: "kWh",
23568
- subProducts: MARKET_BASED_ELECTRICITY$6,
24774
+ subProducts: MARKET_BASED_ELECTRICITY$5,
23569
24775
  desc: "Market-based electricity emissions using contractual arrangements",
23570
24776
  },
23571
24777
  ];
@@ -25793,7 +26999,7 @@ const ALLSCOPES_POLYMER = [
25793
26999
  ...ALL_SCOPES_3_POLYMER,
25794
27000
  ];
25795
27001
 
25796
- const FUEL_COMBUSTION_PRODUCTS$4 = [
27002
+ const FUEL_COMBUSTION_PRODUCTS$3 = [
25797
27003
  {
25798
27004
  name: "Diesel (Operation)",
25799
27005
  unit: "kl",
@@ -25837,7 +27043,7 @@ const FUEL_COMBUSTION_PRODUCTS$4 = [
25837
27043
  emissionFactor: 2.75,
25838
27044
  },
25839
27045
  ];
25840
- const REFRIGERANT_PRODUCTS$4 = [
27046
+ const REFRIGERANT_PRODUCTS$3 = [
25841
27047
  {
25842
27048
  name: "R-22",
25843
27049
  unit: "tonnes",
@@ -25888,7 +27094,7 @@ const REFRIGERANT_PRODUCTS$4 = [
25888
27094
  emissionFactor: 1774,
25889
27095
  },
25890
27096
  ];
25891
- const FIRE_EXTINGUISHER_PRODUCTS$6 = [
27097
+ const FIRE_EXTINGUISHER_PRODUCTS$5 = [
25892
27098
  {
25893
27099
  name: "CO2 Fire Extinguisher Refilling",
25894
27100
  unit: "tonnes",
@@ -25897,7 +27103,7 @@ const FIRE_EXTINGUISHER_PRODUCTS$6 = [
25897
27103
  emissionFactor: 1,
25898
27104
  },
25899
27105
  ];
25900
- const LPG_USAGE_PRODUCTS$4 = [
27106
+ const LPG_USAGE_PRODUCTS$3 = [
25901
27107
  {
25902
27108
  name: "LPG Usage (Tonne)",
25903
27109
  unit: "tonnes",
@@ -25913,7 +27119,7 @@ const LPG_USAGE_PRODUCTS$4 = [
25913
27119
  emissionFactor: 1.611,
25914
27120
  },
25915
27121
  ];
25916
- const SF6_USAGE_PRODUCTS$4 = [
27122
+ const SF6_USAGE_PRODUCTS$3 = [
25917
27123
  {
25918
27124
  name: "SF6 Usage",
25919
27125
  unit: "tonnes",
@@ -25928,7 +27134,7 @@ const SCOPE1_REAL_ESTATE = [
25928
27134
  icon: FaFire,
25929
27135
  scope: "scope1",
25930
27136
  unit: "various",
25931
- subProducts: FUEL_COMBUSTION_PRODUCTS$4,
27137
+ subProducts: FUEL_COMBUSTION_PRODUCTS$3,
25932
27138
  desc: "Emissions from Fuel Combustion in Operations",
25933
27139
  },
25934
27140
  {
@@ -25936,7 +27142,7 @@ const SCOPE1_REAL_ESTATE = [
25936
27142
  icon: CgSmartHomeRefrigerator,
25937
27143
  scope: "scope1",
25938
27144
  unit: "tonnes",
25939
- subProducts: REFRIGERANT_PRODUCTS$4,
27145
+ subProducts: REFRIGERANT_PRODUCTS$3,
25940
27146
  desc: "Emissions from Refrigerant Usage",
25941
27147
  },
25942
27148
  {
@@ -25944,7 +27150,7 @@ const SCOPE1_REAL_ESTATE = [
25944
27150
  icon: FaFire,
25945
27151
  scope: "scope1",
25946
27152
  unit: "tonnes",
25947
- subProducts: FIRE_EXTINGUISHER_PRODUCTS$6,
27153
+ subProducts: FIRE_EXTINGUISHER_PRODUCTS$5,
25948
27154
  desc: "Emissions from Fire Extinguisher Refilling",
25949
27155
  },
25950
27156
  {
@@ -25952,7 +27158,7 @@ const SCOPE1_REAL_ESTATE = [
25952
27158
  icon: FaGasPump,
25953
27159
  scope: "scope1",
25954
27160
  unit: "various",
25955
- subProducts: LPG_USAGE_PRODUCTS$4,
27161
+ subProducts: LPG_USAGE_PRODUCTS$3,
25956
27162
  desc: "Emissions from LPG Usage",
25957
27163
  },
25958
27164
  {
@@ -25960,11 +27166,11 @@ const SCOPE1_REAL_ESTATE = [
25960
27166
  icon: GiGasStove,
25961
27167
  scope: "scope1",
25962
27168
  unit: "tonnes",
25963
- subProducts: SF6_USAGE_PRODUCTS$4,
27169
+ subProducts: SF6_USAGE_PRODUCTS$3,
25964
27170
  desc: "Emissions from SF6 Usage",
25965
27171
  },
25966
27172
  ];
25967
- const LOCATION_BASED_ELECTRICITY$5 = [
27173
+ const LOCATION_BASED_ELECTRICITY$4 = [
25968
27174
  {
25969
27175
  name: "Electricity Purchased from National Grid",
25970
27176
  unit: "kWh",
@@ -25999,7 +27205,7 @@ const LOCATION_BASED_ELECTRICITY$5 = [
25999
27205
  },
26000
27206
  ];
26001
27207
  // Market-based Scope 2 emissions
26002
- const MARKET_BASED_ELECTRICITY$5 = [
27208
+ const MARKET_BASED_ELECTRICITY$4 = [
26003
27209
  {
26004
27210
  name: "Electricity Purchased with Supplier-specific EF",
26005
27211
  unit: "kWh",
@@ -26031,7 +27237,7 @@ const SCOPE2_REAL_ESTATE = [
26031
27237
  icon: GiElectric,
26032
27238
  scope: "scope2",
26033
27239
  unit: "kWh",
26034
- subProducts: LOCATION_BASED_ELECTRICITY$5,
27240
+ subProducts: LOCATION_BASED_ELECTRICITY$4,
26035
27241
  desc: "Location-based electricity emissions using grid emission factors",
26036
27242
  },
26037
27243
  {
@@ -26039,7 +27245,7 @@ const SCOPE2_REAL_ESTATE = [
26039
27245
  icon: GiElectric,
26040
27246
  scope: "scope2",
26041
27247
  unit: "kWh",
26042
- subProducts: MARKET_BASED_ELECTRICITY$5,
27248
+ subProducts: MARKET_BASED_ELECTRICITY$4,
26043
27249
  desc: "Market-based electricity emissions using contractual arrangements",
26044
27250
  },
26045
27251
  ];
@@ -27103,7 +28309,7 @@ const ALLSCOPES_REAL_ESTATE = [
27103
28309
  ...ALL_SCOPES_3_REAL_ESTATE,
27104
28310
  ];
27105
28311
 
27106
- const FUEL_COMBUSTION_PRODUCTS$3 = [
28312
+ const FUEL_COMBUSTION_PRODUCTS$2 = [
27107
28313
  {
27108
28314
  name: "Diesel",
27109
28315
  unit: "kl",
@@ -27147,7 +28353,7 @@ const FUEL_COMBUSTION_PRODUCTS$3 = [
27147
28353
  emissionFactor: 2.75,
27148
28354
  },
27149
28355
  ];
27150
- const REFRIGERANT_PRODUCTS$3 = [
28356
+ const REFRIGERANT_PRODUCTS$2 = [
27151
28357
  {
27152
28358
  name: "R-22",
27153
28359
  unit: "tonnes",
@@ -27198,7 +28404,7 @@ const REFRIGERANT_PRODUCTS$3 = [
27198
28404
  emissionFactor: 1774,
27199
28405
  },
27200
28406
  ];
27201
- const FIRE_EXTINGUISHER_PRODUCTS$5 = [
28407
+ const FIRE_EXTINGUISHER_PRODUCTS$4 = [
27202
28408
  {
27203
28409
  name: "CO2 Fire Extinguisher Refilling",
27204
28410
  unit: "tonnes",
@@ -27207,7 +28413,7 @@ const FIRE_EXTINGUISHER_PRODUCTS$5 = [
27207
28413
  emissionFactor: 1,
27208
28414
  },
27209
28415
  ];
27210
- const LPG_USAGE_PRODUCTS$3 = [
28416
+ const LPG_USAGE_PRODUCTS$2 = [
27211
28417
  {
27212
28418
  name: "LPG Usage",
27213
28419
  unit: "tonnes",
@@ -27223,7 +28429,7 @@ const LPG_USAGE_PRODUCTS$3 = [
27223
28429
  emissionFactor: 1.611,
27224
28430
  },
27225
28431
  ];
27226
- const SF6_USAGE_PRODUCTS$3 = [
28432
+ const SF6_USAGE_PRODUCTS$2 = [
27227
28433
  {
27228
28434
  name: "SF6 Usage",
27229
28435
  unit: "tonnes",
@@ -27238,7 +28444,7 @@ const SCOPE1_SHIPPING = [
27238
28444
  icon: FaFire,
27239
28445
  scope: "scope1",
27240
28446
  unit: "various",
27241
- subProducts: FUEL_COMBUSTION_PRODUCTS$3,
28447
+ subProducts: FUEL_COMBUSTION_PRODUCTS$2,
27242
28448
  desc: "Emissions from Fuel Combustion in Operations",
27243
28449
  },
27244
28450
  {
@@ -27246,7 +28452,7 @@ const SCOPE1_SHIPPING = [
27246
28452
  icon: CgSmartHomeRefrigerator,
27247
28453
  scope: "scope1",
27248
28454
  unit: "tonnes",
27249
- subProducts: REFRIGERANT_PRODUCTS$3,
28455
+ subProducts: REFRIGERANT_PRODUCTS$2,
27250
28456
  desc: "Emissions from Refrigerant Usage",
27251
28457
  },
27252
28458
  {
@@ -27254,7 +28460,7 @@ const SCOPE1_SHIPPING = [
27254
28460
  icon: FaFire,
27255
28461
  scope: "scope1",
27256
28462
  unit: "tonnes",
27257
- subProducts: FIRE_EXTINGUISHER_PRODUCTS$5,
28463
+ subProducts: FIRE_EXTINGUISHER_PRODUCTS$4,
27258
28464
  desc: "Emissions from Fire Extinguisher Refilling",
27259
28465
  },
27260
28466
  {
@@ -27262,7 +28468,7 @@ const SCOPE1_SHIPPING = [
27262
28468
  icon: FaGasPump,
27263
28469
  scope: "scope1",
27264
28470
  unit: "various",
27265
- subProducts: LPG_USAGE_PRODUCTS$3,
28471
+ subProducts: LPG_USAGE_PRODUCTS$2,
27266
28472
  desc: "Emissions from LPG Usage",
27267
28473
  },
27268
28474
  {
@@ -27270,11 +28476,11 @@ const SCOPE1_SHIPPING = [
27270
28476
  icon: GiGasStove,
27271
28477
  scope: "scope1",
27272
28478
  unit: "tonnes",
27273
- subProducts: SF6_USAGE_PRODUCTS$3,
28479
+ subProducts: SF6_USAGE_PRODUCTS$2,
27274
28480
  desc: "Emissions from SF6 Usage",
27275
28481
  },
27276
28482
  ];
27277
- const LOCATION_BASED_ELECTRICITY$4 = [
28483
+ const LOCATION_BASED_ELECTRICITY$3 = [
27278
28484
  {
27279
28485
  name: "Electricity Purchased from National Grid",
27280
28486
  unit: "kWh",
@@ -27309,7 +28515,7 @@ const LOCATION_BASED_ELECTRICITY$4 = [
27309
28515
  },
27310
28516
  ];
27311
28517
  // Market-based Scope 2 emissions
27312
- const MARKET_BASED_ELECTRICITY$4 = [
28518
+ const MARKET_BASED_ELECTRICITY$3 = [
27313
28519
  {
27314
28520
  name: "Electricity Purchased with Supplier-specific EF",
27315
28521
  unit: "kWh",
@@ -27341,7 +28547,7 @@ const SCOPE2_SHIPPING = [
27341
28547
  icon: GiElectric,
27342
28548
  scope: "scope2",
27343
28549
  unit: "kWh",
27344
- subProducts: LOCATION_BASED_ELECTRICITY$4,
28550
+ subProducts: LOCATION_BASED_ELECTRICITY$3,
27345
28551
  desc: "Location-based electricity emissions using grid emission factors",
27346
28552
  },
27347
28553
  {
@@ -27349,7 +28555,7 @@ const SCOPE2_SHIPPING = [
27349
28555
  icon: GiElectric,
27350
28556
  scope: "scope2",
27351
28557
  unit: "kWh",
27352
- subProducts: MARKET_BASED_ELECTRICITY$4,
28558
+ subProducts: MARKET_BASED_ELECTRICITY$3,
27353
28559
  desc: "Market-based electricity emissions using contractual arrangements",
27354
28560
  },
27355
28561
  ];
@@ -28774,7 +29980,7 @@ const OPERATION_PRODUCTS$1 = ELECTRIC_PRODUCTS$1.filter((product) => product.typ
28774
29980
  !product.name.includes("Fire Extinguisher") &&
28775
29981
  !product.name.includes("LPG Usage") &&
28776
29982
  !product.name.includes("SF6"));
28777
- const FIRE_EXTINGUISHER_PRODUCTS$4 = ELECTRIC_PRODUCTS$1.filter((product) => product.name.includes("Fire Extinguisher"));
29983
+ const FIRE_EXTINGUISHER_PRODUCTS$3 = ELECTRIC_PRODUCTS$1.filter((product) => product.name.includes("Fire Extinguisher"));
28778
29984
  const LPG_PRODUCTS$1 = ELECTRIC_PRODUCTS$1.filter((product) => product.name.includes("LPG Usage"));
28779
29985
  const SF6_PRODUCTS$1 = ELECTRIC_PRODUCTS$1.filter((product) => product.name.includes("SF6"));
28780
29986
  const SCOPE1_STEEL = [
@@ -28823,7 +30029,7 @@ const SCOPE1_STEEL = [
28823
30029
  icon: GiElectric,
28824
30030
  scope: "scope1",
28825
30031
  unit: "Tonnes",
28826
- subProducts: FIRE_EXTINGUISHER_PRODUCTS$4,
30032
+ subProducts: FIRE_EXTINGUISHER_PRODUCTS$3,
28827
30033
  desc: "Fire extinguisher CO2 refilling emissions",
28828
30034
  },
28829
30035
  {
@@ -29296,1191 +30502,115 @@ const BUSINESS_TRAVEL$3 = [
29296
30502
  category: "Car - Other Fuels",
29297
30503
  items: [
29298
30504
  { item: "Small (<800 CC) - CNG", emissionFactor: 6.3e-05, unit: "(Tonn CO2/km)" },
29299
- { item: "Small (<800 CC) - LPG", emissionFactor: 0.000138, unit: "(Tonn CO2/km)" },
29300
- ],
29301
- },
29302
- {
29303
- category: "Car - Diesel",
29304
- items: [
29305
- { item: "Hatchback (<1000 CC) - Diesel", emissionFactor: 0.000105, unit: "(Tonn CO2/km)" },
29306
- { item: "Hatchback (<1400 CC) - Diesel", emissionFactor: 0.000117, unit: "(Tonn CO2/km)" },
29307
- { item: "Hatchback (<1600 CC) - Diesel", emissionFactor: 0.000136, unit: "(Tonn CO2/km)" },
29308
- { item: "Sedan (<1400 CC) - Diesel", emissionFactor: 0.000121, unit: "(Tonn CO2/km)" },
29309
- { item: "Sedan (<1600 CC) - Diesel", emissionFactor: 0.000131, unit: "(Tonn CO2/km)" },
29310
- { item: "Sedan (<2000 CC) - Diesel", emissionFactor: 0.000148, unit: "(Tonn CO2/km)" },
29311
- { item: "Premium Sedan (<2000 CC) - Diesel", emissionFactor: 0.000164, unit: "(Tonn CO2/km)" },
29312
- { item: "Premium Sedan (<2500 CC) - Diesel", emissionFactor: 0.000151, unit: "(Tonn CO2/km)" },
29313
- { item: "Premium Sedan (<3000 CC) - Diesel", emissionFactor: 0.00023, unit: "(Tonn CO2/km)" },
29314
- { item: "MUV (<1400 CC) - Diesel", emissionFactor: 0.000145, unit: "(Tonn CO2/km)" },
29315
- { item: "MUV (<2500 CC) - Diesel", emissionFactor: 0.0002, unit: "(Tonn CO2/km)" },
29316
- { item: "Maxi Van (-) - Diesel", emissionFactor: 0.000209, unit: "(Tonn CO2/km)" },
29317
- { item: "SUV (<2000 CC) - Diesel", emissionFactor: 0.000186, unit: "(Tonn CO2/km)" },
29318
- { item: "SUV (<2500 CC) - Diesel", emissionFactor: 0.000195, unit: "(Tonn CO2/km)" },
29319
- { item: "SUV (<3000 CC) - Diesel", emissionFactor: 0.000203, unit: "(Tonn CO2/km)" },
29320
- { item: "Premium SUV (<2000 CC) - Diesel", emissionFactor: 0.000167, unit: "(Tonn CO2/km)" },
29321
- { item: "Premium SUV (<2500 CC) - Diesel", emissionFactor: 0.000199, unit: "(Tonn CO2/km)" },
29322
- { item: "Premium SUV (<3000 CC) - Diesel", emissionFactor: 0.000222, unit: "(Tonn CO2/km)" },
29323
- { item: "Premium SUV (>3000 CC) - Diesel", emissionFactor: 0.000269, unit: "(Tonn CO2/km)" },
29324
- ],
29325
- },
29326
- {
29327
- category: "Train",
29328
- items: [
29329
- { item: "Domestic (electric) - Electric", emissionFactor: 4.6e-06, unit: "Ton CO2 / passenger-km" },
29330
- { item: "Domestic (diesel) - Diesel", emissionFactor: 6.7e-05, unit: "Ton CO2 / passenger-km" },
29331
- { item: "International (electric) - Electric", emissionFactor: 6e-06, unit: "Ton CO2 / passenger-km" },
29332
- { item: "International (diesel) - Diesel", emissionFactor: 8e-05, unit: "Ton CO2 / passenger-km" },
29333
- ],
29334
- },
29335
- ];
29336
- const WATER_MANAGEMENT_STEEL = {
29337
- name: "Water Management",
29338
- icon: GiElectric,
29339
- scope: "other",
29340
- unit: "m3",
29341
- subProducts: WATER_PRODUCTS,
29342
- desc: "Water withdrawal, discharge, and quality tracking for steel operations",
29343
- };
29344
- const ALL_SCOPES_3_STEEL = [
29345
- {
29346
- name: "Purchased Goods and Services",
29347
- displayName: "Purchased Goods and Services",
29348
- icon: FaRegBuilding,
29349
- scope: "scope3",
29350
- unit: "various",
29351
- subProducts: PURCHASED_GOODS_AND_SERVICES$3,
29352
- desc: "Total purchased goods and services used",
29353
- },
29354
- {
29355
- name: "Fuel and Energy Related Activities",
29356
- displayName: "Fuel and Energy Related Activities",
29357
- icon: RiDeleteBin5Line,
29358
- scope: "scope3",
29359
- unit: "various",
29360
- subProducts: UPSTREAM_EMISSIONS_PURCHASED_FUELS$1,
29361
- desc: "Fuel and energy related emissions",
29362
- },
29363
- {
29364
- name: "Upstream Transportation and Distribution",
29365
- displayName: "Upstream Transportation and Distribution",
29366
- icon: GiElectric,
29367
- scope: "scope3",
29368
- unit: "various",
29369
- subProducts: UPSTREAM_TRANSPORTATION$2,
29370
- desc: "Upstream transportation and distribution emissions",
29371
- },
29372
- {
29373
- name: "Waste Treatment and Disposal",
29374
- displayName: "Waste Treatment and Disposal",
29375
- icon: RiDeleteBin2Line,
29376
- scope: "scope3",
29377
- unit: "various",
29378
- subProducts: WASTE_DISPOSAL_EMISSIONS$1,
29379
- desc: "Waste treatment and disposal emissions",
29380
- },
29381
- {
29382
- name: "Waste Generated in Operations",
29383
- displayName: "Waste Generated in Operations",
29384
- icon: RiDeleteBin2Line,
29385
- scope: "scope3",
29386
- unit: "various",
29387
- subProducts: WASTE_FROM_OPERATIONS,
29388
- desc: "Waste generated in operations emission factors",
29389
- },
29390
- {
29391
- name: "Business Travel",
29392
- displayName: "Business Travel",
29393
- icon: CiPlane,
29394
- scope: "scope3",
29395
- unit: "various",
29396
- subProducts: BUSINESS_TRAVEL$3,
29397
- desc: "Business travel emissions",
29398
- },
29399
- {
29400
- name: "Employee Commuting",
29401
- displayName: "Employee Commuting",
29402
- icon: IoCarOutline,
29403
- scope: "scope3",
29404
- unit: "various",
29405
- subProducts: EMPLOYEE_COMMUTING$3,
29406
- desc: "Employee commuting emissions",
29407
- },
29408
- ];
29409
-
29410
- // --------------------------------- Scope 1 Products ---------------------------------
29411
- const FUEL_COMBUSTION_PRODUCTS$2 = [
29412
- {
29413
- name: "Diesel",
29414
- unit: "kl",
29415
- type: "liquid",
29416
- calorificValue: 38.3,
29417
- emissionFactor: 2.6923,
29418
- },
29419
- {
29420
- name: "HSD/Diesel-Company Owned Vehicle",
29421
- unit: "kl",
29422
- type: "liquid",
29423
- calorificValue: 38.3,
29424
- emissionFactor: 2.7,
29425
- },
29426
- {
29427
- name: "Grease",
29428
- unit: "tonnes",
29429
- type: "solid",
29430
- calorificValue: 40.0,
29431
- emissionFactor: 3.1,
29432
- },
29433
- {
29434
- name: "Acetylene combustion",
29435
- unit: "tonnes",
29436
- type: "gas",
29437
- calorificValue: 49.9,
29438
- emissionFactor: 2.94,
29439
- },
29440
- {
29441
- name: "Lubrication Oil",
29442
- unit: "kl",
29443
- type: "liquid",
29444
- calorificValue: 40.2,
29445
- emissionFactor: 2.9,
29446
- },
29447
- {
29448
- name: "CNG (compressed natural gas) combustion",
29449
- unit: "tonnes",
29450
- type: "gas",
29451
- calorificValue: 48.0,
29452
- emissionFactor: 2.75,
29453
- },
29454
- ];
29455
- const REFRIGERANT_PRODUCTS$2 = [
29456
- {
29457
- name: "R-22",
29458
- unit: "tonnes",
29459
- type: "gas",
29460
- calorificValue: 1,
29461
- emissionFactor: 1760,
29462
- },
29463
- {
29464
- name: "R-410 A",
29465
- unit: "tonnes",
29466
- type: "gas",
29467
- calorificValue: 1,
29468
- emissionFactor: 1924,
29469
- },
29470
- {
29471
- name: "R-134 a",
29472
- unit: "tonnes",
29473
- type: "gas",
29474
- calorificValue: 1,
29475
- emissionFactor: 1430,
29476
- },
29477
- {
29478
- name: "R-32",
29479
- unit: "tonnes",
29480
- type: "gas",
29481
- calorificValue: 1,
29482
- emissionFactor: 667,
29483
- },
29484
- {
29485
- name: "R-404 A",
29486
- unit: "tonnes",
29487
- type: "gas",
29488
- calorificValue: 1,
29489
- emissionFactor: 3922,
29490
- },
29491
- {
29492
- name: "R-125",
29493
- unit: "tonnes",
29494
- type: "gas",
29495
- calorificValue: 1,
29496
- emissionFactor: 3170,
29497
- },
29498
- {
29499
- name: "R- 422 A",
29500
- unit: "tonnes",
29501
- type: "gas",
29502
- calorificValue: 1,
29503
- emissionFactor: 3140,
29504
- },
29505
- {
29506
- name: "R-422 D",
29507
- unit: "tonnes",
29508
- type: "gas",
29509
- calorificValue: 1,
29510
- emissionFactor: 2729,
29511
- },
29512
- {
29513
- name: "R-407 c",
29514
- unit: "tonnes",
29515
- type: "gas",
29516
- calorificValue: 1,
29517
- emissionFactor: 1774,
29518
- },
29519
- ];
29520
- const FIRE_EXTINGUISHER_PRODUCTS$3 = [
29521
- {
29522
- name: "CO2 Fire Extinguisher Refilling",
29523
- unit: "tonnes",
29524
- type: "gas",
29525
- calorificValue: 1,
29526
- emissionFactor: 1,
29527
- },
29528
- ];
29529
- const LPG_USAGE_PRODUCTS$2 = [
29530
- {
29531
- name: "LPG Usage (Gas)",
29532
- unit: "tonnes",
29533
- type: "gas",
29534
- calorificValue: 46.0,
29535
- emissionFactor: 2.984,
29536
- },
29537
- {
29538
- name: "LPG Usage (Liquid)",
29539
- unit: "kl",
29540
- type: "liquid",
29541
- calorificValue: 25.3,
29542
- emissionFactor: 1.611,
29543
- },
29544
- ];
29545
- const SF6_USAGE_PRODUCTS$2 = [
29546
- {
29547
- name: "SF6 Usage",
29548
- unit: "tonnes",
29549
- type: "gas",
29550
- calorificValue: 1,
29551
- emissionFactor: 23500,
29552
- },
29553
- ];
29554
- // --------------------------------- Scope 1 Main Categories ---------------------------------
29555
- const SCOPE1_TELECOMMUNICATIONS = [
29556
- {
29557
- name: "Operation Fuel Combustion",
29558
- icon: FaFire,
29559
- scope: "scope1",
29560
- unit: "various",
29561
- subProducts: FUEL_COMBUSTION_PRODUCTS$2,
29562
- desc: "Emissions from Operation Fuel Combustion",
29563
- },
29564
- {
29565
- name: "Refrigerants",
29566
- icon: CgSmartHomeRefrigerator,
29567
- scope: "scope1",
29568
- unit: "tonnes",
29569
- subProducts: REFRIGERANT_PRODUCTS$2,
29570
- desc: "Emissions from Refrigerant Usage",
29571
- },
29572
- {
29573
- name: "Fire Extinguisher Refilling",
29574
- icon: FaFire,
29575
- scope: "scope1",
29576
- unit: "tonnes",
29577
- subProducts: FIRE_EXTINGUISHER_PRODUCTS$3,
29578
- desc: "Emissions from Fire Extinguisher Refilling",
29579
- },
29580
- {
29581
- name: "LPG Usage",
29582
- icon: FaGasPump,
29583
- scope: "scope1",
29584
- unit: "various",
29585
- subProducts: LPG_USAGE_PRODUCTS$2,
29586
- desc: "Emissions from LPG Usage",
29587
- },
29588
- {
29589
- name: "SF6 Usage",
29590
- icon: GiGasStove,
29591
- scope: "scope1",
29592
- unit: "tonnes",
29593
- subProducts: SF6_USAGE_PRODUCTS$2,
29594
- desc: "Emissions from SF6 Usage",
29595
- },
29596
- ];
29597
- // --------------------------------- Scope 2 Main Categories ---------------------------------
29598
- const LOCATION_BASED_ELECTRICITY$3 = [
29599
- {
29600
- name: "Electricity Purchased from National Grid",
29601
- unit: "kWh",
29602
- type: "location-based",
29603
- renewable: false,
29604
- calorificValue: 0.036,
29605
- emissionFactor: 0.000716,
29606
- },
29607
- {
29608
- name: "Electricity Purchased from Regional Grid",
29609
- unit: "kWh",
29610
- type: "location-based",
29611
- renewable: false,
29612
- calorificValue: 0.036,
29613
- emissionFactor: 0.00065, // Region-specific EF example
29614
- },
29615
- {
29616
- name: "On-site Renewable Energy Consumed (attributes retained)",
29617
- unit: "kWh",
29618
- type: "location-based",
29619
- renewable: true,
29620
- calorificValue: 0.036,
29621
- emissionFactor: 0,
29622
- },
29623
- {
29624
- name: "On-site Renewable Exported (attributes sold)",
29625
- unit: "kWh",
29626
- type: "location-based",
29627
- renewable: true,
29628
- calorificValue: 0.036,
29629
- emissionFactor: 0,
29630
- },
29631
- ];
29632
- // Market-based Scope 2 emissions
29633
- const MARKET_BASED_ELECTRICITY$3 = [
29634
- {
29635
- name: "Electricity Purchased with Supplier-specific EF",
29636
- unit: "kWh",
29637
- type: "market-based",
29638
- renewable: false,
29639
- calorificValue: 0.036,
29640
- emissionFactor: 0.0005, // Supplier EF example
29641
- },
29642
- {
29643
- name: "Electricity via PPA (with bundled attributes)",
29644
- unit: "kWh",
29645
- type: "market-based",
29646
- renewable: true,
29647
- calorificValue: 0.036,
29648
- emissionFactor: 0, // Wind generator EF example
29649
- },
29650
- {
29651
- name: "Electricity Matched with RECs / GOs / I-RECs",
29652
- unit: "kWh",
29653
- type: "market-based",
29654
- renewable: true,
29655
- calorificValue: 0.036,
29656
- emissionFactor: 0,
29657
- },
29658
- ];
29659
- const SCOPE2_TELECOMMUNICATIONS = [
29660
- {
29661
- name: "Location-based",
29662
- icon: GiElectric,
29663
- scope: "scope2",
29664
- unit: "kWh",
29665
- subProducts: LOCATION_BASED_ELECTRICITY$3,
29666
- desc: "Location-based electricity emissions using grid emission factors",
29667
- },
29668
- {
29669
- name: "Market-based",
29670
- icon: GiElectric,
29671
- scope: "scope2",
29672
- unit: "kWh",
29673
- subProducts: MARKET_BASED_ELECTRICITY$3,
29674
- desc: "Market-based electricity emissions using contractual arrangements",
29675
- },
29676
- ];
29677
- // Scope 3 data - telecommunications industry specific data
29678
- const ALL_SCOPES_3_TELECOMMUNICATIONS = [
29679
- {
29680
- name: "Purchased Goods and Services",
29681
- displayName: "Purchased Goods & Services",
29682
- icon: MdComputer,
29683
- scope: "scope3",
29684
- unit: "various",
29685
- subProducts: [
29686
- {
29687
- category: "Telecom Equipment & Materials",
29688
- items: [
29689
- {
29690
- item: "Aluminium (casing, towers, cables)",
29691
- emissionFactor: 11,
29692
- unit: "tCO2e/ton",
29693
- },
29694
- {
29695
- item: "Steel (towers, racks, cabinets)",
29696
- emissionFactor: 1.9,
29697
- unit: "tCO2e/ton",
29698
- },
29699
- {
29700
- item: "Copper (wiring, cables)",
29701
- emissionFactor: 4,
29702
- unit: "tCO2e/ton",
29703
- },
29704
- {
29705
- item: "Plastics (PVC for cables, housings)",
29706
- emissionFactor: 2.5,
29707
- unit: "tCO2e/ton",
29708
- },
29709
- {
29710
- item: "Glass (fiber optics core)",
29711
- emissionFactor: 1.5,
29712
- unit: "tCO2e/ton",
29713
- },
29714
- {
29715
- item: "Concrete (tower foundations, sites)",
29716
- emissionFactor: 0.13,
29717
- unit: "tCO2e/ton",
29718
- },
29719
- {
29720
- item: "Electronics (printed circuit boards)",
29721
- emissionFactor: 22.5,
29722
- unit: "tCO2e/ton",
29723
- },
29724
- {
29725
- item: "Lithium-ion batteries (telecom backup power, handsets)",
29726
- emissionFactor: 12.5,
29727
- unit: "tCO2e/ton",
29728
- },
29729
- {
29730
- item: "Lead-acid batteries (towers, UPS)",
29731
- emissionFactor: 3,
29732
- unit: "tCO2e/ton",
29733
- },
29734
- {
29735
- item: "Packaging cardboard/paper",
29736
- emissionFactor: 1.1,
29737
- unit: "tCO2e/ton",
29738
- },
29739
- {
29740
- item: "Office paper (telecom operations)",
29741
- emissionFactor: 1,
29742
- unit: "tCO2e/ton",
29743
- },
29744
- {
29745
- item: "Wood (pallets, crates for telecom equipment)",
29746
- emissionFactor: 0.5,
29747
- unit: "tCO2e/ton",
29748
- },
29749
- {
29750
- item: "Network cables (copper + plastic composite)",
29751
- emissionFactor: 3.5,
29752
- unit: "tCO2e/ton",
29753
- },
29754
- {
29755
- item: "Fiber-optic cables (glass + sheath)",
29756
- emissionFactor: 2,
29757
- unit: "tCO2e/ton",
29758
- },
29759
- {
29760
- item: "Servers (data centers, telecom switching)",
29761
- emissionFactor: 15,
29762
- unit: "tCO2e/ton",
29763
- },
29764
- {
29765
- item: "Routers / networking gear",
29766
- emissionFactor: 18,
29767
- unit: "tCO2e/ton",
29768
- },
29769
- {
29770
- item: "Diesel generators (tower backup)",
29771
- emissionFactor: 6.5,
29772
- unit: "tCO2e/ton",
29773
- },
29774
- {
29775
- item: "Solar panels (telecom sites renewable backup)",
29776
- emissionFactor: 1.5,
29777
- unit: "tCO2e/ton",
29778
- },
29779
- ],
29780
- },
29781
- {
29782
- category: "Upstream Fuel & Energy Emissions",
29783
- items: [
29784
- {
29785
- item: "Coal",
29786
- emissionFactor: 2.46,
29787
- unit: "tCO2e/ton",
29788
- },
29789
- {
29790
- item: "Coke",
29791
- emissionFactor: 34,
29792
- unit: "tCO2e/ton",
29793
- },
29794
- {
29795
- item: "Diesel",
29796
- emissionFactor: 2.6923,
29797
- unit: "tCO₂e/kl",
29798
- },
29799
- {
29800
- item: "LPG",
29801
- emissionFactor: 3,
29802
- unit: "tCO2e/ton",
29803
- },
29804
- {
29805
- item: "Natural Gas",
29806
- emissionFactor: 0.0019,
29807
- unit: "tCO₂e/m³",
29808
- },
29809
- {
29810
- item: "Petrol",
29811
- emissionFactor: 2.35,
29812
- unit: "tCO₂e/kl",
29813
- },
29814
- {
29815
- item: "Propane",
29816
- emissionFactor: 3,
29817
- unit: "tCO2e/ton",
29818
- },
29819
- {
29820
- item: "CNG",
29821
- emissionFactor: 2.75,
29822
- unit: "tCO2e/ton",
29823
- },
29824
- ],
29825
- },
29826
- ],
29827
- desc: "Emissions from purchased goods, services, and upstream fuel/energy",
29828
- },
29829
- {
29830
- name: "Employee Commuting",
29831
- displayName: "Employee Commuting",
29832
- icon: IoCarOutline,
29833
- scope: "scope3",
29834
- unit: "km",
29835
- subProducts: [
29836
- {
29837
- category: "Cars - Gasoline",
29838
- items: [
29839
- {
29840
- item: "Small Car (<800 CC) - Gasoline",
29841
- emissionFactor: 0.000103,
29842
- unit: "tCO₂/km",
29843
- },
29844
- {
29845
- item: "Hatchback (<1000 CC) - Gasoline",
29846
- emissionFactor: 0.000117,
29847
- unit: "tCO₂/km",
29848
- },
29849
- {
29850
- item: "Hatchback (<1400 CC) - Gasoline",
29851
- emissionFactor: 0.00013,
29852
- unit: "tCO₂/km",
29853
- },
29854
- {
29855
- item: "Premium Hatchback (<1600 CC) - Gasoline",
29856
- emissionFactor: 0.00015,
29857
- unit: "tCO₂/km",
29858
- },
29859
- {
29860
- item: "Compact SUV (<1600 CC) - Gasoline",
29861
- emissionFactor: 0.000153,
29862
- unit: "tCO₂/km",
29863
- },
29864
- {
29865
- item: "Sedan (<1400 CC) - Gasoline",
29866
- emissionFactor: 0.000142,
29867
- unit: "tCO₂/km",
29868
- },
29869
- {
29870
- item: "Sedan (<1600 CC) - Gasoline",
29871
- emissionFactor: 0.000142,
29872
- unit: "tCO₂/km",
29873
- },
29874
- {
29875
- item: "Sedan (<2000 CC) - Gasoline",
29876
- emissionFactor: 0.000149,
29877
- unit: "tCO₂/km",
29878
- },
29879
- {
29880
- item: "Sedan (<2500 CC) - Gasoline",
29881
- emissionFactor: 0.000163,
29882
- unit: "tCO₂/km",
29883
- },
29884
- {
29885
- item: "SUV (<3000 CC) - Gasoline",
29886
- emissionFactor: 0.000197,
29887
- unit: "tCO₂/km",
29888
- },
29889
- {
29890
- item: "Premium SUV (<2000 CC) - Gasoline",
29891
- emissionFactor: 0.000193,
29892
- unit: "tCO₂/km",
29893
- },
29894
- {
29895
- item: "Premium SUV (<3000 CC) - Gasoline",
29896
- emissionFactor: 0.000258,
29897
- unit: "tCO₂/km",
29898
- },
29899
- {
29900
- item: "Premium SUV (>3000 CC) - Gasoline",
29901
- emissionFactor: 0.000267,
29902
- unit: "tCO₂/km",
29903
- },
29904
- {
29905
- item: "Hybrid (<2000 CC) - Gasoline",
29906
- emissionFactor: 0.000095,
29907
- unit: "tCO₂/km",
29908
- },
29909
- ],
29910
- },
29911
- {
29912
- category: "Cars - Diesel",
29913
- items: [
29914
- {
29915
- item: "Hatchback (<1000 CC) - Diesel",
29916
- emissionFactor: 0.000105,
29917
- unit: "tCO₂/km",
29918
- },
29919
- {
29920
- item: "Hatchback (<1400 CC) - Diesel",
29921
- emissionFactor: 0.000117,
29922
- unit: "tCO₂/km",
29923
- },
29924
- {
29925
- item: "Hatchback (<1600 CC) - Diesel",
29926
- emissionFactor: 0.000136,
29927
- unit: "tCO₂/km",
29928
- },
29929
- {
29930
- item: "Sedan (<1400 CC) - Diesel",
29931
- emissionFactor: 0.000121,
29932
- unit: "tCO₂/km",
29933
- },
29934
- {
29935
- item: "Sedan (<1600 CC) - Diesel",
29936
- emissionFactor: 0.000131,
29937
- unit: "tCO₂/km",
29938
- },
29939
- {
29940
- item: "Sedan (<2000 CC) - Diesel",
29941
- emissionFactor: 0.000148,
29942
- unit: "tCO₂/km",
29943
- },
29944
- {
29945
- item: "Premium Sedan (<2000 CC) - Diesel",
29946
- emissionFactor: 0.000164,
29947
- unit: "tCO₂/km",
29948
- },
29949
- {
29950
- item: "Premium Sedan (<2500 CC) - Diesel",
29951
- emissionFactor: 0.000151,
29952
- unit: "tCO₂/km",
29953
- },
29954
- {
29955
- item: "Premium Sedan (<3000 CC) - Diesel",
29956
- emissionFactor: 0.00023,
29957
- unit: "tCO₂/km",
29958
- },
29959
- {
29960
- item: "SUV (<2000 CC) - Diesel",
29961
- emissionFactor: 0.000186,
29962
- unit: "tCO₂/km",
29963
- },
29964
- {
29965
- item: "SUV (<2500 CC) - Diesel",
29966
- emissionFactor: 0.000195,
29967
- unit: "tCO₂/km",
29968
- },
29969
- {
29970
- item: "SUV (<3000 CC) - Diesel",
29971
- emissionFactor: 0.000203,
29972
- unit: "tCO₂/km",
29973
- },
29974
- {
29975
- item: "Premium SUV (>3000 CC) - Diesel",
29976
- emissionFactor: 0.000269,
29977
- unit: "tCO₂/km",
29978
- },
29979
- ],
29980
- },
29981
- {
29982
- category: "Alternative Fuel Vehicles",
29983
- items: [
29984
- {
29985
- item: "Small Car (<800 CC) - CNG",
29986
- emissionFactor: 0.000063,
29987
- unit: "tCO₂/km",
29988
- },
29989
- {
29990
- item: "Small Car (<800 CC) - LPG",
29991
- emissionFactor: 0.000138,
29992
- unit: "tCO₂/km",
29993
- },
29994
- ],
29995
- },
29996
- {
29997
- category: "Public Transport",
29998
- items: [
29999
- {
30000
- item: "Train - Domestic Electric",
30001
- emissionFactor: 0.0000046,
30002
- unit: "tCO₂/km",
30003
- },
30004
- {
30005
- item: "Train - Domestic Diesel",
30006
- emissionFactor: 0.000067,
30007
- unit: "tCO₂/km",
30008
- },
30009
- {
30010
- item: "Public Bus / Company Buses",
30011
- emissionFactor: 0.000015161,
30012
- unit: "tCO₂/km",
30013
- },
30014
- ],
30015
- },
30016
- {
30017
- category: "Two Wheelers",
30018
- items: [
30019
- {
30020
- item: "Scooter (<110 CC) - Petrol",
30021
- emissionFactor: 0.0000334,
30022
- unit: "tCO₂/km",
30023
- },
30024
- {
30025
- item: "Scooter (<150 CC) - Petrol",
30026
- emissionFactor: 0.0000351,
30027
- unit: "tCO₂/km",
30028
- },
30029
- {
30030
- item: "Motorcycle (<100 CC) - Petrol",
30031
- emissionFactor: 0.0000325,
30032
- unit: "tCO₂/km",
30033
- },
30034
- {
30035
- item: "Motorcycle (<125 CC) - Petrol",
30036
- emissionFactor: 0.000029,
30037
- unit: "tCO₂/km",
30038
- },
30039
- {
30040
- item: "Motorcycle (<135 CC) - Petrol",
30041
- emissionFactor: 0.0000324,
30042
- unit: "tCO₂/km",
30043
- },
30044
- {
30045
- item: "Motorcycle (<200 CC) - Petrol",
30046
- emissionFactor: 0.0000417,
30047
- unit: "tCO₂/km",
30048
- },
30049
- {
30050
- item: "Motorcycle (<300 CC) - Petrol",
30051
- emissionFactor: 0.000054,
30052
- unit: "tCO₂/km",
30053
- },
30054
- {
30055
- item: "Motorcycle (<500 CC) - Petrol",
30056
- emissionFactor: 0.0000542,
30057
- unit: "tCO₂/km",
30058
- },
30059
- ],
30060
- },
30505
+ { item: "Small (<800 CC) - LPG", emissionFactor: 0.000138, unit: "(Tonn CO2/km)" },
30061
30506
  ],
30062
- desc: "Emissions from employee commuting to work",
30063
30507
  },
30064
30508
  {
30065
- name: "Business Travel",
30066
- displayName: "Business Travel",
30067
- icon: CiPlane,
30068
- scope: "scope3",
30069
- unit: "km",
30070
- subProducts: [
30071
- {
30072
- category: "Air Travel",
30073
- items: [
30074
- {
30075
- item: "Domestic Flights",
30076
- emissionFactor: 0.0004,
30077
- unit: "tCO₂/passenger-km",
30078
- },
30079
- {
30080
- item: "International Flights",
30081
- emissionFactor: 0.000146,
30082
- unit: "tCO₂/passenger-km",
30083
- },
30084
- ],
30085
- },
30086
- {
30087
- category: "Road Transport - Cars",
30088
- items: [
30089
- {
30090
- item: "Small Car (<800 CC) - Gasoline",
30091
- emissionFactor: 0.000103,
30092
- unit: "tCO₂/km",
30093
- },
30094
- {
30095
- item: "Hatchback (<1000 CC) - Gasoline",
30096
- emissionFactor: 0.000117,
30097
- unit: "tCO₂/km",
30098
- },
30099
- {
30100
- item: "Sedan (<1400 CC) - Gasoline",
30101
- emissionFactor: 0.000142,
30102
- unit: "tCO₂/km",
30103
- },
30104
- {
30105
- item: "SUV (<3000 CC) - Gasoline",
30106
- emissionFactor: 0.000197,
30107
- unit: "tCO₂/km",
30108
- },
30109
- {
30110
- item: "Premium SUV (>3000 CC) - Gasoline",
30111
- emissionFactor: 0.000267,
30112
- unit: "tCO₂/km",
30113
- },
30114
- {
30115
- item: "Hybrid (<2000 CC) - Gasoline",
30116
- emissionFactor: 0.000095,
30117
- unit: "tCO₂/km",
30118
- },
30119
- ],
30120
- },
30121
- {
30122
- category: "Road Transport - Cars (Diesel)",
30123
- items: [
30124
- {
30125
- item: "Hatchback (<1400 CC) - Diesel",
30126
- emissionFactor: 0.000117,
30127
- unit: "tCO₂/km",
30128
- },
30129
- {
30130
- item: "Sedan (<2000 CC) - Diesel",
30131
- emissionFactor: 0.000148,
30132
- unit: "tCO₂/km",
30133
- },
30134
- {
30135
- item: "Premium SUV (>3000 CC) - Diesel",
30136
- emissionFactor: 0.000269,
30137
- unit: "tCO₂/km",
30138
- },
30139
- ],
30140
- },
30141
- {
30142
- category: "Rail Transport",
30143
- items: [
30144
- {
30145
- item: "Domestic Train - Electric",
30146
- emissionFactor: 0.0000046,
30147
- unit: "tCO₂/passenger-km",
30148
- },
30149
- {
30150
- item: "Domestic Train - Diesel",
30151
- emissionFactor: 0.000067,
30152
- unit: "tCO₂/passenger-km",
30153
- },
30154
- {
30155
- item: "International Train - Electric",
30156
- emissionFactor: 0.000006,
30157
- unit: "tCO₂/passenger-km",
30158
- },
30159
- {
30160
- item: "International Train - Diesel",
30161
- emissionFactor: 0.00008,
30162
- unit: "tCO₂/passenger-km",
30163
- },
30164
- ],
30165
- },
30509
+ category: "Car - Diesel",
30510
+ items: [
30511
+ { item: "Hatchback (<1000 CC) - Diesel", emissionFactor: 0.000105, unit: "(Tonn CO2/km)" },
30512
+ { item: "Hatchback (<1400 CC) - Diesel", emissionFactor: 0.000117, unit: "(Tonn CO2/km)" },
30513
+ { item: "Hatchback (<1600 CC) - Diesel", emissionFactor: 0.000136, unit: "(Tonn CO2/km)" },
30514
+ { item: "Sedan (<1400 CC) - Diesel", emissionFactor: 0.000121, unit: "(Tonn CO2/km)" },
30515
+ { item: "Sedan (<1600 CC) - Diesel", emissionFactor: 0.000131, unit: "(Tonn CO2/km)" },
30516
+ { item: "Sedan (<2000 CC) - Diesel", emissionFactor: 0.000148, unit: "(Tonn CO2/km)" },
30517
+ { item: "Premium Sedan (<2000 CC) - Diesel", emissionFactor: 0.000164, unit: "(Tonn CO2/km)" },
30518
+ { item: "Premium Sedan (<2500 CC) - Diesel", emissionFactor: 0.000151, unit: "(Tonn CO2/km)" },
30519
+ { item: "Premium Sedan (<3000 CC) - Diesel", emissionFactor: 0.00023, unit: "(Tonn CO2/km)" },
30520
+ { item: "MUV (<1400 CC) - Diesel", emissionFactor: 0.000145, unit: "(Tonn CO2/km)" },
30521
+ { item: "MUV (<2500 CC) - Diesel", emissionFactor: 0.0002, unit: "(Tonn CO2/km)" },
30522
+ { item: "Maxi Van (-) - Diesel", emissionFactor: 0.000209, unit: "(Tonn CO2/km)" },
30523
+ { item: "SUV (<2000 CC) - Diesel", emissionFactor: 0.000186, unit: "(Tonn CO2/km)" },
30524
+ { item: "SUV (<2500 CC) - Diesel", emissionFactor: 0.000195, unit: "(Tonn CO2/km)" },
30525
+ { item: "SUV (<3000 CC) - Diesel", emissionFactor: 0.000203, unit: "(Tonn CO2/km)" },
30526
+ { item: "Premium SUV (<2000 CC) - Diesel", emissionFactor: 0.000167, unit: "(Tonn CO2/km)" },
30527
+ { item: "Premium SUV (<2500 CC) - Diesel", emissionFactor: 0.000199, unit: "(Tonn CO2/km)" },
30528
+ { item: "Premium SUV (<3000 CC) - Diesel", emissionFactor: 0.000222, unit: "(Tonn CO2/km)" },
30529
+ { item: "Premium SUV (>3000 CC) - Diesel", emissionFactor: 0.000269, unit: "(Tonn CO2/km)" },
30166
30530
  ],
30167
- desc: "Emissions from business travel by employees",
30168
30531
  },
30169
30532
  {
30170
- name: "Upstream Transportation",
30171
- displayName: "Upstream Transportation & Distribution",
30172
- icon: FaTruck,
30173
- scope: "scope3",
30174
- unit: "tonne-km",
30175
- subProducts: [
30176
- {
30177
- category: "Air Transport",
30178
- items: [
30179
- {
30180
- item: "Air - Domestic",
30181
- emissionFactor: 0.00196073,
30182
- unit: "tCO₂e/t-km",
30183
- },
30184
- {
30185
- item: "Air - Short Haul",
30186
- emissionFactor: 0.00147389,
30187
- unit: "tCO₂e/t-km",
30188
- },
30189
- {
30190
- item: "Air - Long Haul",
30191
- emissionFactor: 0.00061324,
30192
- unit: "tCO₂e/t-km",
30193
- },
30194
- ],
30195
- },
30196
- {
30197
- category: "Rail Transport",
30198
- items: [
30199
- {
30200
- item: "Rail - Electric",
30201
- emissionFactor: 0.000269,
30202
- unit: "tCO₂e/t-km",
30203
- },
30204
- {
30205
- item: "Rail - Diesel",
30206
- emissionFactor: 0.0000046,
30207
- unit: "tCO₂e/t-km",
30208
- },
30209
- ],
30210
- },
30211
- {
30212
- category: "Road Transport",
30213
- items: [
30214
- {
30215
- item: "Light-Duty Vehicle (<3.5 tonnes)",
30216
- emissionFactor: 0.000307,
30217
- unit: "tCO₂/km",
30218
- },
30219
- {
30220
- item: "Medium-Duty Vehicle (<12 tonnes)",
30221
- emissionFactor: 0.0005928,
30222
- unit: "tCO₂/km",
30223
- },
30224
- {
30225
- item: "Heavy-Duty Vehicle (>12 tonnes)",
30226
- emissionFactor: 0.0007375,
30227
- unit: "tCO₂/km",
30228
- },
30229
- {
30230
- item: "Rigid Truck 3.5–7.5 t",
30231
- emissionFactor: 0.001615,
30232
- unit: "tCO₂/km",
30233
- },
30234
- {
30235
- item: "Rigid Truck 7.5–17 t",
30236
- emissionFactor: 0.00413,
30237
- unit: "tCO₂/km",
30238
- },
30239
- {
30240
- item: "Rigid Truck >17 t",
30241
- emissionFactor: 0.00774,
30242
- unit: "tCO₂/km",
30243
- },
30244
- {
30245
- item: "Articulated Truck 3.5–33 t",
30246
- emissionFactor: 0.009416,
30247
- unit: "tCO₂/km",
30248
- },
30249
- {
30250
- item: "Articulated Truck >33 t",
30251
- emissionFactor: 0.016184,
30252
- unit: "tCO₂/km",
30253
- },
30254
- ],
30255
- },
30256
- {
30257
- category: "Waterway Transport",
30258
- items: [
30259
- {
30260
- item: "Large RoPax Ferry",
30261
- emissionFactor: 0.000372,
30262
- unit: "tCO₂e/t-km",
30263
- },
30264
- {
30265
- item: "Small Tanker (844 tonnes)",
30266
- emissionFactor: 0.00002,
30267
- unit: "tCO₂e/short ton mile",
30268
- },
30269
- {
30270
- item: "Large Tanker (18371 tonnes)",
30271
- emissionFactor: 0.000005,
30272
- unit: "tCO₂e/short ton mile",
30273
- },
30274
- {
30275
- item: "Small Bulk Carrier (1720 tonnes)",
30276
- emissionFactor: 0.000011,
30277
- unit: "tCO₂e/short ton mile",
30278
- },
30279
- {
30280
- item: "Large Bulk Carrier (14201 tonnes)",
30281
- emissionFactor: 0.000007,
30282
- unit: "tCO₂e/short ton mile",
30283
- },
30284
- {
30285
- item: "Small Container Vessel (2500 tonnes)",
30286
- emissionFactor: 0.0000135,
30287
- unit: "tCO₂e/short ton mile",
30288
- },
30289
- {
30290
- item: "Large Container Vessel (20000 tonnes)",
30291
- emissionFactor: 0.0000115,
30292
- unit: "tCO₂e/short ton mile",
30293
- },
30294
- ],
30295
- },
30533
+ category: "Train",
30534
+ items: [
30535
+ { item: "Domestic (electric) - Electric", emissionFactor: 4.6e-06, unit: "Ton CO2 / passenger-km" },
30536
+ { item: "Domestic (diesel) - Diesel", emissionFactor: 6.7e-05, unit: "Ton CO2 / passenger-km" },
30537
+ { item: "International (electric) - Electric", emissionFactor: 6e-06, unit: "Ton CO2 / passenger-km" },
30538
+ { item: "International (diesel) - Diesel", emissionFactor: 8e-05, unit: "Ton CO2 / passenger-km" },
30296
30539
  ],
30297
- desc: "Emissions from upstream transportation and distribution of goods",
30540
+ },
30541
+ ];
30542
+ const WATER_MANAGEMENT_STEEL = {
30543
+ name: "Water Management",
30544
+ icon: GiElectric,
30545
+ scope: "other",
30546
+ unit: "m3",
30547
+ subProducts: WATER_PRODUCTS,
30548
+ desc: "Water withdrawal, discharge, and quality tracking for steel operations",
30549
+ };
30550
+ const ALL_SCOPES_3_STEEL = [
30551
+ {
30552
+ name: "Purchased Goods and Services",
30553
+ displayName: "Purchased Goods and Services",
30554
+ icon: FaRegBuilding,
30555
+ scope: "scope3",
30556
+ unit: "various",
30557
+ subProducts: PURCHASED_GOODS_AND_SERVICES$3,
30558
+ desc: "Total purchased goods and services used",
30559
+ },
30560
+ {
30561
+ name: "Fuel and Energy Related Activities",
30562
+ displayName: "Fuel and Energy Related Activities",
30563
+ icon: RiDeleteBin5Line,
30564
+ scope: "scope3",
30565
+ unit: "various",
30566
+ subProducts: UPSTREAM_EMISSIONS_PURCHASED_FUELS$1,
30567
+ desc: "Fuel and energy related emissions",
30568
+ },
30569
+ {
30570
+ name: "Upstream Transportation and Distribution",
30571
+ displayName: "Upstream Transportation and Distribution",
30572
+ icon: GiElectric,
30573
+ scope: "scope3",
30574
+ unit: "various",
30575
+ subProducts: UPSTREAM_TRANSPORTATION$2,
30576
+ desc: "Upstream transportation and distribution emissions",
30577
+ },
30578
+ {
30579
+ name: "Waste Treatment and Disposal",
30580
+ displayName: "Waste Treatment and Disposal",
30581
+ icon: RiDeleteBin2Line,
30582
+ scope: "scope3",
30583
+ unit: "various",
30584
+ subProducts: WASTE_DISPOSAL_EMISSIONS$1,
30585
+ desc: "Waste treatment and disposal emissions",
30298
30586
  },
30299
30587
  {
30300
30588
  name: "Waste Generated in Operations",
30301
30589
  displayName: "Waste Generated in Operations",
30302
30590
  icon: RiDeleteBin2Line,
30303
30591
  scope: "scope3",
30304
- unit: "tonnes",
30305
- subProducts: [
30306
- {
30307
- category: "General Waste",
30308
- items: [
30309
- {
30310
- item: "Mixed office waste (general municipal)",
30311
- emissionFactor: 0.46,
30312
- unit: "tCO₂e/tonne",
30313
- },
30314
- {
30315
- item: "Paper & cardboard (recycled)",
30316
- emissionFactor: 0.02,
30317
- unit: "tCO₂e/tonne",
30318
- },
30319
- {
30320
- item: "Paper & cardboard (landfilled)",
30321
- emissionFactor: 1,
30322
- unit: "tCO₂e/tonne",
30323
- },
30324
- {
30325
- item: "Plastics (landfilled)",
30326
- emissionFactor: 2.8,
30327
- unit: "tCO₂e/tonne",
30328
- },
30329
- {
30330
- item: "Plastics (recycled)",
30331
- emissionFactor: 0.5,
30332
- unit: "tCO₂e/tonne",
30333
- },
30334
- {
30335
- item: "Metals – ferrous (landfilled)",
30336
- emissionFactor: 1.6,
30337
- unit: "tCO₂e/tonne",
30338
- },
30339
- {
30340
- item: "Wood waste (landfilled)",
30341
- emissionFactor: 0.9,
30342
- unit: "tCO₂e/tonne",
30343
- },
30344
- {
30345
- item: "Wood waste (recycled/energy recovery)",
30346
- emissionFactor: 0.1,
30347
- unit: "tCO₂e/tonne",
30348
- },
30349
- {
30350
- item: "Glass waste (fiber optic cuttings, screens)",
30351
- emissionFactor: 0.6,
30352
- unit: "tCO₂e/tonne",
30353
- },
30354
- {
30355
- item: "Food waste (canteens in telecom offices)",
30356
- emissionFactor: 0.9,
30357
- unit: "tCO₂e/tonne",
30358
- },
30359
- {
30360
- item: "Construction & demolition waste",
30361
- emissionFactor: 0.15,
30362
- unit: "tCO₂e/tonne",
30363
- },
30364
- {
30365
- item: "Mixed residual waste (unspecified)",
30366
- emissionFactor: 0.45,
30367
- unit: "tCO₂e/tonne",
30368
- },
30369
- ],
30370
- },
30371
- {
30372
- category: "Electronic Waste",
30373
- items: [
30374
- {
30375
- item: "E-waste – small IT equipment (phones, routers)",
30376
- emissionFactor: 7,
30377
- unit: "tCO₂e/tonne",
30378
- },
30379
- {
30380
- item: "E-waste – large IT equipment (servers, base stations)",
30381
- emissionFactor: 12,
30382
- unit: "tCO₂e/tonne",
30383
- },
30384
- ],
30385
- },
30386
- {
30387
- category: "Battery Waste",
30388
- items: [
30389
- {
30390
- item: "Batteries – Lead acid (telecom towers, UPS)",
30391
- emissionFactor: 2.9,
30392
- unit: "tCO₂e/tonne",
30393
- },
30394
- {
30395
- item: "Batteries – Lithium-ion (handsets, laptops)",
30396
- emissionFactor: 3.5,
30397
- unit: "tCO₂e/tonne",
30398
- },
30399
- ],
30400
- },
30401
- {
30402
- category: "Hazardous Waste",
30403
- items: [
30404
- {
30405
- item: "Hazardous waste (electronics with heavy metals)",
30406
- emissionFactor: 8.5,
30407
- unit: "tCO₂e/tonne",
30408
- },
30409
- {
30410
- item: "Wastewater sludge (telecom facilities)",
30411
- emissionFactor: 0.25,
30412
- unit: "tCO₂e/tonne",
30413
- },
30414
- ],
30415
- },
30416
- ],
30417
- desc: "Emissions from waste generated in operations",
30592
+ unit: "various",
30593
+ subProducts: WASTE_FROM_OPERATIONS,
30594
+ desc: "Waste generated in operations emission factors",
30595
+ },
30596
+ {
30597
+ name: "Business Travel",
30598
+ displayName: "Business Travel",
30599
+ icon: CiPlane,
30600
+ scope: "scope3",
30601
+ unit: "various",
30602
+ subProducts: BUSINESS_TRAVEL$3,
30603
+ desc: "Business travel emissions",
30604
+ },
30605
+ {
30606
+ name: "Employee Commuting",
30607
+ displayName: "Employee Commuting",
30608
+ icon: IoCarOutline,
30609
+ scope: "scope3",
30610
+ unit: "various",
30611
+ subProducts: EMPLOYEE_COMMUTING$3,
30612
+ desc: "Employee commuting emissions",
30418
30613
  },
30419
- // {
30420
- // name: "Water Usage",
30421
- // displayName: "Water Usage",
30422
- // icon: GiWaterDrop,
30423
- // scope: "scope3",
30424
- // unit: "kilolitres",
30425
- // subProducts: [
30426
- // {
30427
- // category: "Water Withdrawal by Source",
30428
- // items: [
30429
- // {
30430
- // item: "Surface Water",
30431
- // emissionFactor: 0,
30432
- // unit: "tCO2e/kilolitre",
30433
- // },
30434
- // {
30435
- // item: "Ground Water",
30436
- // emissionFactor: 0,
30437
- // unit: "tCO2e/kilolitre",
30438
- // },
30439
- // {
30440
- // item: "Third party water",
30441
- // emissionFactor: 0,
30442
- // unit: "tCO2e/kilolitre",
30443
- // },
30444
- // {
30445
- // item: "Seawater / desalinated water",
30446
- // emissionFactor: 0,
30447
- // unit: "tCO2e/kilolitre",
30448
- // },
30449
- // ],
30450
- // },
30451
- // {
30452
- // category: "Water Discharge",
30453
- // items: [
30454
- // {
30455
- // item: "To Surface water",
30456
- // emissionFactor: 0,
30457
- // unit: "tCO2e/kilolitre",
30458
- // },
30459
- // {
30460
- // item: "To Groundwater",
30461
- // emissionFactor: 0,
30462
- // unit: "tCO2e/kilolitre",
30463
- // },
30464
- // {
30465
- // item: "To Seawater",
30466
- // emissionFactor: 0,
30467
- // unit: "tCO2e/kilolitre",
30468
- // },
30469
- // {
30470
- // item: "Sent to third-parties",
30471
- // emissionFactor: 0,
30472
- // unit: "tCO2e/kilolitre",
30473
- // },
30474
- // ],
30475
- // },
30476
- // ],
30477
- // desc: "Emissions from water usage, treatment, and discharge",
30478
- // },
30479
- ];
30480
- const ALLSCOPES_TELECOMMUNICATIONS = [
30481
- ...SCOPE1_TELECOMMUNICATIONS,
30482
- ...SCOPE2_TELECOMMUNICATIONS,
30483
- ...ALL_SCOPES_3_TELECOMMUNICATIONS,
30484
30614
  ];
30485
30615
 
30486
30616
  const FUEL_COMBUSTION_PRODUCTS$1 = [
@@ -33905,6 +34035,11 @@ const INDUSTRIES_CONFIG = {
33905
34035
  scope2: SCOPE2_TELECOMMUNICATIONS,
33906
34036
  scope3: ALL_SCOPES_3_TELECOMMUNICATIONS,
33907
34037
  },
34038
+ "Electrical Equipments": {
34039
+ scope1: SCOPE1_ELECTRICAL_EQUIPMENTS,
34040
+ scope2: SCOPE2_ELECTRICAL_EQUIPMENTS,
34041
+ scope3: ALL_SCOPES_3_ELECTRICAL_EQUIPMENTS,
34042
+ },
33908
34043
  Polymer: {
33909
34044
  scope1: SCOPE1_POLYMER,
33910
34045
  scope2: SCOPE2_POLYMER,
@@ -34629,6 +34764,7 @@ const INDUSTRY_MAPPING = {
34629
34764
  "Petro Chemical": "petrochemical",
34630
34765
  "Real Estate & Construction": "real_estate",
34631
34766
  Telecommunications: "telecommunication",
34767
+ "Electrical Equipments": "telecommunication",
34632
34768
  Utilities: "utilities",
34633
34769
  // Default fallback
34634
34770
  Cement: "manufacturing", // Cement not directly supported, use manufacturing
@@ -34755,7 +34891,7 @@ const updateItemEmissionFactorForUser = async (apiClient, options) => {
34755
34891
  throw new Error("apiClient.patch is required to update emission factors");
34756
34892
  }
34757
34893
  const data = await apiClient
34758
- .patch(`erp-config/items/${options.itemId}/emission-factor`, { json: { emissionFactor: options.emissionFactor } })
34894
+ .patch(`erp-config/items/${options.itemId}/emission-factor`, { json: { emissionFactor: options.emissionFactor, plant: options.plant } })
34759
34895
  .json();
34760
34896
  return data;
34761
34897
  };
@@ -37979,6 +38115,7 @@ const INDUSTRY_SPECIFIC_FIELDS = {
37979
38115
  "Real Estate & Construction": REAL_ESTATE_CONFIG,
37980
38116
  "Food & Beverages": FOOD_BEVERAGES_CONFIG,
37981
38117
  Telecommunications: TELECOMMUNICATIONS_CONFIG,
38118
+ "Electrical Equipments": TELECOMMUNICATIONS_CONFIG,
37982
38119
  // Default empty config for industries without specific fields
37983
38120
  default: {
37984
38121
  plantNameConfig: {
@@ -38294,6 +38431,15 @@ const CARBON_INTENSITY_FIELD_MAPPINGS = {
38294
38431
  industryFieldKey: "projectSiteArea",
38295
38432
  },
38296
38433
  },
38434
+ "Electrical Equipments": {
38435
+ project_site_area: {
38436
+ userDataPath: "additionalConfig.erp.electrical equipments.plants.{plantName}.projectSiteArea",
38437
+ transform: (value) => parseFloat(value) || 0,
38438
+ required: true,
38439
+ fieldLabel: "Project Site Area (m²)",
38440
+ industryFieldKey: "projectSiteArea",
38441
+ },
38442
+ },
38297
38443
  // Utilities Industry Mapping (API expects: total_area + annual_production)
38298
38444
  Utilities: {
38299
38445
  total_area: {
@@ -38476,6 +38622,7 @@ const mapIndustryToApiType = (industryName) => {
38476
38622
  "Petro Chemical": "petrochemical",
38477
38623
  "Real Estate & Construction": "real_estate",
38478
38624
  Telecommunications: "telecommunication",
38625
+ "Electrical Equipments": "telecommunication",
38479
38626
  Utilities: "utilities",
38480
38627
  Cement: "manufacturing", // Maps cement to manufacturing API
38481
38628
  };
@@ -40108,6 +40255,7 @@ var index = /*#__PURE__*/Object.freeze({
40108
40255
  ALLSCOPES_CEMENT: ALLSCOPES_CEMENT,
40109
40256
  ALLSCOPES_CHEMICAL: ALLSCOPES_CHEMICAL,
40110
40257
  ALLSCOPES_CONSTRUCTION: ALLSCOPES_CONSTRUCTION,
40258
+ ALLSCOPES_ELECTRICAL_EQUIPMENTS: ALLSCOPES_ELECTRICAL_EQUIPMENTS,
40111
40259
  ALLSCOPES_HOSPITALITY: ALLSCOPES_HOSPITALITY,
40112
40260
  ALLSCOPES_MANUFACTURING: ALLSCOPES_MANUFACTURING,
40113
40261
  ALLSCOPES_PACKAGING: ALLSCOPES_PACKAGING,
@@ -40124,6 +40272,7 @@ var index = /*#__PURE__*/Object.freeze({
40124
40272
  ALL_SCOPES_3_CEMENT: ALL_SCOPES_3_CEMENT,
40125
40273
  ALL_SCOPES_3_CHEMICAL: ALL_SCOPES_3_CHEMICAL,
40126
40274
  ALL_SCOPES_3_CONSTRUCTION: ALL_SCOPES_3_CONSTRUCTION,
40275
+ ALL_SCOPES_3_ELECTRICAL_EQUIPMENTS: ALL_SCOPES_3_ELECTRICAL_EQUIPMENTS,
40127
40276
  ALL_SCOPES_3_FOOD: ALL_SCOPES_3_FOOD,
40128
40277
  ALL_SCOPES_3_LOGISTICS: ALL_SCOPES_3_LOGISTICS,
40129
40278
  ALL_SCOPES_3_MANUFACTURING: ALL_SCOPES_3_MANUFACTURING,
@@ -40177,7 +40326,7 @@ var index = /*#__PURE__*/Object.freeze({
40177
40326
  MARKET_BASED_ELECTRICITY_GAS_LAB: MARKET_BASED_ELECTRICITY_GAS_LAB,
40178
40327
  MINING_OPERATIONS: MINING_OPERATIONS,
40179
40328
  MINING_OPERATIONS_PRODUCTS: MINING_OPERATIONS_PRODUCTS,
40180
- MOBILE_COMBUSTION_PRODUCTS: MOBILE_COMBUSTION_PRODUCTS,
40329
+ MOBILE_COMBUSTION_PRODUCTS: MOBILE_COMBUSTION_PRODUCTS$1,
40181
40330
  ONSITE_POWER_GENERATION: ONSITE_POWER_GENERATION,
40182
40331
  ON_SITE_POWER_PRODUCTS: ON_SITE_POWER_PRODUCTS,
40183
40332
  OPERATIONS_PRODUCTS: OPERATIONS_PRODUCTS,
@@ -40196,6 +40345,7 @@ var index = /*#__PURE__*/Object.freeze({
40196
40345
  SCOPE1_CEMENT: SCOPE1_CEMENT,
40197
40346
  SCOPE1_CHEMICAL: SCOPE1_CHEMICAL,
40198
40347
  SCOPE1_CONSTRUCTION: SCOPE1_CONSTRUCTION,
40348
+ SCOPE1_ELECTRICAL_EQUIPMENTS: SCOPE1_ELECTRICAL_EQUIPMENTS,
40199
40349
  SCOPE1_FOOD: SCOPE1_FOOD,
40200
40350
  SCOPE1_GAS_LAB: SCOPE1_GAS_LAB,
40201
40351
  SCOPE1_HOSPITALITY: SCOPE1_HOSPITALITY,
@@ -40220,6 +40370,7 @@ var index = /*#__PURE__*/Object.freeze({
40220
40370
  SCOPE2_CEMENT: SCOPE2_CEMENT,
40221
40371
  SCOPE2_CHEMICAL: SCOPE2_CHEMICAL,
40222
40372
  SCOPE2_CONSTRUCTION: SCOPE2_CONSTRUCTION,
40373
+ SCOPE2_ELECTRICAL_EQUIPMENTS: SCOPE2_ELECTRICAL_EQUIPMENTS,
40223
40374
  SCOPE2_FOOD: SCOPE2_FOOD,
40224
40375
  SCOPE2_GAS_LAB: SCOPE2_GAS_LAB,
40225
40376
  SCOPE2_HOSPITALITY: SCOPE2_HOSPITALITY,
@@ -40239,7 +40390,7 @@ var index = /*#__PURE__*/Object.freeze({
40239
40390
  SCOPE3_GAS_LAB: SCOPE3_GAS_LAB,
40240
40391
  SCOPE3_HOSPITALITY: SCOPE3_HOSPITALITY,
40241
40392
  SF6_USAGE_PRODUCTS_POLYMER: SF6_USAGE_PRODUCTS_POLYMER,
40242
- STATIONARY_COMBUSTION_PRODUCTS: STATIONARY_COMBUSTION_PRODUCTS,
40393
+ STATIONARY_COMBUSTION_PRODUCTS: STATIONARY_COMBUSTION_PRODUCTS$1,
40243
40394
  TD_LOSSES_ELECTRICITY_PRODUCTS: TD_LOSSES_ELECTRICITY_PRODUCTS,
40244
40395
  TRAVEL_EMISSIONS: TRAVEL_EMISSIONS,
40245
40396
  UPSTREAM_FUEL_EMISSIONS_PRODUCTS: UPSTREAM_FUEL_EMISSIONS_PRODUCTS,