Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further improve mistranscription suggestions #51

Open
globalcitizen opened this issue Feb 26, 2016 · 0 comments
Open

Further improve mistranscription suggestions #51

globalcitizen opened this issue Feb 26, 2016 · 0 comments

Comments

@globalcitizen
Copy link
Owner

From v2.5.0 code comments:

  • length correction via adding/removing leading zeros from any single component
  • overlength correction via dropping final digit(s)
  • national checksum algorithm checks (apply same testing methodology, abstract to separate function)
  • length correction by removing double digits (xxyzabxybaaz = change aa to a, or xx to x)
  • validate bank codes
  • utilize format knowledge with regards to alphanumeric applicability in that offset in that national BBAN format
  • turkish TL/TK thing
  • norway NO gets dropped due to mis-identification with "No." for number (ie. if no country code try prepending NO)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant