How to validate a Singaporean FIN?
- by abigblackman
Can anyone provide an algorithm to validate a Singaporean FIN?
I know with a Singaporean NRIC I can validate it via modulo 11 and then compare the result to a lookup table but cannot find a similar lookup table for the FIN.
I also do not know for sure if the modulo 11 is the correct method to validate.
I am aware the government sells a algorithm for $400 but maybe someone knows a cheaper way.
Bonus points for c# implementation.