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
276 stars 125 forks source link

Add BBAN structure for 3 registered and 11 unregistered IBAN countries #35

Open reva opened 7 years ago

reva commented 7 years ago

I added some missing countries, three of which are described in the official ISO-13616 document. The rest are as described in the IBAN Wikipedia article, for which the source is the Nordea bank. (The codes for Ukraine and Iran were already included from that source)

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.02%) to 99.067% when pulling d6f926cfc2ef356a2f7fb78a1c5a3886a4404512 on reva:master into ce1ca12b947755d1d96aab294d1ea15c78090ca2 on arturmkrtchyan:master.

arturmkrtchyan commented 7 years ago

@reva thanks for your contribution. Can you please add test data as well ? See the example here: https://github.com/arturmkrtchyan/iban4j/blob/master/src/test/java/org/iban4j/TestDataHelper.java#L26