Skip to content

Add CT forecasting#1225

Merged
nikhilwoodruff merged 5 commits into
masterfrom
ct-add
Jul 14, 2025
Merged

Add CT forecasting#1225
nikhilwoodruff merged 5 commits into
masterfrom
ct-add

Conversation

@nikhilwoodruff
Copy link
Copy Markdown
Collaborator

@nikhilwoodruff nikhilwoodruff commented Jul 14, 2025

Fixes #1202
Fixes #1226

@nikhilwoodruff nikhilwoodruff merged commit 5ff50fd into master Jul 14, 2025
3 checks passed
@nikhilwoodruff nikhilwoodruff deleted the ct-add branch July 14, 2025 13:09

country = household("country", period).decode_to_str()

return select(
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cleanup if returning to this

        factor = select(
            [
                country == "ENGLAND",
                country == "WALES",
                country == "SCOTLAND",
            ],
            [
                get_growth("england"),
                get_growth("wales"),
                get_growth("scotland"),
            ],
            default = 1
        )
        return original_ct * factor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Uprate housing service charges (incl ground rent) with lagged 1-year earnings Uprate council tax by forecasts per region

2 participants