# Calculated Metrics (Biogenic Emissions)

## Understanding Biogenic Emission Corrections in 2050-Materials Platform

### Overview

The 2050-Materials platform employs a process to update our material data (`MaterialFact` model) based on calculated biogenic emissions. This is crucial for accurately reflecting the carbon footprint of materials, especially those with significant biogenic content.

### The Correction Process

#### Key Points

* **Biogenic Emissions**: These are emissions associated with biogenic materials like wood. They're factored into the total and manufacturing CO2e (Carbon Dioxide Equivalent) values.
* **Fields Updated**: The process corrects fields like total biogenic CO2e, manufacturing emissions, end-of-life emissions, and total CO2e for the material.

#### Steps Involved

1. **Biogenic Material Percentage**: The system first checks the percentage of biogenic material by weight.
2. **Scaling Factor**: It retrieves a scaling factor to convert the declared unit to kilograms, essential for accurate corrections.
3. **Calculation**: Biogenic emissions are calculated based on the biogenic material percentage and scaling factor.
4. **Conditional Corrections**: Corrections are applied to manufacturing, end-of-life, and total CO2e emissions based on specific conditions.
5. **Updates**: The `MaterialFact` instance is updated with new corrected values.

### Importance of Biogenic Emission Corrections

Correcting for biogenic emissions is vital in providing a more accurate representation of a material's carbon footprint. This process helps ensure our platform delivers reliable and comprehensive environmental data.

***

*Note: This document is intended for customers of the 2050-Materials platform to provide an overview of how biogenic emission corrections are integrated into our system.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.2050-materials.com/methodology-documentation/calculated-metrics-biogenic-emissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
