You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using faker for personal data generation, I discovered that there is no method to generate russian individual insurance account number (SNILS). Thus I would like to request and develop this feature. The algorithm is pretty simple: 9 random digits + 2 digits representing a checksum.
If I understand correctly, no. The Russian SNILS is not directly related to the SSN, since it serves different purpose and is unique to Russia’s social insurance system.
I thought it belongs more to faker.providers.company since there are already numbers like inn and ogrn for individuals.
Faker version: 33.3.1
Using faker for personal data generation, I discovered that there is no method to generate russian individual insurance account number (SNILS). Thus I would like to request and develop this feature. The algorithm is pretty simple: 9 random digits + 2 digits representing a checksum.
The checksum algorithm:
, assuming you pass 9-digits-string as a
value
parameter.The text was updated successfully, but these errors were encountered: