@zerocarbon/erp-config-sdk 1.0.15 → 1.0.16

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
@@ -1,10 +1,10 @@
1
1
  import { CgSmartHomeRefrigerator } from 'react-icons/cg';
2
2
  import { CiPlane } from 'react-icons/ci';
3
- import { FaGasPump, FaFire, FaTruck, FaRegBuilding, FaTools, FaIndustry } from 'react-icons/fa';
4
- import { GiGasStove, GiCoalWagon, GiElectric, GiJetFighter, GiGasPump, GiRecycle, GiWaterDrop, GiCoalPile, GiMineTruck } from 'react-icons/gi';
3
+ import { FaTruck, FaGasPump, FaFire, FaRegBuilding, FaTools, FaIndustry } from 'react-icons/fa';
4
+ import { GiElectric, GiGasStove, GiCoalWagon, GiJetFighter, GiGasPump, GiRecycle, GiWaterDrop, GiCoalPile, GiMineTruck } from 'react-icons/gi';
5
5
  import { IoCarOutline } from 'react-icons/io5';
6
6
  import { MdComputer, MdAutorenew } from 'react-icons/md';
7
- import { RiDeleteBin5Line, RiDeleteBin2Line } from 'react-icons/ri';
7
+ import { RiDeleteBin2Line, RiDeleteBin5Line } from 'react-icons/ri';
8
8
  import { BsSourceforge } from 'react-icons/bs';
9
9
  import { FaLandMineOn } from 'react-icons/fa6';
10
10
  import { GrCodeSandbox } from 'react-icons/gr';
@@ -34394,6 +34394,770 @@ const ALL_SCOPES_3_UTILITIES = [
34394
34394
  ...ALL_SCOPES_3_UTILITIES,
34395
34395
  ];
34396
34396
 
34397
+ const ALL_SCOPES_3_RCO = [
34398
+ {
34399
+ "name": "REGISTRATIONS & AUTHORISATIONS",
34400
+ "displayName": "Registration and auth",
34401
+ "icon": FaRegBuilding,
34402
+ "scope": "scope3",
34403
+ "unit": "RCO",
34404
+ "subProducts": [
34405
+ {
34406
+ "category": "CPCB EPR Registration (Plastic)",
34407
+ "items": [
34408
+ {
34409
+ "item": "CPCB EPR Registration (Plastic)",
34410
+ "emissionFactor": 0,
34411
+ "unit": "count"
34412
+ }
34413
+ ]
34414
+ },
34415
+ {
34416
+ "category": "EPR Certificates (Qty recycled)",
34417
+ "items": [
34418
+ {
34419
+ "item": "EPR Certificates (Qty recycled)",
34420
+ "emissionFactor": 0,
34421
+ "unit": "count"
34422
+ }
34423
+ ]
34424
+ },
34425
+ {
34426
+ "category": "PRO Agreement",
34427
+ "items": [
34428
+ {
34429
+ "item": "PRO Agreement",
34430
+ "emissionFactor": 0,
34431
+ "unit": "count"
34432
+ }
34433
+ ]
34434
+ },
34435
+ {
34436
+ "category": "SPCB/SPCB Consent to Operate",
34437
+ "items": [
34438
+ {
34439
+ "item": "SPCB/SPCB Consent to Operate",
34440
+ "emissionFactor": 0,
34441
+ "unit": "count"
34442
+ }
34443
+ ]
34444
+ },
34445
+ {
34446
+ "category": "Hazardous Waste Authorisation",
34447
+ "items": [
34448
+ {
34449
+ "item": "Hazardous Waste Authorisation",
34450
+ "emissionFactor": 0,
34451
+ "unit": "count"
34452
+ }
34453
+ ]
34454
+ },
34455
+ {
34456
+ "category": "Tyre Co-processing Approval",
34457
+ "items": [
34458
+ {
34459
+ "item": "Tyre Co-processing Approval",
34460
+ "emissionFactor": 0,
34461
+ "unit": "count"
34462
+ }
34463
+ ]
34464
+ },
34465
+ {
34466
+ "category": "Battery/E-waste Registration (if applicable)",
34467
+ "items": [
34468
+ {
34469
+ "item": "Battery/E-waste Registration (if applicable)",
34470
+ "emissionFactor": 0,
34471
+ "unit": "count"
34472
+ }
34473
+ ]
34474
+ },
34475
+ {
34476
+ "category": "Cement Kiln Co-processing Permission",
34477
+ "items": [
34478
+ {
34479
+ "item": "Cement Kiln Co-processing Permission",
34480
+ "emissionFactor": 0,
34481
+ "unit": "count"
34482
+ }
34483
+ ]
34484
+ },
34485
+ {
34486
+ "category": "Valid Consent to Operate (CTO) under Air & Water Act",
34487
+ "items": [
34488
+ {
34489
+ "item": "Valid Consent to Operate (CTO) under Air & Water Act",
34490
+ "emissionFactor": 0,
34491
+ "unit": "count"
34492
+ }
34493
+ ]
34494
+ }
34495
+ ],
34496
+ "desc": "RCO module data from Registration and auth sheet"
34497
+ },
34498
+ {
34499
+ "name": "Fuels and Alternate Fuels (AFR)",
34500
+ "displayName": "Fuels and AFR",
34501
+ "icon": FaRegBuilding,
34502
+ "scope": "scope3",
34503
+ "unit": "RCO",
34504
+ "subProducts": [
34505
+ {
34506
+ "category": "Thermal Substitution Rate (TSR)",
34507
+ "items": [
34508
+ {
34509
+ "item": "Thermal Substitution Rate (TSR) (Data required: % TSR; Frequency: Monthly)",
34510
+ "emissionFactor": 0,
34511
+ "unit": "% TSR"
34512
+ }
34513
+ ]
34514
+ },
34515
+ {
34516
+ "category": "AFR Consumption",
34517
+ "items": [
34518
+ {
34519
+ "item": "Refuse-Derived Fuel (RDF) (Data required: Tonnes; Frequency: Monthly)",
34520
+ "emissionFactor": 0,
34521
+ "unit": "Tonnes"
34522
+ },
34523
+ {
34524
+ "item": "Municipal Solid Waste (processed) (Data required: Tonnes; Frequency: Monthly)",
34525
+ "emissionFactor": 0,
34526
+ "unit": "Tonnes"
34527
+ },
34528
+ {
34529
+ "item": "Industrial Solid Waste (Data required: Tonnes; Frequency: Monthly)",
34530
+ "emissionFactor": 0,
34531
+ "unit": "Tonnes"
34532
+ },
34533
+ {
34534
+ "item": "Hazardous Waste (approved streams) (Data required: Tonnes; Frequency: Monthly)",
34535
+ "emissionFactor": 0,
34536
+ "unit": "Tonnes"
34537
+ },
34538
+ {
34539
+ "item": "Waste Tyres (TDF – Tyre Derived Fuel) (Data required: Tonnes; Frequency: Monthly)",
34540
+ "emissionFactor": 0,
34541
+ "unit": "Tonnes"
34542
+ },
34543
+ {
34544
+ "item": "Biomass (rice husk, agri residue, wood chips) (Data required: Tonnes; Frequency: Monthly)",
34545
+ "emissionFactor": 0,
34546
+ "unit": "Tonnes"
34547
+ },
34548
+ {
34549
+ "item": "Sludge (ETP sludge, paper mill sludge) (Data required: Tonnes; Frequency: Monthly)",
34550
+ "emissionFactor": 0,
34551
+ "unit": "Tonnes"
34552
+ },
34553
+ {
34554
+ "item": "Plastic Waste (Data required: Tonnes; Frequency: Monthly)",
34555
+ "emissionFactor": 0,
34556
+ "unit": "Tonnes"
34557
+ },
34558
+ {
34559
+ "item": "Textile waste (Data required: Tonnes; Frequency: Monthly)",
34560
+ "emissionFactor": 0,
34561
+ "unit": "Tonnes"
34562
+ }
34563
+ ]
34564
+ },
34565
+ {
34566
+ "category": "Fossil Fuel for Energy",
34567
+ "items": [
34568
+ {
34569
+ "item": "Coal (Data required: Tonnes; Frequency: Monthly)",
34570
+ "emissionFactor": 0,
34571
+ "unit": "Tonnes"
34572
+ },
34573
+ {
34574
+ "item": "Petcoke (Data required: Tonnes; Frequency: Monthly)",
34575
+ "emissionFactor": 0,
34576
+ "unit": "Tonnes"
34577
+ },
34578
+ {
34579
+ "item": "Lignite (Data required: Tonnes; Frequency: Monthly)",
34580
+ "emissionFactor": 0,
34581
+ "unit": "Tonnes"
34582
+ },
34583
+ {
34584
+ "item": "Furnace Oil (Data required: Tonnes; Frequency: Monthly)",
34585
+ "emissionFactor": 0,
34586
+ "unit": "Tonnes"
34587
+ },
34588
+ {
34589
+ "item": "Diesel (Data required: Tonnes; Frequency: Monthly)",
34590
+ "emissionFactor": 0,
34591
+ "unit": "Tonnes"
34592
+ },
34593
+ {
34594
+ "item": "Natural Gas (Data required: Tonnes; Frequency: Monthly)",
34595
+ "emissionFactor": 0,
34596
+ "unit": "Tonnes"
34597
+ },
34598
+ {
34599
+ "item": "Emission Monitoring",
34600
+ "emissionFactor": 0,
34601
+ "unit": "count"
34602
+ }
34603
+ ]
34604
+ }
34605
+ ],
34606
+ "desc": "RCO module data from Fuels and AFR sheet"
34607
+ },
34608
+ {
34609
+ "name": "Clinker Reduction",
34610
+ "displayName": "Clinker Reduction",
34611
+ "icon": FaRegBuilding,
34612
+ "scope": "scope3",
34613
+ "unit": "RCO",
34614
+ "subProducts": [
34615
+ {
34616
+ "category": "Clinker Factor",
34617
+ "items": [
34618
+ {
34619
+ "item": "Clinker Factor (Data required: Clinker-to-cement ratio; Frequency: Monthly)",
34620
+ "emissionFactor": 0,
34621
+ "unit": "Clinker-to-cement ratio"
34622
+ }
34623
+ ]
34624
+ },
34625
+ {
34626
+ "category": "SCM Usage",
34627
+ "items": [
34628
+ {
34629
+ "item": "Fly Ash (Data required: Tonnes; Frequency: Monthly)",
34630
+ "emissionFactor": 0,
34631
+ "unit": "Tonnes"
34632
+ },
34633
+ {
34634
+ "item": "GGBS (Ground Granualted Blast Furnace Slag) (Data required: Tonnes; Frequency: Monthly)",
34635
+ "emissionFactor": 0,
34636
+ "unit": "Tonnes"
34637
+ },
34638
+ {
34639
+ "item": "Calcined Clay (Data required: Tonnes; Frequency: Monthly)",
34640
+ "emissionFactor": 0,
34641
+ "unit": "Tonnes"
34642
+ }
34643
+ ]
34644
+ },
34645
+ {
34646
+ "category": "Plant-wise Clinker Reporting",
34647
+ "items": [
34648
+ {
34649
+ "item": "Clinker produced (Data required: Tonnes; Frequency: Monthly)",
34650
+ "emissionFactor": 0,
34651
+ "unit": "Tonnes"
34652
+ }
34653
+ ]
34654
+ },
34655
+ {
34656
+ "category": "Plant wise Blended Cement Share(% of OPC/PPC/PSC)",
34657
+ "items": [
34658
+ {
34659
+ "item": "OPC (Data required: %; Frequency: Monthly)",
34660
+ "emissionFactor": 0,
34661
+ "unit": "%"
34662
+ },
34663
+ {
34664
+ "item": "PPC (Data required: %; Frequency: Monthly)",
34665
+ "emissionFactor": 0,
34666
+ "unit": "%"
34667
+ },
34668
+ {
34669
+ "item": "PSC (Data required: %; Frequency: Monthly)",
34670
+ "emissionFactor": 0,
34671
+ "unit": "%"
34672
+ },
34673
+ {
34674
+ "item": "CC (Data required: %; Frequency: Monthly)",
34675
+ "emissionFactor": 0,
34676
+ "unit": "%"
34677
+ }
34678
+ ]
34679
+ }
34680
+ ],
34681
+ "desc": "RCO module data from Clinker Reduction sheet"
34682
+ },
34683
+ {
34684
+ "name": "Energy & Resource Efficiency",
34685
+ "displayName": "Energy and resource Efficiency",
34686
+ "icon": FaRegBuilding,
34687
+ "scope": "scope3",
34688
+ "unit": "RCO",
34689
+ "subProducts": [
34690
+ {
34691
+ "category": "Specific Electrical Consumption (SEC)",
34692
+ "items": [
34693
+ {
34694
+ "item": "Specific Electrical Consumption (SEC) (Data required: (kwh/tonne cement); Frequency: Monthly)",
34695
+ "emissionFactor": 0,
34696
+ "unit": "(kwh/tonne cement)"
34697
+ }
34698
+ ]
34699
+ },
34700
+ {
34701
+ "category": "Thermal Energy Intensity",
34702
+ "items": [
34703
+ {
34704
+ "item": "Thermal Energy Intensity (Data required: Gcal/tonne clinker; Frequency: Monthly)",
34705
+ "emissionFactor": 0,
34706
+ "unit": "Gcal/tonne clinker"
34707
+ }
34708
+ ]
34709
+ },
34710
+ {
34711
+ "category": "Water Intensity",
34712
+ "items": [
34713
+ {
34714
+ "item": "Water Intensity (Data required: m³/tonne cement; Frequency: Monthly)",
34715
+ "emissionFactor": 0,
34716
+ "unit": "m³/tonne cement"
34717
+ }
34718
+ ]
34719
+ },
34720
+ {
34721
+ "category": "Zero Liquid Discharge Record",
34722
+ "items": [
34723
+ {
34724
+ "item": "Zero Liquid Discharge Record (Data required: Water reuse %; Frequency: Monthly)",
34725
+ "emissionFactor": 0,
34726
+ "unit": "Water reuse %"
34727
+ },
34728
+ {
34729
+ "item": "Electrical Energy mix",
34730
+ "emissionFactor": 0,
34731
+ "unit": "count"
34732
+ }
34733
+ ]
34734
+ },
34735
+ {
34736
+ "category": "Grid Power",
34737
+ "items": [
34738
+ {
34739
+ "item": "Grid Power (Data required: % of total electricity consumed; Frequency: Monthly)",
34740
+ "emissionFactor": 0,
34741
+ "unit": "% of total electricity consumed"
34742
+ }
34743
+ ]
34744
+ },
34745
+ {
34746
+ "category": "Captive Power Plants (CPP)",
34747
+ "items": [
34748
+ {
34749
+ "item": "Coal-based CPP (Data required: % of total electricity consumed; Frequency: Monthly)",
34750
+ "emissionFactor": 0,
34751
+ "unit": "% of total electricity consumed"
34752
+ },
34753
+ {
34754
+ "item": "WHRS-based captive generation (Data required: % of total electricity consumed; Frequency: Monthly)",
34755
+ "emissionFactor": 0,
34756
+ "unit": "% of total electricity consumed"
34757
+ },
34758
+ {
34759
+ "item": "Gas-based CPP (Data required: % of total electricity consumed; Frequency: Monthly)",
34760
+ "emissionFactor": 0,
34761
+ "unit": "% of total electricity consumed"
34762
+ },
34763
+ {
34764
+ "item": "Diesel generator sets (backup) (Data required: % of total electricity consumed; Frequency: Monthly)",
34765
+ "emissionFactor": 0,
34766
+ "unit": "% of total electricity consumed"
34767
+ }
34768
+ ]
34769
+ },
34770
+ {
34771
+ "category": "Renewable Energy",
34772
+ "items": [
34773
+ {
34774
+ "item": "Solar (ground-mounted) (Data required: % of total electricity consumed; Frequency: Monthly)",
34775
+ "emissionFactor": 0,
34776
+ "unit": "% of total electricity consumed"
34777
+ },
34778
+ {
34779
+ "item": "Solar rooftop (Data required: % of total electricity consumed; Frequency: Monthly)",
34780
+ "emissionFactor": 0,
34781
+ "unit": "% of total electricity consumed"
34782
+ },
34783
+ {
34784
+ "item": "Wind power (Data required: % of total electricity consumed; Frequency: Monthly)",
34785
+ "emissionFactor": 0,
34786
+ "unit": "% of total electricity consumed"
34787
+ },
34788
+ {
34789
+ "item": "Hybrid wind-solar (Data required: % of total electricity consumed; Frequency: Monthly)",
34790
+ "emissionFactor": 0,
34791
+ "unit": "% of total electricity consumed"
34792
+ },
34793
+ {
34794
+ "item": "Open access renewable power (Data required: % of total electricity consumed; Frequency: Monthly)",
34795
+ "emissionFactor": 0,
34796
+ "unit": "% of total electricity consumed"
34797
+ },
34798
+ {
34799
+ "item": "Renewable Energy Certificates (RECs)",
34800
+ "emissionFactor": 0,
34801
+ "unit": "count"
34802
+ },
34803
+ {
34804
+ "item": "Green power through PPA",
34805
+ "emissionFactor": 0,
34806
+ "unit": "count"
34807
+ }
34808
+ ]
34809
+ },
34810
+ {
34811
+ "category": "Waste Heat Recovery (WHRS)",
34812
+ "items": [
34813
+ {
34814
+ "item": "Kiln exhaust heat recovery (Data required: GJ/ton clinker; Frequency: Monthly)",
34815
+ "emissionFactor": 0,
34816
+ "unit": "GJ/ton clinker"
34817
+ },
34818
+ {
34819
+ "item": "Clinker cooler heat recovery (Data required: GJ/ton clinker; Frequency: Monthly)",
34820
+ "emissionFactor": 0,
34821
+ "unit": "GJ/ton clinker"
34822
+ },
34823
+ {
34824
+ "item": "Internal power generation (kWh) (Data required: kwh; Frequency: Monthly)",
34825
+ "emissionFactor": 0,
34826
+ "unit": "kwh"
34827
+ }
34828
+ ]
34829
+ }
34830
+ ],
34831
+ "desc": "RCO module data from Energy and resource Efficiency sheet"
34832
+ },
34833
+ {
34834
+ "name": "Waste Co-processing",
34835
+ "displayName": "Waste co-processing",
34836
+ "icon": FaRegBuilding,
34837
+ "scope": "scope3",
34838
+ "unit": "RCO",
34839
+ "subProducts": [
34840
+ {
34841
+ "category": "Waste Inventory",
34842
+ "items": [
34843
+ {
34844
+ "item": "Hazardous (Data required: Tonnes; Frequency: Monthly; Supporting document: Waste Manifest forms (cradle- to - grave))",
34845
+ "emissionFactor": 0,
34846
+ "unit": "Tonnes"
34847
+ },
34848
+ {
34849
+ "item": "Non hazardous (Data required: Tonnes; Frequency: Monthly; Supporting document: Waste Manifest forms (cradle- to - grave))",
34850
+ "emissionFactor": 0,
34851
+ "unit": "Tonnes"
34852
+ }
34853
+ ]
34854
+ },
34855
+ {
34856
+ "category": "Waste type co-processed in kiln",
34857
+ "items": [
34858
+ {
34859
+ "item": "Waste type co-processed in kiln (Data required: Tonnes; Frequency: Monthly)",
34860
+ "emissionFactor": 0,
34861
+ "unit": "Tonnes"
34862
+ }
34863
+ ]
34864
+ },
34865
+ {
34866
+ "category": "Waste type",
34867
+ "items": [
34868
+ {
34869
+ "item": "Sludge (Data required: %; Frequency: Monthly)",
34870
+ "emissionFactor": 0,
34871
+ "unit": "%"
34872
+ },
34873
+ {
34874
+ "item": "RDF (Data required: %; Frequency: Monthly)",
34875
+ "emissionFactor": 0,
34876
+ "unit": "%"
34877
+ },
34878
+ {
34879
+ "item": "Tyre (Data required: %; Frequency: Monthly)",
34880
+ "emissionFactor": 0,
34881
+ "unit": "%"
34882
+ },
34883
+ {
34884
+ "item": "Plastic (Data required: %; Frequency: Monthly)",
34885
+ "emissionFactor": 0,
34886
+ "unit": "%"
34887
+ }
34888
+ ]
34889
+ },
34890
+ {
34891
+ "category": "Shortfall / Excess vs Approved Capacity",
34892
+ "items": [
34893
+ {
34894
+ "item": "Shortfall / Excess vs Approved Capacity (Data required: NA; Frequency: Annual; Supporting document: Compliance summary report)",
34895
+ "emissionFactor": 0,
34896
+ "unit": "NA"
34897
+ }
34898
+ ]
34899
+ }
34900
+ ],
34901
+ "desc": "RCO module data from Waste co-processing sheet"
34902
+ },
34903
+ {
34904
+ "name": "EPR – PLASTIC PACKAGING",
34905
+ "displayName": "EPR Plastic packaging",
34906
+ "icon": FaRegBuilding,
34907
+ "scope": "scope3",
34908
+ "unit": "RCO",
34909
+ "subProducts": [
34910
+ {
34911
+ "category": "Total Cement Sold",
34912
+ "items": [
34913
+ {
34914
+ "item": "Total Cement Sold (Data required: tonnes; Frequency: Monthly)",
34915
+ "emissionFactor": 0,
34916
+ "unit": "tonnes"
34917
+ }
34918
+ ]
34919
+ },
34920
+ {
34921
+ "category": "Total Plastic Introduced",
34922
+ "items": [
34923
+ {
34924
+ "item": "Total Plastic Introduced (Data required: tonnes; Frequency: Monthly)",
34925
+ "emissionFactor": 0,
34926
+ "unit": "tonnes"
34927
+ }
34928
+ ]
34929
+ },
34930
+ {
34931
+ "category": "Type-wise Plastic",
34932
+ "items": [
34933
+ {
34934
+ "item": "Category I – Rigid plastic (Data required: %; Frequency: Monthly)",
34935
+ "emissionFactor": 0,
34936
+ "unit": "%"
34937
+ },
34938
+ {
34939
+ "item": "Category II – Flexible plastic (single layer) (Data required: %; Frequency: Monthly)",
34940
+ "emissionFactor": 0,
34941
+ "unit": "%"
34942
+ },
34943
+ {
34944
+ "item": "Category III – Multi-layered plastic (MLP) (Data required: %; Frequency: Monthly)",
34945
+ "emissionFactor": 0,
34946
+ "unit": "%"
34947
+ },
34948
+ {
34949
+ "item": "Category IV – Plastic sheets/carry bags (Data required: %; Frequency: Monthly)",
34950
+ "emissionFactor": 0,
34951
+ "unit": "%"
34952
+ }
34953
+ ]
34954
+ },
34955
+ {
34956
+ "category": "Average Bag Weight",
34957
+ "items": [
34958
+ {
34959
+ "item": "Average Bag Weight (Data required: tonnes; Frequency: Monthly)",
34960
+ "emissionFactor": 0,
34961
+ "unit": "tonnes"
34962
+ }
34963
+ ]
34964
+ },
34965
+ {
34966
+ "category": "EPR Obligation",
34967
+ "items": [
34968
+ {
34969
+ "item": "EPR Obligation (Data required: tonnes; Frequency: Annual)",
34970
+ "emissionFactor": 0,
34971
+ "unit": "tonnes"
34972
+ }
34973
+ ]
34974
+ },
34975
+ {
34976
+ "category": "Quantity of plastic recycled",
34977
+ "items": [
34978
+ {
34979
+ "item": "Quantity of plastic recycled (Data required: tonnes; Frequency: Annual; Supporting document: EPR certificate)",
34980
+ "emissionFactor": 0,
34981
+ "unit": "tonnes"
34982
+ }
34983
+ ]
34984
+ },
34985
+ {
34986
+ "category": "Recycling Traceability",
34987
+ "items": [
34988
+ {
34989
+ "item": "Recycling Traceability (Data required: NA; Supporting document: Invoices)",
34990
+ "emissionFactor": 0,
34991
+ "unit": "NA"
34992
+ }
34993
+ ]
34994
+ },
34995
+ {
34996
+ "category": "Shortfall/Carry Forward",
34997
+ "items": [
34998
+ {
34999
+ "item": "Shortfall/Carry Forward (Data required: NA; Supporting document: Target vs achieved report)",
35000
+ "emissionFactor": 0,
35001
+ "unit": "NA"
35002
+ }
35003
+ ]
35004
+ }
35005
+ ],
35006
+ "desc": "RCO module data from EPR Plastic packaging sheet"
35007
+ },
35008
+ {
35009
+ "name": "MONITORING & INTERNAL CONTROLS",
35010
+ "displayName": "Monitoring and internal control",
35011
+ "icon": FaRegBuilding,
35012
+ "scope": "scope3",
35013
+ "unit": "RCO",
35014
+ "subProducts": [
35015
+ {
35016
+ "category": "Material Flow Analysis (MFA) updated annually",
35017
+ "items": [
35018
+ {
35019
+ "item": "Material Flow Analysis (MFA) updated annually",
35020
+ "emissionFactor": 0,
35021
+ "unit": "count"
35022
+ }
35023
+ ]
35024
+ },
35025
+ {
35026
+ "category": "Quarterly compliance review meeting",
35027
+ "items": [
35028
+ {
35029
+ "item": "Quarterly compliance review meeting",
35030
+ "emissionFactor": 0,
35031
+ "unit": "count"
35032
+ }
35033
+ ]
35034
+ },
35035
+ {
35036
+ "category": "Third-party verification (if ESG-linked finance)",
35037
+ "items": [
35038
+ {
35039
+ "item": "Third-party verification (if ESG-linked finance)",
35040
+ "emissionFactor": 0,
35041
+ "unit": "count"
35042
+ }
35043
+ ]
35044
+ },
35045
+ {
35046
+ "category": "Internal audit checklist",
35047
+ "items": [
35048
+ {
35049
+ "item": "Internal audit checklist",
35050
+ "emissionFactor": 0,
35051
+ "unit": "count"
35052
+ }
35053
+ ]
35054
+ },
35055
+ {
35056
+ "category": "Regulatory risk register",
35057
+ "items": [
35058
+ {
35059
+ "item": "Regulatory risk register",
35060
+ "emissionFactor": 0,
35061
+ "unit": "count"
35062
+ }
35063
+ ]
35064
+ },
35065
+ {
35066
+ "category": "Documentation archive (5-year retention minimum)",
35067
+ "items": [
35068
+ {
35069
+ "item": "Documentation archive (5-year retention minimum)",
35070
+ "emissionFactor": 0,
35071
+ "unit": "count"
35072
+ }
35073
+ ]
35074
+ }
35075
+ ],
35076
+ "desc": "RCO module data from Monitoring and internal control sheet"
35077
+ },
35078
+ {
35079
+ "name": "CORE KPI DASHBOARD (Board-Level View)",
35080
+ "displayName": "KPI Dashboard",
35081
+ "icon": FaRegBuilding,
35082
+ "scope": "scope3",
35083
+ "unit": "RCO",
35084
+ "subProducts": [
35085
+ {
35086
+ "category": "TSR",
35087
+ "items": [
35088
+ {
35089
+ "item": "TSR (Target: >15–20% (India average improving))",
35090
+ "emissionFactor": 0,
35091
+ "unit": ">15–20% (India average improving)"
35092
+ }
35093
+ ]
35094
+ },
35095
+ {
35096
+ "category": "Clinker Factor",
35097
+ "items": [
35098
+ {
35099
+ "item": "Clinker Factor (Target: <0.70 (strategic benchmark))",
35100
+ "emissionFactor": 0,
35101
+ "unit": "<0.70 (strategic benchmark)"
35102
+ }
35103
+ ]
35104
+ },
35105
+ {
35106
+ "category": "Plastic Intensity",
35107
+ "items": [
35108
+ {
35109
+ "item": "Plastic Intensity (Target: kg plastic / tonne cement)",
35110
+ "emissionFactor": 0,
35111
+ "unit": "kg plastic / tonne cement"
35112
+ }
35113
+ ]
35114
+ },
35115
+ {
35116
+ "category": "EPR Fulfilment",
35117
+ "items": [
35118
+ {
35119
+ "item": "EPR Fulfilment (Target: 100% or surplus)",
35120
+ "emissionFactor": 0,
35121
+ "unit": "100% or surplus"
35122
+ }
35123
+ ]
35124
+ },
35125
+ {
35126
+ "category": "Thermal Energy Intensity",
35127
+ "items": [
35128
+ {
35129
+ "item": "Thermal Energy Intensity (Target: Continuous reduction)",
35130
+ "emissionFactor": 0,
35131
+ "unit": "Continuous reduction"
35132
+ }
35133
+ ]
35134
+ },
35135
+ {
35136
+ "category": "Electrical Intensity",
35137
+ "items": [
35138
+ {
35139
+ "item": "Electrical Intensity (Target: Continuous reduction)",
35140
+ "emissionFactor": 0,
35141
+ "unit": "Continuous reduction"
35142
+ }
35143
+ ]
35144
+ },
35145
+ {
35146
+ "category": "Water Intensity",
35147
+ "items": [
35148
+ {
35149
+ "item": "Water Intensity (Target: Continuous reduction)",
35150
+ "emissionFactor": 0,
35151
+ "unit": "Continuous reduction"
35152
+ }
35153
+ ]
35154
+ }
35155
+ ],
35156
+ "desc": "RCO module data from KPI Dashboard sheet"
35157
+ }
35158
+ ];
35159
+ const getRCOConfigByName = (name) => ALL_SCOPES_3_RCO.find((config) => config.name === name);
35160
+
34397
35161
  // User-specific configurations mapping
34398
35162
  const USER_CONFIGS = {
34399
35163
  "gas lab": {
@@ -34532,9 +35296,13 @@ const INDUSTRIES_CONFIG = {
34532
35296
  scope3: ALL_SCOPES_3_POLYMER,
34533
35297
  },
34534
35298
  };
35299
+ for (const config of Object.values(INDUSTRIES_CONFIG)) {
35300
+ config.rco = ALL_SCOPES_3_RCO;
35301
+ }
34535
35302
  // Helper function to get industry config based on industry and username
34536
35303
  const getIndustryConfig = (industry, username) => {
34537
35304
  const defaultConfig = INDUSTRIES_CONFIG[industry] || INDUSTRIES_CONFIG["Manufacturing"];
35305
+ const rcoConfig = defaultConfig.rco || ALL_SCOPES_3_RCO;
34538
35306
  // Check for username-based customization (e.g., Gas Lab)
34539
35307
  if (username) {
34540
35308
  const customScope1 = getUserNameScopeConfig('scope1', username, defaultConfig.scope1);
@@ -34562,9 +35330,13 @@ const getIndustryConfig = (industry, username) => {
34562
35330
  scope2: customScope2,
34563
35331
  scope3: customScope3,
34564
35332
  additionalScopes: customAdditionalScopes,
35333
+ rco: rcoConfig,
34565
35334
  };
34566
35335
  }
34567
- return defaultConfig;
35336
+ return {
35337
+ ...defaultConfig,
35338
+ rco: rcoConfig,
35339
+ };
34568
35340
  };
34569
35341
  // Transform a scope item to be backend-compatible by removing React icons
34570
35342
  function transformScopeToBackend(scope) {
@@ -34586,12 +35358,16 @@ function transformScope3ToBackend(scope3) {
34586
35358
  subProducts: transformEmissionsToBackend(rest.subProducts)
34587
35359
  };
34588
35360
  }
35361
+ function transformRCOToBackend(rco) {
35362
+ return rco.map(transformScope3ToBackend);
35363
+ }
34589
35364
  // Transform an industry config to be backend-compatible
34590
35365
  function transformIndustryConfigToBackend(config) {
34591
35366
  const result = {
34592
35367
  scope1: config.scope1.map(transformScopeToBackend),
34593
35368
  scope2: config.scope2.map(transformScopeToBackend),
34594
- scope3: config.scope3.map(transformScope3ToBackend)
35369
+ scope3: config.scope3.map(transformScope3ToBackend),
35370
+ rco: transformRCOToBackend(config.rco || ALL_SCOPES_3_RCO),
34595
35371
  };
34596
35372
  if (config.additionalScopes) {
34597
35373
  result.additionalScopes = {};
@@ -34731,6 +35507,7 @@ function getCombinedBackendConfig(industryName, username) {
34731
35507
  scope1: userConfig.scope1 || industryConfig.scope1,
34732
35508
  scope2: userConfig.scope2 || industryConfig.scope2,
34733
35509
  scope3: userConfig.scope3 || industryConfig.scope3,
35510
+ rco: industryConfig.rco,
34734
35511
  additionalScopes: industryConfig.additionalScopes
34735
35512
  };
34736
35513
  // Add user-specific water management if available
@@ -40604,6 +41381,7 @@ var index = /*#__PURE__*/Object.freeze({
40604
41381
  ALL_SCOPES_3_PETRO_CHEMICAL: ALL_SCOPES_3_PETRO_CHEMICAL,
40605
41382
  ALL_SCOPES_3_PHARMA: ALL_SCOPES_3_PHARMA,
40606
41383
  ALL_SCOPES_3_POLYMER: ALL_SCOPES_3_POLYMER,
41384
+ ALL_SCOPES_3_RCO: ALL_SCOPES_3_RCO,
40607
41385
  ALL_SCOPES_3_REAL_ESTATE: ALL_SCOPES_3_REAL_ESTATE,
40608
41386
  ALL_SCOPES_3_SHIPPING: ALL_SCOPES_3_SHIPPING,
40609
41387
  ALL_SCOPES_3_STEEL: ALL_SCOPES_3_STEEL,
@@ -40732,8 +41510,9 @@ var index = /*#__PURE__*/Object.freeze({
40732
41510
  WATER_USAGE_PRODUCTS: WATER_USAGE_PRODUCTS,
40733
41511
  WELDING_PRODUCTS_GAS_LAB: WELDING_PRODUCTS_GAS_LAB,
40734
41512
  getEndpointConfig: getEndpointConfig,
40735
- getIndustryConfig: getIndustryConfig$1
41513
+ getIndustryConfig: getIndustryConfig$1,
41514
+ getRCOConfigByName: getRCOConfigByName
40736
41515
  });
40737
41516
 
40738
- export { API_ENDPOINTS, API_SCOPE3_CEMENT_CONFIG, BILL_CALCULATION_CONFIGS, BillManager, CCTS_ALLSCOPES_CEMENT, CCTS_CALCINATION_PRODUCTS, CCTS_ELECTRICITY_PRODUCTS, CCTS_FIRE_EXTINGUISHER_PRODUCTS, CCTS_FUEL_COMBUSTION_PRODUCTS, CCTS_LPG_PRODUCTS, CCTS_MINING_OPERATIONS_PRODUCTS, CCTS_ONSITE_POWER_PRODUCTS, CCTS_PURCHASED_ELECTRICITY, CCTS_REFRIGERANTS, CCTS_SCOPE1_CEMENT, CCTS_SCOPE2_CEMENT, CCTS_SF6_PRODUCTS, CCTS_TABLE_COLUMNS, DEFAULT_BILL_MATCHING_CONFIG, EmissionSourceGenerator, FRONTEND_INDUSTRY_CONFIGS, HTTP_STATUS, INDUSTRIES_CONFIG, INDUSTRY_MAPPING, INDUSTRY_SPECIFIC_FIELDS, INTENSITY_FIELD_LABELS, ISO_CATEGORIES_PACKAGING, index as Industries, UI_FEATURES, WATER_PRODUCTS, calculateCCTSEmission, calculateIntensityMetrics, categorizeApiItem, cleanValue, createBillManager, createCapitalizedMonthMapping, createEmissionSourceGenerator, createMonthMapping, debugCarbonIntensityMapping, extractCarbonIntensityData, formatEmissionValue, formatIntensityValue, formatKPIEmission, formatMonthlyEmission, formatPercentage, getAllConfig, getApiIndustryType, getAvailableFieldsForIndustry, getCombinedBackendConfig, getIndustryBackendConfig, getIndustryConfig, getIndustryFieldConfig, getIntensityFormulas, getPlantNameConfig, getScope3ConfigByName, getUserNameBackendConfig, getUserNameScopeConfig, hasIntensities, isUIFeatureEnabled, mapIndustryToApiType, sanitizeNumber, supportsIntensityCalculations, validateCarbonIntensityData };
41517
+ export { ALL_SCOPES_3_RCO, API_ENDPOINTS, API_SCOPE3_CEMENT_CONFIG, BILL_CALCULATION_CONFIGS, BillManager, CCTS_ALLSCOPES_CEMENT, CCTS_CALCINATION_PRODUCTS, CCTS_ELECTRICITY_PRODUCTS, CCTS_FIRE_EXTINGUISHER_PRODUCTS, CCTS_FUEL_COMBUSTION_PRODUCTS, CCTS_LPG_PRODUCTS, CCTS_MINING_OPERATIONS_PRODUCTS, CCTS_ONSITE_POWER_PRODUCTS, CCTS_PURCHASED_ELECTRICITY, CCTS_REFRIGERANTS, CCTS_SCOPE1_CEMENT, CCTS_SCOPE2_CEMENT, CCTS_SF6_PRODUCTS, CCTS_TABLE_COLUMNS, DEFAULT_BILL_MATCHING_CONFIG, EmissionSourceGenerator, FRONTEND_INDUSTRY_CONFIGS, HTTP_STATUS, INDUSTRIES_CONFIG, INDUSTRY_MAPPING, INDUSTRY_SPECIFIC_FIELDS, INTENSITY_FIELD_LABELS, ISO_CATEGORIES_PACKAGING, index as Industries, UI_FEATURES, WATER_PRODUCTS, calculateCCTSEmission, calculateIntensityMetrics, categorizeApiItem, cleanValue, createBillManager, createCapitalizedMonthMapping, createEmissionSourceGenerator, createMonthMapping, debugCarbonIntensityMapping, extractCarbonIntensityData, formatEmissionValue, formatIntensityValue, formatKPIEmission, formatMonthlyEmission, formatPercentage, getAllConfig, getApiIndustryType, getAvailableFieldsForIndustry, getCombinedBackendConfig, getIndustryBackendConfig, getIndustryConfig, getIndustryFieldConfig, getIntensityFormulas, getPlantNameConfig, getRCOConfigByName, getScope3ConfigByName, getUserNameBackendConfig, getUserNameScopeConfig, hasIntensities, isUIFeatureEnabled, mapIndustryToApiType, sanitizeNumber, supportsIntensityCalculations, validateCarbonIntensityData };
40739
41518
  //# sourceMappingURL=index.esm.js.map