cedendahlkim/Swedish Organisationsnummer Validator
Validate Swedish organization numbers (organisationsnummer) in CI/CD pipelines
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| orgnummer | Swedish organization number (NNNNNN-NNNN or 10 digits) | yes | — |
| check_vat | Also validate as VAT number (SE + last 10 digits) | no | false |
Outputs
| name | description |
|---|---|
| valid | Whether the orgnummer is valid (true/false) |
| formatted | Formatted orgnummer (NNNNNN-NNNN) |
| legal_form | Legal form: Aktiebolag, Enskild firma, Handelsbolag, Ideell förening, Ekonomisk förening, Stat/Kommun, Dödsbo, Utländsk |
| vat_number | EU VAT number (SE + 10 digits, empty if check_vat is false) |