@zerocarbon/erp-config-sdk 1.0.15 → 1.0.17
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/README.md +528 -74
- package/dist/index.d.ts +141 -42
- package/dist/index.esm.js +1176 -763
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1174 -759
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7438,10 +7438,12 @@ const FUEL_COMBUSTION_PYRO_PROCESS_PRODUCTS = [
|
|
|
7438
7438
|
{
|
|
7439
7439
|
name: "Indian Coal",
|
|
7440
7440
|
unit: "tonnes",
|
|
7441
|
-
emissionFactor:
|
|
7441
|
+
emissionFactor: 2.45,
|
|
7442
7442
|
calorificValue: 1,
|
|
7443
7443
|
type: "solid",
|
|
7444
|
-
|
|
7444
|
+
ncv: 16.7472,
|
|
7445
|
+
ncvUnit: "GJ/tonne",
|
|
7446
|
+
energyConversionFactor: 0.0167472,
|
|
7445
7447
|
ch4EmissionFactor: 0.000001,
|
|
7446
7448
|
n2oEmissionFactor: 0.0000015,
|
|
7447
7449
|
},
|
|
@@ -7451,7 +7453,9 @@ const FUEL_COMBUSTION_PYRO_PROCESS_PRODUCTS = [
|
|
|
7451
7453
|
emissionFactor: 2.446,
|
|
7452
7454
|
calorificValue: 1,
|
|
7453
7455
|
type: "solid",
|
|
7454
|
-
|
|
7456
|
+
ncv: 27.4947156,
|
|
7457
|
+
ncvUnit: "GJ/tonne",
|
|
7458
|
+
energyConversionFactor: 0.0274947,
|
|
7455
7459
|
ch4EmissionFactor: 0.000001,
|
|
7456
7460
|
n2oEmissionFactor: 0.0000015,
|
|
7457
7461
|
},
|
|
@@ -7461,7 +7465,9 @@ const FUEL_COMBUSTION_PYRO_PROCESS_PRODUCTS = [
|
|
|
7461
7465
|
emissionFactor: 1.974,
|
|
7462
7466
|
calorificValue: 1,
|
|
7463
7467
|
type: "solid",
|
|
7464
|
-
|
|
7468
|
+
ncv: 23.0274,
|
|
7469
|
+
ncvUnit: "GJ/tonne",
|
|
7470
|
+
energyConversionFactor: 0.0230274,
|
|
7465
7471
|
ch4EmissionFactor: 0.000001,
|
|
7466
7472
|
n2oEmissionFactor: 0.0000015,
|
|
7467
7473
|
},
|
|
@@ -7471,7 +7477,9 @@ const FUEL_COMBUSTION_PYRO_PROCESS_PRODUCTS = [
|
|
|
7471
7477
|
emissionFactor: 1.839,
|
|
7472
7478
|
calorificValue: 1,
|
|
7473
7479
|
type: "solid",
|
|
7474
|
-
|
|
7480
|
+
ncv: 25.1208,
|
|
7481
|
+
ncvUnit: "GJ/tonne",
|
|
7482
|
+
energyConversionFactor: 0.0251208,
|
|
7475
7483
|
ch4EmissionFactor: 0.000001,
|
|
7476
7484
|
n2oEmissionFactor: 0.0000015,
|
|
7477
7485
|
},
|
|
@@ -7481,7 +7489,9 @@ const FUEL_COMBUSTION_PYRO_PROCESS_PRODUCTS = [
|
|
|
7481
7489
|
emissionFactor: 2.437,
|
|
7482
7490
|
calorificValue: 1,
|
|
7483
7491
|
type: "solid",
|
|
7484
|
-
|
|
7492
|
+
ncv: 23.0274,
|
|
7493
|
+
ncvUnit: "GJ/tonne",
|
|
7494
|
+
energyConversionFactor: 0.0230274,
|
|
7485
7495
|
ch4EmissionFactor: 0.000001,
|
|
7486
7496
|
n2oEmissionFactor: 0.0000015,
|
|
7487
7497
|
},
|
|
@@ -7491,7 +7501,9 @@ const FUEL_COMBUSTION_PYRO_PROCESS_PRODUCTS = [
|
|
|
7491
7501
|
emissionFactor: 2.61,
|
|
7492
7502
|
calorificValue: 1,
|
|
7493
7503
|
type: "solid",
|
|
7494
|
-
|
|
7504
|
+
ncv: 24.49278,
|
|
7505
|
+
ncvUnit: "GJ/tonne",
|
|
7506
|
+
energyConversionFactor: 0.0244928,
|
|
7495
7507
|
ch4EmissionFactor: 0.000001,
|
|
7496
7508
|
n2oEmissionFactor: 0.0000015,
|
|
7497
7509
|
},
|
|
@@ -7501,7 +7513,9 @@ const FUEL_COMBUSTION_PYRO_PROCESS_PRODUCTS = [
|
|
|
7501
7513
|
emissionFactor: 3.177,
|
|
7502
7514
|
calorificValue: 1,
|
|
7503
7515
|
type: "solid",
|
|
7504
|
-
|
|
7516
|
+
ncv: 33.28506,
|
|
7517
|
+
ncvUnit: "GJ/tonne",
|
|
7518
|
+
energyConversionFactor: 0.0332851,
|
|
7505
7519
|
ch4EmissionFactor: 0.000001,
|
|
7506
7520
|
n2oEmissionFactor: 0.0000015,
|
|
7507
7521
|
},
|
|
@@ -7511,7 +7525,9 @@ const FUEL_COMBUSTION_PYRO_PROCESS_PRODUCTS = [
|
|
|
7511
7525
|
emissionFactor: 3.07,
|
|
7512
7526
|
calorificValue: 1,
|
|
7513
7527
|
type: "solid",
|
|
7514
|
-
|
|
7528
|
+
ncv: 33.28506,
|
|
7529
|
+
ncvUnit: "GJ/tonne",
|
|
7530
|
+
energyConversionFactor: 0.0332851,
|
|
7515
7531
|
ch4EmissionFactor: 0.000001,
|
|
7516
7532
|
n2oEmissionFactor: 0.0000015,
|
|
7517
7533
|
},
|
|
@@ -7521,7 +7537,9 @@ const FUEL_COMBUSTION_PYRO_PROCESS_PRODUCTS = [
|
|
|
7521
7537
|
emissionFactor: 1.49,
|
|
7522
7538
|
calorificValue: 1,
|
|
7523
7539
|
type: "solid",
|
|
7524
|
-
|
|
7540
|
+
ncv: 14,
|
|
7541
|
+
ncvUnit: "GJ/tonne",
|
|
7542
|
+
energyConversionFactor: 0.014,
|
|
7525
7543
|
ch4EmissionFactor: 0.000001,
|
|
7526
7544
|
n2oEmissionFactor: 0.0000015,
|
|
7527
7545
|
},
|
|
@@ -7531,7 +7549,6 @@ const FUEL_COMBUSTION_PYRO_PROCESS_PRODUCTS = [
|
|
|
7531
7549
|
emissionFactor: 1.49,
|
|
7532
7550
|
calorificValue: 1,
|
|
7533
7551
|
type: "liquid",
|
|
7534
|
-
energyConversionFactor: 0.025,
|
|
7535
7552
|
ch4EmissionFactor: 0.000001,
|
|
7536
7553
|
n2oEmissionFactor: 0.0000015,
|
|
7537
7554
|
},
|
|
@@ -7541,137 +7558,132 @@ const FUEL_COMBUSTION_PYRO_PROCESS_PRODUCTS = [
|
|
|
7541
7558
|
emissionFactor: 1.1,
|
|
7542
7559
|
calorificValue: 1,
|
|
7543
7560
|
type: "solid",
|
|
7544
|
-
energyConversionFactor: 0.018,
|
|
7545
7561
|
ch4EmissionFactor: 0.00003,
|
|
7546
7562
|
n2oEmissionFactor: 0.000008,
|
|
7547
7563
|
},
|
|
7548
7564
|
{
|
|
7549
|
-
name: "Waste
|
|
7565
|
+
name: "Solid Waste",
|
|
7550
7566
|
unit: "tonnes",
|
|
7551
|
-
emissionFactor:
|
|
7567
|
+
emissionFactor: 0.5,
|
|
7552
7568
|
calorificValue: 1,
|
|
7553
|
-
type: "
|
|
7554
|
-
|
|
7555
|
-
|
|
7556
|
-
n2oEmissionFactor: 0.0000015,
|
|
7569
|
+
type: "solid",
|
|
7570
|
+
ch4EmissionFactor: 0.00003,
|
|
7571
|
+
n2oEmissionFactor: 0.000008,
|
|
7557
7572
|
},
|
|
7558
7573
|
{
|
|
7559
|
-
name: "
|
|
7574
|
+
name: "Tires",
|
|
7560
7575
|
unit: "tonnes",
|
|
7561
|
-
emissionFactor:
|
|
7576
|
+
emissionFactor: 2.72,
|
|
7562
7577
|
calorificValue: 1,
|
|
7563
|
-
type: "
|
|
7564
|
-
energyConversionFactor: 0.025,
|
|
7578
|
+
type: "solid",
|
|
7565
7579
|
ch4EmissionFactor: 0.000001,
|
|
7566
7580
|
n2oEmissionFactor: 0.0000015,
|
|
7567
7581
|
},
|
|
7568
7582
|
{
|
|
7569
|
-
name: "
|
|
7583
|
+
name: "Dolochar",
|
|
7570
7584
|
unit: "tonnes",
|
|
7571
|
-
emissionFactor:
|
|
7585
|
+
emissionFactor: 0,
|
|
7572
7586
|
calorificValue: 1,
|
|
7573
|
-
type: "
|
|
7574
|
-
energyConversionFactor: 0.025,
|
|
7587
|
+
type: "solid",
|
|
7575
7588
|
ch4EmissionFactor: 0.000001,
|
|
7576
7589
|
n2oEmissionFactor: 0.0000015,
|
|
7577
7590
|
},
|
|
7578
7591
|
{
|
|
7579
|
-
name: "
|
|
7592
|
+
name: "E-cat Waste",
|
|
7580
7593
|
unit: "tonnes",
|
|
7581
|
-
emissionFactor:
|
|
7594
|
+
emissionFactor: 0,
|
|
7582
7595
|
calorificValue: 1,
|
|
7583
7596
|
type: "solid",
|
|
7584
|
-
energyConversionFactor: 0.02,
|
|
7585
7597
|
ch4EmissionFactor: 0.000001,
|
|
7586
7598
|
n2oEmissionFactor: 0.0000015,
|
|
7587
7599
|
},
|
|
7588
7600
|
{
|
|
7589
|
-
name: "
|
|
7601
|
+
name: "Charcoal",
|
|
7590
7602
|
unit: "tonnes",
|
|
7591
|
-
emissionFactor:
|
|
7603
|
+
emissionFactor: 3.5,
|
|
7592
7604
|
calorificValue: 1,
|
|
7593
7605
|
type: "solid",
|
|
7594
|
-
energyConversionFactor: 0.02,
|
|
7595
7606
|
ch4EmissionFactor: 0.000001,
|
|
7596
7607
|
n2oEmissionFactor: 0.0000015,
|
|
7597
7608
|
},
|
|
7598
7609
|
{
|
|
7599
|
-
name: "
|
|
7610
|
+
name: "Biomass (Wood Chips, Agricultural Residue)",
|
|
7600
7611
|
unit: "tonnes",
|
|
7601
|
-
emissionFactor:
|
|
7612
|
+
emissionFactor: 1.83,
|
|
7602
7613
|
calorificValue: 1,
|
|
7603
7614
|
type: "solid",
|
|
7604
|
-
energyConversionFactor: 0.015,
|
|
7605
7615
|
ch4EmissionFactor: 0.00003,
|
|
7606
7616
|
n2oEmissionFactor: 0.000008,
|
|
7607
7617
|
},
|
|
7608
7618
|
{
|
|
7609
|
-
name: "
|
|
7610
|
-
unit: "
|
|
7611
|
-
emissionFactor:
|
|
7619
|
+
name: "Biogas",
|
|
7620
|
+
unit: "m³",
|
|
7621
|
+
emissionFactor: 0.00202,
|
|
7612
7622
|
calorificValue: 1,
|
|
7613
|
-
type: "
|
|
7614
|
-
|
|
7615
|
-
|
|
7616
|
-
n2oEmissionFactor: 0.000008,
|
|
7623
|
+
type: "gas",
|
|
7624
|
+
ch4EmissionFactor: 0.000001,
|
|
7625
|
+
n2oEmissionFactor: 0.0000015,
|
|
7617
7626
|
},
|
|
7618
7627
|
{
|
|
7619
|
-
name: "
|
|
7620
|
-
unit: "
|
|
7621
|
-
emissionFactor:
|
|
7628
|
+
name: "Fossil-based ethanol",
|
|
7629
|
+
unit: "kl",
|
|
7630
|
+
emissionFactor: 2.51,
|
|
7622
7631
|
calorificValue: 1,
|
|
7623
|
-
type: "
|
|
7624
|
-
|
|
7625
|
-
|
|
7626
|
-
n2oEmissionFactor: 0.000008,
|
|
7632
|
+
type: "liquid",
|
|
7633
|
+
ch4EmissionFactor: 0.000001,
|
|
7634
|
+
n2oEmissionFactor: 0.0000015,
|
|
7627
7635
|
},
|
|
7628
7636
|
{
|
|
7629
|
-
name: "
|
|
7630
|
-
unit: "
|
|
7631
|
-
emissionFactor:
|
|
7637
|
+
name: "Bio-based ethanol",
|
|
7638
|
+
unit: "kl",
|
|
7639
|
+
emissionFactor: 0.5,
|
|
7632
7640
|
calorificValue: 1,
|
|
7633
|
-
type: "
|
|
7634
|
-
energyConversionFactor: 0.018,
|
|
7641
|
+
type: "liquid",
|
|
7635
7642
|
ch4EmissionFactor: 0.00003,
|
|
7636
7643
|
n2oEmissionFactor: 0.000008,
|
|
7637
7644
|
},
|
|
7638
7645
|
{
|
|
7639
|
-
name: "
|
|
7640
|
-
unit: "
|
|
7646
|
+
name: "Fossil-based methanol",
|
|
7647
|
+
unit: "kl",
|
|
7648
|
+
emissionFactor: 2.56,
|
|
7649
|
+
calorificValue: 1,
|
|
7650
|
+
type: "liquid",
|
|
7651
|
+
ch4EmissionFactor: 0.000001,
|
|
7652
|
+
n2oEmissionFactor: 0.0000015,
|
|
7653
|
+
},
|
|
7654
|
+
{
|
|
7655
|
+
name: "Bio-based methanol",
|
|
7656
|
+
unit: "kl",
|
|
7641
7657
|
emissionFactor: 0.5,
|
|
7642
7658
|
calorificValue: 1,
|
|
7643
|
-
type: "
|
|
7644
|
-
energyConversionFactor: 0.015,
|
|
7659
|
+
type: "liquid",
|
|
7645
7660
|
ch4EmissionFactor: 0.00003,
|
|
7646
7661
|
n2oEmissionFactor: 0.000008,
|
|
7647
7662
|
},
|
|
7648
7663
|
{
|
|
7649
|
-
name: "
|
|
7650
|
-
unit: "
|
|
7651
|
-
emissionFactor:
|
|
7664
|
+
name: "Biodiesel",
|
|
7665
|
+
unit: "kl",
|
|
7666
|
+
emissionFactor: 0.8,
|
|
7652
7667
|
calorificValue: 1,
|
|
7653
|
-
type: "
|
|
7654
|
-
|
|
7655
|
-
|
|
7656
|
-
n2oEmissionFactor: 0.0000015,
|
|
7668
|
+
type: "liquid",
|
|
7669
|
+
ch4EmissionFactor: 0.00003,
|
|
7670
|
+
n2oEmissionFactor: 0.000008,
|
|
7657
7671
|
},
|
|
7658
7672
|
{
|
|
7659
|
-
name: "
|
|
7660
|
-
unit: "
|
|
7661
|
-
emissionFactor:
|
|
7673
|
+
name: "Synthetic Fuel [Gas-to-Liquid (GTL)]",
|
|
7674
|
+
unit: "kl",
|
|
7675
|
+
emissionFactor: 3.53,
|
|
7662
7676
|
calorificValue: 1,
|
|
7663
|
-
type: "
|
|
7664
|
-
energyConversionFactor: 0.012,
|
|
7677
|
+
type: "liquid",
|
|
7665
7678
|
ch4EmissionFactor: 0.000001,
|
|
7666
7679
|
n2oEmissionFactor: 0.0000015,
|
|
7667
7680
|
},
|
|
7668
7681
|
{
|
|
7669
|
-
name: "
|
|
7670
|
-
unit: "
|
|
7671
|
-
emissionFactor:
|
|
7682
|
+
name: "Synthetic Fuel [Coal-to-Liquid (CTL)]",
|
|
7683
|
+
unit: "kl",
|
|
7684
|
+
emissionFactor: 5.53,
|
|
7672
7685
|
calorificValue: 1,
|
|
7673
|
-
type: "
|
|
7674
|
-
energyConversionFactor: 0.019,
|
|
7686
|
+
type: "liquid",
|
|
7675
7687
|
ch4EmissionFactor: 0.000001,
|
|
7676
7688
|
n2oEmissionFactor: 0.0000015,
|
|
7677
7689
|
},
|
|
@@ -7692,7 +7704,9 @@ const MINING_OPERATIONS_PRODUCTS = [
|
|
|
7692
7704
|
emissionFactor: 2.6923,
|
|
7693
7705
|
calorificValue: 1,
|
|
7694
7706
|
type: "liquid",
|
|
7695
|
-
|
|
7707
|
+
ncv: 43,
|
|
7708
|
+
ncvUnit: "GJ/tonne",
|
|
7709
|
+
energyConversionFactor: 0.043,
|
|
7696
7710
|
},
|
|
7697
7711
|
{
|
|
7698
7712
|
name: "HSD/Diesel-Company Owned Vehicle",
|
|
@@ -7700,7 +7714,9 @@ const MINING_OPERATIONS_PRODUCTS = [
|
|
|
7700
7714
|
emissionFactor: 2.7,
|
|
7701
7715
|
calorificValue: 1,
|
|
7702
7716
|
type: "liquid",
|
|
7703
|
-
|
|
7717
|
+
ncv: 43,
|
|
7718
|
+
ncvUnit: "GJ/tonne",
|
|
7719
|
+
energyConversionFactor: 0.043,
|
|
7704
7720
|
},
|
|
7705
7721
|
{
|
|
7706
7722
|
name: "Grease",
|
|
@@ -7708,7 +7724,6 @@ const MINING_OPERATIONS_PRODUCTS = [
|
|
|
7708
7724
|
emissionFactor: 3.1,
|
|
7709
7725
|
calorificValue: 1,
|
|
7710
7726
|
type: "solid",
|
|
7711
|
-
energyConversionFactor: 0.04,
|
|
7712
7727
|
},
|
|
7713
7728
|
{
|
|
7714
7729
|
name: "Lubrication Oil",
|
|
@@ -7716,7 +7731,9 @@ const MINING_OPERATIONS_PRODUCTS = [
|
|
|
7716
7731
|
emissionFactor: 2.9,
|
|
7717
7732
|
calorificValue: 1,
|
|
7718
7733
|
type: "liquid",
|
|
7719
|
-
|
|
7734
|
+
ncv: 40.2,
|
|
7735
|
+
ncvUnit: "GJ/tonne",
|
|
7736
|
+
energyConversionFactor: 0.0402,
|
|
7720
7737
|
},
|
|
7721
7738
|
];
|
|
7722
7739
|
const ON_SITE_POWER_PRODUCTS = [
|
|
@@ -7726,7 +7743,9 @@ const ON_SITE_POWER_PRODUCTS = [
|
|
|
7726
7743
|
emissionFactor: 2.44068,
|
|
7727
7744
|
calorificValue: 1,
|
|
7728
7745
|
type: "solid",
|
|
7729
|
-
|
|
7746
|
+
ncv: 25.8,
|
|
7747
|
+
ncvUnit: "GJ/tonne",
|
|
7748
|
+
energyConversionFactor: 0.0258,
|
|
7730
7749
|
},
|
|
7731
7750
|
{
|
|
7732
7751
|
name: "Sub bituminous coal",
|
|
@@ -7734,7 +7753,9 @@ const ON_SITE_POWER_PRODUCTS = [
|
|
|
7734
7753
|
emissionFactor: 1.81629,
|
|
7735
7754
|
calorificValue: 1,
|
|
7736
7755
|
type: "solid",
|
|
7737
|
-
|
|
7756
|
+
ncv: 18.9,
|
|
7757
|
+
ncvUnit: "GJ/tonne",
|
|
7758
|
+
energyConversionFactor: 0.0189,
|
|
7738
7759
|
},
|
|
7739
7760
|
{
|
|
7740
7761
|
name: "Lignite",
|
|
@@ -7742,7 +7763,9 @@ const ON_SITE_POWER_PRODUCTS = [
|
|
|
7742
7763
|
emissionFactor: 1.2019,
|
|
7743
7764
|
calorificValue: 1,
|
|
7744
7765
|
type: "solid",
|
|
7745
|
-
|
|
7766
|
+
ncv: 11.9,
|
|
7767
|
+
ncvUnit: "GJ/tonne",
|
|
7768
|
+
energyConversionFactor: 0.0119,
|
|
7746
7769
|
},
|
|
7747
7770
|
{
|
|
7748
7771
|
name: "India Coal",
|
|
@@ -7750,7 +7773,9 @@ const ON_SITE_POWER_PRODUCTS = [
|
|
|
7750
7773
|
emissionFactor: 2.455,
|
|
7751
7774
|
calorificValue: 1,
|
|
7752
7775
|
type: "solid",
|
|
7753
|
-
|
|
7776
|
+
ncv: 25.8,
|
|
7777
|
+
ncvUnit: "GJ/tonne",
|
|
7778
|
+
energyConversionFactor: 0.0258,
|
|
7754
7779
|
},
|
|
7755
7780
|
{
|
|
7756
7781
|
name: "Diesel for DG set",
|
|
@@ -7758,12 +7783,14 @@ const ON_SITE_POWER_PRODUCTS = [
|
|
|
7758
7783
|
emissionFactor: 2.6923,
|
|
7759
7784
|
calorificValue: 1,
|
|
7760
7785
|
type: "liquid",
|
|
7761
|
-
|
|
7786
|
+
ncv: 43,
|
|
7787
|
+
ncvUnit: "GJ/tonne",
|
|
7788
|
+
energyConversionFactor: 0.043,
|
|
7762
7789
|
},
|
|
7763
7790
|
{
|
|
7764
7791
|
name: "Electricity Generated On-Site (Diesel Generators)",
|
|
7765
7792
|
unit: "kWh",
|
|
7766
|
-
emissionFactor: 0.
|
|
7793
|
+
emissionFactor: 0.00071,
|
|
7767
7794
|
calorificValue: 1,
|
|
7768
7795
|
type: "electricity",
|
|
7769
7796
|
energyConversionFactor: 0.036,
|
|
@@ -7787,141 +7814,55 @@ const ON_SITE_POWER_PRODUCTS = [
|
|
|
7787
7814
|
];
|
|
7788
7815
|
const ELECTRICITY_CONSUMED_PRODUCTS = [
|
|
7789
7816
|
{
|
|
7790
|
-
name: "Electricity
|
|
7791
|
-
unit: "
|
|
7792
|
-
emissionFactor: 0.
|
|
7793
|
-
calorificValue: 1,
|
|
7794
|
-
type: "electricity",
|
|
7795
|
-
energyConversionFactor: 0.036,
|
|
7796
|
-
},
|
|
7797
|
-
{
|
|
7798
|
-
name: "Electricity generated from DG",
|
|
7799
|
-
unit: "Lakh kWh",
|
|
7800
|
-
emissionFactor: 0.000267,
|
|
7801
|
-
calorificValue: 1,
|
|
7802
|
-
type: "electricity",
|
|
7803
|
-
energyConversionFactor: 0.036,
|
|
7804
|
-
},
|
|
7805
|
-
{
|
|
7806
|
-
name: "Electricity generated from Steam Turbine - CPP",
|
|
7807
|
-
unit: "Lakh kWh",
|
|
7808
|
-
emissionFactor: 0.000127,
|
|
7809
|
-
calorificValue: 1,
|
|
7810
|
-
type: "electricity",
|
|
7811
|
-
energyConversionFactor: 0.036,
|
|
7812
|
-
},
|
|
7813
|
-
{
|
|
7814
|
-
name: "Electricity generated from Steam Turbine - WHRS",
|
|
7815
|
-
unit: "Lakh kWh",
|
|
7816
|
-
emissionFactor: 0.000129,
|
|
7817
|
-
calorificValue: 1,
|
|
7818
|
-
type: "electricity",
|
|
7819
|
-
energyConversionFactor: 0.036,
|
|
7820
|
-
},
|
|
7821
|
-
{
|
|
7822
|
-
name: "Through Renewable Sources (Solar) Captive",
|
|
7823
|
-
unit: "Lakh kWh",
|
|
7824
|
-
emissionFactor: 0,
|
|
7825
|
-
calorificValue: 1,
|
|
7826
|
-
type: "electricity",
|
|
7827
|
-
energyConversionFactor: 0.036,
|
|
7828
|
-
},
|
|
7829
|
-
{
|
|
7830
|
-
name: "Through Renewable Sources (Wind) Captive",
|
|
7831
|
-
unit: "Lakh kWh",
|
|
7832
|
-
emissionFactor: 0,
|
|
7833
|
-
calorificValue: 1,
|
|
7834
|
-
type: "electricity",
|
|
7835
|
-
energyConversionFactor: 0.036,
|
|
7836
|
-
},
|
|
7837
|
-
{
|
|
7838
|
-
name: "Total Captive Renewable Energy (In Plant)-from all sources",
|
|
7839
|
-
unit: "Lakh kWh",
|
|
7840
|
-
emissionFactor: 0,
|
|
7817
|
+
name: "Electricity Purchased from Grid",
|
|
7818
|
+
unit: "kWh",
|
|
7819
|
+
emissionFactor: 0.00071,
|
|
7841
7820
|
calorificValue: 1,
|
|
7842
7821
|
type: "electricity",
|
|
7843
7822
|
energyConversionFactor: 0.036,
|
|
7823
|
+
source: "CEA 2024-25",
|
|
7844
7824
|
},
|
|
7845
7825
|
{
|
|
7846
|
-
name: "
|
|
7847
|
-
unit: "
|
|
7826
|
+
name: "Electricity Purchased from Renewable Sources",
|
|
7827
|
+
unit: "kWh",
|
|
7848
7828
|
emissionFactor: 0,
|
|
7849
7829
|
calorificValue: 1,
|
|
7850
7830
|
type: "electricity",
|
|
7851
7831
|
energyConversionFactor: 0.036,
|
|
7852
7832
|
},
|
|
7853
7833
|
{
|
|
7854
|
-
name: "
|
|
7855
|
-
unit: "
|
|
7856
|
-
emissionFactor: 0.
|
|
7857
|
-
calorificValue: 1,
|
|
7858
|
-
type: "electricity",
|
|
7859
|
-
energyConversionFactor: 0.036,
|
|
7860
|
-
},
|
|
7861
|
-
{
|
|
7862
|
-
name: "Purchase from Wind/ Solar (Wheeling)",
|
|
7863
|
-
unit: "Lakh kWh",
|
|
7864
|
-
emissionFactor: 0,
|
|
7834
|
+
name: "Electricity Purchased from Open Access",
|
|
7835
|
+
unit: "kWh",
|
|
7836
|
+
emissionFactor: 0.00071,
|
|
7865
7837
|
calorificValue: 1,
|
|
7866
7838
|
type: "electricity",
|
|
7867
7839
|
energyConversionFactor: 0.036,
|
|
7840
|
+
source: "CEA 2024-25",
|
|
7868
7841
|
},
|
|
7869
7842
|
{
|
|
7870
|
-
name: "
|
|
7871
|
-
unit: "
|
|
7843
|
+
name: "Electricity Purchased from RECs",
|
|
7844
|
+
unit: "kWh",
|
|
7872
7845
|
emissionFactor: 0,
|
|
7873
7846
|
calorificValue: 1,
|
|
7874
7847
|
type: "electricity",
|
|
7875
7848
|
energyConversionFactor: 0.036,
|
|
7876
7849
|
},
|
|
7877
7850
|
{
|
|
7878
|
-
name: "
|
|
7879
|
-
unit: "
|
|
7880
|
-
emissionFactor: 0.00023,
|
|
7881
|
-
calorificValue: 1,
|
|
7882
|
-
type: "electricity",
|
|
7883
|
-
energyConversionFactor: 0.036,
|
|
7884
|
-
},
|
|
7885
|
-
{
|
|
7886
|
-
name: "Renewable Electricity Biomass and Biofuel based (Through Wheeling)",
|
|
7887
|
-
unit: "Lakh kWh",
|
|
7851
|
+
name: "Wind Energy",
|
|
7852
|
+
unit: "kWh",
|
|
7888
7853
|
emissionFactor: 0,
|
|
7889
7854
|
calorificValue: 1,
|
|
7890
7855
|
type: "electricity",
|
|
7891
7856
|
energyConversionFactor: 0.036,
|
|
7892
7857
|
},
|
|
7893
7858
|
{
|
|
7894
|
-
name: "
|
|
7895
|
-
unit: "
|
|
7896
|
-
emissionFactor: 0.000727,
|
|
7897
|
-
calorificValue: 1,
|
|
7898
|
-
type: "electricity",
|
|
7899
|
-
energyConversionFactor: 0.036,
|
|
7900
|
-
},
|
|
7901
|
-
{
|
|
7902
|
-
name: "Total Electricity Consumption Availability",
|
|
7903
|
-
unit: "Lakh kWh",
|
|
7859
|
+
name: "Solar Energy",
|
|
7860
|
+
unit: "kWh",
|
|
7904
7861
|
emissionFactor: 0,
|
|
7905
7862
|
calorificValue: 1,
|
|
7906
7863
|
type: "electricity",
|
|
7907
7864
|
energyConversionFactor: 0.036,
|
|
7908
7865
|
},
|
|
7909
|
-
{
|
|
7910
|
-
name: "Energy Supplied to Colony",
|
|
7911
|
-
unit: "Lakh kWh",
|
|
7912
|
-
emissionFactor: 0.000727,
|
|
7913
|
-
calorificValue: 1,
|
|
7914
|
-
type: "electricity",
|
|
7915
|
-
energyConversionFactor: 0.036,
|
|
7916
|
-
},
|
|
7917
|
-
{
|
|
7918
|
-
name: "Energy Supplied to Others",
|
|
7919
|
-
unit: "Lakh kWh",
|
|
7920
|
-
emissionFactor: 0.000727,
|
|
7921
|
-
calorificValue: 1,
|
|
7922
|
-
type: "electricity",
|
|
7923
|
-
energyConversionFactor: 0.036,
|
|
7924
|
-
},
|
|
7925
7866
|
];
|
|
7926
7867
|
const FIRE_EXTINGUISHER_PRODUCTS$f = [
|
|
7927
7868
|
{
|
|
@@ -8042,23 +7983,24 @@ const SCOPE1_CEMENT = [
|
|
|
8042
7983
|
];
|
|
8043
7984
|
const LOCATION_BASED_ELECTRICITY$g = [
|
|
8044
7985
|
{
|
|
8045
|
-
name: "Electricity Purchased from
|
|
7986
|
+
name: "Electricity Purchased from Grid",
|
|
8046
7987
|
unit: "kWh",
|
|
8047
7988
|
type: "location-based",
|
|
8048
7989
|
renewable: false,
|
|
8049
7990
|
calorificValue: 0.036,
|
|
8050
|
-
emissionFactor: 0.
|
|
7991
|
+
emissionFactor: 0.00071,
|
|
7992
|
+
source: "CEA 2024-25",
|
|
8051
7993
|
},
|
|
8052
7994
|
{
|
|
8053
|
-
name: "Electricity Purchased from
|
|
7995
|
+
name: "Electricity Purchased from Renewable Sources",
|
|
8054
7996
|
unit: "kWh",
|
|
8055
7997
|
type: "location-based",
|
|
8056
|
-
renewable:
|
|
7998
|
+
renewable: true,
|
|
8057
7999
|
calorificValue: 0.036,
|
|
8058
|
-
emissionFactor: 0
|
|
8000
|
+
emissionFactor: 0,
|
|
8059
8001
|
},
|
|
8060
8002
|
{
|
|
8061
|
-
name: "
|
|
8003
|
+
name: "Wind Energy",
|
|
8062
8004
|
unit: "kWh",
|
|
8063
8005
|
type: "location-based",
|
|
8064
8006
|
renewable: true,
|
|
@@ -8066,7 +8008,7 @@ const LOCATION_BASED_ELECTRICITY$g = [
|
|
|
8066
8008
|
emissionFactor: 0,
|
|
8067
8009
|
},
|
|
8068
8010
|
{
|
|
8069
|
-
name: "
|
|
8011
|
+
name: "Solar Energy",
|
|
8070
8012
|
unit: "kWh",
|
|
8071
8013
|
type: "location-based",
|
|
8072
8014
|
renewable: true,
|
|
@@ -8074,26 +8016,18 @@ const LOCATION_BASED_ELECTRICITY$g = [
|
|
|
8074
8016
|
emissionFactor: 0,
|
|
8075
8017
|
},
|
|
8076
8018
|
];
|
|
8077
|
-
// Market-based Scope 2 emissions
|
|
8078
8019
|
const MARKET_BASED_ELECTRICITY$g = [
|
|
8079
8020
|
{
|
|
8080
|
-
name: "Electricity Purchased
|
|
8021
|
+
name: "Electricity Purchased from Open Access",
|
|
8081
8022
|
unit: "kWh",
|
|
8082
8023
|
type: "market-based",
|
|
8083
8024
|
renewable: false,
|
|
8084
8025
|
calorificValue: 0.036,
|
|
8085
|
-
emissionFactor: 0.
|
|
8026
|
+
emissionFactor: 0.00071,
|
|
8027
|
+
source: "CEA 2024-25",
|
|
8086
8028
|
},
|
|
8087
8029
|
{
|
|
8088
|
-
name: "Electricity
|
|
8089
|
-
unit: "kWh",
|
|
8090
|
-
type: "market-based",
|
|
8091
|
-
renewable: true,
|
|
8092
|
-
calorificValue: 0.036,
|
|
8093
|
-
emissionFactor: 0, // Wind generator EF example
|
|
8094
|
-
},
|
|
8095
|
-
{
|
|
8096
|
-
name: "Electricity Matched with RECs / GOs / I-RECs",
|
|
8030
|
+
name: "Electricity Purchased from RECs",
|
|
8097
8031
|
unit: "kWh",
|
|
8098
8032
|
type: "market-based",
|
|
8099
8033
|
renewable: true,
|
|
@@ -8124,17 +8058,12 @@ const PURCHASED_GOODS_AND_SERVICES$e = [
|
|
|
8124
8058
|
{
|
|
8125
8059
|
category: "Raw Materials",
|
|
8126
8060
|
items: [
|
|
8127
|
-
{ item: "Cement Clinker", emissionFactor: 0.9, unit: "ton" },
|
|
8128
|
-
{ item: "Limestone", emissionFactor: 0.07, unit: "ton" },
|
|
8061
|
+
{ item: "Cement Clinker (if purchased)", emissionFactor: 0.9, unit: "ton" },
|
|
8129
8062
|
{ item: "Clay", emissionFactor: 0.15, unit: "ton" },
|
|
8130
8063
|
{ item: "Gypsum", emissionFactor: 0.06, unit: "ton" },
|
|
8131
8064
|
{ item: "Fly Ash", emissionFactor: 0.4, unit: "ton" },
|
|
8132
8065
|
{ item: "Blast Furnace Slag", emissionFactor: 0.25, unit: "ton" },
|
|
8133
|
-
{
|
|
8134
|
-
item: "Pozzolanic Materials (e.g., volcanic ash)",
|
|
8135
|
-
emissionFactor: 0.25,
|
|
8136
|
-
unit: "ton",
|
|
8137
|
-
},
|
|
8066
|
+
{ item: "Pozzolanic Materials (e.g., volcanic ash)", emissionFactor: 0.25, unit: "ton" },
|
|
8138
8067
|
{ item: "Silica Fume", emissionFactor: 0.75, unit: "ton" },
|
|
8139
8068
|
{ item: "Natural Pozzolans", emissionFactor: 0.4, unit: "ton" },
|
|
8140
8069
|
{ item: "Sand", emissionFactor: 0.03, unit: "ton" },
|
|
@@ -8145,11 +8074,11 @@ const PURCHASED_GOODS_AND_SERVICES$e = [
|
|
|
8145
8074
|
{
|
|
8146
8075
|
category: "Additives & Other Materials",
|
|
8147
8076
|
items: [
|
|
8148
|
-
{ item: "Superplasticizers", emissionFactor:
|
|
8149
|
-
{ item: "Water
|
|
8150
|
-
{ item: "Latex Additives", emissionFactor:
|
|
8077
|
+
{ item: "Superplasticizers", emissionFactor: 2, unit: "ton" },
|
|
8078
|
+
{ item: "Water reducer", emissionFactor: 1.8, unit: "ton" },
|
|
8079
|
+
{ item: "Latex Additives", emissionFactor: 2.5, unit: "ton" },
|
|
8151
8080
|
{ item: "Micro Silica", emissionFactor: 0.75, unit: "ton" },
|
|
8152
|
-
{ item: "Carbon Black", emissionFactor:
|
|
8081
|
+
{ item: "Carbon Black", emissionFactor: 3.1, unit: "ton" },
|
|
8153
8082
|
{ item: "Magnesium Silicate", emissionFactor: 0.45, unit: "ton" },
|
|
8154
8083
|
{ item: "Calcium Aluminate", emissionFactor: 1.5, unit: "ton" },
|
|
8155
8084
|
],
|
|
@@ -8157,17 +8086,17 @@ const PURCHASED_GOODS_AND_SERVICES$e = [
|
|
|
8157
8086
|
{
|
|
8158
8087
|
category: "Mineral Additives",
|
|
8159
8088
|
items: [
|
|
8160
|
-
{ item: "Limestone
|
|
8161
|
-
{ item: "Cement Kiln
|
|
8162
|
-
{ item: "Slaked
|
|
8089
|
+
{ item: "Limestone filler (If not calcined)", emissionFactor: 0.1, unit: "ton" },
|
|
8090
|
+
{ item: "Cement Kiln dust", emissionFactor: 0.4, unit: "ton" },
|
|
8091
|
+
{ item: "Slaked lime (Hydrated Lime) [Only if purchased]", emissionFactor: 0.3, unit: "ton" },
|
|
8163
8092
|
],
|
|
8164
8093
|
},
|
|
8165
8094
|
{
|
|
8166
|
-
category: "Packaging
|
|
8095
|
+
category: "Packaging Material",
|
|
8167
8096
|
items: [
|
|
8168
8097
|
{ item: "Paper Bags", emissionFactor: 0.7, unit: "ton" },
|
|
8169
8098
|
{ item: "Plastic Bags", emissionFactor: 2.5, unit: "ton" },
|
|
8170
|
-
{ item: "Polyethylene
|
|
8099
|
+
{ item: "Polyethylene", emissionFactor: 3, unit: "ton" },
|
|
8171
8100
|
{ item: "Jute Bags", emissionFactor: 0.3, unit: "ton" },
|
|
8172
8101
|
{ item: "Paperboard Boxes", emissionFactor: 0.5, unit: "ton" },
|
|
8173
8102
|
{ item: "Wooden Pallets", emissionFactor: 1.2, unit: "ton" },
|
|
@@ -8184,73 +8113,25 @@ const PURCHASED_GOODS_AND_SERVICES$e = [
|
|
|
8184
8113
|
items: [
|
|
8185
8114
|
{ item: "Recycled Paper", emissionFactor: 0.4, unit: "ton" },
|
|
8186
8115
|
{ item: "Biodegradable Plastics", emissionFactor: 1.5, unit: "ton" },
|
|
8187
|
-
{ item: "Recycled
|
|
8116
|
+
{ item: "Recycled Plastics", emissionFactor: 1.8, unit: "ton" },
|
|
8188
8117
|
{ item: "Composite Materials", emissionFactor: 1, unit: "ton" },
|
|
8189
8118
|
],
|
|
8190
8119
|
},
|
|
8191
8120
|
{
|
|
8192
8121
|
category: "Maintenance Materials",
|
|
8193
8122
|
items: [
|
|
8194
|
-
{
|
|
8195
|
-
|
|
8196
|
-
|
|
8197
|
-
|
|
8198
|
-
},
|
|
8199
|
-
{
|
|
8200
|
-
|
|
8201
|
-
|
|
8202
|
-
|
|
8203
|
-
},
|
|
8204
|
-
{
|
|
8205
|
-
|
|
8206
|
-
emissionFactor: 0.0015,
|
|
8207
|
-
unit: "tonnes",
|
|
8208
|
-
},
|
|
8209
|
-
{
|
|
8210
|
-
item: "Descaling Agents",
|
|
8211
|
-
emissionFactor: 0.0000023,
|
|
8212
|
-
unit: "tonnes",
|
|
8213
|
-
},
|
|
8214
|
-
{
|
|
8215
|
-
item: "Rust Preventatives",
|
|
8216
|
-
emissionFactor: 0.002,
|
|
8217
|
-
unit: "tonnes",
|
|
8218
|
-
},
|
|
8219
|
-
{
|
|
8220
|
-
item: "Anti-wear Additives",
|
|
8221
|
-
emissionFactor: 0.0000025,
|
|
8222
|
-
unit: "tonnes",
|
|
8223
|
-
},
|
|
8224
|
-
{
|
|
8225
|
-
item: "Sealants and Gaskets",
|
|
8226
|
-
emissionFactor: 0.000003,
|
|
8227
|
-
unit: "tonnes",
|
|
8228
|
-
},
|
|
8229
|
-
{
|
|
8230
|
-
item: "Refractories",
|
|
8231
|
-
emissionFactor: 0.0007,
|
|
8232
|
-
unit: "tonnes",
|
|
8233
|
-
},
|
|
8234
|
-
{
|
|
8235
|
-
item: "Steel and Metal Parts",
|
|
8236
|
-
emissionFactor: 0.001,
|
|
8237
|
-
unit: "tonnes",
|
|
8238
|
-
},
|
|
8239
|
-
{
|
|
8240
|
-
item: "Filters (Air, Water, and Dust)",
|
|
8241
|
-
emissionFactor: 0.0000012,
|
|
8242
|
-
unit: "units",
|
|
8243
|
-
},
|
|
8244
|
-
{
|
|
8245
|
-
item: "Conveyor Belts",
|
|
8246
|
-
emissionFactor: 0.0006,
|
|
8247
|
-
unit: "meter",
|
|
8248
|
-
},
|
|
8249
|
-
{
|
|
8250
|
-
item: "V-belts and Drive Belts",
|
|
8251
|
-
emissionFactor: 0.0000025,
|
|
8252
|
-
unit: "units",
|
|
8253
|
-
},
|
|
8123
|
+
{ item: "Lubricants (Oils)", emissionFactor: 2.8, unit: "ton" },
|
|
8124
|
+
{ item: "Grease", emissionFactor: 3.2, unit: "ton" },
|
|
8125
|
+
{ item: "Industrial Cleaners", emissionFactor: 1.5, unit: "ton" },
|
|
8126
|
+
{ item: "Descalling agents", emissionFactor: 2.3, unit: "ton" },
|
|
8127
|
+
{ item: "Rust Preventative", emissionFactor: 2, unit: "ton" },
|
|
8128
|
+
{ item: "Anti-wear Additives", emissionFactor: 2.5, unit: "ton" },
|
|
8129
|
+
{ item: "Sealants and gaskets", emissionFactor: 3, unit: "ton" },
|
|
8130
|
+
{ item: "Refractories", emissionFactor: 0.7, unit: "ton" },
|
|
8131
|
+
{ item: "Steel and Metal Parts", emissionFactor: 1, unit: "ton" },
|
|
8132
|
+
{ item: "Filters (Air, water and dust)", emissionFactor: 1.2, unit: "ton" },
|
|
8133
|
+
{ item: "Conveyor Belts", emissionFactor: 0.6, unit: "meter" },
|
|
8134
|
+
{ item: "V-Belts and drive belts", emissionFactor: 2.5, unit: "ton" },
|
|
8254
8135
|
],
|
|
8255
8136
|
},
|
|
8256
8137
|
];
|
|
@@ -8260,47 +8141,47 @@ const UPSTREAM_EMISSIONS_PURCHASED_FUELS$5 = [
|
|
|
8260
8141
|
items: [
|
|
8261
8142
|
{
|
|
8262
8143
|
item: "Coal",
|
|
8263
|
-
emissionFactor:
|
|
8144
|
+
emissionFactor: 2.39,
|
|
8264
8145
|
unit: "tonnes",
|
|
8265
8146
|
},
|
|
8266
8147
|
{
|
|
8267
8148
|
item: "Coke",
|
|
8268
|
-
emissionFactor:
|
|
8149
|
+
emissionFactor: 3.38,
|
|
8269
8150
|
unit: "tonnes",
|
|
8270
8151
|
},
|
|
8271
8152
|
{
|
|
8272
8153
|
item: "Diesel",
|
|
8273
|
-
emissionFactor:
|
|
8274
|
-
unit: "
|
|
8154
|
+
emissionFactor: 3.2,
|
|
8155
|
+
unit: "tonnes",
|
|
8275
8156
|
},
|
|
8276
8157
|
{
|
|
8277
|
-
item: "LPG
|
|
8278
|
-
emissionFactor:
|
|
8279
|
-
unit: "
|
|
8158
|
+
item: "LPG",
|
|
8159
|
+
emissionFactor: 2.939,
|
|
8160
|
+
unit: "tonnes",
|
|
8280
8161
|
},
|
|
8281
8162
|
{
|
|
8282
8163
|
item: "Natural Gas",
|
|
8283
|
-
emissionFactor:
|
|
8284
|
-
unit: "
|
|
8164
|
+
emissionFactor: 2.575,
|
|
8165
|
+
unit: "tonnes",
|
|
8285
8166
|
},
|
|
8286
8167
|
{
|
|
8287
|
-
item: "Petrol",
|
|
8288
|
-
emissionFactor:
|
|
8289
|
-
unit: "
|
|
8168
|
+
item: "Petrol (Gasoline)",
|
|
8169
|
+
emissionFactor: 2.772,
|
|
8170
|
+
unit: "tonnes",
|
|
8290
8171
|
},
|
|
8291
8172
|
{
|
|
8292
8173
|
item: "Propane",
|
|
8293
|
-
emissionFactor:
|
|
8294
|
-
unit: "
|
|
8174
|
+
emissionFactor: 2.997,
|
|
8175
|
+
unit: "tonnes",
|
|
8295
8176
|
},
|
|
8296
8177
|
{
|
|
8297
|
-
item: "CNG
|
|
8298
|
-
emissionFactor:
|
|
8178
|
+
item: "CNG",
|
|
8179
|
+
emissionFactor: 2.575,
|
|
8299
8180
|
unit: "tonnes",
|
|
8300
8181
|
},
|
|
8301
8182
|
{
|
|
8302
|
-
item: "Coal (
|
|
8303
|
-
emissionFactor: 0.
|
|
8183
|
+
item: "Coal (KWH)",
|
|
8184
|
+
emissionFactor: 0.339,
|
|
8304
8185
|
unit: "kWh",
|
|
8305
8186
|
},
|
|
8306
8187
|
],
|
|
@@ -8310,7 +8191,7 @@ const UPSTREAM_EMISSIONS_PURCHASED_FUELS$5 = [
|
|
|
8310
8191
|
items: [
|
|
8311
8192
|
{
|
|
8312
8193
|
item: "Electricity",
|
|
8313
|
-
emissionFactor: 0.
|
|
8194
|
+
emissionFactor: 0.00071,
|
|
8314
8195
|
unit: "kWh",
|
|
8315
8196
|
},
|
|
8316
8197
|
],
|
|
@@ -8321,137 +8202,157 @@ const TRAVEL_EMISSIONS = [
|
|
|
8321
8202
|
category: "Air Travel",
|
|
8322
8203
|
items: [
|
|
8323
8204
|
{
|
|
8324
|
-
item: "Domestic Flights
|
|
8325
|
-
emissionFactor: 0.
|
|
8205
|
+
item: "Domestic Flights",
|
|
8206
|
+
emissionFactor: 0.0004,
|
|
8326
8207
|
unit: "km",
|
|
8327
8208
|
},
|
|
8328
8209
|
{
|
|
8329
|
-
item: "International Flights
|
|
8330
|
-
emissionFactor: 0.
|
|
8210
|
+
item: "International Flights",
|
|
8211
|
+
emissionFactor: 0.000146,
|
|
8331
8212
|
unit: "km",
|
|
8332
8213
|
},
|
|
8333
8214
|
],
|
|
8334
8215
|
},
|
|
8335
8216
|
{
|
|
8336
|
-
category: "Car",
|
|
8217
|
+
category: "Car - Gasoline",
|
|
8337
8218
|
items: [
|
|
8338
|
-
{
|
|
8339
|
-
|
|
8340
|
-
|
|
8341
|
-
|
|
8342
|
-
},
|
|
8343
|
-
{
|
|
8344
|
-
|
|
8345
|
-
|
|
8346
|
-
|
|
8347
|
-
},
|
|
8348
|
-
{
|
|
8349
|
-
|
|
8350
|
-
|
|
8351
|
-
|
|
8352
|
-
},
|
|
8219
|
+
{ item: "Small (<800 CC)", emissionFactor: 0.000103, unit: "km" },
|
|
8220
|
+
{ item: "Small (<800 CC) CNG", emissionFactor: 0.000063, unit: "km" },
|
|
8221
|
+
{ item: "Small (<800 CC) LPG", emissionFactor: 0.000138, unit: "km" },
|
|
8222
|
+
{ item: "Hatchback (<1000 CC)", emissionFactor: 0.000117, unit: "km" },
|
|
8223
|
+
{ item: "Hatchback (<1400 CC)", emissionFactor: 0.00013, unit: "km" },
|
|
8224
|
+
{ item: "Premium Hatchback (<1600 CC)", emissionFactor: 0.00015, unit: "km" },
|
|
8225
|
+
{ item: "Compact SUV (<1600 CC)", emissionFactor: 0.000153, unit: "km" },
|
|
8226
|
+
{ item: "Gypsy (1298 CC)", emissionFactor: 0.000189, unit: "km" },
|
|
8227
|
+
{ item: "Sedan (<1400 CC)", emissionFactor: 0.000142, unit: "km" },
|
|
8228
|
+
{ item: "Sedan (<1600 CC)", emissionFactor: 0.000142, unit: "km" },
|
|
8229
|
+
{ item: "Sedan (<2000 CC)", emissionFactor: 0.000149, unit: "km" },
|
|
8230
|
+
{ item: "Sedan (<2500 CC)", emissionFactor: 0.000163, unit: "km" },
|
|
8231
|
+
{ item: "SUV (<3000 CC)", emissionFactor: 0.000197, unit: "km" },
|
|
8232
|
+
{ item: "MUV (<2000 CC)", emissionFactor: 0.000213, unit: "km" },
|
|
8233
|
+
{ item: "Premium SUV (<2000 CC)", emissionFactor: 0.000193, unit: "km" },
|
|
8234
|
+
{ item: "Premium SUV (<3000 CC)", emissionFactor: 0.000258, unit: "km" },
|
|
8235
|
+
{ item: "Premium SUV (>3000 CC)", emissionFactor: 0.000267, unit: "km" },
|
|
8236
|
+
{ item: "Premium Sedan (<2000 CC)", emissionFactor: 0.000191, unit: "km" },
|
|
8237
|
+
{ item: "Premium Sedan (<3000 CC)", emissionFactor: 0.000194, unit: "km" },
|
|
8238
|
+
{ item: "Premium Sedan (>3000 CC)", emissionFactor: 0.00025, unit: "km" },
|
|
8239
|
+
{ item: "Hybrid (<2000 CC)", emissionFactor: 0.000095, unit: "km" },
|
|
8353
8240
|
],
|
|
8354
8241
|
},
|
|
8355
8242
|
{
|
|
8356
|
-
category: "
|
|
8243
|
+
category: "Car - Diesel",
|
|
8357
8244
|
items: [
|
|
8358
|
-
{
|
|
8359
|
-
|
|
8360
|
-
|
|
8361
|
-
|
|
8362
|
-
},
|
|
8363
|
-
{
|
|
8364
|
-
|
|
8365
|
-
|
|
8366
|
-
|
|
8367
|
-
},
|
|
8245
|
+
{ item: "Hatchback (<1000 CC)", emissionFactor: 0.000105, unit: "km" },
|
|
8246
|
+
{ item: "Hatchback (<1400 CC)", emissionFactor: 0.000117, unit: "km" },
|
|
8247
|
+
{ item: "Hatchback (<1600 CC)", emissionFactor: 0.000136, unit: "km" },
|
|
8248
|
+
{ item: "Sedan (<1400 CC)", emissionFactor: 0.000121, unit: "km" },
|
|
8249
|
+
{ item: "Sedan (<1600 CC)", emissionFactor: 0.000131, unit: "km" },
|
|
8250
|
+
{ item: "Sedan (<2000 CC)", emissionFactor: 0.000148, unit: "km" },
|
|
8251
|
+
{ item: "Premium Sedan (<2000 CC)", emissionFactor: 0.000164, unit: "km" },
|
|
8252
|
+
{ item: "Premium Sedan (<2500 CC)", emissionFactor: 0.000151, unit: "km" },
|
|
8253
|
+
{ item: "Premium Sedan (<3000 CC)", emissionFactor: 0.00023, unit: "km" },
|
|
8254
|
+
{ item: "MUV (<1400 CC)", emissionFactor: 0.000145, unit: "km" },
|
|
8255
|
+
{ item: "MUV (<2500 CC)", emissionFactor: 0.0002, unit: "km" },
|
|
8256
|
+
{ item: "Maxi Van", emissionFactor: 0.000209, unit: "km" },
|
|
8257
|
+
{ item: "SUV (<2000 CC)", emissionFactor: 0.000186, unit: "km" },
|
|
8258
|
+
{ item: "SUV (<2500 CC)", emissionFactor: 0.000195, unit: "km" },
|
|
8259
|
+
{ item: "SUV (<3000 CC)", emissionFactor: 0.000203, unit: "km" },
|
|
8260
|
+
{ item: "Premium SUV (<2000 CC)", emissionFactor: 0.000167, unit: "km" },
|
|
8261
|
+
{ item: "Premium SUV (<2500 CC)", emissionFactor: 0.000199, unit: "km" },
|
|
8262
|
+
{ item: "Premium SUV (<3000 CC)", emissionFactor: 0.000222, unit: "km" },
|
|
8263
|
+
{ item: "Premium SUV (>3000 CC)", emissionFactor: 0.000269, unit: "km" },
|
|
8368
8264
|
],
|
|
8369
8265
|
},
|
|
8370
8266
|
{
|
|
8371
|
-
category: "
|
|
8267
|
+
category: "Rail",
|
|
8372
8268
|
items: [
|
|
8373
|
-
{
|
|
8374
|
-
|
|
8375
|
-
|
|
8376
|
-
|
|
8377
|
-
},
|
|
8269
|
+
{ item: "Domestic (Electric)", emissionFactor: 0.0000046, unit: "km" },
|
|
8270
|
+
{ item: "Domestic (Diesel)", emissionFactor: 0.000067, unit: "km" },
|
|
8271
|
+
{ item: "International (Electric)", emissionFactor: 0.000006, unit: "km" },
|
|
8272
|
+
{ item: "International (Diesel)", emissionFactor: 0.00008, unit: "km" },
|
|
8378
8273
|
],
|
|
8379
8274
|
},
|
|
8380
8275
|
];
|
|
8381
8276
|
const GROUND_TRANSPORTATION_EMISSIONS = [
|
|
8382
8277
|
{
|
|
8383
|
-
category: "
|
|
8278
|
+
category: "Car - Gasoline",
|
|
8384
8279
|
items: [
|
|
8385
|
-
{
|
|
8386
|
-
|
|
8387
|
-
|
|
8388
|
-
|
|
8389
|
-
},
|
|
8390
|
-
{
|
|
8391
|
-
|
|
8392
|
-
|
|
8393
|
-
|
|
8394
|
-
},
|
|
8280
|
+
{ item: "Small (<800 CC)", emissionFactor: 0.000103, unit: "km" },
|
|
8281
|
+
{ item: "Small (<800 CC) CNG", emissionFactor: 0.000063, unit: "km" },
|
|
8282
|
+
{ item: "Small (<800 CC) LPG", emissionFactor: 0.000138, unit: "km" },
|
|
8283
|
+
{ item: "Hatchback (<1000 CC)", emissionFactor: 0.000117, unit: "km" },
|
|
8284
|
+
{ item: "Hatchback (<1400 CC)", emissionFactor: 0.00013, unit: "km" },
|
|
8285
|
+
{ item: "Premium Hatchback (<1600 CC)", emissionFactor: 0.00015, unit: "km" },
|
|
8286
|
+
{ item: "Compact SUV (<1600 CC)", emissionFactor: 0.000153, unit: "km" },
|
|
8287
|
+
{ item: "Gypsy (1298 CC)", emissionFactor: 0.000189, unit: "km" },
|
|
8288
|
+
{ item: "Sedan (<1400 CC)", emissionFactor: 0.000142, unit: "km" },
|
|
8289
|
+
{ item: "Sedan (<1600 CC)", emissionFactor: 0.000142, unit: "km" },
|
|
8290
|
+
{ item: "Sedan (<2000 CC)", emissionFactor: 0.000149, unit: "km" },
|
|
8291
|
+
{ item: "Sedan (<2500 CC)", emissionFactor: 0.000163, unit: "km" },
|
|
8292
|
+
{ item: "SUV (<3000 CC)", emissionFactor: 0.000197, unit: "km" },
|
|
8293
|
+
{ item: "MUV (<2000 CC)", emissionFactor: 0.000213, unit: "km" },
|
|
8294
|
+
{ item: "Premium SUV (<2000 CC)", emissionFactor: 0.000193, unit: "km" },
|
|
8295
|
+
{ item: "Premium SUV (<3000 CC)", emissionFactor: 0.000258, unit: "km" },
|
|
8296
|
+
{ item: "Premium SUV (>3000 CC)", emissionFactor: 0.000267, unit: "km" },
|
|
8297
|
+
{ item: "Premium Sedan (<2000 CC)", emissionFactor: 0.000191, unit: "km" },
|
|
8298
|
+
{ item: "Premium Sedan (<3000 CC)", emissionFactor: 0.000194, unit: "km" },
|
|
8299
|
+
{ item: "Premium Sedan (>3000 CC)", emissionFactor: 0.00025, unit: "km" },
|
|
8300
|
+
{ item: "Hybrid (<2000 CC)", emissionFactor: 0.000095, unit: "km" },
|
|
8395
8301
|
],
|
|
8396
8302
|
},
|
|
8397
8303
|
{
|
|
8398
|
-
category: "
|
|
8304
|
+
category: "Car - Diesel",
|
|
8399
8305
|
items: [
|
|
8400
|
-
{
|
|
8401
|
-
|
|
8402
|
-
|
|
8403
|
-
|
|
8404
|
-
},
|
|
8306
|
+
{ item: "Hatchback (<1000 CC)", emissionFactor: 0.000105, unit: "km" },
|
|
8307
|
+
{ item: "Hatchback (<1400 CC)", emissionFactor: 0.000117, unit: "km" },
|
|
8308
|
+
{ item: "Hatchback (<1600 CC)", emissionFactor: 0.000136, unit: "km" },
|
|
8309
|
+
{ item: "Sedan (<1400 CC)", emissionFactor: 0.000121, unit: "km" },
|
|
8310
|
+
{ item: "Sedan (<1600 CC)", emissionFactor: 0.000131, unit: "km" },
|
|
8311
|
+
{ item: "Sedan (<2000 CC)", emissionFactor: 0.000148, unit: "km" },
|
|
8312
|
+
{ item: "Premium Sedan (<2000 CC)", emissionFactor: 0.000164, unit: "km" },
|
|
8313
|
+
{ item: "Premium Sedan (<2500 CC)", emissionFactor: 0.000151, unit: "km" },
|
|
8314
|
+
{ item: "Premium Sedan (<3000 CC)", emissionFactor: 0.00023, unit: "km" },
|
|
8315
|
+
{ item: "MUV (<1400 CC)", emissionFactor: 0.000145, unit: "km" },
|
|
8316
|
+
{ item: "MUV (<2500 CC)", emissionFactor: 0.0002, unit: "km" },
|
|
8317
|
+
{ item: "Maxi Van", emissionFactor: 0.000209, unit: "km" },
|
|
8318
|
+
{ item: "SUV (<2000 CC)", emissionFactor: 0.000186, unit: "km" },
|
|
8319
|
+
{ item: "SUV (<2500 CC)", emissionFactor: 0.000195, unit: "km" },
|
|
8320
|
+
{ item: "SUV (<3000 CC)", emissionFactor: 0.000203, unit: "km" },
|
|
8321
|
+
{ item: "Premium SUV (<2000 CC)", emissionFactor: 0.000167, unit: "km" },
|
|
8322
|
+
{ item: "Premium SUV (<2500 CC)", emissionFactor: 0.000199, unit: "km" },
|
|
8323
|
+
{ item: "Premium SUV (<3000 CC)", emissionFactor: 0.000222, unit: "km" },
|
|
8324
|
+
{ item: "Premium SUV (>3000 CC)", emissionFactor: 0.000269, unit: "km" },
|
|
8405
8325
|
],
|
|
8406
8326
|
},
|
|
8407
8327
|
{
|
|
8408
|
-
category: "
|
|
8328
|
+
category: "Rail",
|
|
8409
8329
|
items: [
|
|
8410
|
-
{
|
|
8411
|
-
|
|
8412
|
-
emissionFactor: 0.00005,
|
|
8413
|
-
unit: "km",
|
|
8414
|
-
},
|
|
8415
|
-
{
|
|
8416
|
-
item: "Subway / Metro",
|
|
8417
|
-
emissionFactor: 0.00004,
|
|
8418
|
-
unit: "km",
|
|
8419
|
-
},
|
|
8330
|
+
{ item: "Domestic (Electric)", emissionFactor: 0.0000046, unit: "km" },
|
|
8331
|
+
{ item: "Domestic (Diesel)", emissionFactor: 0.000067, unit: "km" },
|
|
8420
8332
|
],
|
|
8421
8333
|
},
|
|
8422
8334
|
{
|
|
8423
|
-
category: "
|
|
8335
|
+
category: "Bus",
|
|
8424
8336
|
items: [
|
|
8425
|
-
{
|
|
8426
|
-
item: "Train Travel (Domestic)",
|
|
8427
|
-
emissionFactor: 0.00005,
|
|
8428
|
-
unit: "km",
|
|
8429
|
-
},
|
|
8337
|
+
{ item: "Public Bus / Company Bus", emissionFactor: 0.000015161, unit: "km" },
|
|
8430
8338
|
],
|
|
8431
8339
|
},
|
|
8432
8340
|
{
|
|
8433
|
-
category: "
|
|
8341
|
+
category: "Two Wheeler - Scooter",
|
|
8434
8342
|
items: [
|
|
8435
|
-
{
|
|
8436
|
-
|
|
8437
|
-
emissionFactor: 0.00009,
|
|
8438
|
-
unit: "km",
|
|
8439
|
-
},
|
|
8440
|
-
{
|
|
8441
|
-
item: "Company Buses / Shuttle Services",
|
|
8442
|
-
emissionFactor: 0.00003,
|
|
8443
|
-
unit: "km",
|
|
8444
|
-
},
|
|
8343
|
+
{ item: "Scooter (<110 CC)", emissionFactor: 0.0000334, unit: "km" },
|
|
8344
|
+
{ item: "Scooter (<150 CC)", emissionFactor: 0.0000351, unit: "km" },
|
|
8445
8345
|
],
|
|
8446
8346
|
},
|
|
8447
8347
|
{
|
|
8448
|
-
category: "
|
|
8348
|
+
category: "Two Wheeler - Motorcycle",
|
|
8449
8349
|
items: [
|
|
8450
|
-
{
|
|
8451
|
-
|
|
8452
|
-
|
|
8453
|
-
|
|
8454
|
-
},
|
|
8350
|
+
{ item: "Motorcycle (<100 CC)", emissionFactor: 0.0000325, unit: "km" },
|
|
8351
|
+
{ item: "Motorcycle (<125 CC)", emissionFactor: 0.000029, unit: "km" },
|
|
8352
|
+
{ item: "Motorcycle (<135 CC)", emissionFactor: 0.0000324, unit: "km" },
|
|
8353
|
+
{ item: "Motorcycle (<200 CC)", emissionFactor: 0.0000417, unit: "km" },
|
|
8354
|
+
{ item: "Motorcycle (<300 CC)", emissionFactor: 0.000054, unit: "km" },
|
|
8355
|
+
{ item: "Motorcycle (<500 CC)", emissionFactor: 0.0000542, unit: "km" },
|
|
8455
8356
|
],
|
|
8456
8357
|
},
|
|
8457
8358
|
];
|
|
@@ -8459,323 +8360,132 @@ const WASTE_DISPOSAL_EMISSIONS$4 = [
|
|
|
8459
8360
|
{
|
|
8460
8361
|
category: "Recycling",
|
|
8461
8362
|
items: [
|
|
8462
|
-
{
|
|
8463
|
-
|
|
8464
|
-
|
|
8465
|
-
|
|
8466
|
-
},
|
|
8467
|
-
{
|
|
8468
|
-
item: "Paper/Cardboard Waste",
|
|
8469
|
-
emissionFactor: 0.02,
|
|
8470
|
-
unit: "Tons",
|
|
8471
|
-
},
|
|
8472
|
-
{
|
|
8473
|
-
item: "Steel Scrap Waste",
|
|
8474
|
-
emissionFactor: -0.98,
|
|
8475
|
-
unit: "Tons",
|
|
8476
|
-
},
|
|
8477
|
-
{
|
|
8478
|
-
item: "HDPE/LDPE Chemical Drums",
|
|
8479
|
-
emissionFactor: 0.02,
|
|
8480
|
-
unit: "Tons",
|
|
8481
|
-
},
|
|
8482
|
-
{
|
|
8483
|
-
item: "Caustic Soda Packaging Waste",
|
|
8484
|
-
emissionFactor: 0.02,
|
|
8485
|
-
unit: "Tons",
|
|
8486
|
-
},
|
|
8487
|
-
{
|
|
8488
|
-
item: "Cement Dust Waste",
|
|
8489
|
-
emissionFactor: 0.03,
|
|
8490
|
-
unit: "Tons",
|
|
8491
|
-
},
|
|
8492
|
-
{
|
|
8493
|
-
item: "Clinker Waste",
|
|
8494
|
-
emissionFactor: 0.02,
|
|
8495
|
-
unit: "Tons",
|
|
8496
|
-
},
|
|
8497
|
-
{
|
|
8498
|
-
item: "Gypsum Waste",
|
|
8499
|
-
emissionFactor: 0.03,
|
|
8500
|
-
unit: "Tons",
|
|
8501
|
-
},
|
|
8502
|
-
{
|
|
8503
|
-
item: "Packaging Waste (Plastic)",
|
|
8504
|
-
emissionFactor: 0.05,
|
|
8505
|
-
unit: "Tons",
|
|
8506
|
-
},
|
|
8507
|
-
{
|
|
8508
|
-
item: "Packaging Waste (Paper)",
|
|
8509
|
-
emissionFactor: 0.01,
|
|
8510
|
-
unit: "Tons",
|
|
8511
|
-
},
|
|
8363
|
+
{ item: "Plastic Packaging Waste", emissionFactor: 0.033, unit: "Tons" },
|
|
8364
|
+
{ item: "Paper/Cardboard Waste", emissionFactor: 0.1042, unit: "Tons" },
|
|
8365
|
+
{ item: "Steel Scrap Waste", emissionFactor: 0.022, unit: "Tons" },
|
|
8366
|
+
{ item: "HDPE/LDPE Chemical Drums", emissionFactor: 0.21, unit: "Tons" },
|
|
8367
|
+
{ item: "Caustic Soda Packaging Waste", emissionFactor: 0.00046, unit: "Tons" },
|
|
8512
8368
|
],
|
|
8513
8369
|
},
|
|
8514
8370
|
{
|
|
8515
8371
|
category: "Landfill",
|
|
8516
8372
|
items: [
|
|
8517
|
-
{
|
|
8518
|
-
|
|
8519
|
-
|
|
8520
|
-
|
|
8521
|
-
},
|
|
8522
|
-
{
|
|
8523
|
-
|
|
8524
|
-
|
|
8525
|
-
unit: "Tons",
|
|
8526
|
-
},
|
|
8527
|
-
{
|
|
8528
|
-
item: "Clinker Waste",
|
|
8529
|
-
emissionFactor: 0.08,
|
|
8530
|
-
unit: "Tons",
|
|
8531
|
-
},
|
|
8532
|
-
{
|
|
8533
|
-
item: "Concrete Waste",
|
|
8534
|
-
emissionFactor: 0.12,
|
|
8535
|
-
unit: "Tons",
|
|
8536
|
-
},
|
|
8537
|
-
{
|
|
8538
|
-
item: "Steel Scrap Waste",
|
|
8539
|
-
emissionFactor: 0.05,
|
|
8540
|
-
unit: "Tons",
|
|
8541
|
-
},
|
|
8542
|
-
{
|
|
8543
|
-
item: "Gypsum Waste",
|
|
8544
|
-
emissionFactor: 0.04,
|
|
8545
|
-
unit: "Tons",
|
|
8546
|
-
},
|
|
8547
|
-
{
|
|
8548
|
-
item: "Plastic Packaging Waste",
|
|
8549
|
-
emissionFactor: 0.08,
|
|
8550
|
-
unit: "Tons",
|
|
8551
|
-
},
|
|
8552
|
-
{
|
|
8553
|
-
item: "Wood Waste",
|
|
8554
|
-
emissionFactor: 0.12,
|
|
8555
|
-
unit: "Tons",
|
|
8556
|
-
},
|
|
8557
|
-
{
|
|
8558
|
-
item: "Slag Waste",
|
|
8559
|
-
emissionFactor: 0.04,
|
|
8560
|
-
unit: "Tons",
|
|
8561
|
-
},
|
|
8562
|
-
{
|
|
8563
|
-
item: "Dust and Fume Collectors",
|
|
8564
|
-
emissionFactor: 0.03,
|
|
8565
|
-
unit: "Tons",
|
|
8566
|
-
},
|
|
8373
|
+
{ item: "Wastewater Treatment Sludge", emissionFactor: 1.011, unit: "Tons" },
|
|
8374
|
+
{ item: "Cement Dust Waste", emissionFactor: 0.1, unit: "Tons" },
|
|
8375
|
+
{ item: "Clinker Waste", emissionFactor: 0.08, unit: "Tons" },
|
|
8376
|
+
{ item: "Concrete Waste", emissionFactor: 0.12, unit: "Tons" },
|
|
8377
|
+
{ item: "Gypsum Waste", emissionFactor: 0.04, unit: "Tons" },
|
|
8378
|
+
{ item: "Plastic Packaging Waste", emissionFactor: 0.08, unit: "Tons" },
|
|
8379
|
+
{ item: "Slag Waste", emissionFactor: 0.04, unit: "Tons" },
|
|
8380
|
+
{ item: "Dust and Fume Collectors", emissionFactor: 0.03, unit: "Tons" },
|
|
8567
8381
|
],
|
|
8568
8382
|
},
|
|
8569
8383
|
{
|
|
8570
8384
|
category: "Incineration",
|
|
8571
8385
|
items: [
|
|
8572
|
-
{
|
|
8573
|
-
|
|
8574
|
-
|
|
8575
|
-
|
|
8576
|
-
},
|
|
8577
|
-
{
|
|
8578
|
-
item: "Rubber Waste",
|
|
8579
|
-
emissionFactor: 1.1,
|
|
8580
|
-
unit: "Tons",
|
|
8581
|
-
},
|
|
8582
|
-
{
|
|
8583
|
-
item: "Hazardous Waste",
|
|
8584
|
-
emissionFactor: 1,
|
|
8585
|
-
unit: "Tons",
|
|
8586
|
-
},
|
|
8587
|
-
{
|
|
8588
|
-
item: "Packaging Waste (Plastic, Paper)",
|
|
8589
|
-
emissionFactor: 1,
|
|
8590
|
-
unit: "Tons",
|
|
8591
|
-
},
|
|
8592
|
-
{
|
|
8593
|
-
item: "Cement Dust Waste",
|
|
8594
|
-
emissionFactor: 0.05,
|
|
8595
|
-
unit: "Tons",
|
|
8596
|
-
},
|
|
8597
|
-
{
|
|
8598
|
-
item: "Concrete Waste",
|
|
8599
|
-
emissionFactor: 0.05,
|
|
8600
|
-
unit: "Tons",
|
|
8601
|
-
},
|
|
8602
|
-
{
|
|
8603
|
-
item: "Wood Waste",
|
|
8604
|
-
emissionFactor: 0.1,
|
|
8605
|
-
unit: "Tons",
|
|
8606
|
-
},
|
|
8607
|
-
{
|
|
8608
|
-
item: "Steel Scrap Waste",
|
|
8609
|
-
emissionFactor: 0.07,
|
|
8610
|
-
unit: "Tons",
|
|
8611
|
-
},
|
|
8612
|
-
{
|
|
8613
|
-
item: "Wastewater Treatment Sludge",
|
|
8614
|
-
emissionFactor: 0.7,
|
|
8615
|
-
unit: "Tons",
|
|
8616
|
-
},
|
|
8386
|
+
{ item: "Rubber Waste", emissionFactor: 1.904, unit: "Tons" },
|
|
8387
|
+
{ item: "Cement Dust Waste", emissionFactor: 0.05, unit: "Tons" },
|
|
8388
|
+
{ item: "Concrete Waste", emissionFactor: 0.05, unit: "Tons" },
|
|
8389
|
+
{ item: "Wastewater Treatment Sludge", emissionFactor: 0.7, unit: "Tons" },
|
|
8617
8390
|
],
|
|
8618
8391
|
},
|
|
8619
8392
|
{
|
|
8620
8393
|
category: "Composting",
|
|
8621
8394
|
items: [
|
|
8622
|
-
{
|
|
8623
|
-
|
|
8624
|
-
|
|
8625
|
-
|
|
8626
|
-
},
|
|
8627
|
-
{
|
|
8628
|
-
item: "Green Construction Waste (Plant Matter)",
|
|
8629
|
-
emissionFactor: -0.2,
|
|
8630
|
-
unit: "Tons",
|
|
8631
|
-
},
|
|
8632
|
-
{
|
|
8633
|
-
item: "Food Waste (from Cafeteria and Facilities)",
|
|
8634
|
-
emissionFactor: 0.12,
|
|
8635
|
-
unit: "Tons",
|
|
8636
|
-
},
|
|
8637
|
-
{
|
|
8638
|
-
item: "Vegetation Waste (Landscaping and Green Areas)",
|
|
8639
|
-
emissionFactor: 0.1,
|
|
8640
|
-
unit: "Tons",
|
|
8641
|
-
},
|
|
8395
|
+
{ item: "Organic Waste", emissionFactor: 0.00898311, unit: "Tons" },
|
|
8396
|
+
{ item: "Green Construction Waste (Plant Matter)", emissionFactor: 0.00898311, unit: "Tons" },
|
|
8397
|
+
{ item: "Food Waste (from Café)", emissionFactor: 0.12, unit: "Tons" },
|
|
8398
|
+
{ item: "Vegetation Waste (Landscaping and Green Areas)", emissionFactor: 0.1, unit: "Tons" },
|
|
8642
8399
|
],
|
|
8643
8400
|
},
|
|
8644
8401
|
{
|
|
8645
8402
|
category: "Co-processing",
|
|
8646
8403
|
items: [
|
|
8647
|
-
{
|
|
8648
|
-
|
|
8649
|
-
|
|
8650
|
-
|
|
8651
|
-
|
|
8652
|
-
|
|
8653
|
-
|
|
8654
|
-
|
|
8655
|
-
|
|
8656
|
-
},
|
|
8657
|
-
|
|
8658
|
-
|
|
8659
|
-
|
|
8660
|
-
|
|
8661
|
-
|
|
8662
|
-
{
|
|
8663
|
-
|
|
8664
|
-
|
|
8665
|
-
|
|
8666
|
-
},
|
|
8667
|
-
{
|
|
8668
|
-
|
|
8669
|
-
|
|
8670
|
-
|
|
8671
|
-
},
|
|
8672
|
-
{
|
|
8673
|
-
|
|
8674
|
-
emissionFactor: 0.04,
|
|
8675
|
-
unit: "Tons",
|
|
8676
|
-
},
|
|
8677
|
-
{
|
|
8678
|
-
item: "Slag Waste",
|
|
8679
|
-
emissionFactor: 0.04,
|
|
8680
|
-
unit: "Tons",
|
|
8681
|
-
},
|
|
8404
|
+
{ item: "Asphalt Waste", emissionFactor: 0.07, unit: "Tons" },
|
|
8405
|
+
{ item: "Wood Waste", emissionFactor: 0.12, unit: "Tons" },
|
|
8406
|
+
{ item: "Slag Waste", emissionFactor: 0.04, unit: "Tons" },
|
|
8407
|
+
],
|
|
8408
|
+
},
|
|
8409
|
+
{
|
|
8410
|
+
category: "Other",
|
|
8411
|
+
items: [
|
|
8412
|
+
{ item: "Municipal Waste (Non-biomass fraction)", emissionFactor: 0.917, unit: "Tons" },
|
|
8413
|
+
{ item: "Waste Oils", emissionFactor: 2.94666, unit: "Tons" },
|
|
8414
|
+
],
|
|
8415
|
+
},
|
|
8416
|
+
{
|
|
8417
|
+
category: "Biomass",
|
|
8418
|
+
items: [
|
|
8419
|
+
{ item: "Wood or Wood Waste", emissionFactor: 1.7472, unit: "Tons" },
|
|
8420
|
+
{ item: "Sulphite Lyes (Black Liquor)", emissionFactor: 1.12454, unit: "Tons" },
|
|
8421
|
+
{ item: "Other Primary Solid Biomass Fuels", emissionFactor: 1.16, unit: "Tons" },
|
|
8422
|
+
{ item: "Charcoal", emissionFactor: 3.304, unit: "Tons" },
|
|
8423
|
+
{ item: "Biogasoline", emissionFactor: 1.9116, unit: "Tons" },
|
|
8424
|
+
{ item: "Biodiesels", emissionFactor: 1.9116, unit: "Tons" },
|
|
8425
|
+
{ item: "Other Liquid Biofuels", emissionFactor: 2.18104, unit: "Tons" },
|
|
8426
|
+
{ item: "Landfill Gas", emissionFactor: 2.75184, unit: "Tons" },
|
|
8427
|
+
{ item: "Sludge Gas", emissionFactor: 2.75184, unit: "Tons" },
|
|
8428
|
+
{ item: "Other Biogas", emissionFactor: 2.75184, unit: "Tons" },
|
|
8429
|
+
{ item: "Municipal Waste (Biomass fraction)", emissionFactor: 1.16, unit: "Tons" },
|
|
8430
|
+
{ item: "Peat", emissionFactor: 1.03456, unit: "Tons" },
|
|
8682
8431
|
],
|
|
8683
8432
|
},
|
|
8684
8433
|
];
|
|
8685
8434
|
const GUEST_TRANSPORTATION_EMISSIONS$1 = [
|
|
8686
8435
|
{
|
|
8687
|
-
category: "
|
|
8436
|
+
category: "Air Transport",
|
|
8688
8437
|
items: [
|
|
8689
|
-
{
|
|
8690
|
-
|
|
8691
|
-
|
|
8692
|
-
|
|
8693
|
-
},
|
|
8694
|
-
{
|
|
8695
|
-
item: "Limestone Transport",
|
|
8696
|
-
emissionFactor: 0.000089,
|
|
8697
|
-
unit: "tonnes-km",
|
|
8698
|
-
},
|
|
8699
|
-
{
|
|
8700
|
-
item: "Clay Transport",
|
|
8701
|
-
emissionFactor: 0.00008,
|
|
8702
|
-
unit: "tonnes-km",
|
|
8703
|
-
},
|
|
8704
|
-
{
|
|
8705
|
-
item: "Gypsum Transport",
|
|
8706
|
-
emissionFactor: 0.000078,
|
|
8707
|
-
unit: "tonnes-km",
|
|
8708
|
-
},
|
|
8709
|
-
{
|
|
8710
|
-
item: "Fly Ash Transport",
|
|
8711
|
-
emissionFactor: 0.000074,
|
|
8712
|
-
unit: "tonnes-km",
|
|
8713
|
-
},
|
|
8714
|
-
{
|
|
8715
|
-
item: "Slag Transport",
|
|
8716
|
-
emissionFactor: 0.000072,
|
|
8717
|
-
unit: "tonnes-km",
|
|
8718
|
-
},
|
|
8719
|
-
{
|
|
8720
|
-
item: "Iron Ore Transport",
|
|
8721
|
-
emissionFactor: 0.000082,
|
|
8722
|
-
unit: "tonnes-km",
|
|
8723
|
-
},
|
|
8438
|
+
{ item: "Air - Domestic", emissionFactor: 0.004603, unit: "tonnes-km" },
|
|
8439
|
+
{ item: "Air - Short Haul", emissionFactor: 0.001278, unit: "tonnes-km" },
|
|
8440
|
+
{ item: "Air - Long Haul", emissionFactor: 0.00089939, unit: "tonnes-km" },
|
|
8441
|
+
{ item: "Belly-freight Long-haul", emissionFactor: 0.00002779, unit: "tonnes-km" },
|
|
8724
8442
|
],
|
|
8725
8443
|
},
|
|
8726
8444
|
{
|
|
8727
|
-
category: "
|
|
8445
|
+
category: "Rail Transport",
|
|
8728
8446
|
items: [
|
|
8729
|
-
{
|
|
8730
|
-
|
|
8731
|
-
emissionFactor: 0.00008,
|
|
8732
|
-
unit: "tonnes-km",
|
|
8733
|
-
},
|
|
8734
|
-
{
|
|
8735
|
-
item: "Petroleum Coke Transport",
|
|
8736
|
-
emissionFactor: 0.000085,
|
|
8737
|
-
unit: "tonnes-km",
|
|
8738
|
-
},
|
|
8739
|
-
{
|
|
8740
|
-
item: "Natural Gas Transport",
|
|
8741
|
-
emissionFactor: 0.000075,
|
|
8742
|
-
unit: "tonnes-km",
|
|
8743
|
-
},
|
|
8447
|
+
{ item: "Electric", emissionFactor: 0.00002779, unit: "tonnes-km" },
|
|
8448
|
+
{ item: "Diesel", emissionFactor: 0.00002779, unit: "tonnes-km" },
|
|
8744
8449
|
],
|
|
8745
8450
|
},
|
|
8746
8451
|
{
|
|
8747
|
-
category: "
|
|
8452
|
+
category: "Road Vehicle - Trucks",
|
|
8748
8453
|
items: [
|
|
8749
|
-
{
|
|
8750
|
-
|
|
8751
|
-
|
|
8752
|
-
unit: "tonnes-km",
|
|
8753
|
-
},
|
|
8754
|
-
{
|
|
8755
|
-
item: "Bulk Container Transport (for Cement)",
|
|
8756
|
-
emissionFactor: 0.00006,
|
|
8757
|
-
unit: "tonnes-km",
|
|
8758
|
-
},
|
|
8454
|
+
{ item: "Light-Duty Vehicle (LDV) (<3.5 tonnes)", emissionFactor: 0.000307, unit: "km" },
|
|
8455
|
+
{ item: "Medium-Duty Vehicle (MDV) (<12 tonnes)", emissionFactor: 0.0005928, unit: "km" },
|
|
8456
|
+
{ item: "Heavy-Duty Vehicle (HDV) (>12 tonnes)", emissionFactor: 0.0007375, unit: "km" },
|
|
8759
8457
|
],
|
|
8760
8458
|
},
|
|
8761
8459
|
{
|
|
8762
|
-
category: "
|
|
8460
|
+
category: "Road Vehicle - Rigid",
|
|
8763
8461
|
items: [
|
|
8764
|
-
{
|
|
8765
|
-
|
|
8766
|
-
|
|
8767
|
-
|
|
8768
|
-
|
|
8769
|
-
|
|
8770
|
-
|
|
8771
|
-
|
|
8772
|
-
|
|
8773
|
-
},
|
|
8774
|
-
{
|
|
8775
|
-
|
|
8776
|
-
|
|
8777
|
-
|
|
8778
|
-
|
|
8462
|
+
{ item: "Rigid 3.5–7.5 t", emissionFactor: 0.001615, unit: "km" },
|
|
8463
|
+
{ item: "Rigid 7.5–17 t", emissionFactor: 0.00413, unit: "km" },
|
|
8464
|
+
{ item: "Rigid >17 t", emissionFactor: 0.00774, unit: "km" },
|
|
8465
|
+
{ item: "All Rigids", emissionFactor: 0.005094, unit: "km" },
|
|
8466
|
+
],
|
|
8467
|
+
},
|
|
8468
|
+
{
|
|
8469
|
+
category: "Road Vehicle - Articulated",
|
|
8470
|
+
items: [
|
|
8471
|
+
{ item: "Articulated 3.5–33 t", emissionFactor: 0.009416, unit: "km" },
|
|
8472
|
+
{ item: "Articulated >33 t", emissionFactor: 0.016184, unit: "km" },
|
|
8473
|
+
{ item: "All Articulated", emissionFactor: 0.012932, unit: "km" },
|
|
8474
|
+
{ item: "All HGVs", emissionFactor: 0.008247, unit: "km" },
|
|
8475
|
+
],
|
|
8476
|
+
},
|
|
8477
|
+
{
|
|
8478
|
+
category: "Waterway Transport",
|
|
8479
|
+
items: [
|
|
8480
|
+
{ item: "Large RoPax Ferry", emissionFactor: 0.000376, unit: "tonnes-km" },
|
|
8481
|
+
{ item: "Small Tanker (844 tonnes deadweight)", emissionFactor: 0.00002, unit: "tonnes-km" },
|
|
8482
|
+
{ item: "Large Tanker (18371 tonnes deadweight)", emissionFactor: 0.000005, unit: "tonnes-km" },
|
|
8483
|
+
{ item: "Very Large Tanker (100000 tonnes deadweight)", emissionFactor: 0.000005, unit: "tonnes-km" },
|
|
8484
|
+
{ item: "Small Bulk Carrier (1720 tonnes deadweight)", emissionFactor: 0.000011, unit: "tonnes-km" },
|
|
8485
|
+
{ item: "Large Bulk Carrier (14201 tonnes deadweight)", emissionFactor: 0.000007, unit: "tonnes-km" },
|
|
8486
|
+
{ item: "Very Large Bulk Carrier (70000 tonnes deadweight)", emissionFactor: 0.0000026, unit: "tonnes-km" },
|
|
8487
|
+
{ item: "Small Container Vessel (2500 tonnes deadweight)", emissionFactor: 0.0000135, unit: "tonnes-km" },
|
|
8488
|
+
{ item: "Large Container Vessel (20000 tonnes deadweight)", emissionFactor: 0.0000115, unit: "tonnes-km" },
|
|
8779
8489
|
],
|
|
8780
8490
|
},
|
|
8781
8491
|
];
|
|
@@ -9341,88 +9051,7 @@ const CCTS_1 = [
|
|
|
9341
9051
|
desc: "Total Purcahsed Electricity",
|
|
9342
9052
|
},
|
|
9343
9053
|
];
|
|
9344
|
-
const ENERGY_SOURCE = [
|
|
9345
|
-
{
|
|
9346
|
-
category: "Steam (Purchased from an External Source)",
|
|
9347
|
-
items: [
|
|
9348
|
-
{
|
|
9349
|
-
item: "Coal-based steam generation",
|
|
9350
|
-
emissionFactor: 3.5,
|
|
9351
|
-
unit: "TOE",
|
|
9352
|
-
},
|
|
9353
|
-
{
|
|
9354
|
-
item: "Natural gas-based steam",
|
|
9355
|
-
emissionFactor: 2.3,
|
|
9356
|
-
unit: "TOE",
|
|
9357
|
-
},
|
|
9358
|
-
{
|
|
9359
|
-
item: "Biomass-based steam",
|
|
9360
|
-
emissionFactor: 0,
|
|
9361
|
-
unit: "TOE",
|
|
9362
|
-
},
|
|
9363
|
-
],
|
|
9364
|
-
},
|
|
9365
|
-
{
|
|
9366
|
-
category: "Hot Water (District Heating or Industrial Supply)",
|
|
9367
|
-
items: [
|
|
9368
|
-
{
|
|
9369
|
-
item: "Coal-based heating",
|
|
9370
|
-
emissionFactor: 3.2,
|
|
9371
|
-
unit: "TOE",
|
|
9372
|
-
},
|
|
9373
|
-
{
|
|
9374
|
-
item: "Natural gas-based heating",
|
|
9375
|
-
emissionFactor: 2.1,
|
|
9376
|
-
unit: "TOE",
|
|
9377
|
-
},
|
|
9378
|
-
{
|
|
9379
|
-
item: "Renewable-based heating",
|
|
9380
|
-
emissionFactor: 0,
|
|
9381
|
-
unit: "TOE",
|
|
9382
|
-
},
|
|
9383
|
-
],
|
|
9384
|
-
},
|
|
9385
|
-
{
|
|
9386
|
-
category: "Direct Heat from Industrial Waste Heat Sources",
|
|
9387
|
-
items: [
|
|
9388
|
-
{
|
|
9389
|
-
item: "Waste heat energy",
|
|
9390
|
-
emissionFactor: 0,
|
|
9391
|
-
unit: "TOE",
|
|
9392
|
-
},
|
|
9393
|
-
],
|
|
9394
|
-
},
|
|
9395
|
-
{
|
|
9396
|
-
category: "Thermic Fluids or Heat Transfer Oils",
|
|
9397
|
-
items: [
|
|
9398
|
-
{
|
|
9399
|
-
item: "Coal-based heating",
|
|
9400
|
-
emissionFactor: 3.4,
|
|
9401
|
-
unit: "TOE",
|
|
9402
|
-
},
|
|
9403
|
-
{
|
|
9404
|
-
item: "Gas-based heating",
|
|
9405
|
-
emissionFactor: 2.1,
|
|
9406
|
-
unit: "TOE",
|
|
9407
|
-
},
|
|
9408
|
-
],
|
|
9409
|
-
},
|
|
9410
|
-
{
|
|
9411
|
-
category: "Hydrogen or Synthetic Gas-Based Heat",
|
|
9412
|
-
items: [
|
|
9413
|
-
{
|
|
9414
|
-
item: "Green Hydrogen (electrolysis-based)",
|
|
9415
|
-
emissionFactor: 0,
|
|
9416
|
-
unit: "TOE",
|
|
9417
|
-
},
|
|
9418
|
-
{
|
|
9419
|
-
item: "Grey Hydrogen (natural gas-derived)",
|
|
9420
|
-
emissionFactor: 3.2,
|
|
9421
|
-
unit: "TOE",
|
|
9422
|
-
},
|
|
9423
|
-
],
|
|
9424
|
-
},
|
|
9425
|
-
];
|
|
9054
|
+
const ENERGY_SOURCE = [];
|
|
9426
9055
|
const CCTS_2 = [
|
|
9427
9056
|
{
|
|
9428
9057
|
name: "Purchased Heat",
|
|
@@ -34396,6 +34025,770 @@ const ALL_SCOPES_3_UTILITIES = [
|
|
|
34396
34025
|
...ALL_SCOPES_3_UTILITIES,
|
|
34397
34026
|
];
|
|
34398
34027
|
|
|
34028
|
+
const ALL_SCOPES_3_RCO = [
|
|
34029
|
+
{
|
|
34030
|
+
"name": "REGISTRATIONS & AUTHORISATIONS",
|
|
34031
|
+
"displayName": "Registration and auth",
|
|
34032
|
+
"icon": fa.FaRegBuilding,
|
|
34033
|
+
"scope": "scope3",
|
|
34034
|
+
"unit": "RCO",
|
|
34035
|
+
"subProducts": [
|
|
34036
|
+
{
|
|
34037
|
+
"category": "CPCB EPR Registration (Plastic)",
|
|
34038
|
+
"items": [
|
|
34039
|
+
{
|
|
34040
|
+
"item": "CPCB EPR Registration (Plastic)",
|
|
34041
|
+
"emissionFactor": 0,
|
|
34042
|
+
"unit": "count"
|
|
34043
|
+
}
|
|
34044
|
+
]
|
|
34045
|
+
},
|
|
34046
|
+
{
|
|
34047
|
+
"category": "EPR Certificates (Qty recycled)",
|
|
34048
|
+
"items": [
|
|
34049
|
+
{
|
|
34050
|
+
"item": "EPR Certificates (Qty recycled)",
|
|
34051
|
+
"emissionFactor": 0,
|
|
34052
|
+
"unit": "count"
|
|
34053
|
+
}
|
|
34054
|
+
]
|
|
34055
|
+
},
|
|
34056
|
+
{
|
|
34057
|
+
"category": "PRO Agreement",
|
|
34058
|
+
"items": [
|
|
34059
|
+
{
|
|
34060
|
+
"item": "PRO Agreement",
|
|
34061
|
+
"emissionFactor": 0,
|
|
34062
|
+
"unit": "count"
|
|
34063
|
+
}
|
|
34064
|
+
]
|
|
34065
|
+
},
|
|
34066
|
+
{
|
|
34067
|
+
"category": "SPCB/SPCB Consent to Operate",
|
|
34068
|
+
"items": [
|
|
34069
|
+
{
|
|
34070
|
+
"item": "SPCB/SPCB Consent to Operate",
|
|
34071
|
+
"emissionFactor": 0,
|
|
34072
|
+
"unit": "count"
|
|
34073
|
+
}
|
|
34074
|
+
]
|
|
34075
|
+
},
|
|
34076
|
+
{
|
|
34077
|
+
"category": "Hazardous Waste Authorisation",
|
|
34078
|
+
"items": [
|
|
34079
|
+
{
|
|
34080
|
+
"item": "Hazardous Waste Authorisation",
|
|
34081
|
+
"emissionFactor": 0,
|
|
34082
|
+
"unit": "count"
|
|
34083
|
+
}
|
|
34084
|
+
]
|
|
34085
|
+
},
|
|
34086
|
+
{
|
|
34087
|
+
"category": "Tyre Co-processing Approval",
|
|
34088
|
+
"items": [
|
|
34089
|
+
{
|
|
34090
|
+
"item": "Tyre Co-processing Approval",
|
|
34091
|
+
"emissionFactor": 0,
|
|
34092
|
+
"unit": "count"
|
|
34093
|
+
}
|
|
34094
|
+
]
|
|
34095
|
+
},
|
|
34096
|
+
{
|
|
34097
|
+
"category": "Battery/E-waste Registration (if applicable)",
|
|
34098
|
+
"items": [
|
|
34099
|
+
{
|
|
34100
|
+
"item": "Battery/E-waste Registration (if applicable)",
|
|
34101
|
+
"emissionFactor": 0,
|
|
34102
|
+
"unit": "count"
|
|
34103
|
+
}
|
|
34104
|
+
]
|
|
34105
|
+
},
|
|
34106
|
+
{
|
|
34107
|
+
"category": "Cement Kiln Co-processing Permission",
|
|
34108
|
+
"items": [
|
|
34109
|
+
{
|
|
34110
|
+
"item": "Cement Kiln Co-processing Permission",
|
|
34111
|
+
"emissionFactor": 0,
|
|
34112
|
+
"unit": "count"
|
|
34113
|
+
}
|
|
34114
|
+
]
|
|
34115
|
+
},
|
|
34116
|
+
{
|
|
34117
|
+
"category": "Valid Consent to Operate (CTO) under Air & Water Act",
|
|
34118
|
+
"items": [
|
|
34119
|
+
{
|
|
34120
|
+
"item": "Valid Consent to Operate (CTO) under Air & Water Act",
|
|
34121
|
+
"emissionFactor": 0,
|
|
34122
|
+
"unit": "count"
|
|
34123
|
+
}
|
|
34124
|
+
]
|
|
34125
|
+
}
|
|
34126
|
+
],
|
|
34127
|
+
"desc": "RCO module data from Registration and auth sheet"
|
|
34128
|
+
},
|
|
34129
|
+
{
|
|
34130
|
+
"name": "Fuels and Alternate Fuels (AFR)",
|
|
34131
|
+
"displayName": "Fuels and AFR",
|
|
34132
|
+
"icon": fa.FaRegBuilding,
|
|
34133
|
+
"scope": "scope3",
|
|
34134
|
+
"unit": "RCO",
|
|
34135
|
+
"subProducts": [
|
|
34136
|
+
{
|
|
34137
|
+
"category": "Thermal Substitution Rate (TSR)",
|
|
34138
|
+
"items": [
|
|
34139
|
+
{
|
|
34140
|
+
"item": "Thermal Substitution Rate (TSR) (Data required: % TSR; Frequency: Monthly)",
|
|
34141
|
+
"emissionFactor": 0,
|
|
34142
|
+
"unit": "% TSR"
|
|
34143
|
+
}
|
|
34144
|
+
]
|
|
34145
|
+
},
|
|
34146
|
+
{
|
|
34147
|
+
"category": "AFR Consumption",
|
|
34148
|
+
"items": [
|
|
34149
|
+
{
|
|
34150
|
+
"item": "Refuse-Derived Fuel (RDF) (Data required: Tonnes; Frequency: Monthly)",
|
|
34151
|
+
"emissionFactor": 0,
|
|
34152
|
+
"unit": "Tonnes"
|
|
34153
|
+
},
|
|
34154
|
+
{
|
|
34155
|
+
"item": "Municipal Solid Waste (processed) (Data required: Tonnes; Frequency: Monthly)",
|
|
34156
|
+
"emissionFactor": 0,
|
|
34157
|
+
"unit": "Tonnes"
|
|
34158
|
+
},
|
|
34159
|
+
{
|
|
34160
|
+
"item": "Industrial Solid Waste (Data required: Tonnes; Frequency: Monthly)",
|
|
34161
|
+
"emissionFactor": 0,
|
|
34162
|
+
"unit": "Tonnes"
|
|
34163
|
+
},
|
|
34164
|
+
{
|
|
34165
|
+
"item": "Hazardous Waste (approved streams) (Data required: Tonnes; Frequency: Monthly)",
|
|
34166
|
+
"emissionFactor": 0,
|
|
34167
|
+
"unit": "Tonnes"
|
|
34168
|
+
},
|
|
34169
|
+
{
|
|
34170
|
+
"item": "Waste Tyres (TDF – Tyre Derived Fuel) (Data required: Tonnes; Frequency: Monthly)",
|
|
34171
|
+
"emissionFactor": 0,
|
|
34172
|
+
"unit": "Tonnes"
|
|
34173
|
+
},
|
|
34174
|
+
{
|
|
34175
|
+
"item": "Biomass (rice husk, agri residue, wood chips) (Data required: Tonnes; Frequency: Monthly)",
|
|
34176
|
+
"emissionFactor": 0,
|
|
34177
|
+
"unit": "Tonnes"
|
|
34178
|
+
},
|
|
34179
|
+
{
|
|
34180
|
+
"item": "Sludge (ETP sludge, paper mill sludge) (Data required: Tonnes; Frequency: Monthly)",
|
|
34181
|
+
"emissionFactor": 0,
|
|
34182
|
+
"unit": "Tonnes"
|
|
34183
|
+
},
|
|
34184
|
+
{
|
|
34185
|
+
"item": "Plastic Waste (Data required: Tonnes; Frequency: Monthly)",
|
|
34186
|
+
"emissionFactor": 0,
|
|
34187
|
+
"unit": "Tonnes"
|
|
34188
|
+
},
|
|
34189
|
+
{
|
|
34190
|
+
"item": "Textile waste (Data required: Tonnes; Frequency: Monthly)",
|
|
34191
|
+
"emissionFactor": 0,
|
|
34192
|
+
"unit": "Tonnes"
|
|
34193
|
+
}
|
|
34194
|
+
]
|
|
34195
|
+
},
|
|
34196
|
+
{
|
|
34197
|
+
"category": "Fossil Fuel for Energy",
|
|
34198
|
+
"items": [
|
|
34199
|
+
{
|
|
34200
|
+
"item": "Coal (Data required: Tonnes; Frequency: Monthly)",
|
|
34201
|
+
"emissionFactor": 0,
|
|
34202
|
+
"unit": "Tonnes"
|
|
34203
|
+
},
|
|
34204
|
+
{
|
|
34205
|
+
"item": "Petcoke (Data required: Tonnes; Frequency: Monthly)",
|
|
34206
|
+
"emissionFactor": 0,
|
|
34207
|
+
"unit": "Tonnes"
|
|
34208
|
+
},
|
|
34209
|
+
{
|
|
34210
|
+
"item": "Lignite (Data required: Tonnes; Frequency: Monthly)",
|
|
34211
|
+
"emissionFactor": 0,
|
|
34212
|
+
"unit": "Tonnes"
|
|
34213
|
+
},
|
|
34214
|
+
{
|
|
34215
|
+
"item": "Furnace Oil (Data required: Tonnes; Frequency: Monthly)",
|
|
34216
|
+
"emissionFactor": 0,
|
|
34217
|
+
"unit": "Tonnes"
|
|
34218
|
+
},
|
|
34219
|
+
{
|
|
34220
|
+
"item": "Diesel (Data required: Tonnes; Frequency: Monthly)",
|
|
34221
|
+
"emissionFactor": 0,
|
|
34222
|
+
"unit": "Tonnes"
|
|
34223
|
+
},
|
|
34224
|
+
{
|
|
34225
|
+
"item": "Natural Gas (Data required: Tonnes; Frequency: Monthly)",
|
|
34226
|
+
"emissionFactor": 0,
|
|
34227
|
+
"unit": "Tonnes"
|
|
34228
|
+
},
|
|
34229
|
+
{
|
|
34230
|
+
"item": "Emission Monitoring",
|
|
34231
|
+
"emissionFactor": 0,
|
|
34232
|
+
"unit": "count"
|
|
34233
|
+
}
|
|
34234
|
+
]
|
|
34235
|
+
}
|
|
34236
|
+
],
|
|
34237
|
+
"desc": "RCO module data from Fuels and AFR sheet"
|
|
34238
|
+
},
|
|
34239
|
+
{
|
|
34240
|
+
"name": "Clinker Reduction",
|
|
34241
|
+
"displayName": "Clinker Reduction",
|
|
34242
|
+
"icon": fa.FaRegBuilding,
|
|
34243
|
+
"scope": "scope3",
|
|
34244
|
+
"unit": "RCO",
|
|
34245
|
+
"subProducts": [
|
|
34246
|
+
{
|
|
34247
|
+
"category": "Clinker Factor",
|
|
34248
|
+
"items": [
|
|
34249
|
+
{
|
|
34250
|
+
"item": "Clinker Factor (Data required: Clinker-to-cement ratio; Frequency: Monthly)",
|
|
34251
|
+
"emissionFactor": 0,
|
|
34252
|
+
"unit": "Clinker-to-cement ratio"
|
|
34253
|
+
}
|
|
34254
|
+
]
|
|
34255
|
+
},
|
|
34256
|
+
{
|
|
34257
|
+
"category": "SCM Usage",
|
|
34258
|
+
"items": [
|
|
34259
|
+
{
|
|
34260
|
+
"item": "Fly Ash (Data required: Tonnes; Frequency: Monthly)",
|
|
34261
|
+
"emissionFactor": 0,
|
|
34262
|
+
"unit": "Tonnes"
|
|
34263
|
+
},
|
|
34264
|
+
{
|
|
34265
|
+
"item": "GGBS (Ground Granualted Blast Furnace Slag) (Data required: Tonnes; Frequency: Monthly)",
|
|
34266
|
+
"emissionFactor": 0,
|
|
34267
|
+
"unit": "Tonnes"
|
|
34268
|
+
},
|
|
34269
|
+
{
|
|
34270
|
+
"item": "Calcined Clay (Data required: Tonnes; Frequency: Monthly)",
|
|
34271
|
+
"emissionFactor": 0,
|
|
34272
|
+
"unit": "Tonnes"
|
|
34273
|
+
}
|
|
34274
|
+
]
|
|
34275
|
+
},
|
|
34276
|
+
{
|
|
34277
|
+
"category": "Plant-wise Clinker Reporting",
|
|
34278
|
+
"items": [
|
|
34279
|
+
{
|
|
34280
|
+
"item": "Clinker produced (Data required: Tonnes; Frequency: Monthly)",
|
|
34281
|
+
"emissionFactor": 0,
|
|
34282
|
+
"unit": "Tonnes"
|
|
34283
|
+
}
|
|
34284
|
+
]
|
|
34285
|
+
},
|
|
34286
|
+
{
|
|
34287
|
+
"category": "Plant wise Blended Cement Share(% of OPC/PPC/PSC)",
|
|
34288
|
+
"items": [
|
|
34289
|
+
{
|
|
34290
|
+
"item": "OPC (Data required: %; Frequency: Monthly)",
|
|
34291
|
+
"emissionFactor": 0,
|
|
34292
|
+
"unit": "%"
|
|
34293
|
+
},
|
|
34294
|
+
{
|
|
34295
|
+
"item": "PPC (Data required: %; Frequency: Monthly)",
|
|
34296
|
+
"emissionFactor": 0,
|
|
34297
|
+
"unit": "%"
|
|
34298
|
+
},
|
|
34299
|
+
{
|
|
34300
|
+
"item": "PSC (Data required: %; Frequency: Monthly)",
|
|
34301
|
+
"emissionFactor": 0,
|
|
34302
|
+
"unit": "%"
|
|
34303
|
+
},
|
|
34304
|
+
{
|
|
34305
|
+
"item": "CC (Data required: %; Frequency: Monthly)",
|
|
34306
|
+
"emissionFactor": 0,
|
|
34307
|
+
"unit": "%"
|
|
34308
|
+
}
|
|
34309
|
+
]
|
|
34310
|
+
}
|
|
34311
|
+
],
|
|
34312
|
+
"desc": "RCO module data from Clinker Reduction sheet"
|
|
34313
|
+
},
|
|
34314
|
+
{
|
|
34315
|
+
"name": "Energy & Resource Efficiency",
|
|
34316
|
+
"displayName": "Energy and resource Efficiency",
|
|
34317
|
+
"icon": fa.FaRegBuilding,
|
|
34318
|
+
"scope": "scope3",
|
|
34319
|
+
"unit": "RCO",
|
|
34320
|
+
"subProducts": [
|
|
34321
|
+
{
|
|
34322
|
+
"category": "Specific Electrical Consumption (SEC)",
|
|
34323
|
+
"items": [
|
|
34324
|
+
{
|
|
34325
|
+
"item": "Specific Electrical Consumption (SEC) (Data required: (kwh/tonne cement); Frequency: Monthly)",
|
|
34326
|
+
"emissionFactor": 0,
|
|
34327
|
+
"unit": "(kwh/tonne cement)"
|
|
34328
|
+
}
|
|
34329
|
+
]
|
|
34330
|
+
},
|
|
34331
|
+
{
|
|
34332
|
+
"category": "Thermal Energy Intensity",
|
|
34333
|
+
"items": [
|
|
34334
|
+
{
|
|
34335
|
+
"item": "Thermal Energy Intensity (Data required: Gcal/tonne clinker; Frequency: Monthly)",
|
|
34336
|
+
"emissionFactor": 0,
|
|
34337
|
+
"unit": "Gcal/tonne clinker"
|
|
34338
|
+
}
|
|
34339
|
+
]
|
|
34340
|
+
},
|
|
34341
|
+
{
|
|
34342
|
+
"category": "Water Intensity",
|
|
34343
|
+
"items": [
|
|
34344
|
+
{
|
|
34345
|
+
"item": "Water Intensity (Data required: m³/tonne cement; Frequency: Monthly)",
|
|
34346
|
+
"emissionFactor": 0,
|
|
34347
|
+
"unit": "m³/tonne cement"
|
|
34348
|
+
}
|
|
34349
|
+
]
|
|
34350
|
+
},
|
|
34351
|
+
{
|
|
34352
|
+
"category": "Zero Liquid Discharge Record",
|
|
34353
|
+
"items": [
|
|
34354
|
+
{
|
|
34355
|
+
"item": "Zero Liquid Discharge Record (Data required: Water reuse %; Frequency: Monthly)",
|
|
34356
|
+
"emissionFactor": 0,
|
|
34357
|
+
"unit": "Water reuse %"
|
|
34358
|
+
},
|
|
34359
|
+
{
|
|
34360
|
+
"item": "Electrical Energy mix",
|
|
34361
|
+
"emissionFactor": 0,
|
|
34362
|
+
"unit": "count"
|
|
34363
|
+
}
|
|
34364
|
+
]
|
|
34365
|
+
},
|
|
34366
|
+
{
|
|
34367
|
+
"category": "Grid Power",
|
|
34368
|
+
"items": [
|
|
34369
|
+
{
|
|
34370
|
+
"item": "Grid Power (Data required: % of total electricity consumed; Frequency: Monthly)",
|
|
34371
|
+
"emissionFactor": 0,
|
|
34372
|
+
"unit": "% of total electricity consumed"
|
|
34373
|
+
}
|
|
34374
|
+
]
|
|
34375
|
+
},
|
|
34376
|
+
{
|
|
34377
|
+
"category": "Captive Power Plants (CPP)",
|
|
34378
|
+
"items": [
|
|
34379
|
+
{
|
|
34380
|
+
"item": "Coal-based CPP (Data required: % of total electricity consumed; Frequency: Monthly)",
|
|
34381
|
+
"emissionFactor": 0,
|
|
34382
|
+
"unit": "% of total electricity consumed"
|
|
34383
|
+
},
|
|
34384
|
+
{
|
|
34385
|
+
"item": "WHRS-based captive generation (Data required: % of total electricity consumed; Frequency: Monthly)",
|
|
34386
|
+
"emissionFactor": 0,
|
|
34387
|
+
"unit": "% of total electricity consumed"
|
|
34388
|
+
},
|
|
34389
|
+
{
|
|
34390
|
+
"item": "Gas-based CPP (Data required: % of total electricity consumed; Frequency: Monthly)",
|
|
34391
|
+
"emissionFactor": 0,
|
|
34392
|
+
"unit": "% of total electricity consumed"
|
|
34393
|
+
},
|
|
34394
|
+
{
|
|
34395
|
+
"item": "Diesel generator sets (backup) (Data required: % of total electricity consumed; Frequency: Monthly)",
|
|
34396
|
+
"emissionFactor": 0,
|
|
34397
|
+
"unit": "% of total electricity consumed"
|
|
34398
|
+
}
|
|
34399
|
+
]
|
|
34400
|
+
},
|
|
34401
|
+
{
|
|
34402
|
+
"category": "Renewable Energy",
|
|
34403
|
+
"items": [
|
|
34404
|
+
{
|
|
34405
|
+
"item": "Solar (ground-mounted) (Data required: % of total electricity consumed; Frequency: Monthly)",
|
|
34406
|
+
"emissionFactor": 0,
|
|
34407
|
+
"unit": "% of total electricity consumed"
|
|
34408
|
+
},
|
|
34409
|
+
{
|
|
34410
|
+
"item": "Solar rooftop (Data required: % of total electricity consumed; Frequency: Monthly)",
|
|
34411
|
+
"emissionFactor": 0,
|
|
34412
|
+
"unit": "% of total electricity consumed"
|
|
34413
|
+
},
|
|
34414
|
+
{
|
|
34415
|
+
"item": "Wind power (Data required: % of total electricity consumed; Frequency: Monthly)",
|
|
34416
|
+
"emissionFactor": 0,
|
|
34417
|
+
"unit": "% of total electricity consumed"
|
|
34418
|
+
},
|
|
34419
|
+
{
|
|
34420
|
+
"item": "Hybrid wind-solar (Data required: % of total electricity consumed; Frequency: Monthly)",
|
|
34421
|
+
"emissionFactor": 0,
|
|
34422
|
+
"unit": "% of total electricity consumed"
|
|
34423
|
+
},
|
|
34424
|
+
{
|
|
34425
|
+
"item": "Open access renewable power (Data required: % of total electricity consumed; Frequency: Monthly)",
|
|
34426
|
+
"emissionFactor": 0,
|
|
34427
|
+
"unit": "% of total electricity consumed"
|
|
34428
|
+
},
|
|
34429
|
+
{
|
|
34430
|
+
"item": "Renewable Energy Certificates (RECs)",
|
|
34431
|
+
"emissionFactor": 0,
|
|
34432
|
+
"unit": "count"
|
|
34433
|
+
},
|
|
34434
|
+
{
|
|
34435
|
+
"item": "Green power through PPA",
|
|
34436
|
+
"emissionFactor": 0,
|
|
34437
|
+
"unit": "count"
|
|
34438
|
+
}
|
|
34439
|
+
]
|
|
34440
|
+
},
|
|
34441
|
+
{
|
|
34442
|
+
"category": "Waste Heat Recovery (WHRS)",
|
|
34443
|
+
"items": [
|
|
34444
|
+
{
|
|
34445
|
+
"item": "Kiln exhaust heat recovery (Data required: GJ/ton clinker; Frequency: Monthly)",
|
|
34446
|
+
"emissionFactor": 0,
|
|
34447
|
+
"unit": "GJ/ton clinker"
|
|
34448
|
+
},
|
|
34449
|
+
{
|
|
34450
|
+
"item": "Clinker cooler heat recovery (Data required: GJ/ton clinker; Frequency: Monthly)",
|
|
34451
|
+
"emissionFactor": 0,
|
|
34452
|
+
"unit": "GJ/ton clinker"
|
|
34453
|
+
},
|
|
34454
|
+
{
|
|
34455
|
+
"item": "Internal power generation (kWh) (Data required: kwh; Frequency: Monthly)",
|
|
34456
|
+
"emissionFactor": 0,
|
|
34457
|
+
"unit": "kwh"
|
|
34458
|
+
}
|
|
34459
|
+
]
|
|
34460
|
+
}
|
|
34461
|
+
],
|
|
34462
|
+
"desc": "RCO module data from Energy and resource Efficiency sheet"
|
|
34463
|
+
},
|
|
34464
|
+
{
|
|
34465
|
+
"name": "Waste Co-processing",
|
|
34466
|
+
"displayName": "Waste co-processing",
|
|
34467
|
+
"icon": fa.FaRegBuilding,
|
|
34468
|
+
"scope": "scope3",
|
|
34469
|
+
"unit": "RCO",
|
|
34470
|
+
"subProducts": [
|
|
34471
|
+
{
|
|
34472
|
+
"category": "Waste Inventory",
|
|
34473
|
+
"items": [
|
|
34474
|
+
{
|
|
34475
|
+
"item": "Hazardous (Data required: Tonnes; Frequency: Monthly; Supporting document: Waste Manifest forms (cradle- to - grave))",
|
|
34476
|
+
"emissionFactor": 0,
|
|
34477
|
+
"unit": "Tonnes"
|
|
34478
|
+
},
|
|
34479
|
+
{
|
|
34480
|
+
"item": "Non hazardous (Data required: Tonnes; Frequency: Monthly; Supporting document: Waste Manifest forms (cradle- to - grave))",
|
|
34481
|
+
"emissionFactor": 0,
|
|
34482
|
+
"unit": "Tonnes"
|
|
34483
|
+
}
|
|
34484
|
+
]
|
|
34485
|
+
},
|
|
34486
|
+
{
|
|
34487
|
+
"category": "Waste type co-processed in kiln",
|
|
34488
|
+
"items": [
|
|
34489
|
+
{
|
|
34490
|
+
"item": "Waste type co-processed in kiln (Data required: Tonnes; Frequency: Monthly)",
|
|
34491
|
+
"emissionFactor": 0,
|
|
34492
|
+
"unit": "Tonnes"
|
|
34493
|
+
}
|
|
34494
|
+
]
|
|
34495
|
+
},
|
|
34496
|
+
{
|
|
34497
|
+
"category": "Waste type",
|
|
34498
|
+
"items": [
|
|
34499
|
+
{
|
|
34500
|
+
"item": "Sludge (Data required: %; Frequency: Monthly)",
|
|
34501
|
+
"emissionFactor": 0,
|
|
34502
|
+
"unit": "%"
|
|
34503
|
+
},
|
|
34504
|
+
{
|
|
34505
|
+
"item": "RDF (Data required: %; Frequency: Monthly)",
|
|
34506
|
+
"emissionFactor": 0,
|
|
34507
|
+
"unit": "%"
|
|
34508
|
+
},
|
|
34509
|
+
{
|
|
34510
|
+
"item": "Tyre (Data required: %; Frequency: Monthly)",
|
|
34511
|
+
"emissionFactor": 0,
|
|
34512
|
+
"unit": "%"
|
|
34513
|
+
},
|
|
34514
|
+
{
|
|
34515
|
+
"item": "Plastic (Data required: %; Frequency: Monthly)",
|
|
34516
|
+
"emissionFactor": 0,
|
|
34517
|
+
"unit": "%"
|
|
34518
|
+
}
|
|
34519
|
+
]
|
|
34520
|
+
},
|
|
34521
|
+
{
|
|
34522
|
+
"category": "Shortfall / Excess vs Approved Capacity",
|
|
34523
|
+
"items": [
|
|
34524
|
+
{
|
|
34525
|
+
"item": "Shortfall / Excess vs Approved Capacity (Data required: NA; Frequency: Annual; Supporting document: Compliance summary report)",
|
|
34526
|
+
"emissionFactor": 0,
|
|
34527
|
+
"unit": "NA"
|
|
34528
|
+
}
|
|
34529
|
+
]
|
|
34530
|
+
}
|
|
34531
|
+
],
|
|
34532
|
+
"desc": "RCO module data from Waste co-processing sheet"
|
|
34533
|
+
},
|
|
34534
|
+
{
|
|
34535
|
+
"name": "EPR – PLASTIC PACKAGING",
|
|
34536
|
+
"displayName": "EPR Plastic packaging",
|
|
34537
|
+
"icon": fa.FaRegBuilding,
|
|
34538
|
+
"scope": "scope3",
|
|
34539
|
+
"unit": "RCO",
|
|
34540
|
+
"subProducts": [
|
|
34541
|
+
{
|
|
34542
|
+
"category": "Total Cement Sold",
|
|
34543
|
+
"items": [
|
|
34544
|
+
{
|
|
34545
|
+
"item": "Total Cement Sold (Data required: tonnes; Frequency: Monthly)",
|
|
34546
|
+
"emissionFactor": 0,
|
|
34547
|
+
"unit": "tonnes"
|
|
34548
|
+
}
|
|
34549
|
+
]
|
|
34550
|
+
},
|
|
34551
|
+
{
|
|
34552
|
+
"category": "Total Plastic Introduced",
|
|
34553
|
+
"items": [
|
|
34554
|
+
{
|
|
34555
|
+
"item": "Total Plastic Introduced (Data required: tonnes; Frequency: Monthly)",
|
|
34556
|
+
"emissionFactor": 0,
|
|
34557
|
+
"unit": "tonnes"
|
|
34558
|
+
}
|
|
34559
|
+
]
|
|
34560
|
+
},
|
|
34561
|
+
{
|
|
34562
|
+
"category": "Type-wise Plastic",
|
|
34563
|
+
"items": [
|
|
34564
|
+
{
|
|
34565
|
+
"item": "Category I – Rigid plastic (Data required: %; Frequency: Monthly)",
|
|
34566
|
+
"emissionFactor": 0,
|
|
34567
|
+
"unit": "%"
|
|
34568
|
+
},
|
|
34569
|
+
{
|
|
34570
|
+
"item": "Category II – Flexible plastic (single layer) (Data required: %; Frequency: Monthly)",
|
|
34571
|
+
"emissionFactor": 0,
|
|
34572
|
+
"unit": "%"
|
|
34573
|
+
},
|
|
34574
|
+
{
|
|
34575
|
+
"item": "Category III – Multi-layered plastic (MLP) (Data required: %; Frequency: Monthly)",
|
|
34576
|
+
"emissionFactor": 0,
|
|
34577
|
+
"unit": "%"
|
|
34578
|
+
},
|
|
34579
|
+
{
|
|
34580
|
+
"item": "Category IV – Plastic sheets/carry bags (Data required: %; Frequency: Monthly)",
|
|
34581
|
+
"emissionFactor": 0,
|
|
34582
|
+
"unit": "%"
|
|
34583
|
+
}
|
|
34584
|
+
]
|
|
34585
|
+
},
|
|
34586
|
+
{
|
|
34587
|
+
"category": "Average Bag Weight",
|
|
34588
|
+
"items": [
|
|
34589
|
+
{
|
|
34590
|
+
"item": "Average Bag Weight (Data required: tonnes; Frequency: Monthly)",
|
|
34591
|
+
"emissionFactor": 0,
|
|
34592
|
+
"unit": "tonnes"
|
|
34593
|
+
}
|
|
34594
|
+
]
|
|
34595
|
+
},
|
|
34596
|
+
{
|
|
34597
|
+
"category": "EPR Obligation",
|
|
34598
|
+
"items": [
|
|
34599
|
+
{
|
|
34600
|
+
"item": "EPR Obligation (Data required: tonnes; Frequency: Annual)",
|
|
34601
|
+
"emissionFactor": 0,
|
|
34602
|
+
"unit": "tonnes"
|
|
34603
|
+
}
|
|
34604
|
+
]
|
|
34605
|
+
},
|
|
34606
|
+
{
|
|
34607
|
+
"category": "Quantity of plastic recycled",
|
|
34608
|
+
"items": [
|
|
34609
|
+
{
|
|
34610
|
+
"item": "Quantity of plastic recycled (Data required: tonnes; Frequency: Annual; Supporting document: EPR certificate)",
|
|
34611
|
+
"emissionFactor": 0,
|
|
34612
|
+
"unit": "tonnes"
|
|
34613
|
+
}
|
|
34614
|
+
]
|
|
34615
|
+
},
|
|
34616
|
+
{
|
|
34617
|
+
"category": "Recycling Traceability",
|
|
34618
|
+
"items": [
|
|
34619
|
+
{
|
|
34620
|
+
"item": "Recycling Traceability (Data required: NA; Supporting document: Invoices)",
|
|
34621
|
+
"emissionFactor": 0,
|
|
34622
|
+
"unit": "NA"
|
|
34623
|
+
}
|
|
34624
|
+
]
|
|
34625
|
+
},
|
|
34626
|
+
{
|
|
34627
|
+
"category": "Shortfall/Carry Forward",
|
|
34628
|
+
"items": [
|
|
34629
|
+
{
|
|
34630
|
+
"item": "Shortfall/Carry Forward (Data required: NA; Supporting document: Target vs achieved report)",
|
|
34631
|
+
"emissionFactor": 0,
|
|
34632
|
+
"unit": "NA"
|
|
34633
|
+
}
|
|
34634
|
+
]
|
|
34635
|
+
}
|
|
34636
|
+
],
|
|
34637
|
+
"desc": "RCO module data from EPR Plastic packaging sheet"
|
|
34638
|
+
},
|
|
34639
|
+
{
|
|
34640
|
+
"name": "MONITORING & INTERNAL CONTROLS",
|
|
34641
|
+
"displayName": "Monitoring and internal control",
|
|
34642
|
+
"icon": fa.FaRegBuilding,
|
|
34643
|
+
"scope": "scope3",
|
|
34644
|
+
"unit": "RCO",
|
|
34645
|
+
"subProducts": [
|
|
34646
|
+
{
|
|
34647
|
+
"category": "Material Flow Analysis (MFA) updated annually",
|
|
34648
|
+
"items": [
|
|
34649
|
+
{
|
|
34650
|
+
"item": "Material Flow Analysis (MFA) updated annually",
|
|
34651
|
+
"emissionFactor": 0,
|
|
34652
|
+
"unit": "count"
|
|
34653
|
+
}
|
|
34654
|
+
]
|
|
34655
|
+
},
|
|
34656
|
+
{
|
|
34657
|
+
"category": "Quarterly compliance review meeting",
|
|
34658
|
+
"items": [
|
|
34659
|
+
{
|
|
34660
|
+
"item": "Quarterly compliance review meeting",
|
|
34661
|
+
"emissionFactor": 0,
|
|
34662
|
+
"unit": "count"
|
|
34663
|
+
}
|
|
34664
|
+
]
|
|
34665
|
+
},
|
|
34666
|
+
{
|
|
34667
|
+
"category": "Third-party verification (if ESG-linked finance)",
|
|
34668
|
+
"items": [
|
|
34669
|
+
{
|
|
34670
|
+
"item": "Third-party verification (if ESG-linked finance)",
|
|
34671
|
+
"emissionFactor": 0,
|
|
34672
|
+
"unit": "count"
|
|
34673
|
+
}
|
|
34674
|
+
]
|
|
34675
|
+
},
|
|
34676
|
+
{
|
|
34677
|
+
"category": "Internal audit checklist",
|
|
34678
|
+
"items": [
|
|
34679
|
+
{
|
|
34680
|
+
"item": "Internal audit checklist",
|
|
34681
|
+
"emissionFactor": 0,
|
|
34682
|
+
"unit": "count"
|
|
34683
|
+
}
|
|
34684
|
+
]
|
|
34685
|
+
},
|
|
34686
|
+
{
|
|
34687
|
+
"category": "Regulatory risk register",
|
|
34688
|
+
"items": [
|
|
34689
|
+
{
|
|
34690
|
+
"item": "Regulatory risk register",
|
|
34691
|
+
"emissionFactor": 0,
|
|
34692
|
+
"unit": "count"
|
|
34693
|
+
}
|
|
34694
|
+
]
|
|
34695
|
+
},
|
|
34696
|
+
{
|
|
34697
|
+
"category": "Documentation archive (5-year retention minimum)",
|
|
34698
|
+
"items": [
|
|
34699
|
+
{
|
|
34700
|
+
"item": "Documentation archive (5-year retention minimum)",
|
|
34701
|
+
"emissionFactor": 0,
|
|
34702
|
+
"unit": "count"
|
|
34703
|
+
}
|
|
34704
|
+
]
|
|
34705
|
+
}
|
|
34706
|
+
],
|
|
34707
|
+
"desc": "RCO module data from Monitoring and internal control sheet"
|
|
34708
|
+
},
|
|
34709
|
+
{
|
|
34710
|
+
"name": "CORE KPI DASHBOARD (Board-Level View)",
|
|
34711
|
+
"displayName": "KPI Dashboard",
|
|
34712
|
+
"icon": fa.FaRegBuilding,
|
|
34713
|
+
"scope": "scope3",
|
|
34714
|
+
"unit": "RCO",
|
|
34715
|
+
"subProducts": [
|
|
34716
|
+
{
|
|
34717
|
+
"category": "TSR",
|
|
34718
|
+
"items": [
|
|
34719
|
+
{
|
|
34720
|
+
"item": "TSR (Target: >15–20% (India average improving))",
|
|
34721
|
+
"emissionFactor": 0,
|
|
34722
|
+
"unit": ">15–20% (India average improving)"
|
|
34723
|
+
}
|
|
34724
|
+
]
|
|
34725
|
+
},
|
|
34726
|
+
{
|
|
34727
|
+
"category": "Clinker Factor",
|
|
34728
|
+
"items": [
|
|
34729
|
+
{
|
|
34730
|
+
"item": "Clinker Factor (Target: <0.70 (strategic benchmark))",
|
|
34731
|
+
"emissionFactor": 0,
|
|
34732
|
+
"unit": "<0.70 (strategic benchmark)"
|
|
34733
|
+
}
|
|
34734
|
+
]
|
|
34735
|
+
},
|
|
34736
|
+
{
|
|
34737
|
+
"category": "Plastic Intensity",
|
|
34738
|
+
"items": [
|
|
34739
|
+
{
|
|
34740
|
+
"item": "Plastic Intensity (Target: kg plastic / tonne cement)",
|
|
34741
|
+
"emissionFactor": 0,
|
|
34742
|
+
"unit": "kg plastic / tonne cement"
|
|
34743
|
+
}
|
|
34744
|
+
]
|
|
34745
|
+
},
|
|
34746
|
+
{
|
|
34747
|
+
"category": "EPR Fulfilment",
|
|
34748
|
+
"items": [
|
|
34749
|
+
{
|
|
34750
|
+
"item": "EPR Fulfilment (Target: 100% or surplus)",
|
|
34751
|
+
"emissionFactor": 0,
|
|
34752
|
+
"unit": "100% or surplus"
|
|
34753
|
+
}
|
|
34754
|
+
]
|
|
34755
|
+
},
|
|
34756
|
+
{
|
|
34757
|
+
"category": "Thermal Energy Intensity",
|
|
34758
|
+
"items": [
|
|
34759
|
+
{
|
|
34760
|
+
"item": "Thermal Energy Intensity (Target: Continuous reduction)",
|
|
34761
|
+
"emissionFactor": 0,
|
|
34762
|
+
"unit": "Continuous reduction"
|
|
34763
|
+
}
|
|
34764
|
+
]
|
|
34765
|
+
},
|
|
34766
|
+
{
|
|
34767
|
+
"category": "Electrical Intensity",
|
|
34768
|
+
"items": [
|
|
34769
|
+
{
|
|
34770
|
+
"item": "Electrical Intensity (Target: Continuous reduction)",
|
|
34771
|
+
"emissionFactor": 0,
|
|
34772
|
+
"unit": "Continuous reduction"
|
|
34773
|
+
}
|
|
34774
|
+
]
|
|
34775
|
+
},
|
|
34776
|
+
{
|
|
34777
|
+
"category": "Water Intensity",
|
|
34778
|
+
"items": [
|
|
34779
|
+
{
|
|
34780
|
+
"item": "Water Intensity (Target: Continuous reduction)",
|
|
34781
|
+
"emissionFactor": 0,
|
|
34782
|
+
"unit": "Continuous reduction"
|
|
34783
|
+
}
|
|
34784
|
+
]
|
|
34785
|
+
}
|
|
34786
|
+
],
|
|
34787
|
+
"desc": "RCO module data from KPI Dashboard sheet"
|
|
34788
|
+
}
|
|
34789
|
+
];
|
|
34790
|
+
const getRCOConfigByName = (name) => ALL_SCOPES_3_RCO.find((config) => config.name === name);
|
|
34791
|
+
|
|
34399
34792
|
// User-specific configurations mapping
|
|
34400
34793
|
const USER_CONFIGS = {
|
|
34401
34794
|
"gas lab": {
|
|
@@ -34534,9 +34927,13 @@ const INDUSTRIES_CONFIG = {
|
|
|
34534
34927
|
scope3: ALL_SCOPES_3_POLYMER,
|
|
34535
34928
|
},
|
|
34536
34929
|
};
|
|
34930
|
+
for (const config of Object.values(INDUSTRIES_CONFIG)) {
|
|
34931
|
+
config.rco = ALL_SCOPES_3_RCO;
|
|
34932
|
+
}
|
|
34537
34933
|
// Helper function to get industry config based on industry and username
|
|
34538
34934
|
const getIndustryConfig = (industry, username) => {
|
|
34539
34935
|
const defaultConfig = INDUSTRIES_CONFIG[industry] || INDUSTRIES_CONFIG["Manufacturing"];
|
|
34936
|
+
const rcoConfig = defaultConfig.rco || ALL_SCOPES_3_RCO;
|
|
34540
34937
|
// Check for username-based customization (e.g., Gas Lab)
|
|
34541
34938
|
if (username) {
|
|
34542
34939
|
const customScope1 = getUserNameScopeConfig('scope1', username, defaultConfig.scope1);
|
|
@@ -34564,9 +34961,13 @@ const getIndustryConfig = (industry, username) => {
|
|
|
34564
34961
|
scope2: customScope2,
|
|
34565
34962
|
scope3: customScope3,
|
|
34566
34963
|
additionalScopes: customAdditionalScopes,
|
|
34964
|
+
rco: rcoConfig,
|
|
34567
34965
|
};
|
|
34568
34966
|
}
|
|
34569
|
-
return
|
|
34967
|
+
return {
|
|
34968
|
+
...defaultConfig,
|
|
34969
|
+
rco: rcoConfig,
|
|
34970
|
+
};
|
|
34570
34971
|
};
|
|
34571
34972
|
// Transform a scope item to be backend-compatible by removing React icons
|
|
34572
34973
|
function transformScopeToBackend(scope) {
|
|
@@ -34588,12 +34989,16 @@ function transformScope3ToBackend(scope3) {
|
|
|
34588
34989
|
subProducts: transformEmissionsToBackend(rest.subProducts)
|
|
34589
34990
|
};
|
|
34590
34991
|
}
|
|
34992
|
+
function transformRCOToBackend(rco) {
|
|
34993
|
+
return rco.map(transformScope3ToBackend);
|
|
34994
|
+
}
|
|
34591
34995
|
// Transform an industry config to be backend-compatible
|
|
34592
34996
|
function transformIndustryConfigToBackend(config) {
|
|
34593
34997
|
const result = {
|
|
34594
34998
|
scope1: config.scope1.map(transformScopeToBackend),
|
|
34595
34999
|
scope2: config.scope2.map(transformScopeToBackend),
|
|
34596
|
-
scope3: config.scope3.map(transformScope3ToBackend)
|
|
35000
|
+
scope3: config.scope3.map(transformScope3ToBackend),
|
|
35001
|
+
rco: transformRCOToBackend(config.rco || ALL_SCOPES_3_RCO),
|
|
34597
35002
|
};
|
|
34598
35003
|
if (config.additionalScopes) {
|
|
34599
35004
|
result.additionalScopes = {};
|
|
@@ -34733,6 +35138,7 @@ function getCombinedBackendConfig(industryName, username) {
|
|
|
34733
35138
|
scope1: userConfig.scope1 || industryConfig.scope1,
|
|
34734
35139
|
scope2: userConfig.scope2 || industryConfig.scope2,
|
|
34735
35140
|
scope3: userConfig.scope3 || industryConfig.scope3,
|
|
35141
|
+
rco: industryConfig.rco,
|
|
34736
35142
|
additionalScopes: industryConfig.additionalScopes
|
|
34737
35143
|
};
|
|
34738
35144
|
// Add user-specific water management if available
|
|
@@ -35916,9 +36322,10 @@ const CCTS_ELECTRICITY_PRODUCTS = [
|
|
|
35916
36322
|
{
|
|
35917
36323
|
name: "Electricity imported from Grid",
|
|
35918
36324
|
unit: "Lakh kWh",
|
|
35919
|
-
emissionFactor: 0.
|
|
36325
|
+
emissionFactor: 0.71,
|
|
35920
36326
|
emissionFactorUnit: "Kgco2e/kwh",
|
|
35921
36327
|
type: "electricity",
|
|
36328
|
+
source: "CEA 2024-25",
|
|
35922
36329
|
},
|
|
35923
36330
|
{
|
|
35924
36331
|
name: "Electricity generated from DG",
|
|
@@ -36000,32 +36407,36 @@ const CCTS_ELECTRICITY_PRODUCTS = [
|
|
|
36000
36407
|
{
|
|
36001
36408
|
name: "Energy Supplied to Colony",
|
|
36002
36409
|
unit: "Lakh kWh",
|
|
36003
|
-
emissionFactor: 0.
|
|
36410
|
+
emissionFactor: 0.71,
|
|
36004
36411
|
emissionFactorUnit: "Kgco2e/kwh",
|
|
36005
36412
|
type: "electricity",
|
|
36413
|
+
source: "CEA 2024-25",
|
|
36006
36414
|
},
|
|
36007
36415
|
{
|
|
36008
36416
|
name: "Energy Supplied to Others",
|
|
36009
36417
|
unit: "Lakh kWh",
|
|
36010
|
-
emissionFactor: 0.
|
|
36418
|
+
emissionFactor: 0.71,
|
|
36011
36419
|
emissionFactorUnit: "Kgco2e/kwh",
|
|
36012
36420
|
type: "electricity",
|
|
36421
|
+
source: "CEA 2024-25",
|
|
36013
36422
|
},
|
|
36014
36423
|
];
|
|
36015
36424
|
const CCTS_PURCHASED_ELECTRICITY = [
|
|
36016
36425
|
{
|
|
36017
36426
|
name: "Electricity Purchased from Grid upto clinkerisation",
|
|
36018
36427
|
unit: "kWh",
|
|
36019
|
-
emissionFactor: 0.
|
|
36428
|
+
emissionFactor: 0.71,
|
|
36020
36429
|
emissionFactorUnit: "Kgco2e/kwh",
|
|
36021
36430
|
type: "electricity",
|
|
36431
|
+
source: "CEA 2024-25",
|
|
36022
36432
|
},
|
|
36023
36433
|
{
|
|
36024
36434
|
name: "Electricity Purchased from Grid for grinding",
|
|
36025
36435
|
unit: "kWh",
|
|
36026
|
-
emissionFactor: 0.
|
|
36436
|
+
emissionFactor: 0.71,
|
|
36027
36437
|
emissionFactorUnit: "Kgco2e/kwh",
|
|
36028
36438
|
type: "electricity",
|
|
36439
|
+
source: "CEA 2024-25",
|
|
36029
36440
|
},
|
|
36030
36441
|
];
|
|
36031
36442
|
// SCOPE 1 Categories
|
|
@@ -40606,6 +41017,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
40606
41017
|
ALL_SCOPES_3_PETRO_CHEMICAL: ALL_SCOPES_3_PETRO_CHEMICAL,
|
|
40607
41018
|
ALL_SCOPES_3_PHARMA: ALL_SCOPES_3_PHARMA,
|
|
40608
41019
|
ALL_SCOPES_3_POLYMER: ALL_SCOPES_3_POLYMER,
|
|
41020
|
+
ALL_SCOPES_3_RCO: ALL_SCOPES_3_RCO,
|
|
40609
41021
|
ALL_SCOPES_3_REAL_ESTATE: ALL_SCOPES_3_REAL_ESTATE,
|
|
40610
41022
|
ALL_SCOPES_3_SHIPPING: ALL_SCOPES_3_SHIPPING,
|
|
40611
41023
|
ALL_SCOPES_3_STEEL: ALL_SCOPES_3_STEEL,
|
|
@@ -40734,9 +41146,11 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
40734
41146
|
WATER_USAGE_PRODUCTS: WATER_USAGE_PRODUCTS,
|
|
40735
41147
|
WELDING_PRODUCTS_GAS_LAB: WELDING_PRODUCTS_GAS_LAB,
|
|
40736
41148
|
getEndpointConfig: getEndpointConfig,
|
|
40737
|
-
getIndustryConfig: getIndustryConfig$1
|
|
41149
|
+
getIndustryConfig: getIndustryConfig$1,
|
|
41150
|
+
getRCOConfigByName: getRCOConfigByName
|
|
40738
41151
|
});
|
|
40739
41152
|
|
|
41153
|
+
exports.ALL_SCOPES_3_RCO = ALL_SCOPES_3_RCO;
|
|
40740
41154
|
exports.API_ENDPOINTS = API_ENDPOINTS;
|
|
40741
41155
|
exports.API_SCOPE3_CEMENT_CONFIG = API_SCOPE3_CEMENT_CONFIG;
|
|
40742
41156
|
exports.BILL_CALCULATION_CONFIGS = BILL_CALCULATION_CONFIGS;
|
|
@@ -40791,6 +41205,7 @@ exports.getIndustryConfig = getIndustryConfig;
|
|
|
40791
41205
|
exports.getIndustryFieldConfig = getIndustryFieldConfig;
|
|
40792
41206
|
exports.getIntensityFormulas = getIntensityFormulas;
|
|
40793
41207
|
exports.getPlantNameConfig = getPlantNameConfig;
|
|
41208
|
+
exports.getRCOConfigByName = getRCOConfigByName;
|
|
40794
41209
|
exports.getScope3ConfigByName = getScope3ConfigByName;
|
|
40795
41210
|
exports.getUserNameBackendConfig = getUserNameBackendConfig;
|
|
40796
41211
|
exports.getUserNameScopeConfig = getUserNameScopeConfig;
|