Skip to content

BH.oM.LifeCycleAssessment.Fragments.AdditionalEPDData

A data fragment containing other optional information regarding the production and documentation of any Environmental Product Declaration. Use AddFragment() to combine this information with any EPD for continuous integration.

Class structure

Implemented interfaces and base types

The AdditionalEPDData is inheriting from the following base type(s) and implements the following interfaces:

Properties

Defining properties

The following properties are defined on the class

Name Type Description Quantity
Description string Brief summary of the EPD from the data source. -
EndOfLifeTreatment string Description of the material's treatment after its useful life. -
Id string Unique identifier of the EPD from the source of the information. -
IndustryStandards List<string> Industry Standards referenced in creating the product. -
Jurisdiction string Jurisdiction within which the sector based product EPD originates. -
LifeSpan int The period of useful life of the product measured in years. -
Manufacturer string Manufacturer name responsible for the product being documented. -
PlantName string Manufacturing facility name within which the product was created. -
PostalCode int Postal Code within which the product was created. -
Publisher string Publisher responsible for recording and presenting all EPD information. -
ReferenceYear int Year in which the EPD was created. Default set to the current year, please override if creating an EPD from legacy information. -

Code and Schema

C# implementation

C#
public class AdditionalEPDData : BH.oM.Base.IFragment, BH.oM.Base.IObject

Assembly: LifeCycleAssessment_oM.dll

The C# class definition is available on github:

All history and changes of the class can be found by inspection the history.

JSON Schema implementation

The object is defined as a JSON schema. You can validate a JSON instance against this schema by reference. To do this, use the schema reference below in a validator like this one.

JSON Schema
{
 "$ref" : "https://raw.githubusercontent.com/BHoM/BHoM_JSONSchema/develop/LifeCycleAssessment_oM/Fragments/AdditionalEPDData.json"
}

The JSON Schema is available on github here: