Last active
January 8, 2025 11:51
-
-
Save speculatrix/eb4260515d84ba1608acde730d7ff881 to your computer and use it in GitHub Desktop.
UK Tax Band 2025 Sankey Diagram Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://sankeymatic.com/build/ | |
// doesn't include national insurance | |
// Enter Flows between Nodes, like this: | |
// Source [AMOUNT] Target | |
Wages [50000] Gross | |
Bonus [4000] Gross | |
Gross [12570] NillBand | |
Gross [37700] 20%Band | |
Gross [3730] 40%Band | |
NillBand [12570] TakeHome | |
20%Band [30160] TakeHome | |
40%Band [2238] TakeHome | |
20%Band [7540] Tax | |
40%Band [1492] Tax |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment