Bjørn Vårdal
Bjørn Vårdal
No, not currently. Do you mean based on institution, country, location and branch codes? Because BIC codes are really just the concatenation of those four.
Although your `accountNumber` parameter is likely correct, this library expects 16 digits, i.e. the 10-digit account number appended to the 6-digit code as shown in the IBAN registry. Unfortunately, the...
According to [Wikipedia](https://en.wikipedia.org/wiki/International_Bank_Account_Number#Basic_Bank_Account_Number): > There is no consistency between the formats adopted. This may be something we can add to the `BbanStructure` class. Its constructor is private, so this is...