Skip to content

Commit

Permalink
Add missing banks (mdomke#145)
Browse files Browse the repository at this point in the history
* Add Starling Bank

* Add ICARD AD

This file is supposed to be in alnum order - it doesn't seem to be.

* Add bunq bank

Once again not sure about the ordering in this file

* add UBS switzerland
  • Loading branch information
lukaszett authored Aug 7, 2023
1 parent 540a861 commit 1396413
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions schwifty/bank_registry/manual_bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,13 @@
"name": "CENTRAL DEPOSITORY AD",
"bic": "CEDPBGSF",
"primary": true
},
{
"country_code": "BG",
"bank_code": "INTF",
"short_name": "ICARD AD",
"name": "ICARD AD",
"bic": "INTFBGSF",
"primary": true
}
]
8 changes: 8 additions & 0 deletions schwifty/bank_registry/manual_ch.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,5 +230,13 @@
"name": "Swissquote Bank SA",
"short_name": "Swissquote Bank SA",
"primary": true
},
{
"country_code": "CH",
"bic": "UBSWCHZH40M",
"bank_code": "00292",
"name": "UBS SWITZERLAND AG",
"short_name": "UBS SWITZERLAND AG",
"primary": true
}
]
8 changes: 8 additions & 0 deletions schwifty/bank_registry/manual_gb.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,14 @@
"short_name": "THE CO-OPERATIVE BANK PLC",
"primary": true
},
{
"country_code": "GB",
"bic": "SRLGGB3L",
"bank_code": "SRLG",
"name": "STARLING BANK LIMITED",
"short_name": "STARLING BANK LIMITED",
"primary": true
},
{
"country_code": "GB",
"bic": "TRWIGB22",
Expand Down
8 changes: 8 additions & 0 deletions schwifty/bank_registry/manual_ie.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
"name": "Bank of Montreal",
"short_name": "Bank of Montreal",
"primary": true
},
{
"country_code": "IE",
"bic": "BUNQIE22XXX",
"bank_code": "BUNQ",
"name": "bunq B.V.",
"short_name": "bunq B.V.",
"primary": true
},
{
"country_code": "IE",
Expand Down

0 comments on commit 1396413

Please sign in to comment.