-
Notifications
You must be signed in to change notification settings - Fork 1
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
Limit BUS grant cap per annum #150
Conversation
boiler_upgrade_funding_cap_gbp = ( | ||
BOILER_UPGRADE_SCHEME_GRANT_CAP[year] / model_population_scale | ||
) | ||
if ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this assuming that if in a year we underspend, the underspent amount gets carried forward to future years? If so worth clarifying that in the comment.
Helps with reviewing that the code is trying to emulate that behaviour. Worth calling out the assumption too in the report..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IDK how govt works, but in a corporate world if budget is underspent, it usually doesn't get carried forward!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it get carried forward, I will add a clarifying comment :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - approving with a clarifying comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.