Impacts
This section deals with the impact from the green assets, as per the particular investments made in them. Any impact data is removed when the associated position is removed.
Returns the impacts of an investment in a green asset
Request Body
Name
Type
Description
[
{
"position_id": 6,
"position_amount": 2400000,
"position_currency_code": "EUR",
"position_days": 180,
"investor_identifier": "3a6515809856",
"investor_name": "John Smith",
"asset_identifier": "XS24427682",
"asset_name": "Asset X, 5-year",
"issuer_identifier": "good-bank-issuer",
"issuer_name": "Good Bank",
"impacts": [
{
"category_id": 63,
"category_name": "Renewable energy",
"sub_category_id": 55,
"sub_category_name": "Wind power",
"super_indicator_id": 28,
"super_indicator_name": "Annual emission reduction",
"indicator_id": 34,
"indicator_name": "Annual emission reduction",
"impact_amount": 485881,
"unit_id": 25,
"unit_name": "CO2e kg",
"year": 2022,
"sdg": {
"7": "Affordable and clean energy",
"13": "Climate action"
},
"eu_objective": {},
"language": "English"
},
{
"category_id": 63,
"category_name": "Renewable energy",
"sub_category_id": 55,
"sub_category_name": "Wind power",
"super_indicator_id": 29,
"super_indicator_name": "Effect",
"indicator_id": 35,
"indicator_name": "Effect",
"impact_amount": 570,
"unit_id": 26,
"unit_name": "kW",
"year": 2022,
"sdg": {
"7": "Affordable and clean energy",
"13": "Climate action"
},
"eu_objective": {},
"language": "English"
},
{
"category_id": 67,
"category_name": "Energy efficiency",
"sub_category_id": 61,
"sub_category_name": "Energy efficiency",
"super_indicator_id": 30,
"super_indicator_name": "Annual electricity/energy production",
"indicator_id": 36,
"indicator_name": "Annual electricity/energy production",
"impact_amount": 69,
"unit_id": 27,
"unit_name": "MWh",
"year": 2022,
"sdg": {
"7": "Affordable and clean energy",
"11": "Sustainable cities and communities"
},
"eu_objective": {},
"language": "English"
},
{
"category_id": 69,
"category_name": "Circular economy",
"sub_category_id": 63,
"sub_category_name": "Circular economy",
"super_indicator_id": 28,
"super_indicator_name": "Annual emission reduction",
"indicator_id": 34,
"indicator_name": "Annual emission reduction",
"impact_amount": 1290,
"unit_id": 25,
"unit_name": "CO2e kg",
"year": 2022,
"sdg": {
"11": "Sustainable cities and communities",
"12": "Responsible consumption and production"
},
"eu_objective": {},
"language": "English"
}
],
"impact_amount_sum": "N/A"
}
]Operation parameters
Parameter
Type/Format
Required
Description
Example code
Returns the impacts of an investor's investments in green assets
Request Body
Name
Type
Description
Example responses
Operation parameters
Parameter
Type/Format
Required
Description
Example code
Returns the impacts of an investor's portfolio of investments in green assets
Request Body
Name
Type
Description
Example responses
Operation parameters
Parameter
Type/Format
Required
Description
Example code
Calculates and stores the impact of an investor's investment in a green asset
Request Body
Name
Type
Description
Example responses
Operation parameters
Parameter
Type/Format
Required
Description
Example code
Calculates and returns the impact of an investment in a green asset, without having to specify the investor and without storing the result
Request Body
Name
Type
Description
Example responses
Operation parameters
Parameter
Type/Format
Required
Description
Example code
Last updated