Data Governance & Editorial Standards
The MasterBrain: Data Integrity Protocol
GreenCalculus runs a single canonical data layer — the MasterBrain — that supplies every calculator on the platform with emission factors, global warming potential values, and grid intensity figures. The protocol below describes how that data layer is updated, traced, version-stamped, archived, and disclosed.
Update SLA
Every IPCC, DEFRA, and IEA release reaches the data layer within 30 calendar days of publication.
Provenance
Every factor carries a cell-by-cell _provenance block — workbook, tab, row, column, GWP basis, verifier.
Version stamps
Every calculator output links to the exact MasterBrain version that produced it, traceable in the public changelog.
Archive
Superseded factors are version-stamped and preserved indefinitely. Historical reports remain reproducible.
The 30-Day Update Rule
All Tier-1 source updates — IPCC, DEFRA, and IEA — are deployed to the MasterBrain within 30 calendar days of publication. Affected calculator pages receive simultaneous version bumps and changelog entries.
GreenCalculus commits in writing to updating all affected emission factors and GWP values within 30 calendar days of a major publication event. The qualifying events are: a new IPCC Assessment Report cycle release (e.g., AR7 on publication), the annual DEFRA conversion factor update published each June, and the IEA Global Energy Review annual release.
The 30-day window is chosen deliberately. Shorter would not allow cell-by-cell verification against the source workbook before deployment. Longer would risk calculators serving stale data during an active reporting cycle, when practitioners are actively citing GreenCalculus values in their own GHG inventories. The window covers the time required to cross-check every changed value against the primary source, update the MasterBrain, propagate version stamps to affected pages, and publish the corresponding changelog entries.
Cell-by-Cell Provenance
Every entry in the MasterBrain carries a machine-readable _provenance block. This is not documentation aspiration — it is the live data structure, embedded against every fuel, every global warming potential value, and every grid intensity figure on the platform.
The provenance block records ten fields against each value: the source publication, the workbook filename, the tab name within that workbook, the row label, the row number, the column reference, the GWP basis applied (AR6 or AR5), the name of the person who sourced the value, the date sourced, and the verification status with an optional verification note. The structure below is a verbatim entry from the live MasterBrain for diesel — one of approximately one thousand entries audited to this standard.
'diesel' => [
'factor' => 2.57082,
'unit' => 'kg CO2e per litre',
'scope' => 1,
'source' => 'DEFRA_2025',
'gwp' => 'AR5_100',
'_provenance' => [
'source' => 'UK Government GHG Conversion Factors 2025, DESNZ, June 2025',
'workbook' => 'ghg-conversion-factors-2025-full-set.xlsx',
'tab' => 'Fuels',
'row_label' => 'Diesel (average biofuel blend)',
'row_number' => 72,
'column' => 'D — kg CO2e (per litre)',
'gwp_basis' => 'IPCC AR5 GWP-100 (per Introduction tab Row 35)',
'sourced_by' => 'Jeremiah Say',
'sourced_on' => '2026-05-06',
'verified' => true,
'verify_note' => 'Verified against full-set workbook directly.',
],
]
A practitioner who wishes to verify the diesel emission factor of 2.57082 kg CO₂e/litre can download the named DESNZ workbook, open the Fuels tab, navigate to row 72 column D, and confirm the figure directly against the source publication. The full provenance dataset is also exposed through a public REST endpoint at GET /wp-json/greencalculus/v1/gwp-values, allowing any practitioner, auditor, or downstream developer to query the data layer programmatically against the source attribution.
Version Stamping and Audit Trail
Every calculator, methodology page, and data page carries a version stamp at the top of the article body — for example, MasterBrain v2025.5 · DEFRA 2025 · IPCC AR6 GWP-100 — that links directly to the corresponding entry in the public changelog.
When the MasterBrain version bumps, every affected page receives a Major version bump simultaneously and its _gc_last_reviewed date is updated. This means a practitioner who used a GreenCalculus calculator in Q3 2025 to populate a corporate GHG inventory can return to the public changelog, identify the exact data version that underpinned the result, and reproduce the calculation if challenged during external assurance.
Archival and Reproducibility
GreenCalculus maintains a permanent, append-only archive of all prior MasterBrain versions. Legacy emission factors are never overwritten — they are version-stamped at the moment of supersession and preserved indefinitely so that historical calculations remain reproducible.
If a company is audited in 2027 for its 2023 emissions disclosure, the auditor must be able to confirm which factor was in use when the 2023 calculation was performed. GreenCalculus does not delete, suppress, or quietly migrate factors out of the public record.
Every superseded value is retained with its original provenance block, the version in which it was retired, and a pointer to the entry that replaced it. The archive is queryable through the same REST endpoint as the live values, with the version parameter governing which snapshot is returned.
This policy applies equally to corrections (per §4 below) and to scheduled source updates (per the 30-day rule above). Even when a value is corrected because it was wrong, the wrong value is preserved in the archive — because removing it would silently invalidate every report built on it.
Dual GWP Basis Disclosure
GreenCalculus operates two concurrent GWP bases transparently — a practice rare among public environmental calculators. Both are declared in every calculator’s audit trail and every data export. Neither is hidden, and neither is treated as a silent default.
IPCC AR6 GWP-100
Used when practitioners need current scientific consensus for internal methodology, scenario analysis, or science-based target work. Source: IPCC AR6 Table 7.SM.7.
IPCC AR5 GWP-100
Used when calculations must align with DEFRA’s pre-aggregated UK conversion factors — the statutory basis for UK SECR reporting.
Practitioners choose the basis appropriate to their reporting framework. Both bases are published in full at our IPCC AR6 GWP reference table and applied within our published DEFRA 2025 emission factors.
Editorial and Quality Control Standards
GreenCalculus content is produced and reviewed against a three-layer model. Each layer has a defined role, a defined output, and a defined point of accountability.
Sourcing
Tier-1 only. IPCC, IEA, DEFRA / DESNZ, US EPA, and the GHG Protocol. Secondary aggregators, industry lobbying bodies, and consultancy white papers are never used as data sources. Source conflicts are disclosed explicitly in the relevant methodology page.
Implementation
Hard-coded from primary documents. Jeremiah Say translates each source PDF and workbook directly into calculation logic — never from summaries or third-party interpretations. Source-cell-to-output mapping is recorded in the provenance block at the time of build.
Institutional verification
Prose-vs-data cross-check. Engineering reviews methodology prose against the underlying code and source documents. Source integrity is confirmed by cell-by-cell traceability to the issuing body’s published workbook, with an automated validation suite that runs structural and controlled-vocabulary checks on every MasterBrain release before publication.
Policy on AI Assistance
AI tools are never used to determine emission factors, write methodology logic, select GWP values, or produce any numerical output that appears in a published calculator. AI hallucination on a compliance tool creates legal risk for every practitioner who cites a GreenCalculus value in a CDP disclosure or CSRD report.
GreenCalculus is explicit about where AI tools are used and where they are not. AI tools may assist with formatting HTML, scaffolding code structure, and identifying candidate internal links between pages. All methodological decisions and all numerical outputs are hard-coded by Jeremiah Say from primary source documents.
Review Depth by Content Type
Different content types are subject to different review depths. The bar chart below shows the relative depth applied to each surface, followed by the full review matrix.
| Content type | Review standard applied |
|---|---|
| Calculators | Full numerical audit: every factor traced to its source workbook cell before publication. |
| Methodology pages | Logic audit: prose checked against the calculator implementation it describes. See the natural gas combustion methodology page for an example of full source attribution. |
| Data pages | Factor audit: every value verified against the current source publication. |
| Standards pages | Version audit: standard version, publication date, and scope confirmed against the issuing body. |
| Glossary | Definition audit: each definition checked against the source standard’s own glossary or defined-term register. |
| Guides and tools | Workflow audit: steps verified against current calculator behaviour at the time of publication. |
Independence and Conflict of Interest
No organisation can pay to have specific emission factors, preferred methodologies, or favourable assumptions featured on GreenCalculus. The factors used on this platform are those published by the relevant Tier-1 regulatory body — full stop.
GreenCalculus editorial policy
Independence
GreenCalculus is an independent technical resource. It is not a target-setting body — it does not set emissions reduction targets and does not validate corporate pledges, and is therefore distinct from organisations such as the Science Based Targets initiative. It is not a verification or certification body — it does not issue certificates, does not audit third-party emissions claims, and does not assert assurance opinions. It is not a consultancy — it does not provide bespoke paid advice. Its sole function is the impartial, accurate implementation of existing global standards into accessible calculation tools.
No pay-to-rank
No organisation can pay to have specific emission factors, preferred methodologies, or favourable assumptions featured on GreenCalculus. The factors used on this platform are those published by the relevant Tier-1 regulatory body — DEFRA for the United Kingdom, US EPA for the United States, IEA for grid intensity, IPCC for global warming potentials. No commercial relationship influences the data layer or the methodology documentation. If GreenCalculus ever receives sponsorship or advertising revenue from a party with an interest in any specific emission factor, that relationship is disclosed separately in standard site disclosures and does not affect editorial or data decisions.
Revenue model transparency
GreenCalculus is supported by display advertising and is building toward premium API access for enterprise users who require programmatic access to the MasterBrain data layer. Neither revenue stream creates editorial conflicts. Advertisers do not influence content selection, content ordering, or the values published in the data layer. API consumers query the same data layer that all public users see — there is no premium-tier divergence in the underlying numbers.
Correction and Feedback Policy
The Errata Process
When an error is identified — whether through internal review, an external practitioner challenge, or a MasterBrain audit — the following six steps are taken without exception. No silent fixes; no exceptions.
Verify against primary source
Source-side change, or GreenCalculus implementation diverged from a stable source? Determine which, and record.
Apply correction
Correction is staged on the affected page or pages. Not yet published.
Write public changelog entry
Old value and new value both stated explicitly. The changelog records what changed, not just that something changed. Written before the page is republished.
Credit the reporter
Practitioner who identified the error is credited by name in the changelog entry, with their consent.
Bump version, update date
Major version bump for any numerical correction. _gc_last_reviewed updated to the publication date.
Preserve in archive
Superseded value is preserved in the MasterBrain archive — any historical report that relied on the original value remains reproducible.
The changelog entry is written before the corrected page is published. Any practitioner who subscribed to the changelog RSS feed at the time of the error will see the correction in their feed.
Worked example: the v2025.2 CH₄ correction
The MasterBrain v2025.2 update corrected the AR5 GWP-100 value for methane from 25.0 to 28.0 — a legacy value carried over from IPCC AR4 (2007) that should have been updated when AR5 (2014) became the regulatory basis for DEFRA’s UK conversion factor workbook.
| Field | Before | After | Basis |
|---|---|---|---|
CH4_fossil.ar5_100 |
25.0 | 28.0 | IPCC AR5 (2014) WG1 Ch. 8 |
CH4_biogenic.ar5_100 |
25.0 | 28.0 | IPCC AR5 (2014) WG1 Ch. 8 |
CH4_*.ar6_100 |
Unaffected — already on AR6 basis | IPCC AR6 (2021) Table 7.SM.7 | |
Every calculator that referenced the affected fields received a Major version bump, and the v2025.1 snapshot — including the incorrect 25.0 value — remains queryable through the archived REST endpoint for any practitioner reproducing a pre-correction calculation. See the corresponding changelog entry for the full attribution.
Technical Feedback Channel
Found a discrepancy? Challenge a methodology?
The dedicated channel for technical feedback is governance@greencalculus.com. Confirmed corrections are publicly credited in the corresponding changelog entry. Response within 10 business days.
Email the governance teamA useful submission includes the URL of the affected page, the specific value or methodology step in question, and the source document being cited as authority for the proposed correction. Challenges are reviewed by Jeremiah Say. For general site enquiries unrelated to data or methodology, see the standard contact page.
Compliance Framework Alignment
GreenCalculus’s internal governance is modelled on principles drawn from two internationally recognised verification frameworks: ISO 14064-3 (the standard for verification and validation of GHG statements) and the GHG Protocol Corporate Standard. The principles below are not aspirational. They describe how the data layer, the editorial process, and the correction policy already operate today.
ISO 14064-3 Principles
| Principle | GreenCalculus implementation |
|---|---|
| Independence | GreenCalculus has no commercial interest in any specific emissions outcome. It neither validates targets nor issues credits. See ISO 14064-1 for the related inventory standard. |
| Ethical conduct | No emission factor or methodology on this platform has been influenced by any commercial relationship. The no-pay-to-rank policy is stated above in §3. |
| Fair presentation | Where two valid methodological approaches exist — most visibly the AR5 versus AR6 GWP basis — both are disclosed and the calculator allows the practitioner to choose. |
| Due professional care | Every value in the MasterBrain is traced to a specific cell in a named source workbook before publication, with cell-level traceability validated on every MasterBrain release. No factor is published on best-guess or industry-consensus reasoning alone. |
GHG Protocol Principles
| Principle | GreenCalculus implementation |
|---|---|
| Accuracy | Cell-by-cell provenance tracing. Dual GWP basis disclosed in every calculator audit trail. Version stamps on every output, linked to the changelog. |
| Completeness | Scope 1, 2, and Scope 3 coverage is provided per the GHG Protocol Corporate Standard and the Scope 3 Standard. FLAG emissions (agriculture, forestry, and other land use) are covered per the 2026 GHG Protocol Land Sector and Removals Standard — see the FLAG emissions calculator as evidence of this coverage. |
| Consistency | All calculators within the same scope use the same MasterBrain data version at any given time. Cross-scope comparisons within a single reporting boundary use a consistent GWP basis. |
| Relevance | Emission factors are sourced from the jurisdiction-specific Tier-1 body: DEFRA for the United Kingdom, US EPA for the United States, IEA for grid factors, IPCC for global warming potentials. |
| Transparency | Methodology pages explain every calculation step. Factors are published openly at the DEFRA factor archive and the IPCC AR6 GWP reference. The changelog records every change. CSRD ESRS E1 reporting frameworks — see the ESRS E1 standards page — explicitly require these GHG Protocol principles for in-scope EU undertakings. |
Citing GreenCalculus
Every published calculator and methodology page exposes the live MasterBrain version stamp at the bottom of the page. Cite that stamp in any disclosure (CDP, SECR, CSRD/ESRS, internal audit) so the reader can reproduce the exact calculation.
The homepage provides three ready-to-copy formats:
- ISO 690 — EU compliance default, recommended for CSRD/ESRS reports.
- APA 7 — corporate sustainability academia.
- Vancouver — life-cycle assessment and science journals.
If your house style requires a different format, three principles let you build it:
- Always include the MasterBrain version (e.g.
v2025.55). The version stamp pins the exact data layer the calculation ran against, even after subsequent updates. - Always include the access date. Combined with the version stamp, this gives a reproducible audit trail for any output.
- Always include the URL — root-relative or absolute. Each calculator and methodology page is a stable permalink.
Errata and corrections to past versions are documented in the public changelog and follow our Correction and Feedback Policy above — superseded factors remain queryable indefinitely so historical reports stay reproducible without needing to rerun any calculation.
Current Data Version Status
The table below shows the current version of each data source in the GreenCalculus MasterBrain and its last verified date. This table is updated manually as part of the annual data update cycle and within 30 calendar days of any major publication event covered by the §1 update rule.
| Data source | Current version | Last verified | Next scheduled review |
|---|---|---|---|
| IPCC GWP values | AR6 (2021) | May 2026 | On AR7 publication (~2028) |
| DEFRA UK conversion factors | 2025 v1 | May 2026 | June 2026 (annual DEFRA release) |
| IEA grid emission factors | Global Energy Review 2026 | May 2026 | June 2026 |
| MasterBrain data layer | v2026.136 (2026-08-14) | May 2026 | On next source update |
GreenCalculus is an independent technical resource. Calculations and methodology documentation on this site are provided for informational purposes. They do not constitute professional advice. For regulatory compliance decisions, consult a qualified GHG accounting professional.