Tagged Questions

0
votes
1answer
317 views

How to validate a Singaporean FIN?

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 …