Contents:
Bases: object
object
Bases: Exception
Exception
Check the syntax and the checksum of an IBAN.
Return the parts of the IBAN: Country Code, Checksum, Bank/Branch Code and Account number. Raise an IBANError exception if the input is not correct.
Check the input, calculate the checksum and assemble the IBAN.
Return the calculated IBAN. Return the alternative IBAN if alternative is true. Raise an IBANError exception if the input is not correct.