Stdnum: Mauritian national identifier number
[Date Prev][Date Next] [Thread Prev][Thread Next]Stdnum: Mauritian national identifier number
- From: Bradley Smith <brad [at] businessoptics.biz>
- To: python-stdnum-users [at] lists.arthurdejong.org
- Subject: Stdnum: Mauritian national identifier number
- Date: Thu, 12 Jul 2018 21:09:54 +0200
Hi Arthur
--
I came across your stdnum library when looking for implementations of the Luhn and Verhoeff algorithms. I'm working on a project for the largest Mauritian insurance company trying to unify customer records across about 7 different systems. Ideally we would just match on the customers national identifier, but there are tons of data capture errors so we want to be able to validate these. All the Mauritians we've spoken to seem to think there is a check digit, but know one knows what the validation algorithm is. I also can't find anything online. The basic format of the ID numbers are:
- First digit of the person's surname at birth
- 2 digits for day of birth
- 2 digits for month of birth
- 2 digits for year of birth
- 6 digit unique id
- check character at the end (appears that it can be a digit or letter)
This forms a 14 character number. It seems a perfect candidate for the Luhn and Verhoeff algorithms. I've tried a number of customer IDs on both of these algorithms with the alphabet being a concatenation of digits and letters, also trying to reverse the letters and characters as well as changing the order of their concatenation. None of this seems to work.
I was hoping that given your experience in building these you either may know how to perform the checksum validation for Mauritius ID numbers or may be able to figure it out given a few sample ID numbers.
Best
Brad Smith
Director at BusinessOptics
brad [at] businessoptics.biz
+27 83 6601869
-- To unsubscribe send an email to python-stdnum-users-unsubscribe@lists.arthurdejong.org or see https://lists.arthurdejong.org/python-stdnum-users/
- Stdnum: Mauritian national identifier number, Bradley Smith
- Re: Stdnum: Mauritian national identifier number,
Bradley Smith
- Re: Stdnum: Mauritian national identifier number,
Arthur de Jong
- Re: Stdnum: Mauritian national identifier number,
Arthur de Jong
- Re: Stdnum: Mauritian national identifier number, Bradley Smith
- Re: Stdnum: Mauritian national identifier number,
Arthur de Jong
- Re: Stdnum: Mauritian national identifier number,
Arthur de Jong
- Prev by Date: Adding a type or category flag to each number
- Next by Date: Re: Stdnum: Mauritian national identifier number
- Previous by thread: Adding a type or category flag to each number
- Next by thread: Re: Stdnum: Mauritian national identifier number