ITR.data.urgentem

Classes

Urgentem

Data provider skeleton for Urgentem.

Module Contents

class ITR.data.urgentem.Urgentem(**kwargs)

Bases: ITR.data.data_provider.DataProvider

Data provider skeleton for Urgentem.

abstract get_targets(company_ids: List[str]) List[ITR.interfaces.IDataProviderTarget]

Get all relevant targets for a list of company ids (ISIN). This method should return a list of IDataProviderTarget instances.

Parameters:

company_ids – A list of company IDs (ISINs)

Returns:

A list containing the targets

abstract get_company_data(company_ids: List[str]) List[ITR.interfaces.IDataProviderCompany]

Get all relevant data for a list of company ids (ISIN). This method should return a list of IDataProviderCompany instances.

Parameters:

company_ids – A list of company IDs (ISINs)

Returns:

A list containing the company data

abstract get_sbti_targets(companies: list) list

For each of the companies, get the status of their target (Target set, Committed or No target) as it’s known to the SBTi.

Returns:

The original list, enriched with a field called “sbti_target_status”