@zerocarbon/erp-config-sdk 1.0.34 → 1.0.36
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/bulk-bill-agent.esm.js +21 -17
- package/dist/bulk-bill-agent.esm.js.map +1 -1
- package/dist/bulk-bill-agent.js +21 -17
- package/dist/bulk-bill-agent.js.map +1 -1
- package/dist/index.d.ts +202 -233
- package/dist/index.esm.js +629 -825
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +629 -825
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/dist/index.esm.js
CHANGED
|
@@ -32919,441 +32919,6 @@ var shipping = /*#__PURE__*/Object.freeze({
|
|
|
32919
32919
|
WATER_USAGE: WATER_USAGE$2
|
|
32920
32920
|
});
|
|
32921
32921
|
|
|
32922
|
-
const ELECTRIC_PRODUCTS$1 = [
|
|
32923
|
-
{
|
|
32924
|
-
name: "Diesel",
|
|
32925
|
-
unit: "kl",
|
|
32926
|
-
type: "direct",
|
|
32927
|
-
renewable: false,
|
|
32928
|
-
calorificValue: 38.6,
|
|
32929
|
-
emissionFactor: 2.6923,
|
|
32930
|
-
},
|
|
32931
|
-
{
|
|
32932
|
-
name: "HSD/Diesel-Company Owned Vehicle",
|
|
32933
|
-
unit: "Kl",
|
|
32934
|
-
type: "direct",
|
|
32935
|
-
renewable: false,
|
|
32936
|
-
calorificValue: 38.6,
|
|
32937
|
-
emissionFactor: 2.7,
|
|
32938
|
-
},
|
|
32939
|
-
{
|
|
32940
|
-
name: "Grease",
|
|
32941
|
-
unit: "Tonnes",
|
|
32942
|
-
type: "direct",
|
|
32943
|
-
renewable: false,
|
|
32944
|
-
calorificValue: 1,
|
|
32945
|
-
emissionFactor: 3.1,
|
|
32946
|
-
},
|
|
32947
|
-
{
|
|
32948
|
-
name: "Furnace Oil (FO) combustion",
|
|
32949
|
-
unit: "Kl",
|
|
32950
|
-
type: "direct",
|
|
32951
|
-
renewable: false,
|
|
32952
|
-
calorificValue: 40.7,
|
|
32953
|
-
emissionFactor: 3.14,
|
|
32954
|
-
},
|
|
32955
|
-
{
|
|
32956
|
-
name: "Lubrication Oil",
|
|
32957
|
-
unit: "Kl",
|
|
32958
|
-
type: "direct",
|
|
32959
|
-
renewable: false,
|
|
32960
|
-
calorificValue: 43.3,
|
|
32961
|
-
emissionFactor: 2.9,
|
|
32962
|
-
},
|
|
32963
|
-
{
|
|
32964
|
-
name: "CNG (compressed natural gas) combustion",
|
|
32965
|
-
unit: "Tonnes",
|
|
32966
|
-
type: "direct",
|
|
32967
|
-
renewable: false,
|
|
32968
|
-
calorificValue: 50,
|
|
32969
|
-
emissionFactor: 2.75,
|
|
32970
|
-
},
|
|
32971
|
-
{
|
|
32972
|
-
name: "Coking coal",
|
|
32973
|
-
unit: "Tonnes",
|
|
32974
|
-
type: "direct",
|
|
32975
|
-
renewable: false,
|
|
32976
|
-
calorificValue: 28.2,
|
|
32977
|
-
emissionFactor: 2.69,
|
|
32978
|
-
},
|
|
32979
|
-
{
|
|
32980
|
-
name: "Ironmaking coal",
|
|
32981
|
-
unit: "Tonnes",
|
|
32982
|
-
type: "direct",
|
|
32983
|
-
renewable: false,
|
|
32984
|
-
calorificValue: 28.2,
|
|
32985
|
-
emissionFactor: 2.98,
|
|
32986
|
-
},
|
|
32987
|
-
{
|
|
32988
|
-
name: "Sinter/BOF coal",
|
|
32989
|
-
unit: "Tonnes",
|
|
32990
|
-
type: "direct",
|
|
32991
|
-
renewable: false,
|
|
32992
|
-
calorificValue: 28.2,
|
|
32993
|
-
emissionFactor: 2.64,
|
|
32994
|
-
},
|
|
32995
|
-
{
|
|
32996
|
-
name: "Steam coal",
|
|
32997
|
-
unit: "Tonnes",
|
|
32998
|
-
type: "direct",
|
|
32999
|
-
renewable: false,
|
|
33000
|
-
calorificValue: 28.2,
|
|
33001
|
-
emissionFactor: 2.48,
|
|
33002
|
-
},
|
|
33003
|
-
{
|
|
33004
|
-
name: "Charcoal",
|
|
33005
|
-
unit: "Tonnes",
|
|
33006
|
-
type: "direct",
|
|
33007
|
-
renewable: false,
|
|
33008
|
-
calorificValue: 29,
|
|
33009
|
-
emissionFactor: 3.48,
|
|
33010
|
-
},
|
|
33011
|
-
{
|
|
33012
|
-
name: "Petroleum coke",
|
|
33013
|
-
unit: "Tonnes",
|
|
33014
|
-
type: "direct",
|
|
33015
|
-
renewable: false,
|
|
33016
|
-
calorificValue: 32.5,
|
|
33017
|
-
emissionFactor: 3.26,
|
|
33018
|
-
},
|
|
33019
|
-
{
|
|
33020
|
-
name: "EAF coal",
|
|
33021
|
-
unit: "Tonnes",
|
|
33022
|
-
type: "direct",
|
|
33023
|
-
renewable: false,
|
|
33024
|
-
calorificValue: 28.2,
|
|
33025
|
-
emissionFactor: 3.28,
|
|
33026
|
-
},
|
|
33027
|
-
{
|
|
33028
|
-
name: "CO2 Fire Extinguisher Refilling ( Tonnes)",
|
|
33029
|
-
unit: "Tonnes",
|
|
33030
|
-
type: "direct",
|
|
33031
|
-
renewable: false,
|
|
33032
|
-
calorificValue: 1,
|
|
33033
|
-
emissionFactor: 1,
|
|
33034
|
-
},
|
|
33035
|
-
{
|
|
33036
|
-
name: "LPG Usage",
|
|
33037
|
-
unit: "Tonne",
|
|
33038
|
-
type: "direct",
|
|
33039
|
-
renewable: false,
|
|
33040
|
-
calorificValue: 46,
|
|
33041
|
-
emissionFactor: 2.984,
|
|
33042
|
-
},
|
|
33043
|
-
{
|
|
33044
|
-
name: "LPG Usage",
|
|
33045
|
-
unit: "Kl",
|
|
33046
|
-
type: "direct",
|
|
33047
|
-
renewable: false,
|
|
33048
|
-
calorificValue: 46,
|
|
33049
|
-
emissionFactor: 1.611,
|
|
33050
|
-
},
|
|
33051
|
-
{
|
|
33052
|
-
name: "SF6 usage",
|
|
33053
|
-
unit: "Tonne",
|
|
33054
|
-
type: "direct",
|
|
33055
|
-
renewable: false,
|
|
33056
|
-
calorificValue: 1,
|
|
33057
|
-
emissionFactor: 23500,
|
|
33058
|
-
},
|
|
33059
|
-
{
|
|
33060
|
-
name: "Electricity Purchased from Grid",
|
|
33061
|
-
unit: "kWh",
|
|
33062
|
-
type: "indirect",
|
|
33063
|
-
renewable: false,
|
|
33064
|
-
calorificValue: 0.036,
|
|
33065
|
-
emissionFactor: 0.00071,
|
|
33066
|
-
},
|
|
33067
|
-
{
|
|
33068
|
-
name: "Electricity Purchased from Renewable Sources",
|
|
33069
|
-
unit: "kWh",
|
|
33070
|
-
type: "indirect",
|
|
33071
|
-
renewable: true,
|
|
33072
|
-
calorificValue: 0.036,
|
|
33073
|
-
emissionFactor: 0,
|
|
33074
|
-
},
|
|
33075
|
-
{
|
|
33076
|
-
name: "Electricity Purchased from Open Access",
|
|
33077
|
-
unit: "kWh",
|
|
33078
|
-
type: "indirect",
|
|
33079
|
-
renewable: false,
|
|
33080
|
-
calorificValue: 0.036,
|
|
33081
|
-
emissionFactor: 0.00071,
|
|
33082
|
-
},
|
|
33083
|
-
{
|
|
33084
|
-
name: "Electricity Purchased from RECs",
|
|
33085
|
-
unit: "kWh (REC)",
|
|
33086
|
-
type: "indirect",
|
|
33087
|
-
renewable: true,
|
|
33088
|
-
calorificValue: 0.036,
|
|
33089
|
-
emissionFactor: 0,
|
|
33090
|
-
},
|
|
33091
|
-
{
|
|
33092
|
-
name: "Wind Energy",
|
|
33093
|
-
unit: "kWh",
|
|
33094
|
-
type: "indirect",
|
|
33095
|
-
renewable: true,
|
|
33096
|
-
calorificValue: 0.036,
|
|
33097
|
-
emissionFactor: 0,
|
|
33098
|
-
},
|
|
33099
|
-
{
|
|
33100
|
-
name: "Solar Energy",
|
|
33101
|
-
unit: "kWh",
|
|
33102
|
-
type: "indirect",
|
|
33103
|
-
renewable: true,
|
|
33104
|
-
calorificValue: 0.036,
|
|
33105
|
-
emissionFactor: 0,
|
|
33106
|
-
},
|
|
33107
|
-
];
|
|
33108
|
-
const WATER_PRODUCTS$1 = [
|
|
33109
|
-
{
|
|
33110
|
-
name: "Botteled Water",
|
|
33111
|
-
unit: "m3",
|
|
33112
|
-
type: "direct",
|
|
33113
|
-
calorificValue: 1,
|
|
33114
|
-
emissionFactor: 0.222,
|
|
33115
|
-
},
|
|
33116
|
-
{
|
|
33117
|
-
name: "Ground Water",
|
|
33118
|
-
unit: "m3",
|
|
33119
|
-
type: "direct",
|
|
33120
|
-
calorificValue: 1,
|
|
33121
|
-
emissionFactor: 0.00038,
|
|
33122
|
-
},
|
|
33123
|
-
{
|
|
33124
|
-
name: "Rain Water",
|
|
33125
|
-
unit: "m3",
|
|
33126
|
-
type: "direct",
|
|
33127
|
-
calorificValue: 1,
|
|
33128
|
-
emissionFactor: 0.0005,
|
|
33129
|
-
},
|
|
33130
|
-
{
|
|
33131
|
-
name: "Municipal Water",
|
|
33132
|
-
unit: "m3",
|
|
33133
|
-
type: "direct",
|
|
33134
|
-
calorificValue: 1,
|
|
33135
|
-
emissionFactor: 0.0005,
|
|
33136
|
-
},
|
|
33137
|
-
{
|
|
33138
|
-
name: "Tanker Water",
|
|
33139
|
-
unit: "m3",
|
|
33140
|
-
type: "direct",
|
|
33141
|
-
calorificValue: 1,
|
|
33142
|
-
emissionFactor: 0,
|
|
33143
|
-
},
|
|
33144
|
-
{
|
|
33145
|
-
name: "Surface Water",
|
|
33146
|
-
unit: "m3",
|
|
33147
|
-
type: "direct",
|
|
33148
|
-
calorificValue: 1,
|
|
33149
|
-
emissionFactor: 0.00042,
|
|
33150
|
-
},
|
|
33151
|
-
{
|
|
33152
|
-
name: "Desalinated Water",
|
|
33153
|
-
unit: "m3",
|
|
33154
|
-
type: "direct",
|
|
33155
|
-
calorificValue: 1,
|
|
33156
|
-
emissionFactor: 0.00246,
|
|
33157
|
-
},
|
|
33158
|
-
{
|
|
33159
|
-
name: "RecycledWater",
|
|
33160
|
-
unit: "m3",
|
|
33161
|
-
type: "direct",
|
|
33162
|
-
calorificValue: 1,
|
|
33163
|
-
emissionFactor: 0,
|
|
33164
|
-
},
|
|
33165
|
-
{
|
|
33166
|
-
name: "Reused Water",
|
|
33167
|
-
unit: "m3",
|
|
33168
|
-
type: "direct",
|
|
33169
|
-
calorificValue: 1,
|
|
33170
|
-
emissionFactor: 0,
|
|
33171
|
-
},
|
|
33172
|
-
{
|
|
33173
|
-
name: "Discharged to Sewage",
|
|
33174
|
-
unit: "m3",
|
|
33175
|
-
type: "discharge",
|
|
33176
|
-
calorificValue: 1,
|
|
33177
|
-
emissionFactor: 0,
|
|
33178
|
-
},
|
|
33179
|
-
{
|
|
33180
|
-
name: "Discharge to Surface Water Bodies",
|
|
33181
|
-
unit: "m3",
|
|
33182
|
-
type: "discharge",
|
|
33183
|
-
calorificValue: 1,
|
|
33184
|
-
emissionFactor: 0,
|
|
33185
|
-
},
|
|
33186
|
-
{
|
|
33187
|
-
name: "Discharge to groundwater",
|
|
33188
|
-
unit: "m3",
|
|
33189
|
-
type: "discharge",
|
|
33190
|
-
calorificValue: 1,
|
|
33191
|
-
emissionFactor: 0,
|
|
33192
|
-
},
|
|
33193
|
-
{
|
|
33194
|
-
name: "Discharge to Third Part Treatmenr Facilities",
|
|
33195
|
-
unit: "m3",
|
|
33196
|
-
type: "discharge",
|
|
33197
|
-
calorificValue: 1,
|
|
33198
|
-
emissionFactor: 0,
|
|
33199
|
-
},
|
|
33200
|
-
{
|
|
33201
|
-
name: "Discharge with Treated Effluents",
|
|
33202
|
-
unit: "m3",
|
|
33203
|
-
type: "discharge",
|
|
33204
|
-
calorificValue: 1,
|
|
33205
|
-
emissionFactor: 0,
|
|
33206
|
-
},
|
|
33207
|
-
{
|
|
33208
|
-
name: "Total Dissolved Solid (TDS)",
|
|
33209
|
-
unit: "PPM",
|
|
33210
|
-
type: "quality",
|
|
33211
|
-
calorificValue: 1,
|
|
33212
|
-
emissionFactor: 0,
|
|
33213
|
-
},
|
|
33214
|
-
{
|
|
33215
|
-
name: "Chemical Oxygen Demand",
|
|
33216
|
-
unit: "mg/L",
|
|
33217
|
-
type: "quality",
|
|
33218
|
-
calorificValue: 1,
|
|
33219
|
-
emissionFactor: 0,
|
|
33220
|
-
},
|
|
33221
|
-
{
|
|
33222
|
-
name: "Biological Oxygen Demand",
|
|
33223
|
-
unit: "mg/L",
|
|
33224
|
-
type: "quality",
|
|
33225
|
-
calorificValue: 1,
|
|
33226
|
-
emissionFactor: 0,
|
|
33227
|
-
},
|
|
33228
|
-
];
|
|
33229
|
-
const WASTE_PRODUCTS$1 = [
|
|
33230
|
-
{
|
|
33231
|
-
name: "Lime and Dolomite Fines",
|
|
33232
|
-
unit: "tonnes",
|
|
33233
|
-
type: "landfilled-reused",
|
|
33234
|
-
calorificValue: 1,
|
|
33235
|
-
emissionFactor: 0.08,
|
|
33236
|
-
},
|
|
33237
|
-
{
|
|
33238
|
-
name: "Desulphurization Slag",
|
|
33239
|
-
unit: "tonnes",
|
|
33240
|
-
type: "landfilled",
|
|
33241
|
-
calorificValue: 1,
|
|
33242
|
-
emissionFactor: 0.12,
|
|
33243
|
-
},
|
|
33244
|
-
{
|
|
33245
|
-
name: "Spent Shot Blasting Media",
|
|
33246
|
-
unit: "tonnes",
|
|
33247
|
-
type: "landfilled-recycled",
|
|
33248
|
-
calorificValue: 1,
|
|
33249
|
-
emissionFactor: 0.14,
|
|
33250
|
-
},
|
|
33251
|
-
{
|
|
33252
|
-
name: "Used Paints / Coatings",
|
|
33253
|
-
unit: "tonnes",
|
|
33254
|
-
type: "incinerated-haz",
|
|
33255
|
-
calorificValue: 1,
|
|
33256
|
-
emissionFactor: 3.1,
|
|
33257
|
-
},
|
|
33258
|
-
{
|
|
33259
|
-
name: "Solvent Waste",
|
|
33260
|
-
unit: "tonnes",
|
|
33261
|
-
type: "incinerated-haz",
|
|
33262
|
-
calorificValue: 1,
|
|
33263
|
-
emissionFactor: 2.6,
|
|
33264
|
-
},
|
|
33265
|
-
{
|
|
33266
|
-
name: "Tar Sludge / Coke Oven Waste",
|
|
33267
|
-
unit: "tonnes",
|
|
33268
|
-
type: "incinerated-landfilled",
|
|
33269
|
-
calorificValue: 1,
|
|
33270
|
-
emissionFactor: 2.1,
|
|
33271
|
-
},
|
|
33272
|
-
{
|
|
33273
|
-
name: "Waste Insulation Material",
|
|
33274
|
-
unit: "tonnes",
|
|
33275
|
-
type: "landfilled",
|
|
33276
|
-
calorificValue: 1,
|
|
33277
|
-
emissionFactor: 0.98,
|
|
33278
|
-
},
|
|
33279
|
-
{
|
|
33280
|
-
name: "Damaged Reels / Steel Coils",
|
|
33281
|
-
unit: "tonnes",
|
|
33282
|
-
type: "sold-as-scrap",
|
|
33283
|
-
calorificValue: 1,
|
|
33284
|
-
emissionFactor: 0,
|
|
33285
|
-
},
|
|
33286
|
-
{
|
|
33287
|
-
name: "Laboratory Waste",
|
|
33288
|
-
unit: "tonnes",
|
|
33289
|
-
type: "incinerated-haz",
|
|
33290
|
-
calorificValue: 1,
|
|
33291
|
-
emissionFactor: 1.8,
|
|
33292
|
-
},
|
|
33293
|
-
{
|
|
33294
|
-
name: "Empty Chemical Containers",
|
|
33295
|
-
unit: "tonnes",
|
|
33296
|
-
type: "rinsed-recycled-or-landfill",
|
|
33297
|
-
calorificValue: 1,
|
|
33298
|
-
emissionFactor: 1.8,
|
|
33299
|
-
},
|
|
33300
|
-
{
|
|
33301
|
-
name: "Carbon Dust / Fines",
|
|
33302
|
-
unit: "tonnes",
|
|
33303
|
-
type: "landfilled",
|
|
33304
|
-
calorificValue: 1,
|
|
33305
|
-
emissionFactor: 0.9,
|
|
33306
|
-
},
|
|
33307
|
-
{
|
|
33308
|
-
name: "Spent Resins",
|
|
33309
|
-
unit: "tonnes",
|
|
33310
|
-
type: "landfilled-haz",
|
|
33311
|
-
calorificValue: 1,
|
|
33312
|
-
emissionFactor: 1.2,
|
|
33313
|
-
},
|
|
33314
|
-
{
|
|
33315
|
-
name: "Grit Chamber / Drain Sludge",
|
|
33316
|
-
unit: "tonnes",
|
|
33317
|
-
type: "landfilled",
|
|
33318
|
-
calorificValue: 1,
|
|
33319
|
-
emissionFactor: 0.06,
|
|
33320
|
-
},
|
|
33321
|
-
{
|
|
33322
|
-
name: "Contaminated PPE / Uniforms",
|
|
33323
|
-
unit: "tonnes",
|
|
33324
|
-
type: "incinerated",
|
|
33325
|
-
calorificValue: 1,
|
|
33326
|
-
emissionFactor: 1.85,
|
|
33327
|
-
},
|
|
33328
|
-
{
|
|
33329
|
-
name: "Plastic Straps & Film",
|
|
33330
|
-
unit: "tonnes",
|
|
33331
|
-
type: "landfilled",
|
|
33332
|
-
calorificValue: 1,
|
|
33333
|
-
emissionFactor: 1.58,
|
|
33334
|
-
},
|
|
33335
|
-
{
|
|
33336
|
-
name: "Worn Conveyor Belts",
|
|
33337
|
-
unit: "tonnes",
|
|
33338
|
-
type: "landfilled",
|
|
33339
|
-
calorificValue: 1,
|
|
33340
|
-
emissionFactor: 1.25,
|
|
33341
|
-
},
|
|
33342
|
-
{
|
|
33343
|
-
name: "Waste Tyres (mobile equipment)",
|
|
33344
|
-
unit: "tonnes",
|
|
33345
|
-
type: "reused-incinerated",
|
|
33346
|
-
calorificValue: 1,
|
|
33347
|
-
emissionFactor: 2.94,
|
|
33348
|
-
},
|
|
33349
|
-
{
|
|
33350
|
-
name: "E-waste (controls / sensors)",
|
|
33351
|
-
unit: "tonnes",
|
|
33352
|
-
type: "e-waste-recycler",
|
|
33353
|
-
calorificValue: 1,
|
|
33354
|
-
emissionFactor: 0.75,
|
|
33355
|
-
},
|
|
33356
|
-
];
|
|
33357
32922
|
const REFRIGERANTS$1 = [
|
|
33358
32923
|
{
|
|
33359
32924
|
name: "R-22",
|
|
@@ -33405,60 +32970,37 @@ const REFRIGERANTS$1 = [
|
|
|
33405
32970
|
emissionFactor: 1774,
|
|
33406
32971
|
},
|
|
33407
32972
|
];
|
|
33408
|
-
|
|
33409
|
-
|
|
33410
|
-
|
|
33411
|
-
|
|
33412
|
-
|
|
33413
|
-
|
|
33414
|
-
|
|
33415
|
-
},
|
|
33416
|
-
{
|
|
33417
|
-
|
|
33418
|
-
|
|
33419
|
-
|
|
33420
|
-
|
|
33421
|
-
|
|
33422
|
-
},
|
|
33423
|
-
{
|
|
33424
|
-
|
|
33425
|
-
|
|
33426
|
-
|
|
33427
|
-
|
|
33428
|
-
|
|
33429
|
-
},
|
|
33430
|
-
|
|
33431
|
-
|
|
33432
|
-
{
|
|
33433
|
-
|
|
33434
|
-
|
|
33435
|
-
type: "process",
|
|
33436
|
-
calorificValue: 1,
|
|
33437
|
-
emissionFactor: 0.2,
|
|
33438
|
-
},
|
|
33439
|
-
{
|
|
33440
|
-
name: "EAF",
|
|
33441
|
-
unit: "tonnes",
|
|
33442
|
-
type: "process",
|
|
33443
|
-
calorificValue: 1,
|
|
33444
|
-
emissionFactor: 0.3,
|
|
33445
|
-
},
|
|
32973
|
+
|
|
32974
|
+
const ELECTRIC_PRODUCTS$1 = [
|
|
32975
|
+
{ name: "Diesel", unit: "kl", type: "direct", renewable: false, calorificValue: 38.6, emissionFactor: 2.6923 },
|
|
32976
|
+
{ name: "HSD/Diesel-Company Owned Vehicle", unit: "Kl", type: "direct", renewable: false, calorificValue: 38.6, emissionFactor: 2.7 },
|
|
32977
|
+
{ name: "Grease", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 1, emissionFactor: 3.1 },
|
|
32978
|
+
{ name: "Furnace Oil (FO) combustion", unit: "Kl", type: "direct", renewable: false, calorificValue: 40.7, emissionFactor: 3.14 },
|
|
32979
|
+
{ name: "Lubrication Oil", unit: "Kl", type: "direct", renewable: false, calorificValue: 43.3, emissionFactor: 2.9 },
|
|
32980
|
+
{ name: "CNG (compressed natural gas) combustion", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 50, emissionFactor: 2.75 },
|
|
32981
|
+
{ name: "Coking coal", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 28.2, emissionFactor: 2.69 },
|
|
32982
|
+
{ name: "Ironmaking coal", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 28.2, emissionFactor: 2.98 },
|
|
32983
|
+
{ name: "Sinter/BOF coal", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 28.2, emissionFactor: 2.64 },
|
|
32984
|
+
{ name: "Steam coal", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 28.2, emissionFactor: 2.48 },
|
|
32985
|
+
{ name: "Charcoal", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 29, emissionFactor: 3.48 },
|
|
32986
|
+
{ name: "Petroleum coke", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 32.5, emissionFactor: 3.26 },
|
|
32987
|
+
{ name: "EAF coal", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 28.2, emissionFactor: 3.28 },
|
|
32988
|
+
{ name: "Petrol", unit: "kl", type: "direct", renewable: false, calorificValue: 1, emissionFactor: 2.71 },
|
|
32989
|
+
{ name: "CO2 for operations(Eg.Welding)", unit: "tonnes", type: "direct", renewable: false, calorificValue: 1, emissionFactor: 1 },
|
|
32990
|
+
{ name: "CO2 Fire Extinguisher Refilling ( Tonnes)", unit: "Tonnes", type: "direct", renewable: false, calorificValue: 1, emissionFactor: 1 },
|
|
32991
|
+
{ name: "LPG Usage", unit: "Tonne", type: "direct", renewable: false, calorificValue: 46, emissionFactor: 2.984 },
|
|
32992
|
+
{ name: "LPG Usage", unit: "Kl", type: "direct", renewable: false, calorificValue: 46, emissionFactor: 1.611 },
|
|
32993
|
+
{ name: "SF6 usage", unit: "Tonne", type: "direct", renewable: false, calorificValue: 1, emissionFactor: 23500 },
|
|
32994
|
+
{ name: "Electricity Purchased from Grid", unit: "kWh", type: "indirect", renewable: false, calorificValue: 0.036, emissionFactor: 0.00071 },
|
|
32995
|
+
{ name: "Electricity Purchased from Renewable Sources", unit: "kWh", type: "indirect", renewable: true, calorificValue: 0.036, emissionFactor: 0 },
|
|
32996
|
+
{ name: "Electricity Purchased from Open Access", unit: "kWh", type: "indirect", renewable: false, calorificValue: 0.036, emissionFactor: 0.00071 },
|
|
32997
|
+
{ name: "Electricity Purchased from RECs", unit: "kWh (REC)", type: "indirect", renewable: true, calorificValue: 0.036, emissionFactor: 0 },
|
|
32998
|
+
{ name: "Wind Energy", unit: "kWh", type: "indirect", renewable: true, calorificValue: 0.036, emissionFactor: 0 },
|
|
32999
|
+
{ name: "Solar Energy", unit: "kWh", type: "indirect", renewable: true, calorificValue: 0.036, emissionFactor: 0 },
|
|
33446
33000
|
];
|
|
33447
33001
|
const FLUX_CALCINATION_PRODUCTS = [
|
|
33448
|
-
{
|
|
33449
|
-
|
|
33450
|
-
unit: "tonnes",
|
|
33451
|
-
type: "process",
|
|
33452
|
-
calorificValue: 1,
|
|
33453
|
-
emissionFactor: 0.44,
|
|
33454
|
-
},
|
|
33455
|
-
{
|
|
33456
|
-
name: "Dolomite",
|
|
33457
|
-
unit: "tonnes",
|
|
33458
|
-
type: "process",
|
|
33459
|
-
calorificValue: 1,
|
|
33460
|
-
emissionFactor: 0.44,
|
|
33461
|
-
},
|
|
33002
|
+
{ name: "Limestone", unit: "tonnes", type: "process", calorificValue: 1, emissionFactor: 0.44 },
|
|
33003
|
+
{ name: "Dolomite", unit: "tonnes", type: "process", calorificValue: 1, emissionFactor: 0.44 },
|
|
33462
33004
|
];
|
|
33463
33005
|
const OPERATION_PRODUCTS$1 = ELECTRIC_PRODUCTS$1.filter((product) => product.type === "direct" &&
|
|
33464
33006
|
!product.name.includes("Fire Extinguisher") &&
|
|
@@ -33467,6 +33009,7 @@ const OPERATION_PRODUCTS$1 = ELECTRIC_PRODUCTS$1.filter((product) => product.typ
|
|
|
33467
33009
|
const FIRE_EXTINGUISHER_PRODUCTS$3 = ELECTRIC_PRODUCTS$1.filter((product) => product.name.includes("Fire Extinguisher"));
|
|
33468
33010
|
const LPG_PRODUCTS$1 = ELECTRIC_PRODUCTS$1.filter((product) => product.name.includes("LPG Usage"));
|
|
33469
33011
|
const SF6_PRODUCTS$1 = ELECTRIC_PRODUCTS$1.filter((product) => product.name.includes("SF6"));
|
|
33012
|
+
|
|
33470
33013
|
const SCOPE1_STEEL = [
|
|
33471
33014
|
{
|
|
33472
33015
|
name: "Operation",
|
|
@@ -33477,133 +33020,267 @@ const SCOPE1_STEEL = [
|
|
|
33477
33020
|
desc: "Operational fuel consumption and direct combustion emissions",
|
|
33478
33021
|
},
|
|
33479
33022
|
{
|
|
33480
|
-
name: "
|
|
33023
|
+
name: "Flux calcination",
|
|
33481
33024
|
icon: GiElectric,
|
|
33482
33025
|
scope: "scope1",
|
|
33483
33026
|
unit: "tonnes",
|
|
33484
|
-
subProducts:
|
|
33485
|
-
desc: "
|
|
33027
|
+
subProducts: FLUX_CALCINATION_PRODUCTS,
|
|
33028
|
+
desc: "Flux calcination process emissions from the steel source workbook",
|
|
33029
|
+
},
|
|
33030
|
+
{
|
|
33031
|
+
name: "Refrigerants",
|
|
33032
|
+
icon: CgSmartHomeRefrigerator,
|
|
33033
|
+
scope: "scope1",
|
|
33034
|
+
unit: "Tonnes",
|
|
33035
|
+
subProducts: REFRIGERANTS$1,
|
|
33036
|
+
desc: "Refrigerant emissions",
|
|
33486
33037
|
},
|
|
33487
33038
|
{
|
|
33488
|
-
name: "
|
|
33039
|
+
name: "Fire Extinguisher Refilling",
|
|
33489
33040
|
icon: GiElectric,
|
|
33490
33041
|
scope: "scope1",
|
|
33491
|
-
unit: "
|
|
33492
|
-
subProducts:
|
|
33493
|
-
desc: "
|
|
33042
|
+
unit: "Tonnes",
|
|
33043
|
+
subProducts: FIRE_EXTINGUISHER_PRODUCTS$3,
|
|
33044
|
+
desc: "Fire extinguisher CO2 refilling emissions",
|
|
33494
33045
|
},
|
|
33495
33046
|
{
|
|
33496
|
-
name: "
|
|
33047
|
+
name: "LPG Usage",
|
|
33497
33048
|
icon: GiElectric,
|
|
33498
33049
|
scope: "scope1",
|
|
33499
|
-
unit: "
|
|
33500
|
-
subProducts:
|
|
33501
|
-
desc: "
|
|
33050
|
+
unit: "various",
|
|
33051
|
+
subProducts: LPG_PRODUCTS$1,
|
|
33052
|
+
desc: "LPG usage emissions",
|
|
33053
|
+
},
|
|
33054
|
+
{
|
|
33055
|
+
name: "SF6",
|
|
33056
|
+
icon: GiElectric,
|
|
33057
|
+
scope: "scope1",
|
|
33058
|
+
unit: "Tonne",
|
|
33059
|
+
subProducts: SF6_PRODUCTS$1,
|
|
33060
|
+
desc: "SF6 usage emissions",
|
|
33061
|
+
},
|
|
33062
|
+
];
|
|
33063
|
+
|
|
33064
|
+
const PURCHASED_ELECTRICITY_PRODUCTS$2 = [
|
|
33065
|
+
{ name: "Electricity Purchased from Grid", unit: "kWh", type: "indirect", renewable: false, calorificValue: 0.036, emissionFactor: 0.00071 },
|
|
33066
|
+
{ name: "Electricity Purchased from Renewable Sources", unit: "kWh", type: "indirect", renewable: true, calorificValue: 0.036, emissionFactor: 0 },
|
|
33067
|
+
{ name: "Electricity Purchased from Open Access", unit: "kWh", type: "indirect", renewable: false, calorificValue: 0.036, emissionFactor: 0.00071 },
|
|
33068
|
+
{ name: "Electricity Purchased from RECs", unit: "kWh (REC)", type: "indirect", renewable: true, calorificValue: 0.036, emissionFactor: 0 },
|
|
33069
|
+
];
|
|
33070
|
+
const RENEWABLE_ENERGY_PRODUCTS$2 = [
|
|
33071
|
+
{ name: "Wind Energy", unit: "kWh", type: "indirect", renewable: true, calorificValue: 0.036, emissionFactor: 0 },
|
|
33072
|
+
{ name: "Solar Energy", unit: "kWh", type: "indirect", renewable: true, calorificValue: 0.036, emissionFactor: 0 },
|
|
33073
|
+
];
|
|
33074
|
+
|
|
33075
|
+
const SCOPE2_STEEL = [
|
|
33076
|
+
{
|
|
33077
|
+
name: "Purchased Electricity",
|
|
33078
|
+
icon: GiElectric,
|
|
33079
|
+
scope: "scope2",
|
|
33080
|
+
unit: "kWh",
|
|
33081
|
+
subProducts: PURCHASED_ELECTRICITY_PRODUCTS$2,
|
|
33082
|
+
desc: "Purchased electricity emission factors from the steel source workbook",
|
|
33083
|
+
},
|
|
33084
|
+
{
|
|
33085
|
+
name: "Renewable Energy",
|
|
33086
|
+
icon: GiElectric,
|
|
33087
|
+
scope: "scope2",
|
|
33088
|
+
unit: "kWh",
|
|
33089
|
+
subProducts: RENEWABLE_ENERGY_PRODUCTS$2,
|
|
33090
|
+
desc: "Renewable electricity inputs from the steel source workbook",
|
|
33091
|
+
},
|
|
33092
|
+
];
|
|
33093
|
+
|
|
33094
|
+
const BUSINESS_TRAVEL$3 = [
|
|
33095
|
+
{
|
|
33096
|
+
category: "Air Travel",
|
|
33097
|
+
items: [
|
|
33098
|
+
{ item: "Domestic Flights (km)", emissionFactor: 0.0004, unit: "Ton CO2 / passenger-km" },
|
|
33099
|
+
{ item: "International Flight", emissionFactor: 0.000146, unit: "Ton CO2 / passenger-km" },
|
|
33100
|
+
],
|
|
33101
|
+
},
|
|
33102
|
+
{
|
|
33103
|
+
category: "Car - Gasoline",
|
|
33104
|
+
items: [
|
|
33105
|
+
{ item: "Small (<800 CC) - Gasoline", emissionFactor: 0.000103, unit: "(Tonn CO2/km)" },
|
|
33106
|
+
{ item: "Hatchback (<1000 CC) - Gasoline", emissionFactor: 0.000117, unit: "(Tonn CO2/km)" },
|
|
33107
|
+
{ item: "Hatchback (<1400 CC) - Gasoline", emissionFactor: 0.00013, unit: "(Tonn CO2/km)" },
|
|
33108
|
+
{ item: "Premium Hatchback (<1600 CC) - Gasoline", emissionFactor: 0.00015, unit: "(Tonn CO2/km)" },
|
|
33109
|
+
{ item: "Compact SUV (<1600 CC) - Gasoline", emissionFactor: 0.000153, unit: "(Tonn CO2/km)" },
|
|
33110
|
+
{ item: "Gypsy (1298 CC) - Gasoline", emissionFactor: 0.000189, unit: "(Tonn CO2/km)" },
|
|
33111
|
+
{ item: "Sedan (<1400 CC) - Gasoline", emissionFactor: 0.000142, unit: "(Tonn CO2/km)" },
|
|
33112
|
+
{ item: "Sedan (<1600 CC) - Gasoline", emissionFactor: 0.000142, unit: "(Tonn CO2/km)" },
|
|
33113
|
+
{ item: "Sedan (<2000 CC) - Gasoline", emissionFactor: 0.000149, unit: "(Tonn CO2/km)" },
|
|
33114
|
+
{ item: "Sedan (<2500 CC) - Gasoline", emissionFactor: 0.000163, unit: "(Tonn CO2/km)" },
|
|
33115
|
+
{ item: "SUV (<3000 CC) - Gasoline", emissionFactor: 0.000197, unit: "(Tonn CO2/km)" },
|
|
33116
|
+
{ item: "MUV (<2000 CC) - Gasoline", emissionFactor: 0.000213, unit: "(Tonn CO2/km)" },
|
|
33117
|
+
{ item: "Premium SUV (<2000 CC) - Gasoline", emissionFactor: 0.000193, unit: "(Tonn CO2/km)" },
|
|
33118
|
+
{ item: "Premium SUV (<3000 CC) - Gasoline", emissionFactor: 0.000258, unit: "(Tonn CO2/km)" },
|
|
33119
|
+
{ item: "Premium SUV (>3000 CC) - Gasoline", emissionFactor: 0.000267, unit: "(Tonn CO2/km)" },
|
|
33120
|
+
{ item: "Premium Sedan (<2000 CC) - Gasoline", emissionFactor: 0.000191, unit: "(Tonn CO2/km)" },
|
|
33121
|
+
{ item: "Premium Sedan (<3000 CC) - Gasoline", emissionFactor: 0.000194, unit: "(Tonn CO2/km)" },
|
|
33122
|
+
{ item: "Premium Sedan (>3000 CC) - Gasoline", emissionFactor: 0.00025, unit: "(Tonn CO2/km)" },
|
|
33123
|
+
{ item: "Hybrid (<2000 CC) - Gasoline", emissionFactor: 9.5e-05, unit: "(Tonn CO2/km)" },
|
|
33124
|
+
],
|
|
33502
33125
|
},
|
|
33503
33126
|
{
|
|
33504
|
-
|
|
33505
|
-
|
|
33506
|
-
|
|
33507
|
-
|
|
33508
|
-
|
|
33509
|
-
desc: "Refrigerant emissions",
|
|
33127
|
+
category: "Car - Other Fuels",
|
|
33128
|
+
items: [
|
|
33129
|
+
{ item: "Small (<800 CC) - CNG", emissionFactor: 6.3e-05, unit: "(Tonn CO2/km)" },
|
|
33130
|
+
{ item: "Small (<800 CC) - LPG", emissionFactor: 0.000138, unit: "(Tonn CO2/km)" },
|
|
33131
|
+
],
|
|
33510
33132
|
},
|
|
33511
33133
|
{
|
|
33512
|
-
|
|
33513
|
-
|
|
33514
|
-
|
|
33515
|
-
|
|
33516
|
-
|
|
33517
|
-
|
|
33134
|
+
category: "Car - Diesel",
|
|
33135
|
+
items: [
|
|
33136
|
+
{ item: "Hatchback (<1000 CC) - Diesel", emissionFactor: 0.000105, unit: "(Tonn CO2/km)" },
|
|
33137
|
+
{ item: "Hatchback (<1400 CC) - Diesel", emissionFactor: 0.000117, unit: "(Tonn CO2/km)" },
|
|
33138
|
+
{ item: "Hatchback (<1600 CC) - Diesel", emissionFactor: 0.000136, unit: "(Tonn CO2/km)" },
|
|
33139
|
+
{ item: "Sedan (<1400 CC) - Diesel", emissionFactor: 0.000121, unit: "(Tonn CO2/km)" },
|
|
33140
|
+
{ item: "Sedan (<1600 CC) - Diesel", emissionFactor: 0.000131, unit: "(Tonn CO2/km)" },
|
|
33141
|
+
{ item: "Sedan (<2000 CC) - Diesel", emissionFactor: 0.000148, unit: "(Tonn CO2/km)" },
|
|
33142
|
+
{ item: "Premium Sedan (<2000 CC) - Diesel", emissionFactor: 0.000164, unit: "(Tonn CO2/km)" },
|
|
33143
|
+
{ item: "Premium Sedan (<2500 CC) - Diesel", emissionFactor: 0.000151, unit: "(Tonn CO2/km)" },
|
|
33144
|
+
{ item: "Premium Sedan (<3000 CC) - Diesel", emissionFactor: 0.00023, unit: "(Tonn CO2/km)" },
|
|
33145
|
+
{ item: "MUV (<1400 CC) - Diesel", emissionFactor: 0.000145, unit: "(Tonn CO2/km)" },
|
|
33146
|
+
{ item: "MUV (<2500 CC) - Diesel", emissionFactor: 0.0002, unit: "(Tonn CO2/km)" },
|
|
33147
|
+
{ item: "Maxi Van (-) - Diesel", emissionFactor: 0.000209, unit: "(Tonn CO2/km)" },
|
|
33148
|
+
{ item: "SUV (<2000 CC) - Diesel", emissionFactor: 0.000186, unit: "(Tonn CO2/km)" },
|
|
33149
|
+
{ item: "SUV (<2500 CC) - Diesel", emissionFactor: 0.000195, unit: "(Tonn CO2/km)" },
|
|
33150
|
+
{ item: "SUV (<3000 CC) - Diesel", emissionFactor: 0.000203, unit: "(Tonn CO2/km)" },
|
|
33151
|
+
{ item: "Premium SUV (<2000 CC) - Diesel", emissionFactor: 0.000167, unit: "(Tonn CO2/km)" },
|
|
33152
|
+
{ item: "Premium SUV (<2500 CC) - Diesel", emissionFactor: 0.000199, unit: "(Tonn CO2/km)" },
|
|
33153
|
+
{ item: "Premium SUV (<3000 CC) - Diesel", emissionFactor: 0.000222, unit: "(Tonn CO2/km)" },
|
|
33154
|
+
{ item: "Premium SUV (>3000 CC) - Diesel", emissionFactor: 0.000269, unit: "(Tonn CO2/km)" },
|
|
33155
|
+
],
|
|
33518
33156
|
},
|
|
33519
33157
|
{
|
|
33520
|
-
|
|
33521
|
-
|
|
33522
|
-
|
|
33523
|
-
|
|
33524
|
-
|
|
33525
|
-
|
|
33158
|
+
category: "Train",
|
|
33159
|
+
items: [
|
|
33160
|
+
{ item: "Domestic (electric) - Electric", emissionFactor: 4.6e-06, unit: "Ton CO2 / passenger-km" },
|
|
33161
|
+
{ item: "Domestic (diesel) - Diesel", emissionFactor: 6.7e-05, unit: "Ton CO2 / passenger-km" },
|
|
33162
|
+
{ item: "International (electric) - Electric", emissionFactor: 6e-06, unit: "Ton CO2 / passenger-km" },
|
|
33163
|
+
{ item: "International (diesel) - Diesel", emissionFactor: 8e-05, unit: "Ton CO2 / passenger-km" },
|
|
33164
|
+
],
|
|
33526
33165
|
},
|
|
33166
|
+
];
|
|
33167
|
+
|
|
33168
|
+
const EMPLOYEE_COMMUTING$3 = [
|
|
33527
33169
|
{
|
|
33528
|
-
|
|
33529
|
-
|
|
33530
|
-
|
|
33531
|
-
|
|
33532
|
-
|
|
33533
|
-
|
|
33170
|
+
category: "Standard Commute Modes",
|
|
33171
|
+
items: [
|
|
33172
|
+
{ item: "Auto", emissionFactor: 0.000055, unit: "tCO2e/km" },
|
|
33173
|
+
{ item: "Bike", emissionFactor: 0.00004, unit: "tCO2e/km" },
|
|
33174
|
+
{ item: "Scooty", emissionFactor: 0.000039, unit: "tCO2e/km" },
|
|
33175
|
+
{ item: "Metro", emissionFactor: 0.000015, unit: "tCO2e/km" },
|
|
33176
|
+
],
|
|
33534
33177
|
},
|
|
33535
|
-
];
|
|
33536
|
-
const PURCHASED_ELECTRICITY_PRODUCTS$2 = [
|
|
33537
33178
|
{
|
|
33538
|
-
|
|
33539
|
-
|
|
33540
|
-
|
|
33541
|
-
|
|
33542
|
-
|
|
33543
|
-
|
|
33179
|
+
category: "Car - Gasoline",
|
|
33180
|
+
items: [
|
|
33181
|
+
{ item: "Small (<800 CC) - Gasoline", emissionFactor: 0.000103, unit: "(Tonn CO2/km)" },
|
|
33182
|
+
{ item: "Hatchback (<1000 CC) - Gasoline", emissionFactor: 0.000117, unit: "(Tonn CO2/km)" },
|
|
33183
|
+
{ item: "Hatchback (<1400 CC) - Gasoline", emissionFactor: 0.00013, unit: "(Tonn CO2/km)" },
|
|
33184
|
+
{ item: "Premium Hatchback (<1600 CC) - Gasoline", emissionFactor: 0.00015, unit: "(Tonn CO2/km)" },
|
|
33185
|
+
{ item: "Compact SUV (<1600 CC) - Gasoline", emissionFactor: 0.000153, unit: "(Tonn CO2/km)" },
|
|
33186
|
+
{ item: "Gypsy (1298 CC) - Gasoline", emissionFactor: 0.000189, unit: "(Tonn CO2/km)" },
|
|
33187
|
+
{ item: "Sedan (<1400 CC) - Gasoline", emissionFactor: 0.000142, unit: "(Tonn CO2/km)" },
|
|
33188
|
+
{ item: "Sedan (<1600 CC) - Gasoline", emissionFactor: 0.000142, unit: "(Tonn CO2/km)" },
|
|
33189
|
+
{ item: "Sedan (<2000 CC) - Gasoline", emissionFactor: 0.000149, unit: "(Tonn CO2/km)" },
|
|
33190
|
+
{ item: "Sedan (<2500 CC) - Gasoline", emissionFactor: 0.000163, unit: "(Tonn CO2/km)" },
|
|
33191
|
+
{ item: "SUV (<3000 CC) - Gasoline", emissionFactor: 0.000197, unit: "(Tonn CO2/km)" },
|
|
33192
|
+
{ item: "MUV (<2000 CC) - Gasoline", emissionFactor: 0.000213, unit: "(Tonn CO2/km)" },
|
|
33193
|
+
{ item: "Premium SUV (<2000 CC) - Gasoline", emissionFactor: 0.000193, unit: "(Tonn CO2/km)" },
|
|
33194
|
+
{ item: "Premium SUV (<3000 CC) - Gasoline", emissionFactor: 0.000258, unit: "(Tonn CO2/km)" },
|
|
33195
|
+
{ item: "Premium SUV (>3000 CC) - Gasoline", emissionFactor: 0.000267, unit: "(Tonn CO2/km)" },
|
|
33196
|
+
{ item: "Premium Sedan (<2000 CC) - Gasoline", emissionFactor: 0.000191, unit: "(Tonn CO2/km)" },
|
|
33197
|
+
{ item: "Premium Sedan (<3000 CC) - Gasoline", emissionFactor: 0.000194, unit: "(Tonn CO2/km)" },
|
|
33198
|
+
{ item: "Premium Sedan (>3000 CC) - Gasoline", emissionFactor: 0.00025, unit: "(Tonn CO2/km)" },
|
|
33199
|
+
{ item: "Hybrid (<2000 CC) - Gasoline", emissionFactor: 9.5e-05, unit: "(Tonn CO2/km)" },
|
|
33200
|
+
],
|
|
33544
33201
|
},
|
|
33545
33202
|
{
|
|
33546
|
-
|
|
33547
|
-
|
|
33548
|
-
|
|
33549
|
-
|
|
33550
|
-
|
|
33551
|
-
emissionFactor: 0,
|
|
33203
|
+
category: "Car - Other Fuels",
|
|
33204
|
+
items: [
|
|
33205
|
+
{ item: "Small (<800 CC) - CNG", emissionFactor: 6.3e-05, unit: "(Tonn CO2/km)" },
|
|
33206
|
+
{ item: "Small (<800 CC) - LPG", emissionFactor: 0.000138, unit: "(Tonn CO2/km)" },
|
|
33207
|
+
],
|
|
33552
33208
|
},
|
|
33553
33209
|
{
|
|
33554
|
-
|
|
33555
|
-
|
|
33556
|
-
|
|
33557
|
-
|
|
33558
|
-
|
|
33559
|
-
|
|
33210
|
+
category: "Car - Diesel",
|
|
33211
|
+
items: [
|
|
33212
|
+
{ item: "Hatchback (<1000 CC) - Diesel", emissionFactor: 0.000105, unit: "(Tonn CO2/km)" },
|
|
33213
|
+
{ item: "Hatchback (<1400 CC) - Diesel", emissionFactor: 0.000117, unit: "(Tonn CO2/km)" },
|
|
33214
|
+
{ item: "Hatchback (<1600 CC) - Diesel", emissionFactor: 0.000136, unit: "(Tonn CO2/km)" },
|
|
33215
|
+
{ item: "Sedan (<1400 CC) - Diesel", emissionFactor: 0.000121, unit: "(Tonn CO2/km)" },
|
|
33216
|
+
{ item: "Sedan (<1600 CC) - Diesel", emissionFactor: 0.000131, unit: "(Tonn CO2/km)" },
|
|
33217
|
+
{ item: "Sedan (<2000 CC) - Diesel", emissionFactor: 0.000148, unit: "(Tonn CO2/km)" },
|
|
33218
|
+
{ item: "Premium Sedan (<2000 CC) - Diesel", emissionFactor: 0.000164, unit: "(Tonn CO2/km)" },
|
|
33219
|
+
{ item: "Premium Sedan (<2500 CC) - Diesel", emissionFactor: 0.000151, unit: "(Tonn CO2/km)" },
|
|
33220
|
+
{ item: "Premium Sedan (<3000 CC) - Diesel", emissionFactor: 0.00023, unit: "(Tonn CO2/km)" },
|
|
33221
|
+
{ item: "MUV (<1400 CC) - Diesel", emissionFactor: 0.000145, unit: "(Tonn CO2/km)" },
|
|
33222
|
+
{ item: "MUV (<2500 CC) - Diesel", emissionFactor: 0.0002, unit: "(Tonn CO2/km)" },
|
|
33223
|
+
{ item: "Maxi Van (-) - Diesel", emissionFactor: 0.000209, unit: "(Tonn CO2/km)" },
|
|
33224
|
+
{ item: "SUV (<2000 CC) - Diesel", emissionFactor: 0.000186, unit: "(Tonn CO2/km)" },
|
|
33225
|
+
{ item: "SUV (<2500 CC) - Diesel", emissionFactor: 0.000195, unit: "(Tonn CO2/km)" },
|
|
33226
|
+
{ item: "SUV (<3000 CC) - Diesel", emissionFactor: 0.000203, unit: "(Tonn CO2/km)" },
|
|
33227
|
+
{ item: "Premium SUV (<2000 CC) - Diesel", emissionFactor: 0.000167, unit: "(Tonn CO2/km)" },
|
|
33228
|
+
{ item: "Premium SUV (<2500 CC) - Diesel", emissionFactor: 0.000199, unit: "(Tonn CO2/km)" },
|
|
33229
|
+
{ item: "Premium SUV (<3000 CC) - Diesel", emissionFactor: 0.000222, unit: "(Tonn CO2/km)" },
|
|
33230
|
+
{ item: "Premium SUV (>3000 CC) - Diesel", emissionFactor: 0.000269, unit: "(Tonn CO2/km)" },
|
|
33231
|
+
],
|
|
33560
33232
|
},
|
|
33561
33233
|
{
|
|
33562
|
-
|
|
33563
|
-
|
|
33564
|
-
|
|
33565
|
-
|
|
33566
|
-
|
|
33567
|
-
emissionFactor: 0,
|
|
33234
|
+
category: "Rail",
|
|
33235
|
+
items: [
|
|
33236
|
+
{ item: "Train travel(domestic)/ Subway/metro (km) - Domestic (electric)", emissionFactor: 4.6e-06, unit: "(Tonn CO2/km)" },
|
|
33237
|
+
{ item: "Train travel(domestic)/ Subway/metro (km) - Domestic (diesel)", emissionFactor: 6.7e-05, unit: "(Tonn CO2/km)" },
|
|
33238
|
+
],
|
|
33568
33239
|
},
|
|
33569
|
-
];
|
|
33570
|
-
const RENEWABLE_ENERGY_PRODUCTS$2 = [
|
|
33571
33240
|
{
|
|
33572
|
-
|
|
33573
|
-
|
|
33574
|
-
|
|
33575
|
-
|
|
33576
|
-
calorificValue: 0.036,
|
|
33577
|
-
emissionFactor: 0,
|
|
33241
|
+
category: "Bus",
|
|
33242
|
+
items: [
|
|
33243
|
+
{ item: "Public Bus/ Company buses", emissionFactor: 1.5161e-05, unit: "(Tonn CO2/km)" },
|
|
33244
|
+
],
|
|
33578
33245
|
},
|
|
33579
33246
|
{
|
|
33580
|
-
|
|
33581
|
-
|
|
33582
|
-
|
|
33583
|
-
|
|
33584
|
-
|
|
33585
|
-
|
|
33247
|
+
category: "Other- 2 wheeler",
|
|
33248
|
+
items: [
|
|
33249
|
+
{ item: "Scooter (<110 CC) - Petrol", emissionFactor: 3.34e-05, unit: "(Tonn CO2/km)" },
|
|
33250
|
+
{ item: "Scooter (<150 CC) - Petrol", emissionFactor: 3.51e-05, unit: "(Tonn CO2/km)" },
|
|
33251
|
+
{ item: "Motorcycle (<100 CC) - Petrol", emissionFactor: 3.25e-05, unit: "(Tonn CO2/km)" },
|
|
33252
|
+
{ item: "Motorcycle (<125 CC) - Petrol", emissionFactor: 2.9e-05, unit: "(Tonn CO2/km)" },
|
|
33253
|
+
{ item: "Motorcycle (<135 CC) - Petrol", emissionFactor: 3.24e-05, unit: "(Tonn CO2/km)" },
|
|
33254
|
+
{ item: "Motorcycle (<200 CC) - Petrol", emissionFactor: 4.17e-05, unit: "(Tonn CO2/km)" },
|
|
33255
|
+
{ item: "Motorcycle (<300 CC) - Petrol", emissionFactor: 5.4e-05, unit: "(Tonn CO2/km)" },
|
|
33256
|
+
{ item: "Motorcycle (<500 CC) - Petrol", emissionFactor: 5.42e-05, unit: "(Tonn CO2/km)" },
|
|
33257
|
+
],
|
|
33586
33258
|
},
|
|
33587
33259
|
];
|
|
33588
|
-
|
|
33260
|
+
|
|
33261
|
+
const UPSTREAM_EMISSIONS_PURCHASED_FUELS$1 = [
|
|
33589
33262
|
{
|
|
33590
|
-
|
|
33591
|
-
|
|
33592
|
-
|
|
33593
|
-
|
|
33594
|
-
|
|
33595
|
-
|
|
33263
|
+
category: "Upstream emissions of purchased fuels",
|
|
33264
|
+
items: [
|
|
33265
|
+
{ item: "Coal", emissionFactor: 2.46, unit: "Tonne" },
|
|
33266
|
+
{ item: "Coke", emissionFactor: 34, unit: "Tonne" },
|
|
33267
|
+
{ item: "Diesel", emissionFactor: 2.6923, unit: "kl" },
|
|
33268
|
+
{ item: "LPG", emissionFactor: 3, unit: "Tonne" },
|
|
33269
|
+
{ item: "Natural Gas (m3)", emissionFactor: 0.0019, unit: "m3" },
|
|
33270
|
+
{ item: "Petrol (Gasoline) Lt", emissionFactor: 2.35372, unit: "Kl" },
|
|
33271
|
+
{ item: "Propane", emissionFactor: 3, unit: "Tonne" },
|
|
33272
|
+
{ item: "CNG", emissionFactor: 2.75, unit: "Tonne" },
|
|
33273
|
+
{ item: "Coal (KWH)", emissionFactor: 0.345, unit: "KWH" },
|
|
33274
|
+
],
|
|
33596
33275
|
},
|
|
33597
33276
|
{
|
|
33598
|
-
|
|
33599
|
-
|
|
33600
|
-
|
|
33601
|
-
|
|
33602
|
-
subProducts: RENEWABLE_ENERGY_PRODUCTS$2,
|
|
33603
|
-
desc: "Renewable electricity inputs from the steel source workbook",
|
|
33277
|
+
category: "T&D losses of purchased electricity",
|
|
33278
|
+
items: [
|
|
33279
|
+
{ item: "Electricity", emissionFactor: 0.000727, unit: "Kwh" },
|
|
33280
|
+
],
|
|
33604
33281
|
},
|
|
33605
33282
|
];
|
|
33606
|
-
|
|
33283
|
+
|
|
33607
33284
|
const PURCHASED_GOODS_AND_SERVICES$3 = [
|
|
33608
33285
|
{
|
|
33609
33286
|
category: "Purchased Goods",
|
|
@@ -33614,6 +33291,11 @@ const PURCHASED_GOODS_AND_SERVICES$3 = [
|
|
|
33614
33291
|
{ item: "DRI", emissionFactor: 0.7, unit: "Tonne" },
|
|
33615
33292
|
{ item: "Iron Ore", emissionFactor: 0.03, unit: "Tonne" },
|
|
33616
33293
|
{ item: "Scrap Steel", emissionFactor: 0.3, unit: "Tonne" },
|
|
33294
|
+
{ item: "Mild steel", emissionFactor: 2.03, unit: "Tonne" },
|
|
33295
|
+
{ item: "Stainless Steel", emissionFactor: 4.2, unit: "Tonne" },
|
|
33296
|
+
{ item: "Galvanised Steel", emissionFactor: 2.2, unit: "Tonne" },
|
|
33297
|
+
{ item: "Aluminium", emissionFactor: 20.88, unit: "Tonne" },
|
|
33298
|
+
{ item: "Scrap Aluminium", emissionFactor: 0.5, unit: "Tonne" },
|
|
33617
33299
|
{ item: "Pig Iron", emissionFactor: 1.9, unit: "Tonne" },
|
|
33618
33300
|
{ item: "DRI (Gas-based)", emissionFactor: 1.3, unit: "Tonne" },
|
|
33619
33301
|
{ item: "DRI (Coal-based)", emissionFactor: 2.3, unit: "Tonne" },
|
|
@@ -33637,41 +33319,19 @@ const PURCHASED_GOODS_AND_SERVICES$3 = [
|
|
|
33637
33319
|
{ item: "Lubricants( Oils)", emissionFactor: 2.8, unit: "Tonne" },
|
|
33638
33320
|
{ item: "Grease", emissionFactor: 3.2, unit: "Tonne" },
|
|
33639
33321
|
{ item: "Industrial Cleaners", emissionFactor: 1.5, unit: "Kl" },
|
|
33640
|
-
{ item: "Descalling agents", emissionFactor: 2.3, unit: "Tonne" },
|
|
33641
|
-
{ item: "Rust Preventative", emissionFactor: 2, unit: "liter" },
|
|
33642
|
-
{ item: "Anti-wear Additives", emissionFactor: 2.5, unit: "Tonne" },
|
|
33643
|
-
{ item: "Sealants and gaskets", emissionFactor: 3, unit: "Tonne" },
|
|
33644
|
-
{ item: "Refractories", emissionFactor: 0.7, unit: "Tonne" },
|
|
33645
|
-
{ item: "Steel and Metal Parts", emissionFactor: 1, unit: "Tonne" },
|
|
33646
|
-
{ item: "Filters ( Air, water and dust)", emissionFactor: 1.2, unit: "Tonne" },
|
|
33647
|
-
{ item: "Conveyor Belts", emissionFactor: 0.6, unit: "Meter" },
|
|
33648
|
-
{ item: "V-Belts and drive belts", emissionFactor: 2.5, unit: "Tonne" },
|
|
33649
|
-
],
|
|
33650
|
-
},
|
|
33651
|
-
];
|
|
33652
|
-
const HOTEL_EQUIPMENT_EMISSIONS$1 = [];
|
|
33653
|
-
const UPSTREAM_EMISSIONS_PURCHASED_FUELS$1 = [
|
|
33654
|
-
{
|
|
33655
|
-
category: "Upstream emissions of purchased fuels",
|
|
33656
|
-
items: [
|
|
33657
|
-
{ item: "Coal", emissionFactor: 2.46, unit: "Tonne" },
|
|
33658
|
-
{ item: "Coke", emissionFactor: 34, unit: "Tonne" },
|
|
33659
|
-
{ item: "Diesel", emissionFactor: 2.6923, unit: "kl" },
|
|
33660
|
-
{ item: "LPG", emissionFactor: 3, unit: "Tonne" },
|
|
33661
|
-
{ item: "Natural Gas (m3)", emissionFactor: 0.0019, unit: "m3" },
|
|
33662
|
-
{ item: "Petrol (Gasoline) Lt", emissionFactor: 2.35372, unit: "Kl" },
|
|
33663
|
-
{ item: "Propane", emissionFactor: 3, unit: "Tonne" },
|
|
33664
|
-
{ item: "CNG", emissionFactor: 2.75, unit: "Tonne" },
|
|
33665
|
-
{ item: "Coal (KWH)", emissionFactor: 0.345, unit: "KWH" },
|
|
33666
|
-
],
|
|
33667
|
-
},
|
|
33668
|
-
{
|
|
33669
|
-
category: "T&D losses of purchased electricity",
|
|
33670
|
-
items: [
|
|
33671
|
-
{ item: "Electricity", emissionFactor: 0.000727, unit: "Kwh" },
|
|
33322
|
+
{ item: "Descalling agents", emissionFactor: 2.3, unit: "Tonne" },
|
|
33323
|
+
{ item: "Rust Preventative", emissionFactor: 2, unit: "liter" },
|
|
33324
|
+
{ item: "Anti-wear Additives", emissionFactor: 2.5, unit: "Tonne" },
|
|
33325
|
+
{ item: "Sealants and gaskets", emissionFactor: 3, unit: "Tonne" },
|
|
33326
|
+
{ item: "Refractories", emissionFactor: 0.7, unit: "Tonne" },
|
|
33327
|
+
{ item: "Steel and Metal Parts", emissionFactor: 1, unit: "Tonne" },
|
|
33328
|
+
{ item: "Filters ( Air, water and dust)", emissionFactor: 1.2, unit: "Tonne" },
|
|
33329
|
+
{ item: "Conveyor Belts", emissionFactor: 0.6, unit: "Meter" },
|
|
33330
|
+
{ item: "V-Belts and drive belts", emissionFactor: 2.5, unit: "Tonne" },
|
|
33672
33331
|
],
|
|
33673
33332
|
},
|
|
33674
33333
|
];
|
|
33334
|
+
|
|
33675
33335
|
const UPSTREAM_TRANSPORTATION$2 = [
|
|
33676
33336
|
{
|
|
33677
33337
|
category: "Air",
|
|
@@ -33724,6 +33384,8 @@ const UPSTREAM_TRANSPORTATION$2 = [
|
|
|
33724
33384
|
},
|
|
33725
33385
|
];
|
|
33726
33386
|
const RAW_MATERIAL_TRANSPORTATION$1 = UPSTREAM_TRANSPORTATION$2;
|
|
33387
|
+
const TOTAL_DOWNSTREAM_EMISSIONS = UPSTREAM_TRANSPORTATION$2;
|
|
33388
|
+
|
|
33727
33389
|
const WASTE_DISPOSAL_EMISSIONS$1 = [
|
|
33728
33390
|
{
|
|
33729
33391
|
category: "Landfilled / Reused",
|
|
@@ -33869,239 +33531,347 @@ const WASTE_FROM_OPERATIONS = [
|
|
|
33869
33531
|
],
|
|
33870
33532
|
},
|
|
33871
33533
|
];
|
|
33872
|
-
|
|
33534
|
+
|
|
33535
|
+
const ALL_SCOPES_3_STEEL = [
|
|
33873
33536
|
{
|
|
33874
|
-
|
|
33875
|
-
|
|
33876
|
-
|
|
33877
|
-
|
|
33878
|
-
|
|
33879
|
-
|
|
33880
|
-
|
|
33881
|
-
{ item: "Gypsy (1298 CC) - Gasoline", emissionFactor: 0.000189, unit: "(Tonn CO2/km)" },
|
|
33882
|
-
{ item: "Sedan (<1400 CC) - Gasoline", emissionFactor: 0.000142, unit: "(Tonn CO2/km)" },
|
|
33883
|
-
{ item: "Sedan (<1600 CC) - Gasoline", emissionFactor: 0.000142, unit: "(Tonn CO2/km)" },
|
|
33884
|
-
{ item: "Sedan (<2000 CC) - Gasoline", emissionFactor: 0.000149, unit: "(Tonn CO2/km)" },
|
|
33885
|
-
{ item: "Sedan (<2500 CC) - Gasoline", emissionFactor: 0.000163, unit: "(Tonn CO2/km)" },
|
|
33886
|
-
{ item: "SUV (<3000 CC) - Gasoline", emissionFactor: 0.000197, unit: "(Tonn CO2/km)" },
|
|
33887
|
-
{ item: "MUV (<2000 CC) - Gasoline", emissionFactor: 0.000213, unit: "(Tonn CO2/km)" },
|
|
33888
|
-
{ item: "Premium SUV (<2000 CC) - Gasoline", emissionFactor: 0.000193, unit: "(Tonn CO2/km)" },
|
|
33889
|
-
{ item: "Premium SUV (<3000 CC) - Gasoline", emissionFactor: 0.000258, unit: "(Tonn CO2/km)" },
|
|
33890
|
-
{ item: "Premium SUV (>3000 CC) - Gasoline", emissionFactor: 0.000267, unit: "(Tonn CO2/km)" },
|
|
33891
|
-
{ item: "Premium Sedan (<2000 CC) - Gasoline", emissionFactor: 0.000191, unit: "(Tonn CO2/km)" },
|
|
33892
|
-
{ item: "Premium Sedan (<3000 CC) - Gasoline", emissionFactor: 0.000194, unit: "(Tonn CO2/km)" },
|
|
33893
|
-
{ item: "Premium Sedan (>3000 CC) - Gasoline", emissionFactor: 0.00025, unit: "(Tonn CO2/km)" },
|
|
33894
|
-
{ item: "Hybrid (<2000 CC) - Gasoline", emissionFactor: 9.5e-05, unit: "(Tonn CO2/km)" },
|
|
33895
|
-
],
|
|
33537
|
+
name: "Purchased Goods and Services",
|
|
33538
|
+
displayName: "Purchased Goods and Services",
|
|
33539
|
+
icon: FaRegBuilding,
|
|
33540
|
+
scope: "scope3",
|
|
33541
|
+
unit: "various",
|
|
33542
|
+
subProducts: PURCHASED_GOODS_AND_SERVICES$3,
|
|
33543
|
+
desc: "Total purchased goods and services used",
|
|
33896
33544
|
},
|
|
33897
33545
|
{
|
|
33898
|
-
|
|
33899
|
-
|
|
33900
|
-
|
|
33901
|
-
|
|
33902
|
-
|
|
33546
|
+
name: "Fuel and Energy Related Activities",
|
|
33547
|
+
displayName: "Fuel and Energy Related Activities",
|
|
33548
|
+
icon: RiDeleteBin5Line,
|
|
33549
|
+
scope: "scope3",
|
|
33550
|
+
unit: "various",
|
|
33551
|
+
subProducts: UPSTREAM_EMISSIONS_PURCHASED_FUELS$1,
|
|
33552
|
+
desc: "Fuel and energy related emissions",
|
|
33903
33553
|
},
|
|
33904
33554
|
{
|
|
33905
|
-
|
|
33906
|
-
|
|
33907
|
-
|
|
33908
|
-
|
|
33909
|
-
|
|
33910
|
-
|
|
33911
|
-
|
|
33912
|
-
|
|
33913
|
-
|
|
33914
|
-
|
|
33915
|
-
|
|
33916
|
-
|
|
33917
|
-
|
|
33918
|
-
|
|
33919
|
-
|
|
33920
|
-
|
|
33921
|
-
|
|
33922
|
-
|
|
33923
|
-
|
|
33924
|
-
|
|
33925
|
-
|
|
33926
|
-
|
|
33555
|
+
name: "Upstream Transportation and Distribution",
|
|
33556
|
+
displayName: "Upstream Transportation and Distribution",
|
|
33557
|
+
icon: GiElectric,
|
|
33558
|
+
scope: "scope3",
|
|
33559
|
+
unit: "various",
|
|
33560
|
+
subProducts: UPSTREAM_TRANSPORTATION$2,
|
|
33561
|
+
desc: "Upstream transportation and distribution emissions",
|
|
33562
|
+
},
|
|
33563
|
+
{
|
|
33564
|
+
name: "Downstream Transportation and Distribution",
|
|
33565
|
+
displayName: "Downstream Transportation and Distribution",
|
|
33566
|
+
icon: GiElectric,
|
|
33567
|
+
scope: "scope3",
|
|
33568
|
+
unit: "various",
|
|
33569
|
+
subProducts: TOTAL_DOWNSTREAM_EMISSIONS,
|
|
33570
|
+
desc: "Downstream transportation and distribution emissions",
|
|
33571
|
+
},
|
|
33572
|
+
{
|
|
33573
|
+
name: "Waste Treatment and Disposal",
|
|
33574
|
+
displayName: "Waste Treatment and Disposal",
|
|
33575
|
+
icon: RiDeleteBin2Line,
|
|
33576
|
+
scope: "scope3",
|
|
33577
|
+
unit: "various",
|
|
33578
|
+
subProducts: WASTE_DISPOSAL_EMISSIONS$1,
|
|
33579
|
+
desc: "Waste treatment and disposal emissions",
|
|
33580
|
+
},
|
|
33581
|
+
{
|
|
33582
|
+
name: "Waste Generated in Operations",
|
|
33583
|
+
displayName: "Waste Generated in Operations",
|
|
33584
|
+
icon: RiDeleteBin2Line,
|
|
33585
|
+
scope: "scope3",
|
|
33586
|
+
unit: "various",
|
|
33587
|
+
subProducts: WASTE_FROM_OPERATIONS,
|
|
33588
|
+
desc: "Waste generated in operations emission factors",
|
|
33589
|
+
},
|
|
33590
|
+
{
|
|
33591
|
+
name: "Business Travel",
|
|
33592
|
+
displayName: "Business Travel",
|
|
33593
|
+
icon: CiPlane,
|
|
33594
|
+
scope: "scope3",
|
|
33595
|
+
unit: "various",
|
|
33596
|
+
subProducts: BUSINESS_TRAVEL$3,
|
|
33597
|
+
desc: "Business travel emissions",
|
|
33598
|
+
},
|
|
33599
|
+
{
|
|
33600
|
+
name: "Employee Commuting",
|
|
33601
|
+
displayName: "Employee Commuting",
|
|
33602
|
+
icon: IoCarOutline,
|
|
33603
|
+
scope: "scope3",
|
|
33604
|
+
unit: "various",
|
|
33605
|
+
subProducts: EMPLOYEE_COMMUTING$3,
|
|
33606
|
+
desc: "Employee commuting emissions",
|
|
33607
|
+
},
|
|
33608
|
+
];
|
|
33609
|
+
|
|
33610
|
+
const HOTEL_EQUIPMENT_EMISSIONS$1 = [];
|
|
33611
|
+
const PROCESSING_OF_SOLD_PRODUCTS = [];
|
|
33612
|
+
const USE_OF_SOLD_PRODUCTS = [];
|
|
33613
|
+
const END_OF_LIFE_TREATMENT = [];
|
|
33614
|
+
|
|
33615
|
+
const WASTE_PRODUCTS$1 = [
|
|
33616
|
+
{
|
|
33617
|
+
name: "Lime and Dolomite Fines",
|
|
33618
|
+
unit: "tonnes",
|
|
33619
|
+
type: "landfilled-reused",
|
|
33620
|
+
calorificValue: 1,
|
|
33621
|
+
emissionFactor: 0.08,
|
|
33622
|
+
},
|
|
33623
|
+
{
|
|
33624
|
+
name: "Desulphurization Slag",
|
|
33625
|
+
unit: "tonnes",
|
|
33626
|
+
type: "landfilled",
|
|
33627
|
+
calorificValue: 1,
|
|
33628
|
+
emissionFactor: 0.12,
|
|
33629
|
+
},
|
|
33630
|
+
{
|
|
33631
|
+
name: "Spent Shot Blasting Media",
|
|
33632
|
+
unit: "tonnes",
|
|
33633
|
+
type: "landfilled-recycled",
|
|
33634
|
+
calorificValue: 1,
|
|
33635
|
+
emissionFactor: 0.14,
|
|
33636
|
+
},
|
|
33637
|
+
{
|
|
33638
|
+
name: "Used Paints / Coatings",
|
|
33639
|
+
unit: "tonnes",
|
|
33640
|
+
type: "incinerated-haz",
|
|
33641
|
+
calorificValue: 1,
|
|
33642
|
+
emissionFactor: 3.1,
|
|
33643
|
+
},
|
|
33644
|
+
{
|
|
33645
|
+
name: "Solvent Waste",
|
|
33646
|
+
unit: "tonnes",
|
|
33647
|
+
type: "incinerated-haz",
|
|
33648
|
+
calorificValue: 1,
|
|
33649
|
+
emissionFactor: 2.6,
|
|
33650
|
+
},
|
|
33651
|
+
{
|
|
33652
|
+
name: "Tar Sludge / Coke Oven Waste",
|
|
33653
|
+
unit: "tonnes",
|
|
33654
|
+
type: "incinerated-landfilled",
|
|
33655
|
+
calorificValue: 1,
|
|
33656
|
+
emissionFactor: 2.1,
|
|
33657
|
+
},
|
|
33658
|
+
{
|
|
33659
|
+
name: "Waste Insulation Material",
|
|
33660
|
+
unit: "tonnes",
|
|
33661
|
+
type: "landfilled",
|
|
33662
|
+
calorificValue: 1,
|
|
33663
|
+
emissionFactor: 0.98,
|
|
33664
|
+
},
|
|
33665
|
+
{
|
|
33666
|
+
name: "Damaged Reels / Steel Coils",
|
|
33667
|
+
unit: "tonnes",
|
|
33668
|
+
type: "sold-as-scrap",
|
|
33669
|
+
calorificValue: 1,
|
|
33670
|
+
emissionFactor: 0,
|
|
33671
|
+
},
|
|
33672
|
+
{
|
|
33673
|
+
name: "Laboratory Waste",
|
|
33674
|
+
unit: "tonnes",
|
|
33675
|
+
type: "incinerated-haz",
|
|
33676
|
+
calorificValue: 1,
|
|
33677
|
+
emissionFactor: 1.8,
|
|
33678
|
+
},
|
|
33679
|
+
{
|
|
33680
|
+
name: "Empty Chemical Containers",
|
|
33681
|
+
unit: "tonnes",
|
|
33682
|
+
type: "rinsed-recycled-or-landfill",
|
|
33683
|
+
calorificValue: 1,
|
|
33684
|
+
emissionFactor: 1.8,
|
|
33685
|
+
},
|
|
33686
|
+
{
|
|
33687
|
+
name: "Carbon Dust / Fines",
|
|
33688
|
+
unit: "tonnes",
|
|
33689
|
+
type: "landfilled",
|
|
33690
|
+
calorificValue: 1,
|
|
33691
|
+
emissionFactor: 0.9,
|
|
33692
|
+
},
|
|
33693
|
+
{
|
|
33694
|
+
name: "Spent Resins",
|
|
33695
|
+
unit: "tonnes",
|
|
33696
|
+
type: "landfilled-haz",
|
|
33697
|
+
calorificValue: 1,
|
|
33698
|
+
emissionFactor: 1.2,
|
|
33699
|
+
},
|
|
33700
|
+
{
|
|
33701
|
+
name: "Grit Chamber / Drain Sludge",
|
|
33702
|
+
unit: "tonnes",
|
|
33703
|
+
type: "landfilled",
|
|
33704
|
+
calorificValue: 1,
|
|
33705
|
+
emissionFactor: 0.06,
|
|
33706
|
+
},
|
|
33707
|
+
{
|
|
33708
|
+
name: "Contaminated PPE / Uniforms",
|
|
33709
|
+
unit: "tonnes",
|
|
33710
|
+
type: "incinerated",
|
|
33711
|
+
calorificValue: 1,
|
|
33712
|
+
emissionFactor: 1.85,
|
|
33713
|
+
},
|
|
33714
|
+
{
|
|
33715
|
+
name: "Plastic Straps & Film",
|
|
33716
|
+
unit: "tonnes",
|
|
33717
|
+
type: "landfilled",
|
|
33718
|
+
calorificValue: 1,
|
|
33719
|
+
emissionFactor: 1.58,
|
|
33720
|
+
},
|
|
33721
|
+
{
|
|
33722
|
+
name: "Worn Conveyor Belts",
|
|
33723
|
+
unit: "tonnes",
|
|
33724
|
+
type: "landfilled",
|
|
33725
|
+
calorificValue: 1,
|
|
33726
|
+
emissionFactor: 1.25,
|
|
33727
|
+
},
|
|
33728
|
+
{
|
|
33729
|
+
name: "Waste Tyres (mobile equipment)",
|
|
33730
|
+
unit: "tonnes",
|
|
33731
|
+
type: "reused-incinerated",
|
|
33732
|
+
calorificValue: 1,
|
|
33733
|
+
emissionFactor: 2.94,
|
|
33734
|
+
},
|
|
33735
|
+
{
|
|
33736
|
+
name: "E-waste (controls / sensors)",
|
|
33737
|
+
unit: "tonnes",
|
|
33738
|
+
type: "e-waste-recycler",
|
|
33739
|
+
calorificValue: 1,
|
|
33740
|
+
emissionFactor: 0.75,
|
|
33927
33741
|
},
|
|
33742
|
+
];
|
|
33743
|
+
|
|
33744
|
+
const WATER_PRODUCTS$1 = [
|
|
33928
33745
|
{
|
|
33929
|
-
|
|
33930
|
-
|
|
33931
|
-
|
|
33932
|
-
|
|
33933
|
-
|
|
33746
|
+
name: "Botteled Water",
|
|
33747
|
+
unit: "m3",
|
|
33748
|
+
type: "direct",
|
|
33749
|
+
calorificValue: 1,
|
|
33750
|
+
emissionFactor: 0.222,
|
|
33934
33751
|
},
|
|
33935
33752
|
{
|
|
33936
|
-
|
|
33937
|
-
|
|
33938
|
-
|
|
33939
|
-
|
|
33753
|
+
name: "Ground Water",
|
|
33754
|
+
unit: "m3",
|
|
33755
|
+
type: "direct",
|
|
33756
|
+
calorificValue: 1,
|
|
33757
|
+
emissionFactor: 0.00038,
|
|
33940
33758
|
},
|
|
33941
33759
|
{
|
|
33942
|
-
|
|
33943
|
-
|
|
33944
|
-
|
|
33945
|
-
|
|
33946
|
-
|
|
33947
|
-
{ item: "Motorcycle (<125 CC) - Petrol", emissionFactor: 2.9e-05, unit: "(Tonn CO2/km)" },
|
|
33948
|
-
{ item: "Motorcycle (<135 CC) - Petrol", emissionFactor: 3.24e-05, unit: "(Tonn CO2/km)" },
|
|
33949
|
-
{ item: "Motorcycle (<200 CC) - Petrol", emissionFactor: 4.17e-05, unit: "(Tonn CO2/km)" },
|
|
33950
|
-
{ item: "Motorcycle (<300 CC) - Petrol", emissionFactor: 5.4e-05, unit: "(Tonn CO2/km)" },
|
|
33951
|
-
{ item: "Motorcycle (<500 CC) - Petrol", emissionFactor: 5.42e-05, unit: "(Tonn CO2/km)" },
|
|
33952
|
-
],
|
|
33760
|
+
name: "Rain Water",
|
|
33761
|
+
unit: "m3",
|
|
33762
|
+
type: "direct",
|
|
33763
|
+
calorificValue: 1,
|
|
33764
|
+
emissionFactor: 0.0005,
|
|
33953
33765
|
},
|
|
33954
|
-
];
|
|
33955
|
-
const BUSINESS_TRAVEL$3 = [
|
|
33956
33766
|
{
|
|
33957
|
-
|
|
33958
|
-
|
|
33959
|
-
|
|
33960
|
-
|
|
33961
|
-
|
|
33767
|
+
name: "Municipal Water",
|
|
33768
|
+
unit: "m3",
|
|
33769
|
+
type: "direct",
|
|
33770
|
+
calorificValue: 1,
|
|
33771
|
+
emissionFactor: 0.0005,
|
|
33962
33772
|
},
|
|
33963
33773
|
{
|
|
33964
|
-
|
|
33965
|
-
|
|
33966
|
-
|
|
33967
|
-
|
|
33968
|
-
|
|
33969
|
-
{ item: "Premium Hatchback (<1600 CC) - Gasoline", emissionFactor: 0.00015, unit: "(Tonn CO2/km)" },
|
|
33970
|
-
{ item: "Compact SUV (<1600 CC) - Gasoline", emissionFactor: 0.000153, unit: "(Tonn CO2/km)" },
|
|
33971
|
-
{ item: "Gypsy (1298 CC) - Gasoline", emissionFactor: 0.000189, unit: "(Tonn CO2/km)" },
|
|
33972
|
-
{ item: "Sedan (<1400 CC) - Gasoline", emissionFactor: 0.000142, unit: "(Tonn CO2/km)" },
|
|
33973
|
-
{ item: "Sedan (<1600 CC) - Gasoline", emissionFactor: 0.000142, unit: "(Tonn CO2/km)" },
|
|
33974
|
-
{ item: "Sedan (<2000 CC) - Gasoline", emissionFactor: 0.000149, unit: "(Tonn CO2/km)" },
|
|
33975
|
-
{ item: "Sedan (<2500 CC) - Gasoline", emissionFactor: 0.000163, unit: "(Tonn CO2/km)" },
|
|
33976
|
-
{ item: "SUV (<3000 CC) - Gasoline", emissionFactor: 0.000197, unit: "(Tonn CO2/km)" },
|
|
33977
|
-
{ item: "MUV (<2000 CC) - Gasoline", emissionFactor: 0.000213, unit: "(Tonn CO2/km)" },
|
|
33978
|
-
{ item: "Premium SUV (<2000 CC) - Gasoline", emissionFactor: 0.000193, unit: "(Tonn CO2/km)" },
|
|
33979
|
-
{ item: "Premium SUV (<3000 CC) - Gasoline", emissionFactor: 0.000258, unit: "(Tonn CO2/km)" },
|
|
33980
|
-
{ item: "Premium SUV (>3000 CC) - Gasoline", emissionFactor: 0.000267, unit: "(Tonn CO2/km)" },
|
|
33981
|
-
{ item: "Premium Sedan (<2000 CC) - Gasoline", emissionFactor: 0.000191, unit: "(Tonn CO2/km)" },
|
|
33982
|
-
{ item: "Premium Sedan (<3000 CC) - Gasoline", emissionFactor: 0.000194, unit: "(Tonn CO2/km)" },
|
|
33983
|
-
{ item: "Premium Sedan (>3000 CC) - Gasoline", emissionFactor: 0.00025, unit: "(Tonn CO2/km)" },
|
|
33984
|
-
{ item: "Hybrid (<2000 CC) - Gasoline", emissionFactor: 9.5e-05, unit: "(Tonn CO2/km)" },
|
|
33985
|
-
],
|
|
33774
|
+
name: "Tanker Water",
|
|
33775
|
+
unit: "m3",
|
|
33776
|
+
type: "direct",
|
|
33777
|
+
calorificValue: 1,
|
|
33778
|
+
emissionFactor: 0,
|
|
33986
33779
|
},
|
|
33987
33780
|
{
|
|
33988
|
-
|
|
33989
|
-
|
|
33990
|
-
|
|
33991
|
-
|
|
33992
|
-
|
|
33781
|
+
name: "Surface Water",
|
|
33782
|
+
unit: "m3",
|
|
33783
|
+
type: "direct",
|
|
33784
|
+
calorificValue: 1,
|
|
33785
|
+
emissionFactor: 0.00042,
|
|
33993
33786
|
},
|
|
33994
33787
|
{
|
|
33995
|
-
|
|
33996
|
-
|
|
33997
|
-
|
|
33998
|
-
|
|
33999
|
-
|
|
34000
|
-
{ item: "Sedan (<1400 CC) - Diesel", emissionFactor: 0.000121, unit: "(Tonn CO2/km)" },
|
|
34001
|
-
{ item: "Sedan (<1600 CC) - Diesel", emissionFactor: 0.000131, unit: "(Tonn CO2/km)" },
|
|
34002
|
-
{ item: "Sedan (<2000 CC) - Diesel", emissionFactor: 0.000148, unit: "(Tonn CO2/km)" },
|
|
34003
|
-
{ item: "Premium Sedan (<2000 CC) - Diesel", emissionFactor: 0.000164, unit: "(Tonn CO2/km)" },
|
|
34004
|
-
{ item: "Premium Sedan (<2500 CC) - Diesel", emissionFactor: 0.000151, unit: "(Tonn CO2/km)" },
|
|
34005
|
-
{ item: "Premium Sedan (<3000 CC) - Diesel", emissionFactor: 0.00023, unit: "(Tonn CO2/km)" },
|
|
34006
|
-
{ item: "MUV (<1400 CC) - Diesel", emissionFactor: 0.000145, unit: "(Tonn CO2/km)" },
|
|
34007
|
-
{ item: "MUV (<2500 CC) - Diesel", emissionFactor: 0.0002, unit: "(Tonn CO2/km)" },
|
|
34008
|
-
{ item: "Maxi Van (-) - Diesel", emissionFactor: 0.000209, unit: "(Tonn CO2/km)" },
|
|
34009
|
-
{ item: "SUV (<2000 CC) - Diesel", emissionFactor: 0.000186, unit: "(Tonn CO2/km)" },
|
|
34010
|
-
{ item: "SUV (<2500 CC) - Diesel", emissionFactor: 0.000195, unit: "(Tonn CO2/km)" },
|
|
34011
|
-
{ item: "SUV (<3000 CC) - Diesel", emissionFactor: 0.000203, unit: "(Tonn CO2/km)" },
|
|
34012
|
-
{ item: "Premium SUV (<2000 CC) - Diesel", emissionFactor: 0.000167, unit: "(Tonn CO2/km)" },
|
|
34013
|
-
{ item: "Premium SUV (<2500 CC) - Diesel", emissionFactor: 0.000199, unit: "(Tonn CO2/km)" },
|
|
34014
|
-
{ item: "Premium SUV (<3000 CC) - Diesel", emissionFactor: 0.000222, unit: "(Tonn CO2/km)" },
|
|
34015
|
-
{ item: "Premium SUV (>3000 CC) - Diesel", emissionFactor: 0.000269, unit: "(Tonn CO2/km)" },
|
|
34016
|
-
],
|
|
33788
|
+
name: "Desalinated Water",
|
|
33789
|
+
unit: "m3",
|
|
33790
|
+
type: "direct",
|
|
33791
|
+
calorificValue: 1,
|
|
33792
|
+
emissionFactor: 0.00246,
|
|
34017
33793
|
},
|
|
34018
33794
|
{
|
|
34019
|
-
|
|
34020
|
-
|
|
34021
|
-
|
|
34022
|
-
|
|
34023
|
-
|
|
34024
|
-
{ item: "International (diesel) - Diesel", emissionFactor: 8e-05, unit: "Ton CO2 / passenger-km" },
|
|
34025
|
-
],
|
|
33795
|
+
name: "RecycledWater",
|
|
33796
|
+
unit: "m3",
|
|
33797
|
+
type: "direct",
|
|
33798
|
+
calorificValue: 1,
|
|
33799
|
+
emissionFactor: 0,
|
|
34026
33800
|
},
|
|
34027
|
-
];
|
|
34028
|
-
const TOTAL_DOWNSTREAM_EMISSIONS = [];
|
|
34029
|
-
const PROCESSING_OF_SOLD_PRODUCTS = [];
|
|
34030
|
-
const USE_OF_SOLD_PRODUCTS = [];
|
|
34031
|
-
const END_OF_LIFE_TREATMENT = [];
|
|
34032
|
-
const WATER_MANAGEMENT_STEEL = {
|
|
34033
|
-
name: "Water Management",
|
|
34034
|
-
icon: GiElectric,
|
|
34035
|
-
scope: "other",
|
|
34036
|
-
unit: "m3",
|
|
34037
|
-
subProducts: WATER_PRODUCTS$1,
|
|
34038
|
-
desc: "Water withdrawal, discharge, and quality tracking for steel operations",
|
|
34039
|
-
};
|
|
34040
|
-
const ALL_SCOPES_3_STEEL = [
|
|
34041
33801
|
{
|
|
34042
|
-
name: "
|
|
34043
|
-
|
|
34044
|
-
|
|
34045
|
-
|
|
34046
|
-
|
|
34047
|
-
subProducts: PURCHASED_GOODS_AND_SERVICES$3,
|
|
34048
|
-
desc: "Total purchased goods and services used",
|
|
33802
|
+
name: "Reused Water",
|
|
33803
|
+
unit: "m3",
|
|
33804
|
+
type: "direct",
|
|
33805
|
+
calorificValue: 1,
|
|
33806
|
+
emissionFactor: 0,
|
|
34049
33807
|
},
|
|
34050
33808
|
{
|
|
34051
|
-
name: "
|
|
34052
|
-
|
|
34053
|
-
|
|
34054
|
-
|
|
34055
|
-
|
|
34056
|
-
subProducts: UPSTREAM_EMISSIONS_PURCHASED_FUELS$1,
|
|
34057
|
-
desc: "Fuel and energy related emissions",
|
|
33809
|
+
name: "Discharged to Sewage",
|
|
33810
|
+
unit: "m3",
|
|
33811
|
+
type: "discharge",
|
|
33812
|
+
calorificValue: 1,
|
|
33813
|
+
emissionFactor: 0,
|
|
34058
33814
|
},
|
|
34059
33815
|
{
|
|
34060
|
-
name: "
|
|
34061
|
-
|
|
34062
|
-
|
|
34063
|
-
|
|
34064
|
-
|
|
34065
|
-
subProducts: UPSTREAM_TRANSPORTATION$2,
|
|
34066
|
-
desc: "Upstream transportation and distribution emissions",
|
|
33816
|
+
name: "Discharge to Surface Water Bodies",
|
|
33817
|
+
unit: "m3",
|
|
33818
|
+
type: "discharge",
|
|
33819
|
+
calorificValue: 1,
|
|
33820
|
+
emissionFactor: 0,
|
|
34067
33821
|
},
|
|
34068
33822
|
{
|
|
34069
|
-
name: "
|
|
34070
|
-
|
|
34071
|
-
|
|
34072
|
-
|
|
34073
|
-
|
|
34074
|
-
subProducts: WASTE_DISPOSAL_EMISSIONS$1,
|
|
34075
|
-
desc: "Waste treatment and disposal emissions",
|
|
33823
|
+
name: "Discharge to groundwater",
|
|
33824
|
+
unit: "m3",
|
|
33825
|
+
type: "discharge",
|
|
33826
|
+
calorificValue: 1,
|
|
33827
|
+
emissionFactor: 0,
|
|
34076
33828
|
},
|
|
34077
33829
|
{
|
|
34078
|
-
name: "
|
|
34079
|
-
|
|
34080
|
-
|
|
34081
|
-
|
|
34082
|
-
|
|
34083
|
-
subProducts: WASTE_FROM_OPERATIONS,
|
|
34084
|
-
desc: "Waste generated in operations emission factors",
|
|
33830
|
+
name: "Discharge to Third Part Treatmenr Facilities",
|
|
33831
|
+
unit: "m3",
|
|
33832
|
+
type: "discharge",
|
|
33833
|
+
calorificValue: 1,
|
|
33834
|
+
emissionFactor: 0,
|
|
34085
33835
|
},
|
|
34086
33836
|
{
|
|
34087
|
-
name: "
|
|
34088
|
-
|
|
34089
|
-
|
|
34090
|
-
|
|
34091
|
-
|
|
34092
|
-
subProducts: BUSINESS_TRAVEL$3,
|
|
34093
|
-
desc: "Business travel emissions",
|
|
33837
|
+
name: "Discharge with Treated Effluents",
|
|
33838
|
+
unit: "m3",
|
|
33839
|
+
type: "discharge",
|
|
33840
|
+
calorificValue: 1,
|
|
33841
|
+
emissionFactor: 0,
|
|
34094
33842
|
},
|
|
34095
33843
|
{
|
|
34096
|
-
name: "
|
|
34097
|
-
|
|
34098
|
-
|
|
34099
|
-
|
|
34100
|
-
|
|
34101
|
-
|
|
34102
|
-
|
|
33844
|
+
name: "Total Dissolved Solid (TDS)",
|
|
33845
|
+
unit: "PPM",
|
|
33846
|
+
type: "quality",
|
|
33847
|
+
calorificValue: 1,
|
|
33848
|
+
emissionFactor: 0,
|
|
33849
|
+
},
|
|
33850
|
+
{
|
|
33851
|
+
name: "Chemical Oxygen Demand",
|
|
33852
|
+
unit: "mg/L",
|
|
33853
|
+
type: "quality",
|
|
33854
|
+
calorificValue: 1,
|
|
33855
|
+
emissionFactor: 0,
|
|
33856
|
+
},
|
|
33857
|
+
{
|
|
33858
|
+
name: "Biological Oxygen Demand",
|
|
33859
|
+
unit: "mg/L",
|
|
33860
|
+
type: "quality",
|
|
33861
|
+
calorificValue: 1,
|
|
33862
|
+
emissionFactor: 0,
|
|
34103
33863
|
},
|
|
34104
33864
|
];
|
|
33865
|
+
const WATER_MANAGEMENT_STEEL = {
|
|
33866
|
+
name: "Water Management",
|
|
33867
|
+
icon: GiElectric,
|
|
33868
|
+
scope: "other",
|
|
33869
|
+
unit: "m3",
|
|
33870
|
+
subProducts: WATER_PRODUCTS$1,
|
|
33871
|
+
desc: "Water withdrawal, discharge, and quality tracking for steel operations",
|
|
33872
|
+
};
|
|
33873
|
+
|
|
33874
|
+
const ALLSCOPES_STEEL = [...SCOPE1_STEEL, ...SCOPE2_STEEL];
|
|
34105
33875
|
|
|
34106
33876
|
var steel = /*#__PURE__*/Object.freeze({
|
|
34107
33877
|
__proto__: null,
|
|
@@ -34111,18 +33881,26 @@ var steel = /*#__PURE__*/Object.freeze({
|
|
|
34111
33881
|
ELECTRIC_PRODUCTS: ELECTRIC_PRODUCTS$1,
|
|
34112
33882
|
EMPLOYEE_COMMUTING: EMPLOYEE_COMMUTING$3,
|
|
34113
33883
|
END_OF_LIFE_TREATMENT: END_OF_LIFE_TREATMENT,
|
|
33884
|
+
FIRE_EXTINGUISHER_PRODUCTS: FIRE_EXTINGUISHER_PRODUCTS$3,
|
|
33885
|
+
FLUX_CALCINATION_PRODUCTS: FLUX_CALCINATION_PRODUCTS,
|
|
34114
33886
|
HOTEL_EQUIPMENT_EMISSIONS: HOTEL_EQUIPMENT_EMISSIONS$1,
|
|
33887
|
+
LPG_PRODUCTS: LPG_PRODUCTS$1,
|
|
33888
|
+
OPERATION_PRODUCTS: OPERATION_PRODUCTS$1,
|
|
34115
33889
|
PROCESSING_OF_SOLD_PRODUCTS: PROCESSING_OF_SOLD_PRODUCTS,
|
|
33890
|
+
PURCHASED_ELECTRICITY_PRODUCTS: PURCHASED_ELECTRICITY_PRODUCTS$2,
|
|
34116
33891
|
PURCHASED_GOODS_AND_SERVICES: PURCHASED_GOODS_AND_SERVICES$3,
|
|
34117
33892
|
RAW_MATERIAL_TRANSPORTATION: RAW_MATERIAL_TRANSPORTATION$1,
|
|
34118
33893
|
REFRIGERANTS: REFRIGERANTS$1,
|
|
33894
|
+
RENEWABLE_ENERGY_PRODUCTS: RENEWABLE_ENERGY_PRODUCTS$2,
|
|
34119
33895
|
SCOPE1_STEEL: SCOPE1_STEEL,
|
|
34120
33896
|
SCOPE2_STEEL: SCOPE2_STEEL,
|
|
33897
|
+
SF6_PRODUCTS: SF6_PRODUCTS$1,
|
|
34121
33898
|
TOTAL_DOWNSTREAM_EMISSIONS: TOTAL_DOWNSTREAM_EMISSIONS,
|
|
34122
33899
|
UPSTREAM_EMISSIONS_PURCHASED_FUELS: UPSTREAM_EMISSIONS_PURCHASED_FUELS$1,
|
|
34123
33900
|
UPSTREAM_TRANSPORTATION: UPSTREAM_TRANSPORTATION$2,
|
|
34124
33901
|
USE_OF_SOLD_PRODUCTS: USE_OF_SOLD_PRODUCTS,
|
|
34125
33902
|
WASTE_DISPOSAL_EMISSIONS: WASTE_DISPOSAL_EMISSIONS$1,
|
|
33903
|
+
WASTE_FROM_OPERATIONS: WASTE_FROM_OPERATIONS,
|
|
34126
33904
|
WASTE_PRODUCTS: WASTE_PRODUCTS$1,
|
|
34127
33905
|
WATER_MANAGEMENT_STEEL: WATER_MANAGEMENT_STEEL,
|
|
34128
33906
|
WATER_PRODUCTS: WATER_PRODUCTS$1
|
|
@@ -37815,10 +37593,10 @@ const BULK_BILL_AGENT_PROFILES = {
|
|
|
37815
37593
|
process_emissions: {
|
|
37816
37594
|
id: 'process_emissions',
|
|
37817
37595
|
label: 'Process emissions',
|
|
37818
|
-
description: 'Cement clinker calcination,
|
|
37596
|
+
description: 'Cement clinker calcination, flux calcination and other configured process quantities.',
|
|
37819
37597
|
documentTypes: ['production_log', 'material_invoice'],
|
|
37820
|
-
itemSignals: ['calcination', 'clinker', '
|
|
37821
|
-
documentSignals: ['clinker', 'calcination', 'limestone', 'dolomite', '
|
|
37598
|
+
itemSignals: ['calcination', 'clinker', 'flux', 'process emissions', 'limestone', 'dolomite'],
|
|
37599
|
+
documentSignals: ['clinker', 'calcination', 'limestone', 'dolomite', 'production', 'tonne'],
|
|
37822
37600
|
preferredUnits: ['Tonnes', 'Kg'],
|
|
37823
37601
|
extractionRules: ['Extract production/process input quantity tied to the selected process item.'],
|
|
37824
37602
|
rejectRules: ['Reject financial totals, quality percentages, and composition values unless explicitly configured as activity data.'],
|
|
@@ -38140,10 +37918,6 @@ const processEmissionLabel = (line) => {
|
|
|
38140
37918
|
return 'Calcination Process';
|
|
38141
37919
|
if (/\b(?:limestone|dolomite|flux)\b/i.test(line))
|
|
38142
37920
|
return 'Flux calcination';
|
|
38143
|
-
if (/\b(?:hot\s+metal|ironmaking)\b/i.test(line))
|
|
38144
|
-
return 'Process Emissions- Ironmaking';
|
|
38145
|
-
if (/\bsteelmaking\b/i.test(line))
|
|
38146
|
-
return 'Process Emissions- Steelmaking';
|
|
38147
37921
|
return '';
|
|
38148
37922
|
};
|
|
38149
37923
|
const genericMaterialLabel = (line, allowedItems) => {
|
|
@@ -38152,18 +37926,26 @@ const genericMaterialLabel = (line, allowedItems) => {
|
|
|
38152
37926
|
const best = bestAllowedItemForQuery(line, allowedItems);
|
|
38153
37927
|
return (best === null || best === void 0 ? void 0 : best.item.itemName) || line.split('|').map((part) => part.trim()).find((part) => /[A-Za-z]/.test(part) && !metadataOnlyPattern.test(part)) || '';
|
|
38154
37928
|
};
|
|
38155
|
-
const
|
|
37929
|
+
const preferredAllowedItemName = (allowedItems, preferredName, fallbackName) => {
|
|
37930
|
+
const exact = allowedItems.find((item) => normalize(item.itemName) === normalize(preferredName));
|
|
37931
|
+
return (exact === null || exact === void 0 ? void 0 : exact.itemName) || fallbackName;
|
|
37932
|
+
};
|
|
37933
|
+
const commuteModeLabel = (line, allowedItems = []) => {
|
|
38156
37934
|
const text = normalize(line);
|
|
38157
|
-
if (/\b(bike|bikt|motorcycle)\b/.test(text))
|
|
38158
|
-
return 'Motorcycle';
|
|
38159
|
-
|
|
38160
|
-
|
|
38161
|
-
|
|
38162
|
-
|
|
37935
|
+
if (/\b(bike|bikt|motorcycle)\b/.test(text)) {
|
|
37936
|
+
return preferredAllowedItemName(allowedItems, 'Bike', 'Motorcycle');
|
|
37937
|
+
}
|
|
37938
|
+
if (/\b(scooty|scoow|scooter)\b/.test(text)) {
|
|
37939
|
+
return preferredAllowedItemName(allowedItems, 'Scooty', 'Scooter');
|
|
37940
|
+
}
|
|
37941
|
+
if (/\b(auto|byauto|auio)\b/.test(text)) {
|
|
37942
|
+
return preferredAllowedItemName(allowedItems, 'Auto', 'Small Car Gasoline');
|
|
37943
|
+
}
|
|
38163
37944
|
if (/\b(car|eycar|hatchback)\b/.test(text))
|
|
38164
37945
|
return 'Hatchback Gasoline';
|
|
38165
|
-
if (/\b(metro|14etro|train|rail)\b/.test(text))
|
|
38166
|
-
return 'Train Domestic Electric';
|
|
37946
|
+
if (/\b(metro|14etro|train|rail)\b/.test(text)) {
|
|
37947
|
+
return preferredAllowedItemName(allowedItems, 'Metro', 'Train Domestic Electric');
|
|
37948
|
+
}
|
|
38167
37949
|
if (/\b(cycle|cycl|cyct)\b/.test(text))
|
|
38168
37950
|
return 'Employee commute cycle';
|
|
38169
37951
|
if (/\b(bus)\b/.test(text))
|
|
@@ -38226,7 +38008,7 @@ const extractElectricityCandidates = (group, lines, allowedItems) => {
|
|
|
38226
38008
|
const extractEmployeeCommutingCandidates = (group, lines, allowedItems) => {
|
|
38227
38009
|
const totals = new Map();
|
|
38228
38010
|
for (const { pageNumber, text } of lines) {
|
|
38229
|
-
const mode = commuteModeLabel(text);
|
|
38011
|
+
const mode = commuteModeLabel(text, allowedItems);
|
|
38230
38012
|
if (!mode)
|
|
38231
38013
|
continue;
|
|
38232
38014
|
const distanceValues = parsePositiveNumbers(text)
|
|
@@ -38644,6 +38426,7 @@ function transformIndustryConfigToBackend(config) {
|
|
|
38644
38426
|
function transformProductToBackend(product) {
|
|
38645
38427
|
return {
|
|
38646
38428
|
name: product.name,
|
|
38429
|
+
materialCode: product.materialCode,
|
|
38647
38430
|
unit: product.unit,
|
|
38648
38431
|
type: product.type,
|
|
38649
38432
|
calorificValue: product.calorificValue,
|
|
@@ -38655,6 +38438,7 @@ function transformProductToBackend(product) {
|
|
|
38655
38438
|
function transformEmissionItemToBackend(item) {
|
|
38656
38439
|
return {
|
|
38657
38440
|
item: item.item,
|
|
38441
|
+
materialCode: item.materialCode,
|
|
38658
38442
|
emissionFactor: item.emissionFactor,
|
|
38659
38443
|
unit: item.unit
|
|
38660
38444
|
};
|
|
@@ -38844,6 +38628,7 @@ class BillManager {
|
|
|
38844
38628
|
this.matchField(bill.subCategory, options.subCategory, "subCategory");
|
|
38845
38629
|
const matchesNestedSubCategory = !options.nestedSubCategory ||
|
|
38846
38630
|
this.matchField(bill.nestedSubCategory, options.nestedSubCategory, "nestedSubCategory");
|
|
38631
|
+
const matchesPlantCode = !options.plantCode || bill.plantCode === options.plantCode;
|
|
38847
38632
|
const matchesPlant = !options.plant || bill.plant === options.plant;
|
|
38848
38633
|
return (matchesCategory &&
|
|
38849
38634
|
matchesYear &&
|
|
@@ -38851,6 +38636,7 @@ class BillManager {
|
|
|
38851
38636
|
matchesType &&
|
|
38852
38637
|
matchesSubCategory &&
|
|
38853
38638
|
matchesNestedSubCategory &&
|
|
38639
|
+
matchesPlantCode &&
|
|
38854
38640
|
matchesPlant);
|
|
38855
38641
|
});
|
|
38856
38642
|
}
|
|
@@ -38884,7 +38670,7 @@ class BillManager {
|
|
|
38884
38670
|
bill.nestedSubCategory === emissionItem.item &&
|
|
38885
38671
|
bill.subCategory ===
|
|
38886
38672
|
(emissionItem.subCategory || emissionItem.category) &&
|
|
38887
|
-
(!plantId || bill.plant === plantId) // Filter by plant if provided
|
|
38673
|
+
(!plantId || bill.plant === plantId || bill.plantCode === plantId) // Filter by plant if provided
|
|
38888
38674
|
);
|
|
38889
38675
|
// NO fallback matching - each emission item should have its own unique bill
|
|
38890
38676
|
return matchingBills;
|
|
@@ -39117,6 +38903,7 @@ class EmissionSourceGenerator {
|
|
|
39117
38903
|
sources.push({
|
|
39118
38904
|
id: sourceId,
|
|
39119
38905
|
itemName: subProduct.name,
|
|
38906
|
+
materialCode: subProduct.materialCode,
|
|
39120
38907
|
category: scopeConfig.name,
|
|
39121
38908
|
subcategory: subProduct.type || "N/A",
|
|
39122
38909
|
emissionFactor: subProduct.emissionFactor || 0,
|
|
@@ -39154,6 +38941,7 @@ class EmissionSourceGenerator {
|
|
|
39154
38941
|
sources.push({
|
|
39155
38942
|
id: sourceId,
|
|
39156
38943
|
itemName: apiItem.item,
|
|
38944
|
+
materialCode: apiItem.materialCode,
|
|
39157
38945
|
category: scopeConfig.name,
|
|
39158
38946
|
subcategory: apiItem.subCategory || apiItem.category,
|
|
39159
38947
|
emissionFactor: apiItem.emissionFactor,
|
|
@@ -39198,6 +38986,7 @@ class EmissionSourceGenerator {
|
|
|
39198
38986
|
sources.push({
|
|
39199
38987
|
id: sourceId,
|
|
39200
38988
|
itemName: item.item,
|
|
38989
|
+
materialCode: item.materialCode,
|
|
39201
38990
|
category: subProduct.name || scopeConfig.name,
|
|
39202
38991
|
subcategory: item.item,
|
|
39203
38992
|
emissionFactor: item.emissionFactor,
|
|
@@ -39296,7 +39085,15 @@ const normalizeConfigKeyText = (value) => normalizeConfigText(value)
|
|
|
39296
39085
|
.toLowerCase()
|
|
39297
39086
|
.replace(/[^a-z0-9]+/g, " ")
|
|
39298
39087
|
.trim();
|
|
39299
|
-
const buildUserConfigItemKey = ({ scope, category, subCategory, itemName, }) => [
|
|
39088
|
+
const buildUserConfigItemKey = ({ scope, category, subCategory, itemName, materialCode, }) => [
|
|
39089
|
+
scope,
|
|
39090
|
+
category,
|
|
39091
|
+
subCategory,
|
|
39092
|
+
itemName,
|
|
39093
|
+
...(materialCode ? [materialCode] : []),
|
|
39094
|
+
]
|
|
39095
|
+
.map(normalizeConfigKeyText)
|
|
39096
|
+
.join("|");
|
|
39300
39097
|
const sameUserConfigText = (left, right) => normalizeConfigKeyText(left) === normalizeConfigKeyText(right);
|
|
39301
39098
|
|
|
39302
39099
|
const itemMeta = (item) => ({
|
|
@@ -39306,14 +39103,20 @@ const itemMeta = (item) => ({
|
|
|
39306
39103
|
isCompanyOverride: item.source === "sdk-override" || item.isOverride,
|
|
39307
39104
|
baseEmissionFactor: item.baseEmissionFactor,
|
|
39308
39105
|
overrideKind: item.overrideKind,
|
|
39106
|
+
materialCode: item.materialCode,
|
|
39107
|
+
sourceSystem: item.sourceSystem,
|
|
39108
|
+
sourceUnit: item.sourceUnit,
|
|
39309
39109
|
});
|
|
39110
|
+
const sameMaterialIdentity = (entry, item) => item.materialCode
|
|
39111
|
+
? sameUserConfigText(entry.materialCode, item.materialCode)
|
|
39112
|
+
: !entry.materialCode;
|
|
39310
39113
|
const applyScope3Item = (config, item) => {
|
|
39311
39114
|
var _a;
|
|
39312
39115
|
const scope = config.scope3.find((entry) => sameUserConfigText(entry.name, item.category));
|
|
39313
39116
|
const group = scope === null || scope === void 0 ? void 0 : scope.subProducts.find((entry) => sameUserConfigText(entry.category, item.subCategory));
|
|
39314
39117
|
if (!group)
|
|
39315
39118
|
return;
|
|
39316
|
-
const existing = group.items.find((entry) => sameUserConfigText(entry.item, item.itemName));
|
|
39119
|
+
const existing = group.items.find((entry) => sameUserConfigText(entry.item, item.itemName) && sameMaterialIdentity(entry, item));
|
|
39317
39120
|
if (existing) {
|
|
39318
39121
|
Object.assign(existing, {
|
|
39319
39122
|
emissionFactor: item.emissionFactor,
|
|
@@ -39337,7 +39140,8 @@ const applyFlatItem = (config, item) => {
|
|
|
39337
39140
|
if (!scope)
|
|
39338
39141
|
return;
|
|
39339
39142
|
const existing = scope.subProducts.find((entry) => sameUserConfigText(entry.name, item.itemName) &&
|
|
39340
|
-
sameUserConfigText(entry.type, item.subCategory)
|
|
39143
|
+
sameUserConfigText(entry.type, item.subCategory) &&
|
|
39144
|
+
sameMaterialIdentity(entry, item));
|
|
39341
39145
|
if (existing) {
|
|
39342
39146
|
Object.assign(existing, {
|
|
39343
39147
|
emissionFactor: item.emissionFactor,
|