Australian Business Number (ABN) validator
Verify an 11-digit Australian Business Number using the official ATO mod-89 checksum. The algorithm subtracts 1 from the first digit, multiplies each of the 11 digits by the positional weights 10, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, sums the products, and treats the ABN as valid when that sum is divisible by 89.
This is privacy-first: the calculation runs locally with no ABN Lookup call. A valid checksum means the number is well-formed — to confirm the business is registered and active, use the official ABN Lookup service.