Skip to content

Commit

Permalink
Added manually curated bank registry for Montenegro
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed Apr 18, 2024
1 parent eb39904 commit eb9ea8d
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Added
~~~~~
* Added Revolut Bank for Spain `@brunovilla <https://github.com/brunovila>`_
* Added support for Python 3.12
* Added manually curated bank registry for Montenegro `@Djuka <https://github.com/Djuka>`_

Changed
~~~~~~~
Expand Down
98 changes: 98 additions & 0 deletions schwifty/bank_registry/manual_me.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
[
{
"country_code": "ME",
"primary": true,
"bic": "CBCGMEPG",
"bank_code": "907",
"name": "Centralna banka Crne Gore",
"short_name": "Centralna banka Crne Gore"
},
{
"country_code": "ME",
"primary": true,
"bic": "CKBCMEPG",
"bank_code": "510",
"name": "Crnogorska komercijalna banka AD",
"short_name": "Crnogorska komercijalna banka AD"
},
{
"country_code": "ME",
"primary": true,
"bic": "HBBAMEPG",
"bank_code": "520",
"name": "Hipotekarna banka AD",
"short_name": "Hipotekarna banka AD"
},
{
"country_code": "ME",
"primary": true,
"bic": "MNBAMEPG",
"bank_code": "530",
"name": "NLB Banka AD",
"short_name": "NLB Banka AD"
},
{
"country_code": "ME",
"primary": true,
"bic": "NIKBMEP2",
"bank_code": "535",
"name": "Prva banka Crne Gore AD - Osnovana 1901. godine",
"short_name": "Prva banka Crne Gore AD - Osnovana 1901. godine"
},
{
"country_code": "ME",
"primary": true,
"bic": "OPPOMEPG",
"bank_code": "540",
"name": "Erste bank AD",
"short_name": "Erste bank AD"
},
{
"country_code": "ME",
"primary": true,
"bic": "HAABMEPG",
"bank_code": "555",
"name": "Addiko Bank AD",
"short_name": "Addiko Bank AD"
},
{
"country_code": "ME",
"primary": true,
"bic": "UNCBMEPG",
"bank_code": "560",
"name": "Universal Capital Bank AD",
"short_name": "Universal Capital Bank AD"
},
{
"country_code": "ME",
"primary": true,
"bic": "LOVBMEPG",
"bank_code": "565",
"name": "Lovćen banka AD",
"short_name": "Lovćen banka AD"
},
{
"country_code": "ME",
"primary": true,
"bic": "ZBCGMEPG",
"bank_code": "570",
"name": "Zapad banka AD",
"short_name": "Zapad banka AD"
},
{
"country_code": "ME",
"primary": true,
"bic": "TCZBMEPG",
"bank_code": "575",
"name": "ZIRAAT Bank Montenegro AD",
"short_name": "ZIRAAT Bank Montenegro AD"
},
{
"country_code": "ME",
"primary": true,
"bic": "AZMNMEPG",
"bank_code": "580",
"name": "ADRIATIC BANK AD",
"short_name": "ADRIATIC BANK AD"
}
]
1 change: 1 addition & 0 deletions tests/test_bic.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def test_bic_from_unknown_bank_code() -> None:
("HU", "107", ["CIBHHUHB"]),
("HR", "2485003", ["CROAHR2X"]),
("LV", "RIKO", ["RIKOLV2XXXX"]),
("ME", "907", ["CBCGMEPG"]),
("NL", "ADYB", ["ADYBNL2A"]),
("PL", "10100055", ["NBPLPLPWXXX"]),
("RO", "BPOS", ["BPOSROBU"]),
Expand Down

0 comments on commit eb9ea8d

Please sign in to comment.