cedendahlkim/Swedish VAT Calculator
Calculate Swedish VAT (moms) in CI/CD pipelines
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| amount | Amount to calculate VAT on | yes | — |
| vat_rate | VAT rate to apply (25, 12, or 6) | no | 25 |
| direction | Operation: add VAT, remove VAT, or extract VAT amount | no | add |
Outputs
| name | description |
|---|---|
| result | Resulting amount after VAT operation |
| vat_amount | The VAT amount |
| net_amount | The net amount (without VAT) |