Skip to content

Instantly share code, notes, and snippets.

@speculatrix
Last active January 8, 2025 11:51
Show Gist options
  • Save speculatrix/eb4260515d84ba1608acde730d7ff881 to your computer and use it in GitHub Desktop.
Save speculatrix/eb4260515d84ba1608acde730d7ff881 to your computer and use it in GitHub Desktop.
UK Tax Band 2025 Sankey Diagram Example
// 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