cedendahlkim/Swedish Tax Calculator
Calculate Swedish taxes (ISK, salary, VAT, capital gains) in your CI/CD pipeline
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| calculation | Type of calculation (isk, salary, vat, capital-gains) | yes | isk |
| amount | Amount in SEK | no | 100000 |
| salary | Monthly salary for tax calculation (SEK) | no | 35000 |
| municipality | Municipality tax rate (default: Stockholm 29.82%) | no | 29.82 |
Outputs
| name | description |
|---|---|
| tax_result | Calculated tax amount in SEK |
| effective_rate | Effective tax rate as percentage |
| detailed_breakdown | JSON string with detailed breakdown |