Skip to content

Commit

Permalink
Add person, bank provider for sk_SK locale (#1998)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Handl <martin.handl@inalogy.com>
  • Loading branch information
mhandl and Martin Handl committed Feb 27, 2024
1 parent cfb62ee commit 7ce157b
Show file tree
Hide file tree
Showing 4 changed files with 2,364 additions and 0 deletions.
11 changes: 11 additions & 0 deletions faker/providers/bank/sk_SK/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from .. import Provider as BankProvider


class Provider(BankProvider):
"""Implement bank provider for ``sk_SK`` locale.
https://www.mbank.cz/informace-k-produktum/info/ucty/cislo-uctu-iban.html
"""

bban_format = "####################"
country_code = "SK"

0 comments on commit 7ce157b

Please sign in to comment.