| Did you know ... | Search Documentation: |
| Pack logtalk -- logtalk-3.100.1/docs/handbook/_sources/libraries/iso_13616.rst.txt |
.. _library_iso_13616:
iso_13616This library provides ISO 13616 International Bank Account Number (IBAN) structure parsing, checksum validation, and normalization based on the public ISO 13616 and Swift IBAN registry documentation. It requires Unicode support from the backend Prolog compiler.
The current public implementation includes a checked-in snapshot of the public SWIFT IBAN registry for all currently registered IBAN countries. Validation therefore checks:
[a-4, n-6, n-8] instead of
the original SWIFT text syntax 4!a6!n8!n. This keeps the published
structure information while making validation code simpler and more
direct.
The public API remains structural. The library validates the published national IBAN formats but does not attempt to ship any bank directory or account existence data beyond the public registry pattern definitions.
Open the `../../apis/library_index.html#iso_13616 <../../apis/library_index.html#iso_13616>`__ link in a web browser.
To load all entities in this library, load the loader.lgt file:
::
| ?- logtalk_load(iso_13616(loader)).
To test this library predicates, load the tester.lgt file:
::
| ?- logtalk_load(iso_13616(tester)).