Skip to content

Releases: ScienceBasedTargets/SBTi-finance-tool

v1.0.10

04 Oct 08:28
f8b8f07
Compare
Choose a tag to compare

Update of docs

v1.0.9

31 Aug 07:34
f4bd7db
Compare
Choose a tag to compare

Updated anonymize

The anonymize function needed to be updated to reflect the introduction of LEI in the CTA and the protfolio.
We have also made a notebook for a simple calculation of Portfolio Coverage using the WATS aggregation method. The NB only requires a portfolio as input.

v1.0.8

12 May 10:36
Compare
Choose a tag to compare

Need to bump version to fix dependencies

v1.0.7

12 May 07:46
15d65f3
Compare
Choose a tag to compare

This release introduces changes needed to read the new format of the SBTi's target dash board, known as the CTA file (Companies Taking Action). Since the new file format provides one target per line (vs one line per company previously), there can be several lines per company. Therefore a small filtering method has been included in the sbti.py file.

Furthermore, packages and dependencies have been changed to support Python 3.9.

v1.0.6

24 Feb 09:33
2c9ca5d
Compare
Choose a tag to compare

Adds fetching of the file "companies taking action" (CTA) from the SBTi website during runtime. This will ensure that we always show the latest available information on companies with validated targets, which is important for a correct calculation of portfolio coverage.
Adds the use of LEI to identify companies besides ISIN. The CTA file now uses both identifiers. However, since many companies don't have ISIN it is important to also use LEI in order to correctly identify companies with validated targets.

v1.0.5

28 Nov 14:08
119a41c
Compare
Choose a tag to compare

Fixed an errror in target_validation and added check that target end year is > current year.

v1.0.4

15 Sep 08:26
3d367d2
Compare
Choose a tag to compare

We needed to step down to python 3.7 to be able to run the tool in Google Colab. And som bug fixes.

v1.0.3

27 Jan 16:59
01d17be
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

Bug fix and updated README

22 Dec 16:58
03fba4c
Compare
Choose a tag to compare

Update after move of repo.

18 Dec 10:29
323d4c6
Compare
Choose a tag to compare

The repo has been moved so there are some links on the docs that have been modified. There is also a modified handling of missing ghg emissions data such that the program doesn't stop if data is missing but the aggregation method is limited to WATS (since ghg data is needed for other aggregation methods).