Polish employment & tax calculator
pip install haraczCompare UoP (employment contract) vs JDG/B2B (sole proprietorship) net income side by side. Enter your gross monthly amount and instantly see what lands in your pocket under each scenario, including ZUS contributions, health insurance, and income tax.
pip install haracz[all]
The [all] extra includes currency conversion support via NBP exchange rates.
# Compare UoP vs JDG side by side
$ haracz compare 25000
# Compare with foreign currency input (e.g. NOK)
$ haracz compare 94450 -c NOK
# UoP with detailed month-by-month breakdown
$ haracz uop 30000 -d
# JDG ryczalt calculation
$ haracz jdg 25000
Automatic PLN conversion using live NBP exchange rates for any supported currency.
Detailed annual breakdown showing how contributions and thresholds change each month.
Tracks health insurance contribution tiers and thresholds for accurate JDG calculations.
Compare UoP and JDG net income in one command to make informed employment decisions.