Skip to content

Releases: mdomke/schwifty

2023.02.1

28 Feb 11:52
2023.02.1
ad8ba21
Compare
Choose a tag to compare

Fixed

  • The domestic checksum calculation for Belgium now returns 97 in case the modulo operation
    results in 0. @mhemeryck

Changed

  • Updated generated bank registries for Austria, Belgium, Czech Republic, Germany, Spain,
    Hungary and Croatia.

2022.09.0

16 Sep 16:36
2022.09.0
4ef4e7f
Compare
Choose a tag to compare

Added

Changed

  • Refactored most of the scripts to generate the bank registry to use Pandas @pebosi
  • Updated bank registry for Austria, Belgium, Germany, Spain, Hungary, Netherlands and Poland.

2022.07.1

28 Jul 13:03
2022.07.1
472d1c9
Compare
Choose a tag to compare

Fixed

  • In some countries the BBAN does not include a bank code, but only a branch code (e.g. Poland). In those cases, the branch code should be used to look up the bank associated to an IBAN instead of the obviously empty bank code.

2022.07.0

07 Jul 21:02
2022.07.0
73549e8
Compare
Choose a tag to compare

Fixed

  • Hungarian bank registry generator script was fixed by @Krystofee

2022.06.3

30 Jun 07:52
2022.06.3
46d58d2
Compare
Choose a tag to compare

Added

Removed

  • Manually curated list of Lithuanian banks.

2022.06.2

22 Jun 09:30
2022.06.2
b75b1d4
Compare
Choose a tag to compare

Added

  • Generated list of Greek BICs @kounabi
  • Generated list of Cypriot BICs @kounabi

Changed

  • Updated bank registry for Austria, Belgium, Czech Republic, Germany, Croatia, Netherlands, Poland and Slovenia.

Fixed

  • The domestic bank code for Hungarian banks was wrongly generated @Krystofee

2022.06.1

17 Jun 09:32
2022.06.1
2a83834
Compare
Choose a tag to compare

Added

2022.06.0

07 Jun 08:49
2022.06.0
3082697
Compare
Choose a tag to compare

Added

Internal

2022.04.2

29 Apr 12:00
2022.04.2
1fbcca7
Compare
Choose a tag to compare

Changed

  • Allow getting bank names from IBAN. Previously, you could do iban.bic.bank_names[0], but since
    a BIC can be associated to multiple bank codes the context of the specific bank is lost and you
    could end up with the wrong bank name. @jose-reveni

2022.04.1

29 Apr 07:36
2022.04.1
7f30899
Compare
Choose a tag to compare

Changed

  • The Italian BBAN checksum algorithm is now also applied for San Marino @fabienpe

Fixed

  • Fix Italian BBAN checksum calculation #78
  • Fix bank code position in BBAN for Jordan banks @fabienpe