arturmkrtchyan / iban4j

A Java library for generation and validation of the International Bank Account Numbers (IBAN ISO_13616) and Business Identifier Codes (BIC ISO_9362).
http://iban4j.org
Apache License 2.0
271 stars 124 forks source link

Separate account and prefix #36

Open michlikv opened 7 years ago

michlikv commented 7 years ago

In czech and slovak bank accounts, it is more convenient to use bank account number and number prefix separately. I created a new field for account number prefix and modified CZ and SK IBAN format to use the number prefix.

When formatting the account number in these countries, these two numbers are separated with a dash, input forms (that could be dynamically generated from IBAN formats) would use 2 fields for each number. And both numbers are often shorter than max length (10 and 6 chars).

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.01%) to 99.06% when pulling 3ad3c41b5e0b1045a4a18a857d0311a52cfb26d9 on michlikv:SeparateAccountAndPrefix into ce1ca12b947755d1d96aab294d1ea15c78090ca2 on arturmkrtchyan:master.

bountin commented 6 years ago

I'd also need this feature :(

@arturmkrtchyan Is there anything I can do to bring this into a release?