-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclearing_numbers.py
33 lines (33 loc) · 1.44 KB
/
clearing_numbers.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
clearing_ranges = {
"Amfa Bank": [(9660, 9669)],
"Avanza Bank": [(9550, 9569)],
"Bluestep Finans": [(9680, 9689)],
"BNP Paribas Fortis": [(9470, 9479)],
"Citibank International Plc, Sweden Branch": [(9040, 9049)],
"Danske Bank A/S, Sverige Filial": [(1200, 1399), (2400, 2499)],
"Danske Bolån": [(1200, 1399)],
"DNB Bank ASA, filial Sverige": [(9190, 9199)],
"Forex Bank AB": [(9400, 9449)],
"Handelsbanken": [(6000, 6999)],
"ICA Banken": [(9270, 9279)],
"IKANO Banken": [(9170, 9179)],
"Länsförsäkringar Bank": [(9020, 9029), (3400, 3409), (9060, 9069)],
"Lån og Spar Bank Sverige": [(9630, 9639)],
"Marginalen Bank": [(9230, 9239)],
"Nordax Bank AB": [(9640, 9649)],
"Nordea": [(1100, 1199), (1401, 2099), (3000, 3399), (3410, 4999)],
"Nordea – Personkonto": [(3300, 3300)], # Single clearing number
"Nordea – PlusGirot": [(9500, 9549), (9960, 9969)],
"Nordnet Bank": [(9100, 9109)],
"Resurs Bank AB": [(9280, 9289)],
"Royal Bank of Scotland": [(9090, 9099)],
"Santander Consumer Bank AS": [(9460, 9469)],
"SBAB": [(9250, 9259)],
"SEB": [(5000, 5999), (9120, 9124), (9130, 9149)],
"Skandiabanken AB": [(9150, 9169)],
"Sparbanken Syd": [(9570, 9579)],
"Sparbanken Öresund": [(9300, 9349)],
"Swedbank": [(7000, 7999)],
"Swedbank och fristående Sparbanker": [(8000, 8999)],
"Ålandsbanken Abp (Finland), svensk filial": [(2300, 2399)]
}