Units

units

The system of units that data is reported in. Each dimension (e.g. volume, weight, currency) forms a family of units, whose members are either different base units (kg vs metric tonnes vs lbs) or scalar multiples of one another (GBP millions vs GBP thousands). The conversion_factor is the multiplier needed to convert a value into the family’s standard unit.

For currencies, the global standard is USD. Currency conversion uses the end-of-day FX rate for the reporting period of the fact itself — for example, a fact dated 2025-12-31 uses the closing rate on 2025-12-31. The conversion_factor in this table is not influenced by FX rates.

ColumnTypeDescription
unit_idNUMBERPrimary key
nameVARCHARUnit name, e.g. tCO2e, USD, %
descriptionVARCHARWhat the unit measures
unit_typeVARCHARGrouping, e.g. currency, intensity
is_standardBOOLEANWhether this is the standard unit for its group
standard_idNUMBERThe standard unit this unit converts to
conversion_factorFLOATMultiplier to convert into the standard unit
iso_codeVARCHARISO code for currencies

Most values are presented in their standardised form, but in the foundation tables data is reported as both a reported or recorded figure, and a standardised one.