Diese Dokumentation beschreibt die Nutzung und Integration der API, einschließlich Endpunkte, Authentifizierung und Beispielszenarien zur Implementierung.

Änderungen

Mit 2025-08-14 wurde eine neue Version der API veröffentlicht. Im Vergleich zur alten API Version 20250522 wurden folgende Änderungen umgesetzt

Änderung

Beschreibung

Anpassung der Taxonomietabellen (answerMatrixTaxonomy) um neue Wirtschaftsaktivitäten
  • Durch eine Strukturänderung in der EU-Taxonomie ist der numerische Code nicht weiter eindeutig. Nur in Kombination mit dem Umweltziel ist die Wirtschaftsaktivität eindeutig. 
  • In neu abgespeicherten Tabellen wird activityCode als Präfix auch das Umweltziel enthalten. Zum Beispiel: aus "activityCode": "1.2", "withClimateAdaptation": "ENABLING" wird durch das Speichern des Users "activityCode": "CCA 1.2","withClimateAdaptation": null, "activityState": "TRANSITIONAL", "activityCategory": "CLIMATE_MITIGATION"
  • Abkürzungen der Präfix
    • CCM: Climate Mitigation
    • CCA: Climate Adaption
    • WTR: Water
    • CEY: Circular Economy
    • PPC: Polution Prevention
    • BIO: Biodiversity

Übersicht

Endpoint

Beschreibung

company/bank/company/raw-data-access/{company-id} Den Zugang, zu den Rohdaten des Fragebogens eines bestimmten Unternehmens, anfragen.
company/bank/questionnaire-files/{fileID} Funktion, um eine Datei eines bestimmten Fragebogens abzurufen
questionnaire-report/{questionaireId}/generate Funktion, um den ESG Report eines Unternehmens basierend auf questionaireId zu generieren. Dieser Aufruf dauert üblicherweise länger als 10 Sekunden. In der Rückgabe wird im Attribut id, jene Identifikationsnummer des ESG-Reports zurückgegeben, welcher im API Endpoint questionnaire-report/{questionaireReportId}/download verwendet werden soll. 
questionnaire-report/{questionaireReportId}/download Funktion, um den ESG Report eines Unternehmens herunterzuladen.
company

Auflistung aller Unternehmen auf der Plattform, unabhängig vom Rohdatenzugriff.

company/{company-id}/rawdata

Auflistung der Rohdaten (alle Daten des Fragebogens), des zuletzt ausgefüllten Fragebogens, eines Unternehmens.

Swagger YAML Dokumentation

esg-openapi_20250814.yaml
api_example_response_20250814.json
Gültig von 2025-08-14

company/raw-data-access/{company-id}

Beschreibung: 

Den Zugang, zu den Rohdaten des Fragebogens eines bestimmten Unternehmens, anfragen.

https://my.oekb.at/oekb-esgdatahub/api/company/bank/company/raw-data-access/{company-id}

 

Parameter:

Parameter

Beschreibung

company-id Eindeutige ID des Unternehmens die typischerweise aus dem API Endpoint company oder company/rawdataAccess kommen

 

Beispiel Aufruf:

curl -X 'POST' 'https://my.oekb.at/oekb-esgdatahub/api/company/bank/company/raw-data-access/xxxx-xxxx-xxxx-xxxx-xxxx'

 

Beispiel Rückgabe:

{
    "id": "null",
    "companyId" : "xxxxxxxxxx"
    "status": "SENT",
    "requestedOn": "2023-02-27T13:11:09.49441"
}

questionnaire-files/{fileId}

Beschreibung: 

Funktion, um eine Datei eines bestimmten Fragebogens abzurufen.

https://my.oekb.at/oekb-esgdatahub/api/company/bank/questionnaire-files/{fileId}

 

Parameter:

Parameter

Beschreibung

fileid Eindeutige ID der Datei die typischerweise aus dem API Endpoint company/{company-id}/rawdata kommen

 

Beispiel Aufruf:

curl –X 'GET' 'https://my.oekb.at/oekb-esgdatahub/api/company/bank/questionnaire-files/xxxxxxxxx' \-H 'accept: application/json' \-H 'x-api-key: xxxxxxxxxxx' \-H 'X-XSRF-TOKEN: xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx'

 

Beispiel Rückgabe:

Response body
Download file
Response headers
accept-ranges: bytes
cache-control: no-cache,no-store,max-age=0,must-revalidate
connection: keep-alive
content-disposition: attachment; filename="ESG_Download.octet-stream"
content-length: 4637105
content-type: application/octet-stream
date: Wed,01 Mar 2023 12:56:44 GMT
expires: 0
keep-alive: timeout=60
pragma: no-cache
strict-transport-security: max-age=1800; includeSubDomains
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block

questionnaire-report/{questionaireId}/generate

Beschreibung: 

Funktion, um den ESG Report eines Unternehmens basierend auf questionaireId zu generieren. Dieser Aufruf dauert üblicherweise länger als 10 Sekunden. In der Rückgabe wird im Attribut id, jene Identifikationsnummer des ESG-Reports zurückgegeben, welcher im API Endpoint questionnaire-report/{questionaireReportId}/download verwendet werden soll.

https://my.oekb.at/oekb-esgdatahub/api/company/bank/questionnaire-report/{questionnaireId}/generate

Parameter:

Parameter

Beschreibung

questionaireId gibt die ID des Fragebogens an, für welche der ESG-Report generiert werden soll

 

Beispiel Aufruf:

curl –X 'GET' \'https://my.oekb.at/oekb-esgdatahub/api/company/bank/questionnaire-report/xxxxxxxxx/generate' \-H 'accept: application/json' \-H 'x-api-key: xxxxxxxxxxx' \-H 'X-XSRF-TOKEN: xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx

 

Beispiel Rückgabe:

{
  "fileName": "Report21-2024-03-21-20-22-de.pdf",
  "mimeType": "application/pdf",
  "dmsId": null,
  "id": "942bc21f-bd50-4b0b-885a-da99690eea9c",
  "questionnaireId": "8fe4dd89-28af-402c-8ef3-82e9c12cadfa",
  "createDate": null,
  "createdByType": "BANK",
  "createdById": "3c8dce34-d7e7-4847-8600-e3292c9fbb4b"
}

questionnaire-report/{questionaireReportId}/download

Beschreibung: 

Funktion, um den ESG Report eines Unternehmens herunterzuladen.

https://my.oekb.at/oekb-esgdatahub/api/company/bank/questionnaire-report/{questionnaireReportId}/download

Parameter:

Parameter

Beschreibung

questionnaireReportId gibt die eindeutige ID des ESG-Reports an

 

Beispiel Aufruf:

curl –X 'GET' \'https://my.oekb.at/oekb-esgdatahub/api/company/bank/questionnaire-report/xxxxxxxxx/download' \-H 'accept: application/json' \-H 'x-api-key: xxxxxxxxxxx' \-H 'X-XSRF-TOKEN: xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx

 

Beispiel Rückgabe:

Response body
Download file
Response headers
accept-ranges: bytes
cache-control: no-cache,no-store,max-age=0,must-revalidate
connection: keep-alive
content-disposition: attachment; filename="ESG_Download.octet-stream"
content-length: 4637105
content-type: application/octet-stream
date: Wed,01 Mar 2023 12:56:44 GMT
expires: 0
keep-alive: timeout=60
pragma: no-cache
strict-transport-security: max-age=1800; includeSubDomains
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block

company/{company-id}/rawdata

Beschreibung: 

Auflistung der Rohdaten, des zuletzt ausgefüllten Fragebogens, eines Unternehmens.

https://my.oekb.at/oekb-esgdatahub/api/company/bank/company/{company-id}/rawdata?language=en

 

Parameter:

Parameter

Beschreibung

company-id Eindeutige ID des Unternehmens die typischerweise aus dem API Endpoint company oder company/rawdataAccess kommen
language [optional] (z.B.: language=de)
Mit dieser Option werden übersetzbare Felder wie der Fragetext oder die Antwortoptionen in der jeweiligen Sprache angezeigt.

 

Beispiel Aufruf:

curl -X 'GET' \'https://my.oekb.at/oekb-esgdatahub/api/company/bank/company/xxxxxxxxxxxxxxxxxxxxxx/rawdata?language=en' \-H 'accept: application/json' \-H 'x-api-key: xxxxxxxxxx' \-H 'X-XSRF-TOKEN: xxxxxxx

 

Beispiel Rückgabe:

 

company/rawdataAccess

Beschreibung: 

Auflistung aller Unternehmen auf der Plattform, welche den Rohdatenzugriff gewährt haben.

https://my.oekb.at/oekb-esgdatahub/api/company/bank/company/rawdataAccess?page=0&size=100

 

Parameter:

Parameter

Beschreibung

page (z.B.: language=de)
size (z.B.: size=100)

Beispiel Aufruf:

curl -X 'GET' \'https://my.oekb.at/oekb-esgdatahub/api/company/bank/company/rawdataAccess?page=0&size=100' \ -H 'accept: application/json' \ -H 'x-api-key: xxxxxxxxxxxxxxxxxx' \ -H 'X-XSRF-TOKEN: xxxxxx

 

Beispiel Rückgabe:

{
    "id": "342ac622-36b5-4359-92b8-9c66d4475aed",
    "assignedCompany": {
        "id": "a721f7d0-de09-40e4-a181-bd02e34a9196",
        "name": "API Test",
        "legalForm": {
            "id": "41ef6518-9f26-4620-9f20-1cc05d644b40",
            "country": {
                "id": "f6d410c3-950a-4b24-ac51-edfc98bb96ad",
                "name": "country.AT",
                "code": "AT",
                "placeholder_text": "FN123456x",
                "isRegistrationNumberRequired": true,
                "isVatRequired": false,
                "regex": "^FN[0-9]{1,6}[a,b,d,f,g,h,i,k,m,p,s,t,v,w,x,y,z]$",
                "vatRegex": "^(AT)?U[0-9]{8}$",
                "zipRegex": "^[0-9]{4,4}$",
                "orderIndex": 10
            },
            "code": "AG",
            "description": "masterdata.legalform.description.at.ag"
        },
        "lei": "1234",
        "vat": null,
        "companyRegistrationNumber": "FN281038x",
        "phone": "+43 xxx",
        "email": "xxx.xxx@oekb.at",
        "approvedEmail": "xxx.xxx@oekb.at",
        "www": null,
        "address": {
            "street": "Musterstraße",
            "houseNumber": "1",
            "zip": "1010",
            "city": "Musterstadt",
            "country": {
                "id": "f6d410c3-950a-4b24-ac51-edfc98bb96ad",
                "name": "country.AT",
                "code": "AT",
                "placeholder_text": "FN123456x",
                "isRegistrationNumberRequired": true,
                "isVatRequired": false,
                "regex": "^FN[0-9]{1,6}[a,b,d,f,g,h,i,k,m,p,s,t,v,w,x,y,z]$",
                "vatRegex": "^(AT)?U[0-9]{8}$",
                "zipRegex": "^[0-9]{4,4}$",
                "orderIndex": 10
            }
        },
        "status": "approved",
        "mainIndustry": {
            "code": "68",
            "description": "industry.real estate activities.68",
            "parentIndustry": {
                "code": "L",
                "description": "industry.real estate activities.L"
            }
        },
        "subIndustries": [],
        "acceptedChildBanks": null
    },
    "questionnaireStatus": "COMPLETED",
    "questionnaireProgress": 100,
    "isLastVersion": false,
    "completedOn": "2024-03-12T16:45:37.399038",
    "companyType": "LARGE",
    "answers": [
        {
            "answerString": null,
            "answerNumber": null,
            "answerDate": null,
            "answerId": "c3ed375b-3949-4602-982a-85b24f83f4b4",
            "questionnaireId": "342ac622-36b5-4359-92b8-9c66d4475aed",
            "question": {
                "questionCode": "1",
                "cluster": {
                    "id": "048FD79B8C9662BFE0630E00F58F38E9",
                    "code": "cluster.kontaktdaten",
                    "clusterOrder": 1,
                    "section": {
                        "code": "section.stammdaten",
                        "sectionOrder": 1
                    }
                },
                "questionOrder": 1,
                "questionTitle": "Unternehmensdaten",
                "questionPlaceholder": null,
                "questionHelpTooltip": "Geben Sie hier Ihre Stammdaten ein.",
                "answerType": "MASTERDATAMATRIX",
                "answerUnit": null,
                "answerOptions": [],
                "parentQuestion": null,
                "subQuestions": [],
                "questionOptionalStatusForCompanyType": "MANDATORY"
            },
            "answerOptionCodes": null,
            "answerAttachments": [],
            "answeredBy": {
                "id": "cd7eb67b-0108-45d3-9bb9-669fa7650189",
                "salutation": "Herr",
                "title": null,
                "surname": "xxx",
                "name": "xxx",
                "country": null,
                "phone": "+xxx",
                "email": "xxx.xxx@oekb.at",
                "loginName": null,
                "userRole": null,
                "userStatus": "ACTIVE",
                "zgpId": null,
                "permission": null,
                "isSubscribedToNewsletter": null
            },
            "answerMatrixBuildings": null,
            "answerMatrixWaterData": null,
            "answerMatrixWasteData": null,
            "answerMatrixEnergyData": null,
            "answerMatrixNewEnergyData": null,
            "answerMatrixEmployeeData": null,
            "answerMatrixEmployeeMobilityData": null,
            "answerMatrixGreenhouseGasData": null,
            "answerMatrixClimate": null,
            "answerMatrixTaxonomy": null,
            "answerMatrixCompanyMobilityData": null,
            "answerMatrixIntensity": null,
            "answerMatrixMasterData": {
                "masterData": {
                    "questionnaireForCompanyStructure": "sharedDomain.questionnaire.questions.master-data.master-data-form.master-radio-button-answer-option-corporate-group",
                    "firstName": "xxx",
                    "lastName": "xxx",
                    "phoneNumber": "+43167886786",
                    "email": "xxx.xxx@oekb.at",
                    "reportYearFrom": "2021-01-01T00:00:00",
                    "reportYearTo": "2021-12-31T00:00:00",
                    "baseYearFrom": "2019-01-01T00:00:00",
                    "baseYearTo": "2019-12-31T00:00:00",
                    "turnoverInReportYear": 500,
                    "numberOfEmployees": 5000000
                },
                "id": null
            },
            "changedFromPreviousVersion": true,
            "benchmarkingBranch": {
                "benchmarkingNumber": null,
                "benchmarkingOptions": null
            },
            "benchmarkingAll": {
                "benchmarkingNumber": null,
                "benchmarkingOptions": null
            },
            "noAnswerReason": null,
            "comment": null,
            "answeredOn": "2024-02-22T09:14:32.917315",
            "status": "DONE",
            "certaintyLevel": null
        },
        ...
    ],
    "questionnaireFiles": null,
    "questionnaireReports": [
        {
            "fileName": "Report12-2024-03-15-09-41-de.pdf",
            "mimeType": "application/pdf",
            "id": "7e07c280-4010-4c8c-9a84-fb69798f6cdb"
        },
        {
            "fileName": "Report12-2024-03-15-10-10-de.pdf",
            "mimeType": "application/pdf",
            "id": "050c5799-2789-4035-ab3b-95b04ddfae96"
        },
        {
            "fileName": "Report12-2024-03-20-16-24-de.pdf",
            "mimeType": "application/pdf",
            "id": "4b36c359-b1e2-4bcb-ad3e-bb65bb13a8d1"
        }
    ],
    "acceptedChildBanks": [
        {
            "id": "b1b1dc97-7064-4144-9583-b0b86fc1de94",
            "businessPartnerId": "1000000000",
            "logoFileName": null,
            "logoDmsId": null,
            "bankName": "Oesterreichische Kontrollbank Aktiengesellschaft",
            "bankReferenceId": "2c3de46c-c5c2-4770-86b7-6225e722b480",
            "bankReferenceIdLink": null,
            "bankStatus": "ACTIVE",
            "bankType": "CREDIT_INSTITUTION",
            "parentBankId": "3e193d68-e7a7-4bf7-a54d-07b525ea56f1"
        }
    ]
}

answer-files/{fileId}

Beschreibung: 

Funktion, um eine Datei einer bestimmten Frage herunterzuladen.

https://my.oekb.at/oekb-esgdatahub/api/company/bank/answer-files/{fileId}

 

Parameter:

Parameter

Beschreibung

fileId Eindeutige ID der Datei die typischerweise aus dem API Endpoint company/{company-id}/rawdata kommen
size (z.B.: size=100)

 

Beispiel Aufruf:

curl –X 'GET' 'https://my.oekb.at/oekb-esgdatahub/api/company/bank/answer-files/xxxxxxxxx' \-H 'accept: application/json' \-H 'x-api-key: xxxxxxxxxxx' \-H 'X-XSRF-TOKEN: xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx'

 

Beispiel Rückgabe:

Response body
Download file
Response headers
accept-ranges: bytes
cache-control: no-cache,no-store,max-age=0,must-revalidate
connection: keep-alive
content-disposition: attachment; filename="ESG_Download.octet-stream"
content-length: 4637105
content-type: application/octet-stream
date: Wed,01 Mar 2023 12:56:44 GMT
expires: 0
keep-alive: timeout=60
pragma: no-cache
strict-transport-security: max-age=1800; includeSubDomains
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block

Beispiele Tabellen / Matrizen

Stammdatenmatrix (answerMatrixMasterData)

Attribut Wert
Question ID 1
Konsolidierungsart
sharedDomain.questionnaire.questions.master-data.master-data-form.master-radio-button-answer-option-corporate-group Konsolidiert auf oberster Muttergesellschaft (früher Konzernmeldung)
sharedDomain.questionnaire.questions.master-data.master-data-form.master-radio-button-answer-option-direct-parent-company Konsolidiert auf direkter Muttergesellschaft
sharedDomain.questionnaire.questions.master-data.master-data-form.master-radio-button-answer-option-individual-company Unkonsolidiert (früher Einzelunternehmen)
Beispieldaten Eingabemaske Stammdatentabelle
API Dokumentation Stammdatentabelle

Beispiel Rückgabe answerMatrixMasterData:

 "answerMatrixMasterData": {
   "masterData": {
       "questionnaireForCompanyStructure": "sharedDomain.questionnaire.questions.master-data.master-data-form.master-radio-button-answer-option-corporate-group",
       "firstName": "Max ",
       "lastName": "Mustermann",
       "phoneNumber": "00431531273043",
       "email": "max.mustermann@gmail.com",
       "reportYearFrom": "2021-01-28T00:00:00",
       "reportYearTo": "2022-01-28T00:00:00",
       "turnoverInReportYear": 1000000,
       "numberOfEmployees": 100
   },

 

Standorte Gebäude (answerMatrixBuildings)

Attribut Wert
Question ID 1007
Kommentar Tabelle wurde mit Update am Fragebogen mit Januar 2025 deaktiviert, kann aber noch in alten Fragebogenversionen vorkommen.
Bauphase
A Vorgenehmigung
B Baugenehmigung
C Fertiggestellt
Kontrollverhältnis
A Entwickler (Developer)
B Bestandhalter (Owner, Leasingnehmer)
C Hausverwalter (Asset Manager, Mieter)
Innovative Instrumente bzw. Technologien
A Erneuerbare Energie vor Ort (z.B. Solaranlage)
B Zugekaufte Erneuerbare Energie
C Submetering für Mieter
D BMS in HLK
E Energie-Audits oder andere Öko-Audits
F Leckage-Erkennungssysteme
G Bewegungsmelder
H LED-Beleuchtung
I Lebenszyklusanalyse
J BIM
K Sonstige
Taxonomie
A konform
B fähig
C nicht fähig
Zertifikat
A1 BREEAM
B1 LEED
C1 DGNB (ÖGNI)
D1 Sonstige
Primärer Heizenergieträger
A Strom aus nicht erneuerbarer Energie
B Strom aus erneuerbarer Energie
C Fernwärme
D Gas
E Heizöl
F Kohle
G Koks
H Strom aus Wasserkraft
I Solarstrom
J Solarwärme
K Umweltwärme (Luft, Erde, Wasser)
L Nahwärme
M Abwärme
N Scheitholz
O Hackschnitzel
P Holzpellets
Q Holzbriketts
R Biomasse
Z keine Heizung
API Dokumentation Gebäudetabelle (1/4)
API Dokumentation Gebäudetabelle (2/4)
API Dokumentation Gebäudetabelle (3/4)
API Dokumentation Gebäudetabelle (4/4)

Beispiel Rückgabe answerMatrixBuildings:

"answerMatrixBuildings": {
        "buildings": {
          "years": [
            {
              "buildings": [
                {
                  "description": "Bürogebäude",
                  "buildingCode": "61e04f14-2db9-4fc9-9a1c-902767118082",
                  "constructionStage": "A",
                  "address": {
                    "street": "Musterstraße 1",
                    "houseNumber": "2",
                    "zip": "1020",
                    "city": "Wien",
                    "country": {
                      "name": "country.AT",
                      "code": "AT",
                      "placeholder_text": "FN123456x",
                      "regex": "^FN[0-9]{1,6}[a,b,d,f,g,h,i,k,m,p,s,t,v,w,x,y,z]$"
                    }
                  },
                  "yearOfConstruction": 2000,
                  "landRegistryNumber": 1928379,
                  "landRegistryAreaNumber": "10044",
                  "controlRatio": [
                    "A"
                  ],
                  "propertyOwnerNumber": 1283982,
                  "primaryUse": [
                    {
                      "area": "I",
                      "floorAreaInM2": 1000
                    }
                  ],
                  "yearOfLastComprehensiveRenovation": 2000,
                  "innovativeTechnologies": [
                    {
                      "code": "A"
                    },
                    {
                      "code": "D"
                    },
                    {
                      "code": "F"
                    },
                    {
                      "code": "J"
                    }
                  ],
                  "taxonomy": "A",
                  "specificHeatDemand": 20000,
                  "primaryEnergyDemand": 20000,
                  "carbonDioxideEmissions": 20000,
                  "totalEnergyEfficiencyFactor": 0.8,
                  "primaryHeatEnergyCarrier": "F",
                  "certificate": [
                    {
                      "code": "B1"
                    }
                  ],
                  "banksWithAccess": [
                    "3c8dce34-d7e7-4847-8600-e3292c9fbb4b"
                  ],
                  "buildingCertificate": {
                    "answerAttachmentId": "1aad9fa1-2e7f-497e-aac1-192a55a1d934",
                    "visibleFileName": "Gebäudezertifikate.zip"
                  },
                  "energyCertificate": {
                    "answerAttachmentId": "268cec17-d660-4abc-8868-093307001708",
                    "visibleFileName": "a-0800.pdf"
                  },
                  "taxonomyCertificate": {
                    "answerAttachmentId": "9abb6bc8-555d-4419-82e0-62cf9587ca44",
                    "visibleFileName": "Taxonomie_Nachweis.zip"
                  },
                  "hasEnergyCertificate": true
                }
              ],
              "year": 2021
            },
            {
              "buildings": [
                {
                  "description": "ABC",
                  "buildingCode": "2c651e22-c727-41b4-9fbc-bcf9fb689937",
                  "address": {
                    "street": "Wiener Straße",
                    "houseNumber": "2",
                    "zip": "1020",
                    "city": "Wien",
                    "country": {
                      "name": "country.AT",
                      "code": "AT",
                      "placeholder_text": "FN123456x",
                      "isRegistrationNumberRequired": true,
                      "isVatRequired": false,
                      "regex": "^FN[0-9]{1,6}[a,b,d,f,g,h,i,k,m,p,s,t,v,w,x,y,z]$",
                      "vatRegex": "^(AT)?U[0-9]{8}$",
                      "zipRegex": "^[0-9]{4,4}$"
                    }
                  },
                  "yearOfConstruction": 1950,
                  "landRegistryNumber": 1234,
                  "landRegistryAreaNumber": "12345",
                  "controlRatio": [
                    "B"
                  ],
                  "primaryUse": [
                    {
                      "area": "I",
                      "floorAreaInM2": 1234
                    }
                  ],
                  "innovativeTechnologies": [
                    {
                      "code": "A"
                    }
                  ],
                  "primaryHeatEnergyCarrier": "E",
                  "certificate": [],
                  "banksWithAccess": [],
                  "hasEnergyCertificate": false
                }
              ],
              "year": 2022
            }
          ]
        }
      },

 

Physische Klimarisiken (answerMatrixClimate)

Attribut Wert
Question ID 1008
Kommentar Tabelle wurde mit Update am Fragebogen mit Januar 2025 deaktiviert, kann aber noch in alten Fragebogenversionen vorkommen.
Risiken Akut & Lokal
A_0001 Überschwemmungen
A_0002 schwere Stürme
A_0003 Hitzewellen
A_0004 Dürren
A_0005 Brand
A_0006 Kältewellen/Frost
A_0007 Starke Niederschläge (Regen, Hagel, Schnee/Eis) (akut, lokal)
Risiken chronischer Anstieg
C_0001 Überschwemmungen
C_0002 schwere Stürme
C_0003 steigender Meeresspiegel
C_0004 Hitzewellen
C_0005 Dürren
C_0006 Wasserknappheit
C_0007 Temperaturänderung (Luft, Süßwasser, Meerwasser)
C_0008 Hitzestress und auftauender Permafrost
C_0009 Ressourcenknappheit
C_0010 Boden und Küstenerosion
C_0011 Verschlechterung der Böden bzw. deren Ertragsfähigkeit
C_0012 Verlust an biologischer Vielfalt
API Dokumentation Physische Risiken (1/4)
API Dokumentation Physische Risiken (2/4)
API Dokumentation Physische Risiken (3/4)
API Dokumentation Physische Risiken (4/4)

Beispiel Rückgabe answerMatrixClimate:

"answerMatrixClimate": {
    "id": null,
    "climates": {
      "years": [
        {
          "climateValues": [
            {
              "buildingCode": "1df571a3-1602-4638-b1d3-4e980153cea3",
              "name": "Bürogebäude",
              "address": "Musterstraße 1",
              "ecologicalDamage": {
                "acuteAndLocal": [
                  "A_0001"
                ],
                "chronicGrowth": [
                  "C_0004"
                ]
              }
            }
          ],
          "year": 2021
        },
        {
          "climateValues": [
            {
              "buildingCode": "0d90d748-ab70-4b5e-924e-6c978990684b",
              "name": "ABC",
              "address": "ABCddddd",
              "ecologicalDamage": {
                "acuteAndLocal": [
                  "A_0005"
                ],
                "chronicGrowth": [
                  "C_0010"
                ]
              }
            }
          ],
          "year": 2022              }
      ]
    }
  },

Taxonomiematrix Umsatz (answerMatrixTaxonomy)

Attribut Wert
Question ID 999
API Dokumentation Taxonomie Umsatz

Beispiel Rückgabe answerMatrixTaxonomy:

"answerMatrixTaxonomy": {
        "id": null,
        "taxonomy": {
          "years": [
            {
              "taxonomyType": "UMSATZ",
              "taxonomyData": [
                {
                  "activityGroup": "TaxonomyApplicableSustainable",
                  "taxonomyActivity": {
                    "sectorName": "Forstwirtschaft",
                    "activityCode": "CCA 1.2",
                    "activityName": "Sanierung und Wiederherstellung von Wäldern, einschließlich Wiederaufforstung und natürlicher Waldverjüngung nach einem Extremereignis",
                    "isValid": true,
                    "activityState": "ENABLING",
                    "activityCategory": "CLIMATE_ADAPTATION",
                    "withClimateMitigation": null,
                    "withClimateAdaptation": null,
                    "withWater": null,
                    "withCircularEconomy": null,
                    "withPollutionPrevention": null,
                    "withBiodiversity": null
                  },
                  "absValue": 54675467,
                  "percentValue": 92.22,
                  "climateGoal": null,
                  "activityType": "ENABLING"
                },
                {
                  "activityGroup": "TaxonomyApplicableSustainable",
                  "taxonomyActivity": {
                    "sectorName": "Verkehr",
                    "activityCode": "CCM 6.9",
                    "activityName": "Nachrüstung von Schiffen für die Personen- und Güterbeförderung in der Binnenschifffahrt",
                    "isValid": true,
                    "activityState": "TRANSITIONAL",
                    "activityCategory": "CLIMATE_MITIGATION",
                    "withClimateMitigation": null,
                    "withClimateAdaptation": null,
                    "withWater": null,
                    "withCircularEconomy": null,
                    "withPollutionPrevention": null,
                    "withBiodiversity": null
                  },
                  "absValue": 100,
                  "percentValue": 0,
                  "climateGoal": null,
                  "activityType": "TRANSITIONAL"
                },
                {
                  "activityGroup": "TaxonomyApplicableNotSustainable",
                  "taxonomyActivity": {
                    "sectorName": "Forstwirtschaft",
                    "activityCode": "CCA 1.2",
                    "activityName": "Sanierung und Wiederherstellung von Wäldern, einschließlich Wiederaufforstung und natürlicher Waldverjüngung nach einem Extremereignis",
                    "isValid": true,
                    "activityState": "ENABLING",
                    "activityCategory": "CLIMATE_ADAPTATION",
                    "withClimateMitigation": null,
                    "withClimateAdaptation": null,
                    "withWater": null,
                    "withCircularEconomy": null,
                    "withPollutionPrevention": null,
                    "withBiodiversity": null
                  },
                  "absValue": 4567456,
                  "percentValue": 7.7,
                  "climateGoal": null,
                  "activityType": "ENABLING"
                },
                
                {
                  "activityGroup": "NotTaxonomyApplicable",
                  "taxonomyActivity": {
                    "sectorName": null,
                    "activityCode": null,
                    "activityName": null,
                    "isValid": null,
                    "activityState": null,
                    "activityCategory": null,
                    "withClimateMitigation": null,
                    "withClimateAdaptation": null,
                    "withWater": null,
                    "withCircularEconomy": null,
                    "withPollutionPrevention": null,
                    "withBiodiversity": null
                  },
                  "absValue": 47656,
                  "percentValue": 0.08,
                  "climateGoal": null,
                  "activityType": null
                }
              ],
              "year": 2023,
              "subtotalA1Sustainable": {
                "absolute": 54675567,
                "percentage": 92.22
              },
              "subtotalA2NonSustainable": {
                "absolute": 4567456,
                "percentage": 7.7
              },
              "subTotalBNonEligible": {
                "absolute": 47656,
                "percentage": 0.08
              },
              "total": {
                "absolute": 59290679,
                "percentage": 100
              },
              "noneSelectedSustainable": false,
              "noneSelectedNonSustainable": false,
              "transitionalActivityShare": 0,
              "enablingActivityShare": 100
            }
          ]
        }
      }

 

Taxonomiematrix CapEx(answerMatrixTaxonomy)

Attribut Wert
Question ID 1009
API Dokumentation Taxonomie CapEx

Beispiel Rückgabe answerMatrixTaxonomy:

"answerMatrixTaxonomy": {
        "id": null,
        "taxonomy": {
          "years": [
            {
              "taxonomyType": "CAPEX",
              "taxonomyData": [
                {
                  "activityGroup": "TaxonomyApplicableSustainable",
                  "taxonomyActivity": {
                    "sectorName": "Energie",
                    "activityCode": "CCM 4.1",
                    "activityName": "Stromerzeugung mittels Fotovoltaik-Technologie",
                    "isValid": true,
                    "activityState": null,
                    "activityCategory": "CLIMATE_MITIGATION",
                    "withClimateMitigation": null,
                    "withClimateAdaptation": null,
                    "withWater": null,
                    "withCircularEconomy": null,
                    "withPollutionPrevention": null,
                    "withBiodiversity": null
                  },
                  "absValue": 5000,
                  "percentValue": 31.27,
                  "climateGoal": null,
                  "activityType": null
                },
                {
                  "activityGroup": "TaxonomyApplicableNotSustainable",
                  "taxonomyActivity": {
                    "sectorName": "Energie",
                    "activityCode": "CCA 4.4",
                    "activityName": "Stromerzeugung mittels Meeresenergietechnologie",
                    "isValid": true,
                    "activityState": null,
                    "activityCategory": "CLIMATE_ADAPTATION",
                    "withClimateMitigation": null,
                    "withClimateAdaptation": null,
                    "withWater": null,
                    "withCircularEconomy": null,
                    "withPollutionPrevention": null,
                    "withBiodiversity": null
                  },
                  "absValue": 10000,
                  "percentValue": 62.54,
                  "climateGoal": null,
                  "activityType": null
                },
                {
                  "activityGroup": "NotTaxonomyApplicable",
                  "taxonomyActivity": {
                    "sectorName": null,
                    "activityCode": null,
                    "activityName": null,
                    "isValid": null,
                    "activityState": null,
                    "activityCategory": null,
                    "withClimateMitigation": null,
                    "withClimateAdaptation": null,
                    "withWater": null,
                    "withCircularEconomy": null,
                    "withPollutionPrevention": null,
                    "withBiodiversity": null
                  },
                  "absValue": 990,
                  "percentValue": 6.19,
                  "climateGoal": null,
                  "activityType": null
                }
              ],
              "year": 2021,
              "subtotalA1Sustainable": {
                "absolute": 5000,
                "percentage": 31.27
              },
              "subtotalA2NonSustainable": {
                "absolute": 10000,
                "percentage": 62.54
              },
              "subTotalBNonEligible": {
                "absolute": 990,
                "percentage": 6.19
              },
              "total": {
                "absolute": 15990,
                "percentage": 100
              },
              "noneSelectedSustainable": false,
              "noneSelectedNonSustainable": false,
              "transitionalActivityShare": 0,
              "enablingActivityShare": 0
            }
          ]
        }
      }

 

Taxonomiematrix OpEx (answerMatrixTaxonomy)

Attribut Wert
Question ID 1010
Kommentar Tabelle wurde mit Update am Fragebogen mit Januar 2025 deaktiviert, kann aber noch in alten Fragebogenversionen vorkommen.
API Dokumentation Taxonomie Opex

Beispiel Rückgabe answerMatrixTaxonomy:

"answerMatrixTaxonomy": {
    "id": null,
    "taxonomy": {
        "years": [
        {
          "taxonomyType": "OPEX",
          "taxonomyData": [
            {
              "activityGroup": "TaxonomyApplicableSustainable",
              "taxonomyActivity": {
                "sectorName": "Information und Kommunikation",
                "activityCode": "8.1",
                "activityName": "Datenverarbeitung, Hosting und damit verbundene Tätigkeiten",
                "withClimateMitigation": "TRANSITIONAL",
                "withClimateAdaptation": null,
                "withWater": null,
                "withCircularEconomy": "ENABLING",
                "withPollutionPrevention": null,
                "withBiodiversity": null
              },
              "absValue": 2345435,
              "percentValue": 99.91,
              "climateGoal": "ClimateChangeAdaptation",
              "activityType": null
            },
            {
              "activityGroup": "NotTaxonomyApplicable",
              "taxonomyActivity": {
                "sectorName": null,
                "activityCode": null,
                "activityName": null,
                "withClimateMitigation": null,
                "withClimateAdaptation": null,
                "withWater": null,
                "withCircularEconomy": null,
                "withPollutionPrevention": null,
                "withBiodiversity": null
              },
              "absValue": 1000,
              "percentValue": 0.04,
              "climateGoal": null,
              "activityType": null
            },
            {
              "activityGroup": "TaxonomyApplicableNotSustainable",
              "taxonomyActivity": {
                "sectorName": "Information und Kommunikation",
                "activityCode": "8.1",
                "activityName": "Datenverarbeitung, Hosting und damit verbundene Tätigkeiten",
                "withClimateMitigation": "TRANSITIONAL",
                "withClimateAdaptation": null,
                "withWater": null,
                "withCircularEconomy": "ENABLING",
                "withPollutionPrevention": null,
                "withBiodiversity": null
              },
              "absValue": 1000,
              "percentValue": 0.04,
              "climateGoal": null,
              "activityType": null
            },
            {
              "activityGroup": "TaxonomyApplicableNotSustainable",
              "taxonomyActivity": {
                "sectorName": "Verkehr",
                "activityCode": "6.2",
                "activityName": "Güterbeförderung im Eisenbahnverkehr ",
                "withClimateMitigation": null,
                "withClimateAdaptation": null,
                "withWater": null,
                "withCircularEconomy": null,
                "withPollutionPrevention": null,
                "withBiodiversity": null
              },
              "absValue": 0,
              "percentValue": 0,
              "climateGoal": null,
              "activityType": null
            }
          ],
          "year": 2021,
          "subtotalA1Sustainable": {
            "absolute": 2345435,
            "percentage": 99.91
          },
          "subtotalA2NonSustainable": {
            "absolute": 1000,
            "percentage": 0.04
          },
          "subTotalBNonEligible": {
            "absolute": 1000,
            "percentage": 0.04
          },
          "total": {
            "absolute": 2347435,
            "percentage": 99.99000000000001
          },
          "transitionalActivityShare": 0,
          "enablingActivityShare": 0
        }
        ]
    }
}

 

Energieverbrauch (answerMatrixNewEnergyData)

Attribut Wert
Question ID 2007
API Dokumentation Energietabelle (1/2)
API Dokumentation Energietabelle (2/2)

Beispiel Rückgabe answerMatrixNewEnergyData:

"answerMatrixNewEnergyData": {
    "energyData": {
      "years": [
        {
          "unitValue": "GJ",
          "energyConsumptionFromNonRenewableSources": {
            "fuelConsumption": [
              {
                "energy": "Nuklearenergie",
                "newEnergyInput": {
                  "amount": 1000000,
                  "countryCode": "AT",
                  "targetYearChangePercent": null,
                  "targetAmount": 1000000
                }
              },
              {
                "energy": "Rohöl",
                "newEnergyInput": {
                  "amount": 2000000,
                  "countryCode": "AT",
                  "targetYearChangePercent": null,
                  "targetAmount": 2000000
                }
              }
            ],
            "acquiredEnergyConsumption": [
              {
                "energy": null,
                "newEnergyInput": {
                  "amount": null,
                  "countryCode": null,
                  "targetYearChangePercent": null,
                  "targetAmount": 0
                }
              }
            ]
          },
          "energyConsumptionFromRenewableSources": {
            "fuelConsumption": [
              {
                "energy": "Feste Biomasse",
                "newEnergyInput": {
                  "amount": 500000,
                  "countryCode": "AT",
                  "targetYearChangePercent": null,
                  "targetAmount": 500000
                }
              }
            ],
            "acquiredEnergyConsumption": [],
            "selfGeneratedNonFuelConsumption": []
          },
          "energyProductionFromNonRenewableSources": {
            "fuelProduction": [
              {
                "energy": "Kohle",
                "newEnergyInput": {
                  "amount": 50000,
                  "countryCode": "DE",
                  "targetYearChangePercent": null,
                  "targetAmount": 50000
                }
              }
            ],
            "energyProduction": []
          },
          "energyProductionFromRenewableSources": {
            "fuelProduction": [],
            "energyProduction": [],
            "selfGeneratedNonFuelProduction": []
          },
          "totalEnergySum": 3500000,
          "nonRenewableEnergySum": 3000000,
          "renewableEnergySum": 500000,
          "nonRenewableEnergyShare": 86,
          "renewableEnergyProductionShare": 0,
          "renewableEnergyShare": 14,
          "year": 2023,
          "tab": "DETAIL",
          "isBaseYear": false,
          "isReportYear": true,
          "isGoalYear": false
        },
      ]
    },

Mitarbeitende (answerMatrixEmployeeData)

Attribut Wert
Question ID 1003

 

API Dokumentation Mitarbeitende

Beispiel Rückgabe answerMatrixEmployeeData:

"answerMatrixEmployeeData": {
   "employeeData": {
     "years": [
       {
         "employeeData": [
           {
             "category": "Mitarbeitende gesamt",
             "sex": "weiblich",
             "employeeNumber": 196,
             "averageSalary": 40000,
             "employeeNumberWithDisability": 0
           },
           {
             "category": "Mitarbeitende gesamt",
             "sex": "männlich",
             "employeeNumber": 176,
             "averageSalary": 43000,
             "employeeNumberWithDisability": 0
           },
           {
             "category": "Mitarbeitende gesamt",
             "sex": "divers",
             "employeeNumber": 0,
             "averageSalary": 0,
             "employeeNumberWithDisability": 0
           },
           {
             "category": "Führungskräfte",
             "sex": "weiblich",
             "employeeNumber": 6,
             "averageSalary": 58000,
             "employeeNumberWithDisability": 0
           },
           {
             "category": "Führungskräfte",
             "sex": "männlich",
             "employeeNumber": 10,
             "averageSalary": 60000,
             "employeeNumberWithDisability": 0
           },
           {
             "category": "Führungskräfte",
             "sex": "divers",
             "employeeNumber": 0,
             "averageSalary": 0,
             "employeeNumberWithDisability": 0
           }
         ],
         "year": 2021,
         "isBaseYear": false,
         "isReportYear": true,
         "isGoalYear": false
       }
     ]
   },

 

Geschäftsverkehr (answerMatrixCompanyMobilityData)

Attribut Wert
Question ID 1002
Kommentar Tabelle wurde mit Update am Fragebogen mit Januar 2025 deaktiviert, kann aber noch in alten Fragebogenversionen vorkommen.
API Dokumentation Geschftsverkehr (1/3)
API Dokumentation Geschftsverkehr (2/3)
API Dokumentation Geschftsverkehr (3/3)

Beispiel Rückgabe answerMatrixCompanyMobilityData:

"answerMatrixCompanyMobilityData": {
 "companyMobilityValues": {
   "years": [
     {
       "selectedTab": "Gefahrene Kilometer",
       "companyMobilityValues": [
         {
           "co2Factor": {
             "factorGroup": "PKW Firmenauto/PKW Mitarbeitende",
             "factorFuel": "Benzin",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.2556,
             "mobilitySection": "PERSONAL_CAR"
           },
           "km": 1000,
           "co2EmissionSum": 255.6,
           "percentageChangeGoal": 100
         },
         {
           "co2Factor": {
             "factorGroup": "PKW Firmenauto/PKW Mitarbeitende",
             "factorFuel": "Diesel",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.2471,
             "mobilitySection": "PERSONAL_CAR"
           },
           "km": 1000,
           "co2EmissionSum": 247.1,
           "percentageChangeGoal": 100
         },
         {
           "co2Factor": {
             "factorGroup": "PKW Firmenauto/PKW Mitarbeitende",
             "factorFuel": "Hybrid",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.2305,
             "mobilitySection": "PERSONAL_CAR"
           },
           "km": 5000,
           "co2EmissionSum": 1152.5,
           "percentageChangeGoal": 100
         },
         {
           "co2Factor": {
             "factorGroup": "LKW < 3,5 t",
             "factorFuel": "Benzin",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.30129,
             "mobilitySection": "TRUCK"
           },
           "km": 10,
           "co2EmissionSum": 3.0129,
           "percentageChangeGoal": 100
         },
         {
           "co2Factor": {
             "factorGroup": "Flugzeug Durchschnitt national",
             "factorFuel": null,
             "factorUnit": null,
             "kilogramCO2InUnit": null,
             "mobilitySection": "PLANE"
           },
           "co2EmissionSum": 0,
           "percentageChangeGoal": 100
         },
         {
           "co2Factor": {
             "factorGroup": "ÖPNV",
             "factorFuel": "",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.0595,
             "mobilitySection": "PUBLIC_TRANSPORT"
           },
           "km": 4000,
           "co2EmissionSum": 238,
           "percentageChangeGoal": 100
         }
       ],
       "yearCo2EmissionSum": 1.9,
       "yearKmSum": 11010,
       "yearConsumptionSum": 0,
       "yearSpecificConsumptionSum": 1.1,
       "year": 2020,
       "isBaseYear": true,
       "isReportYear": false,
       "isGoalYear": false
     },
     {
       "selectedTab": "Gefahrene Kilometer",
       "companyMobilityValues": [
         {
           "co2Factor": {
             "factorGroup": "PKW Firmenauto/PKW Mitarbeitende",
             "factorFuel": "Benzin",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.2556,
             "mobilitySection": "PERSONAL_CAR"
           },
           "km": 1000,
           "co2EmissionSum": 204.48000000000002,
           "percentageChangeGoal": 80
         },
         {
           "co2Factor": {
             "factorGroup": "PKW Firmenauto/PKW Mitarbeitende",
             "factorFuel": "Diesel",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.2471,
             "mobilitySection": "PERSONAL_CAR"
           },
           "km": 1000,
           "co2EmissionSum": 197.68,
           "percentageChangeGoal": 80
         },
         {
           "co2Factor": {
             "factorGroup": "PKW Firmenauto/PKW Mitarbeitende",
             "factorFuel": "Hybrid",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.2305,
             "mobilitySection": "PERSONAL_CAR"
           },
           "km": 5000,
           "co2EmissionSum": 1152.5,
           "percentageChangeGoal": 100
         },
         {
           "co2Factor": {
             "factorGroup": "LKW < 3,5 t",
             "factorFuel": "Benzin",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.30129,
             "mobilitySection": "TRUCK"
           },
           "km": 10,
           "co2EmissionSum": 3.0129,
           "percentageChangeGoal": 100
         },
         {
           "co2Factor": {
             "factorGroup": "Flugzeug Durchschnitt national",
             "factorFuel": null,
             "factorUnit": null,
             "kilogramCO2InUnit": null,
             "mobilitySection": "PLANE"
           },
           "co2EmissionSum": 0,
           "percentageChangeGoal": 100
         },
         {
           "co2Factor": {
             "factorGroup": "ÖPNV",
             "factorFuel": "",
             "factorUnit": "Kilometer",
             "kilogramCO2InUnit": 0.0595,
             "mobilitySection": "PUBLIC_TRANSPORT"
           },
           "km": 4000,
           "co2EmissionSum": 238,
           "percentageChangeGoal": 100
         }
       ],
       "yearCo2EmissionSum": 1.79,
       "yearKmSum": 11010,
       "yearConsumptionSum": 0,
       "yearSpecificConsumptionSum": 1.1,
       "year": 2023,
       "isBaseYear": false,
       "isReportYear": false,
       "isGoalYear": true
     }
   ]
 },

Wasserverbrauch (answerMatrixWaterData)

Attribut Wert
Question ID 50
API Dokumentation Wasserverbrauch (1/2)
API Dokumentation Wasserverbrauch (2/2)

Beispiel Rückgabe answerMatrixWaterData:

"waterData": {
    "years": [
        {
            "year": 2020,
            "isBaseYear": true,
            "isReportYear": false,
            "isGoalYear": false,
            "inWaterStressArea": {},
            "outWaterStressArea": {},
            "totalWaterStressArea": {
                "surfaceWaterValue": 0,
                "baseWaterValue": 0,
                "seaWaterValue": 0,
                "producedWaterValue": 0,
                "water3rdPartyValue": 3000,
                "totalValues": 3000
            },
            "tab": "DETAIL",
            "unitValue": "m³"
        },
        {
            "year": 2030,
            "isBaseYear": false,
            "isReportYear": false,
            "isGoalYear": true,
            "inWaterStressArea": {
                "totalValues": 0
            },
            "outWaterStressArea": {
                "totalValues": 0
            },
            "totalWaterStressArea": {
                "surfaceWaterValue": 0,
                "baseWaterValue": 0,
                "seaWaterValue": 0,
                "producedWaterValue": 0,
                "water3rdPartyValue": 2700,
                "water3rdPartyPercent": -10,
                "totalValues": 2700,
                "totalPercent": 9.999999999999998
            },
            "tab": "DETAIL",
            "unitValue": "m³"
        }
    ]

 

 

Treibhausgas Emissionen (answerMatrixGreenhouseGasData) - SEPARATED

Attribut Wert
Question ID 3118
scope SEPARATED
tab DETAIL

 

Bitte beachten Sie, dass Summen der Market Based und Location Based Treibhausgasemissionen nun über alle 3 Scopes hinweg auch getrennt in den Attributen yearTotalMarketBased und yearTotalLocationBased dargestellt werden.

API Dokumentation Treibhausgasemissionen Separated (1/3)
API Dokumentation Treibhausgasemissionen Separated (2/3)
API Dokumentation Treibhausgasemissionen Separated (3/3)

Beispiel Rückgabe answerMatrixGreenhouseGasData:

{
    "greenhouseGasData": {
        "years": [
            {
                "year": 2020,
                "isBaseYear": true,
                "isReportYear": false,
                "isGoalYear": false,
                "rows": [
                    {
                        "scopes": [
                            1
                        ],
                        "total": 85,
                        "totalsPerScopeBase": {},
                        "greenhouseGasses": [
                            {
                                "rowId": "a509cf1f-874c-4058-af5b-266d16a07354",
                                "value": 40,
                                "name": "greenhouse_gas_article.stationary assets (e.g. heating systems)",
                                "isDefault": true
                            },
                            {
                                "rowId": "6af5e8be-33bd-4f51-916e-58057bd90f81",
                                "value": 45,
                                "name": "greenhouse_gas_article.mobile assets (e.g. vehicles)",
                                "isDefault": true
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": null,
                            "referenceMarketValue": null,
                            "referenceLocationValue": null,
                            "targetPercent": null,
                            "targetPercentMarketBased": null,
                            "targetPercentLocationBased": null,
                            "targetSharePercent": null,
                            "targetSharePercentageMarkedBased": null,
                            "targetSharePercentageLocationBased": null,
                            "targetResult": null,
                            "targetResultMarkedBased": null,
                            "targetResultLocationBased": null
                        }
                    },
                    {
                        "scopes": [
                            2
                        ],
                        "total": null,
                        "totalsPerScopeBase": {
                            "MARKET": 127,
                            "LOCATION": 177
                        },
                        "greenhouseGasses": [
                            {
                                "rowId": "29c6d037-953e-4b3f-adad-beb6b9f24134",
                                "marketValue": 50,
                                "locationValue": 100,
                                "name": "greenhouse_gas_article.emissions from the generation of purchased electricity",
                                "isDefault": true
                            },
                            {
                                "rowId": "e01bede0-5205-4b08-8a28-91a7fee49ab1",
                                "marketValue": 70,
                                "locationValue": 70,
                                "name": "greenhouse_gas_article.steam",
                                "isDefault": true
                            },
                            {
                                "rowId": "47381916-3bbe-4cf1-ae8a-37a37e387546",
                                "marketValue": 7,
                                "locationValue": 7,
                                "name": "greenhouse_gas_article.district heating and cooling",
                                "isDefault": true
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": null,
                            "referenceMarketValue": null,
                            "referenceLocationValue": null,
                            "targetPercent": null,
                            "targetPercentMarketBased": null,
                            "targetPercentLocationBased": null,
                            "targetSharePercent": null,
                            "targetSharePercentageMarkedBased": null,
                            "targetSharePercentageLocationBased": null,
                            "targetResult": null,
                            "targetResultMarkedBased": null,
                            "targetResultLocationBased": null
                        }
                    },
                    {
                        "scopes": [
                            3
                        ],
                        "total": 54,
                        "totalsPerScopeBase": {},
                        "greenhouseGasses": [
                            {
                                "rowId": "f4197e66-86ed-4732-b700-af5240fd4c68",
                                "value": 20,
                                "name": "greenhouse_gas_article.purchased goods and services",
                                "isDefault": true
                            },
                            {
                                "rowId": "23ab3b9b-8756-4a60-a551-e42e43086b89",
                                "name": "greenhouse_gas_article.capital goods",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "7e304f7f-8cbf-4e6c-9b66-a316689084df",
                                "name": "greenhouse_gas_article.fuel and energy-related emissions (not included in scope 1 or 2)",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "90036d39-a7cc-4fbf-b83c-7aebb19e6626",
                                "name": "greenhouse_gas_article.transport and distribution (upstream)",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "add8230e-ea15-4d2c-874d-6263fdb6107b",
                                "name": "greenhouse_gas_article.waste",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "72dde607-6292-4a3e-8a05-fa8684567bc3",
                                "name": "greenhouse_gas_article.business travel",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "5c1a543a-d391-44d6-8d9c-dc4c980e89ad",
                                "name": "greenhouse_gas_article.employee commuting",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "29076f5d-5b37-45a8-9fee-95456a0d0f7a",
                                "name": "greenhouse_gas_article.tangible assets rented or leased",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "6fc1be9e-fee3-4d79-82fd-642ff4a16a24",
                                "name": "greenhouse_gas_article.transport and distribution (downstream)",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "c033e8a2-b2ea-4185-9914-d833b3fae09e",
                                "name": "greenhouse_gas_article.processing of products sold",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "1b55fa7d-f585-4704-8936-bc23e31f3670",
                                "name": "greenhouse_gas_article.use of products sold",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "c45aee48-2cb3-49ae-abb7-837c1e70bff1",
                                "name": "greenhouse_gas_article.handling of sold products at the end of their life cycle",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "67eeecc2-9cf2-45b2-ad1b-a409f68e02f0",
                                "value": 30,
                                "name": "greenhouse_gas_article.leased or rented property, plant and equipment",
                                "isDefault": true
                            },
                            {
                                "rowId": "57976b4e-275f-4003-864b-ffbecb41d25d",
                                "name": "greenhouse_gas_article.franchise",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "8a5a8f4b-9d74-4b9c-b632-d0e144ba3dbe",
                                "value": 4,
                                "name": "greenhouse_gas_article.investments",
                                "isDefault": true
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": null,
                            "referenceMarketValue": null,
                            "referenceLocationValue": null,
                            "targetPercent": null,
                            "targetPercentMarketBased": null,
                            "targetPercentLocationBased": null,
                            "targetSharePercent": null,
                            "targetSharePercentageMarkedBased": null,
                            "targetSharePercentageLocationBased": null,
                            "targetResult": null,
                            "targetResultMarkedBased": null,
                            "targetResultLocationBased": null
                        }
                    }
                ],
                "yearTotal": null,
                "yearTotalMarketBased": 266,
                "yearTotalLocationBased": 316,
                "tab": "DETAIL",
                "scope": "SEPARATED"
            },
            {
                "year": 2022,
                "isBaseYear": false,
                "isReportYear": true,
                "isGoalYear": false,
                "rows": [
                    {
                        "scopes": [
                            1
                        ],
                        "total": 70,
                        "totalsPerScopeBase": {},
                        "greenhouseGasses": [
                            {
                                "rowId": "f24f7a40-be4b-452b-aec0-271c836b9df3",
                                "value": 35,
                                "name": "greenhouse_gas_article.stationary assets (e.g. heating systems)",
                                "isDefault": true
                            },
                            {
                                "rowId": "23c906b0-35ce-444c-bbd6-ffcfc166ea8e",
                                "value": 35,
                                "name": "greenhouse_gas_article.mobile assets (e.g. vehicles)",
                                "isDefault": true
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": null,
                            "referenceMarketValue": null,
                            "referenceLocationValue": null,
                            "targetPercent": null,
                            "targetPercentMarketBased": null,
                            "targetPercentLocationBased": null,
                            "targetSharePercent": null,
                            "targetSharePercentageMarkedBased": null,
                            "targetSharePercentageLocationBased": null,
                            "targetResult": null,
                            "targetResultMarkedBased": null,
                            "targetResultLocationBased": null
                        }
                    },
                    {
                        "scopes": [
                            2
                        ],
                        "total": null,
                        "totalsPerScopeBase": {
                            "MARKET": 100,
                            "LOCATION": 140
                        },
                        "greenhouseGasses": [
                            {
                                "rowId": "f0ae0c61-2c41-4cea-951f-33d6f7e7bd76",
                                "marketValue": 40,
                                "locationValue": 80,
                                "name": "greenhouse_gas_article.emissions from the generation of purchased electricity",
                                "isDefault": true
                            },
                            {
                                "rowId": "0412ed16-b8c2-4dab-a995-8185fd3b898d",
                                "marketValue": 55,
                                "locationValue": 55,
                                "name": "greenhouse_gas_article.steam",
                                "isDefault": true
                            },
                            {
                                "rowId": "8a6c1dae-3b5a-44f2-8cc3-86ff0d3cd8f5",
                                "marketValue": 5,
                                "locationValue": 5,
                                "name": "greenhouse_gas_article.district heating and cooling",
                                "isDefault": true
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": null,
                            "referenceMarketValue": null,
                            "referenceLocationValue": null,
                            "targetPercent": null,
                            "targetPercentMarketBased": null,
                            "targetPercentLocationBased": null,
                            "targetSharePercent": null,
                            "targetSharePercentageMarkedBased": null,
                            "targetSharePercentageLocationBased": null,
                            "targetResult": null,
                            "targetResultMarkedBased": null,
                            "targetResultLocationBased": null
                        }
                    },
                    {
                        "scopes": [
                            3
                        ],
                        "total": 49,
                        "totalsPerScopeBase": {},
                        "greenhouseGasses": [
                            {
                                "rowId": "d5911856-5fa6-478d-a240-7d4caa47094f",
                                "value": 18,
                                "name": "greenhouse_gas_article.purchased goods and services",
                                "isDefault": true
                            },
                            {
                                "rowId": "dac61750-5610-4d33-bd93-9352f34d49ec",
                                "name": "greenhouse_gas_article.capital goods",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "f21e8e9f-14c2-49d6-aed5-e25f7ec97035",
                                "name": "greenhouse_gas_article.fuel and energy-related emissions (not included in scope 1 or 2)",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "dcba8675-1673-4476-8247-47969ecb56b4",
                                "name": "greenhouse_gas_article.transport and distribution (upstream)",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "f66e2f7c-00a1-40a3-b4f2-30574db9fe6a",
                                "name": "greenhouse_gas_article.waste",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "72ed4f7a-3864-49b5-a066-c01762523ef0",
                                "name": "greenhouse_gas_article.business travel",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "fe97ef3f-d08e-474e-a5c2-94b4f5481f45",
                                "name": "greenhouse_gas_article.employee commuting",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "8d2d253d-5fa1-4487-81e5-7e7a67e10ccd",
                                "name": "greenhouse_gas_article.tangible assets rented or leased",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "e114bdcd-f061-42e1-9f88-bc123229a4dd",
                                "name": "greenhouse_gas_article.transport and distribution (downstream)",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "033c2b96-cfd2-42ea-9549-e7f6087bdd45",
                                "name": "greenhouse_gas_article.processing of products sold",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "f096aa18-0d48-411e-9a5b-c7a0c3743821",
                                "name": "greenhouse_gas_article.use of products sold",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "cdbf201e-e811-4612-b406-7286a6f57482",
                                "name": "greenhouse_gas_article.handling of sold products at the end of their life cycle",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "cac160a6-cd35-43a3-8254-526b697c1c66",
                                "value": 28,
                                "name": "greenhouse_gas_article.leased or rented property, plant and equipment",
                                "isDefault": true
                            },
                            {
                                "rowId": "6e710d38-770d-48fc-a391-4cd73a2188de",
                                "name": "greenhouse_gas_article.franchise",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "b21825ec-244c-4e33-983b-ca4c305ab6b9",
                                "value": 3,
                                "name": "greenhouse_gas_article.investments",
                                "isDefault": true
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": null,
                            "referenceMarketValue": null,
                            "referenceLocationValue": null,
                            "targetPercent": null,
                            "targetPercentMarketBased": null,
                            "targetPercentLocationBased": null,
                            "targetSharePercent": null,
                            "targetSharePercentageMarkedBased": null,
                            "targetSharePercentageLocationBased": null,
                            "targetResult": null,
                            "targetResultMarkedBased": null,
                            "targetResultLocationBased": null
                        }
                    }
                ],
                "yearTotal": null,
                "yearTotalMarketBased": 219,
                "yearTotalLocationBased": 259,
                "tab": "DETAIL",
                "scope": "SEPARATED"
            },
            {
                "year": 2030,
                "isBaseYear": false,
                "isReportYear": false,
                "isGoalYear": true,
                "rows": [
                    {
                        "scopes": [
                            1
                        ],
                        "total": 85,
                        "totalsPerScopeBase": {},
                        "greenhouseGasses": [
                            {
                                "rowId": "a509cf1f-874c-4058-af5b-266d16a07354",
                                "value": 40,
                                "name": "greenhouse_gas_article.stationary assets (e.g. heating systems)",
                                "isDefault": true
                            },
                            {
                                "rowId": "6af5e8be-33bd-4f51-916e-58057bd90f81",
                                "value": 45,
                                "name": "greenhouse_gas_article.mobile assets (e.g. vehicles)",
                                "isDefault": true
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": 85,
                            "referenceMarketValue": null,
                            "referenceLocationValue": null,
                            "targetPercent": -30,
                            "targetPercentMarketBased": null,
                            "targetPercentLocationBased": null,
                            "targetSharePercent": 100,
                            "targetSharePercentageMarkedBased": null,
                            "targetSharePercentageLocationBased": null,
                            "targetResult": 59.49999999999999,
                            "targetResultMarkedBased": null,
                            "targetResultLocationBased": null
                        }
                    },
                    {
                        "scopes": [
                            2
                        ],
                        "total": null,
                        "totalsPerScopeBase": {
                            "MARKET": 127,
                            "LOCATION": 177
                        },
                        "greenhouseGasses": [
                            {
                                "rowId": "29c6d037-953e-4b3f-adad-beb6b9f24134",
                                "marketValue": 50,
                                "locationValue": 100,
                                "name": "greenhouse_gas_article.emissions from the generation of purchased electricity",
                                "isDefault": true
                            },
                            {
                                "rowId": "e01bede0-5205-4b08-8a28-91a7fee49ab1",
                                "marketValue": 70,
                                "locationValue": 70,
                                "name": "greenhouse_gas_article.steam",
                                "isDefault": true
                            },
                            {
                                "rowId": "47381916-3bbe-4cf1-ae8a-37a37e387546",
                                "marketValue": 7,
                                "locationValue": 7,
                                "name": "greenhouse_gas_article.district heating and cooling",
                                "isDefault": true
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": null,
                            "referenceMarketValue": 127,
                            "referenceLocationValue": 177,
                            "targetPercent": null,
                            "targetPercentMarketBased": -30,
                            "targetPercentLocationBased": -30,
                            "targetSharePercent": null,
                            "targetSharePercentageMarkedBased": 100,
                            "targetSharePercentageLocationBased": 100,
                            "targetResult": null,
                            "targetResultMarkedBased": 88.89999999999999,
                            "targetResultLocationBased": 123.89999999999999
                        }
                    },
                    {
                        "scopes": [
                            3
                        ],
                        "total": 54,
                        "totalsPerScopeBase": {},
                        "greenhouseGasses": [
                            {
                                "rowId": "f4197e66-86ed-4732-b700-af5240fd4c68",
                                "value": 20,
                                "name": "greenhouse_gas_article.purchased goods and services",
                                "isDefault": true
                            },
                            {
                                "rowId": "23ab3b9b-8756-4a60-a551-e42e43086b89",
                                "name": "greenhouse_gas_article.capital goods",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "7e304f7f-8cbf-4e6c-9b66-a316689084df",
                                "name": "greenhouse_gas_article.fuel and energy-related emissions (not included in scope 1 or 2)",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "90036d39-a7cc-4fbf-b83c-7aebb19e6626",
                                "name": "greenhouse_gas_article.transport and distribution (upstream)",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "add8230e-ea15-4d2c-874d-6263fdb6107b",
                                "name": "greenhouse_gas_article.waste",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "72dde607-6292-4a3e-8a05-fa8684567bc3",
                                "name": "greenhouse_gas_article.business travel",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "5c1a543a-d391-44d6-8d9c-dc4c980e89ad",
                                "name": "greenhouse_gas_article.employee commuting",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "29076f5d-5b37-45a8-9fee-95456a0d0f7a",
                                "name": "greenhouse_gas_article.tangible assets rented or leased",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "6fc1be9e-fee3-4d79-82fd-642ff4a16a24",
                                "name": "greenhouse_gas_article.transport and distribution (downstream)",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "c033e8a2-b2ea-4185-9914-d833b3fae09e",
                                "name": "greenhouse_gas_article.processing of products sold",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "1b55fa7d-f585-4704-8936-bc23e31f3670",
                                "name": "greenhouse_gas_article.use of products sold",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "c45aee48-2cb3-49ae-abb7-837c1e70bff1",
                                "name": "greenhouse_gas_article.handling of sold products at the end of their life cycle",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "67eeecc2-9cf2-45b2-ad1b-a409f68e02f0",
                                "value": 30,
                                "name": "greenhouse_gas_article.leased or rented property, plant and equipment",
                                "isDefault": true
                            },
                            {
                                "rowId": "57976b4e-275f-4003-864b-ffbecb41d25d",
                                "name": "greenhouse_gas_article.franchise",
                                "isDefault": true,
                                "valueBase": "UNSPECIFIED"
                            },
                            {
                                "rowId": "8a5a8f4b-9d74-4b9c-b632-d0e144ba3dbe",
                                "value": 4,
                                "name": "greenhouse_gas_article.investments",
                                "isDefault": true
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": 54,
                            "referenceMarketValue": null,
                            "referenceLocationValue": null,
                            "targetPercent": -30,
                            "targetPercentMarketBased": null,
                            "targetPercentLocationBased": null,
                            "targetSharePercent": 100,
                            "targetSharePercentageMarkedBased": null,
                            "targetSharePercentageLocationBased": null,
                            "targetResult": 37.8,
                            "targetResultMarkedBased": null,
                            "targetResultLocationBased": null
                        }
                    }
                ],
                "yearTotal": null,
                "yearTotalMarketBased": 186.2,
                "yearTotalLocationBased": 221.2,
                "tab": "DETAIL",
                "scope": "SEPARATED"
            }
        ],
        "scopes": "SEPARATED",
        "lastSelectedYear": 2030,
        "dataVersion": 148
    }
}

 

Treibhausgas Emissionen (answerMatrixGreenhouseGasData) - COMBINED

Attribut Wert
Question ID 3118
scope COMBINED
tab DETAIL
API Dokumentation Treibhausgasemissionen Combined (1/3)
API Dokumentation Treibhausgasemissionen Combined (2/3)
API Dokumentation Treibhausgasemissionen Combined (3/3)

Beispiel Rückgabe answerMatrixGreenhouseGasData:

"answerMatrixGreenhouseGasData": {
    "greenhouseGasData": {
        "years": [
            {
                "rows": [
                    {
                        "scopes": [
                            1,
                            2,
                            3
                        ],
                        "total": 266,
                        "greenhouseGasses": [
                            {
                                "name": "greenhouse_gas_article.stationary assets (e.g. heating systems)"
                            },
                            {
                                "name": "greenhouse_gas_article.mobile assets (e.g. vehicles)"
                            },
                            {
                                "name": "greenhouse_gas_article.emissions from the generation of purchased electricity"
                            },
                            {
                                "name": "greenhouse_gas_article.steam"
                            },
                            {
                                "name": "greenhouse_gas_article.district heating and cooling"
                            },
                            {
                                "name": "greenhouse_gas_article.purchased goods and services"
                            },
                            {
                                "name": "greenhouse_gas_article.capital goods"
                            },
                            {
                                "name": "greenhouse_gas_article.fuel and energy-related emissions (not included in scope 1 or 2)"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (upstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.waste"
                            },
                            {
                                "name": "greenhouse_gas_article.business travel"
                            },
                            {
                                "name": "greenhouse_gas_article.employee commuting"
                            },
                            {
                                "name": "greenhouse_gas_article.tangible assets rented or leased"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (downstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.processing of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.use of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.handling of sold products at the end of their life cycle"
                            },
                            {
                                "name": "greenhouse_gas_article.leased or rented property, plant and equipment"
                            },
                            {
                                "name": "greenhouse_gas_article.franchise"
                            },
                            {
                                "name": "greenhouse_gas_article.investments"
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": null,
                            "targetPercent": null,
                            "targetSharePercent": null,
                            "targetResult": 0
                        }
                    }
                ],
                "year": 2020,
                "tab": "DETAIL",
                "isBaseYear": true,
                "isReportYear": false,
                "isGoalYear": false
            },
            {
                "rows": [
                    {
                        "scopes": [
                            1,
                            2,
                            3
                        ],
                        "total": null,
                        "greenhouseGasses": [
                            {
                                "name": "greenhouse_gas_article.stationary assets (e.g. heating systems)"
                            },
                            {
                                "name": "greenhouse_gas_article.mobile assets (e.g. vehicles)"
                            },
                            {
                                "name": "greenhouse_gas_article.emissions from the generation of purchased electricity"
                            },
                            {
                                "name": "greenhouse_gas_article.steam"
                            },
                            {
                                "name": "greenhouse_gas_article.district heating and cooling"
                            },
                            {
                                "name": "greenhouse_gas_article.purchased goods and services"
                            },
                            {
                                "name": "greenhouse_gas_article.capital goods"
                            },
                            {
                                "name": "greenhouse_gas_article.fuel and energy-related emissions (not included in scope 1 or 2)"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (upstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.waste"
                            },
                            {
                                "name": "greenhouse_gas_article.business travel"
                            },
                            {
                                "name": "greenhouse_gas_article.employee commuting"
                            },
                            {
                                "name": "greenhouse_gas_article.tangible assets rented or leased"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (downstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.processing of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.use of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.handling of sold products at the end of their life cycle"
                            },
                            {
                                "name": "greenhouse_gas_article.leased or rented property, plant and equipment"
                            },
                            {
                                "name": "greenhouse_gas_article.franchise"
                            },
                            {
                                "name": "greenhouse_gas_article.investments"
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": 266,
                            "targetPercent": 100,
                            "targetSharePercent": 30,
                            "targetResult": 159.6
                        }
                    }
                ],
                "year": 2030,
                "tab": "DETAIL",
                "isBaseYear": false,
                "isReportYear": false,
                "isGoalYear": true
            },
            {
                "rows": [
                    {
                        "scopes": [
                            1,
                            2,
                            3
                        ],
                        "total": 219,
                        "greenhouseGasses": [
                            {
                                "name": "greenhouse_gas_article.stationary assets (e.g. heating systems)"
                            },
                            {
                                "name": "greenhouse_gas_article.mobile assets (e.g. vehicles)"
                            },
                            {
                                "name": "greenhouse_gas_article.emissions from the generation of purchased electricity"
                            },
                            {
                                "name": "greenhouse_gas_article.steam"
                            },
                            {
                                "name": "greenhouse_gas_article.district heating and cooling"
                            },
                            {
                                "name": "greenhouse_gas_article.purchased goods and services"
                            },
                            {
                                "name": "greenhouse_gas_article.capital goods"
                            },
                            {
                                "name": "greenhouse_gas_article.fuel and energy-related emissions (not included in scope 1 or 2)"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (upstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.waste"
                            },
                            {
                                "name": "greenhouse_gas_article.business travel"
                            },
                            {
                                "name": "greenhouse_gas_article.employee commuting"
                            },
                            {
                                "name": "greenhouse_gas_article.tangible assets rented or leased"
                            },
                            {
                                "name": "greenhouse_gas_article.transport and distribution (downstream)"
                            },
                            {
                                "name": "greenhouse_gas_article.processing of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.use of products sold"
                            },
                            {
                                "name": "greenhouse_gas_article.handling of sold products at the end of their life cycle"
                            },
                            {
                                "name": "greenhouse_gas_article.leased or rented property, plant and equipment"
                            },
                            {
                                "name": "greenhouse_gas_article.franchise"
                            },
                            {
                                "name": "greenhouse_gas_article.investments"
                            }
                        ],
                        "targetCalculation": {
                            "referenceValue": null,
                            "targetPercent": null,
                            "targetSharePercent": null,
                            "targetResult": 0
                        }
                    }
                ],
                "year": 2022,
                "tab": "DETAIL",
                "isBaseYear": false,
                "isReportYear": true,
                "isGoalYear": false
            }
        ],
        "scopes": "COMBINED"
    },
    "id": null
}

Treibhausgas Emissionen Intensität (answerMatrixIntensity) - SEPARATED

Attribut Wert
Question ID 1037
scope SEPARATED
API Dokumentation Treibhausgasemissionen Intensität Seperated (1/3)
API Dokumentation Treibhausgasemissionen Intensität Seperated (2/3)
API Dokumentation Treibhausgasemissionen Intensität Seperated (3/3)

Beispiel Rückgabe answerMatrixIntensity:

"answerMatrixIntensity": {
    "intensities": {
        "selectedScope": "SEPARATED",
        "years": [
            {
                "data": [
                    {
                        "scopes": [
                            1
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 10
                            }
                        ]
                    },
                    {
                        "scopes": [
                            2
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 10
                            },
                            {
                                "intensityUnit": "tCO2e/MWh",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 2
                            }
                        ]
                    },
                    {
                        "scopes": [
                            3
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 10
                            }
                        ]
                    }
                ],
                "year": 2020,
                "isBaseYear": true,
                "isReportYear": false,
                "isGoalYear": false
            },
            {
                "data": [
                    {
                        "scopes": [
                            1
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 7
                            },
                            {
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 5
                            }
                        ]
                    },
                    {
                        "scopes": [
                            2
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 7
                            },
                            {
                                "intensityUnit": "tCO2e/MWh",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 1
                            }
                        ]
                    },
                    {
                        "scopes": [
                            3
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 7
                            }
                        ]
                    }
                ],
                "year": 2022,
                "isBaseYear": false,
                "isReportYear": true,
                "isGoalYear": false
            },
            {
                "data": [
                    {
                        "scopes": [
                            1
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": 10,
                                    "targetShareInPercent": 100,
                                    "reductionTargetInPercent": -70,
                                    "calculationResult": 3.0000000000000004
                                },
                                "value": 10
                            },
                            {
                                "targetCalculation": {
                                    "referenceValue": 5,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": 0
                                },
                                "value": 5
                            }
                        ]
                    },
                    {
                        "scopes": [
                            2
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": 10,
                                    "targetShareInPercent": 100,
                                    "reductionTargetInPercent": -70,
                                    "calculationResult": 3.0000000000000004
                                },
                                "value": 10
                            },
                            {
                                "intensityUnit": "tCO2e/MWh",
                                "targetCalculation": {
                                    "referenceValue": 2,
                                    "targetShareInPercent": 100,
                                    "reductionTargetInPercent": -70,
                                    "calculationResult": 0.6000000000000001
                                },
                                "value": 2
                            }
                        ]
                    },
                    {
                        "scopes": [
                            3
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": 10,
                                    "targetShareInPercent": 100,
                                    "reductionTargetInPercent": -70,
                                    "calculationResult": 3.0000000000000004
                                },
                                "value": 10
                            }
                        ]
                    }
                ],
                "year": 2030,
                "isBaseYear": false,
                "isReportYear": false,
                "isGoalYear": true
            }
        ]
    },
    "id": null
}

 

Treibhausgas Emissionen Intensität (answerMatrixIntensity) - COMBINED

Attribut Wert
Question ID 1037
scope COMBINED
API Dokumentation Treibhausgasemissionen Intensität Combined (1/3)
API Dokumentation Treibhausgasemissionen Intensität Combined (2/3)
API Dokumentation Treibhausgasemissionen Intensität Combined (3/3)

Beispiel Rückgabe answerMatrixIntensity:

"answerMatrixIntensity": {
    "intensities": {
        "selectedScope": "COMBINED",
        "years": [
            {
                "data": [
                    {
                        "scopes": [
                            1,
                            2,
                            3
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 10
                            },
                            {
                                "intensityUnit": "tCO2e/MWh",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 2
                            }
                        ]
                    }
                ],
                "year": 2020,
                "isBaseYear": true,
                "isReportYear": false,
                "isGoalYear": false
            },
            {
                "data": [
                    {
                        "scopes": [
                            1,
                            2,
                            3
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 10
                            },
                            {
                                "intensityUnit": "tCO2e/MWh",
                                "targetCalculation": {
                                    "referenceValue": null,
                                    "targetShareInPercent": null,
                                    "reductionTargetInPercent": null,
                                    "calculationResult": null
                                },
                                "value": 1
                            }
                        ]
                    }
                ],
                "year": 2022,
                "isBaseYear": false,
                "isReportYear": true,
                "isGoalYear": false
            },
            {
                "data": [
                    {
                        "scopes": [
                            1,
                            2,
                            3
                        ],
                        "rows": [
                            {
                                "intensityUnit": "tCO2e/m2",
                                "targetCalculation": {
                                    "referenceValue": 10,
                                    "targetShareInPercent": 100,
                                    "reductionTargetInPercent": -70,
                                    "calculationResult": 3.0000000000000004
                                },
                                "value": 10
                            },
                            {
                                "intensityUnit": "tCO2e/MWh",
                                "targetCalculation": {
                                    "referenceValue": 2,
                                    "targetShareInPercent": 100,
                                    "reductionTargetInPercent": -70,
                                    "calculationResult": 0.6000000000000001
                                },
                                "value": 2
                            }
                        ]
                    }
                ],
                "year": 2030,
                "isBaseYear": false,
                "isReportYear": false,
                "isGoalYear": true
            }
        ]
    },
    "id": null
}

 

Mitarbeitermobilität (answerMatrixEmployeeMobilityData

Attribut Wert
Question ID 1011
API Dokumentation Mitarbeitermobilität (1/3)
API Dokumentation Mitarbeitermobilität (2/3)
API Dokumentation Mitarbeitermobilität (3/3)

Beispiel Rückgabe answerMatrixEmployeeMobilityData:

"answerMatrixEmployeeMobilityData": {
    "employeeMobilityData": {
        "years": [
          {
            "employeeMobilityValues": [
              {
                "mobilityType": "Soft Mobility (Fuß, Fahrrad, Scooter)",
                "km": 800,
                "consumption": 0,
                "co2EmissionSum": 0,
                "percentageChangeGoal": 0
              },
              {
                "mobilityType": "ÖPNV",
                "km": 100000,
                "consumption": 0.0192,
                "co2EmissionSum": 1919.9999999999998,
                "percentageChangeGoal": 0
              },
              {
                "mobilityType": "Einspurige Fahrzeuge",
                "km": 100000,
                "consumption": 0.14329,
                "co2EmissionSum": 14329,
                "percentageChangeGoal": 0
              },
              {
                "mobilityType": "Zweispurige Fahrzeuge",
                "km": 1000000,
                "consumption": 0.2484,
                "co2EmissionSum": 248400,
                "percentageChangeGoal": 0
              }
            ],
            "yearCo2EmissionSum": 264.65,
            "yearKmSum": 1200800,
            "yearConsumptionSum": 0.41,
            "year": 2021,
            "isBaseYear": false,
            "isReportYear": true,
            "isGoalYear": false
          },
          {
            "employeeMobilityValues": [
              {
                "mobilityType": "Soft Mobility (Fuß, Fahrrad, Scooter)",
                "km": 520000,
                "consumption": 0,
                "co2EmissionSum": 0,
                "percentageChangeGoal": 0
              },
              {
                "mobilityType": "ÖPNV",
                "km": 100000,
                "consumption": 0.0192,
                "co2EmissionSum": 1919.9999999999998,
                "percentageChangeGoal": 0
              },
              {
                "mobilityType": "Einspurige Fahrzeuge",
                "km": 100000,
                "consumption": 0.14329,
                "co2EmissionSum": 14329,
                "percentageChangeGoal": 0
              },
              {
                "mobilityType": "Zweispurige Fahrzeuge",
                "km": 1000000,
                "consumption": 0.2484,
                "co2EmissionSum": 248400,
                "percentageChangeGoal": 0
              }
            ],
            "yearCo2EmissionSum": 264.65,
            "yearKmSum": 1720000,
            "yearConsumptionSum": 0.41,
            "year": 2020,
            "isBaseYear": true,
            "isReportYear": false,
            "isGoalYear": false
          },
          {
            "employeeMobilityValues": [
              {
                "mobilityType": "Soft Mobility (Fuß, Fahrrad, Scooter)",
                "km": 0,
                "consumption": 0,
                "co2EmissionSum": 0,
                "percentageChangeGoal": 100
              },
              {
                "mobilityType": "ÖPNV",
                "km": 0,
                "consumption": 0.0192,
                "co2EmissionSum": 2879.9999999999995,
                "percentageChangeGoal": 150
              },
              {
                "mobilityType": "Einspurige Fahrzeuge",
                "km": 0,
                "consumption": 0.14329,
                "co2EmissionSum": 10030.3,
                "percentageChangeGoal": 70
              },
              {
                "mobilityType": "Zweispurige Fahrzeuge",
                "km": 0,
                "consumption": 0.2484,
                "co2EmissionSum": 198720,
                "percentageChangeGoal": 80
              }
            ],
            "yearCo2EmissionSum": 211.63,
            "yearKmSum": 0,
            "yearConsumptionSum": 0.41,
            "year": 2025,
            "isBaseYear": false,
            "isReportYear": false,
            "isGoalYear": true
          }
        ]
      }

 

Abfall & Recycling (answerMatrixWasteData)

Attribut Wert
Question ID 1005
API Dokumentation Abfall & Recycling (1/3)
API Dokumentation Abfall & Recycling (2/3)
API Dokumentation Abfall & Recycling (3/3)

Beispiel Rückgabe answerMatrixWasteData:

"answerMatrixWasteData": {
    "wasteData": {
        "years": [
            {
                "year": 2023,
                "isBaseYear": false,
                "isReportYear": true,
                "isGoalYear": false,
                "notDangerousWasteSum": 249,
                "dangerousWasteSum": 40,
                "productionWasteSum": null,
                "normalPercentageChangeGoal": 0,
                "normalWasteGoalSum": 0,
                "specialPercentageChangeGoal": 0,
                "specialWasteGoalSum": 0,
                "prodPercentageChangeGoal": null,
                "prodWasteGoalSum": null,
                "selectedSumDetail": "DETAIL",
                "totalSum": 289,
                "totalBaseSum": null,
                "unitValue": "kg",
                "codeLegislation": "EU",
                "normalWastes": [
                    {
                        "rowId": "4f99d85f-9164-49de-93c4-10dabee48519",
                        "wasteValue": 24,
                        "wasteArticle": {
                            "wasteType": "NORMAL_WASTE",
                            "wasteCode": "02 01 04",
                            "wasteName": "waste_article.waste plastics (except packaging).02 01 04",
                            "isDefault": false,
                            "codeLegislation": "EU"
                        }
                    },
                    {
                        "rowId": "98c1d353-10ba-4032-bb65-35223f2f89cc",
                        "wasteValue": 50,
                        "wasteArticle": {
                            "wasteType": "NORMAL_WASTE",
                            "wasteCode": "12 01 03",
                            "wasteName": "waste_article.non-ferrous metal filings and turnings.12 01 03",
                            "isDefault": false,
                            "codeLegislation": "EU"
                        }
                    },
                    {
                        "rowId": "e8f4b171-0fe8-4b8a-8b86-4601326c38e6",
                        "wasteValue": 60,
                        "wasteArticle": {
                            "wasteType": "NORMAL_WASTE",
                            "wasteCode": "20 01 01",
                            "wasteName": "waste_article.paper and cardboard.20 01 01",
                            "isDefault": false,
                            "codeLegislation": "EU"
                        }
                    },
                    {
                        "rowId": "398b2902-38f6-466f-ac74-bd9d0739118d",
                        "wasteValue": 55,
                        "wasteArticle": {
                            "wasteType": "NORMAL_WASTE",
                            "wasteCode": "02 01",
                            "wasteName": "waste_article.wastes from agriculture, horticulture, a.02 01",
                            "isDefault": false,
                            "codeLegislation": "EU"
                        }
                    },
                    {
                        "rowId": "f5dd9e9a-dfc5-4f27-9a17-bd49c504364e",
                        "wasteValue": 60,
                        "wasteArticle": {
                            "wasteType": "NORMAL_WASTE",
                            "wasteCode": "20 03 99",
                            "wasteName": "waste_article.municipal wastes not otherwise specified.20 03 99",
                            "isDefault": false,
                            "codeLegislation": "EU"
                        }
                    }
                ],
                "specialWastes": [
                    {
                        "rowId": "e5bf839a-d9cf-4445-97fd-67eb037a6ad1",
                        "wasteValue": 40,
                        "wasteArticle": {
                            "wasteType": "DANGEROUS_WASTE",
                            "wasteCode": "16 06 06",
                            "wasteName": "waste_article.separately collected electrolyte from ba.16 06 06",
                            "isDefault": false,
                            "codeLegislation": "EU"
                        }
                    }
                ],
                "productionWastes": []
            },
            {
                "year": 2030,
                "isBaseYear": false,
                "isReportYear": false,
                "isGoalYear": true,
                "notDangerousWasteSum": 200,
                "dangerousWasteSum": 40,
                "productionWasteSum": null,
                "normalPercentageChangeGoal": -10,
                "normalWasteGoalSum": 180,
                "specialPercentageChangeGoal": -10,
                "specialWasteGoalSum": 36,
                "prodPercentageChangeGoal": null,
                "prodWasteGoalSum": null,
                "selectedSumDetail": "SUM",
                "totalSum": 216,
                "totalBaseSum": 240,
                "unitValue": "kg",
                "codeLegislation": "EU",
                "normalWastes": [],
                "specialWastes": [],
                "productionWastes": null
            },
            {
                "year": 2020,
                "isBaseYear": true,
                "isReportYear": false,
                "isGoalYear": false,
                "notDangerousWasteSum": 200,
                "dangerousWasteSum": 40,
                "productionWasteSum": null,
                "normalPercentageChangeGoal": null,
                "normalWasteGoalSum": null,
                "specialPercentageChangeGoal": null,
                "specialWasteGoalSum": null,
                "prodPercentageChangeGoal": null,
                "prodWasteGoalSum": null,
                "selectedSumDetail": "SUM",
                "totalSum": 240,
                "totalBaseSum": null,
                "unitValue": "kg",
                "codeLegislation": "EU",
                "normalWastes": [],
                "specialWastes": [],
                "productionWastes": null
            }
        ],
        "lastSelectedYear": null
    },
    "id": null
}