Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target projection vs. Trajectory projection (how similar/not) #174

Open
MichaelTiemannOSC opened this issue Dec 19, 2022 · 2 comments
Open
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@MichaelTiemannOSC
Copy link
Contributor

When we do trajectory projection (mean or median or however we calculate the trend), there is a final trajectory trend rate which is applied to the last reported data and projected forward. Each year we get new data, we get both a new trend calculation (which doesn't change too dramatically, because it weighs past behavior) and a new starting point (which can cause dramatic changes to the trajectory estimation, because a projection from a lower number lowers ALL the future carbon projections based on that new lower starting point).

When we do target projection, the original code treated the forward-looking target budget a bit like a bank loan: the projection was done from the target start year, filling in all future values to the target end year, and then actual numbers sit on top of those numbers (like payments against a bank loan). If a company emits less than projected, it "banks" the benefit (its actual used budget goes down), but the forward-looking targets remain unchanged. So updating data changes target estimates very little until all the years are ultimately calculated, or until new targets are set that change the forward-looking data (like refinancing a loan).

An alternative implementation for targets could be that yes, there is a base year and yes there is a target reduction amount, but each year we get fresh data, we could change all the unrealized target projections to start from the most recent realized data and then compute the intercept based on the target reduction aspiration from that point. Good early progress would dramatically change the forward-looking target estimates because the target reduction would be starting from a lower point, giving a lower overall carbon budget.

Is it better for the tool to make ITR scores more sensitive to data updates, by recalculating forward-looking data based on trends and/or target reductions from the newest baseline? Or better to make it less sensitive to such by anchoring against the base year and just showing the small changes that each new year data brings to the forward-looking budget year by year?

Is the question clear @LeylaJavadova @ImkeHorten @BertKramer? What are your thoughts?

@MichaelTiemannOSC MichaelTiemannOSC added documentation Improvements or additions to documentation help wanted Extra attention is needed labels Dec 19, 2022
@BertKramer
Copy link

BertKramer commented Dec 19, 2022 via email

@MichaelTiemannOSC
Copy link
Contributor Author

Thanks for that, Bert. Adjusting the projections to hit the target from the perspective of the latest data is actually the easiest to implement from my perspective. It will make target and trajectory handling more consistent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants