-
Notifications
You must be signed in to change notification settings - Fork 85
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
added GB banks to the registry #211
base: main
Are you sure you want to change the base?
Conversation
"short_name": "ABN AMRO BANK ", | ||
"primary": true | ||
"primary": true, | ||
"bic": "HALIFAX (A TRADING NAME OF BANK OF SCOTLAND PLC)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a valid BIC 😄
"primary": true | ||
"primary": true, | ||
"bic": "REVO", | ||
"bank_code": "REVOGB21", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think bank_code
and bic
are mixed up here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. But the bank identifier has to be 4 letters
@Ahmad-cercli Can you please execute the tests. They will directly tell you which new entries are incorrect. |
Added new banks in banks registry from issue #138
Banks that were added:
MONZGB2L
PAYRGB2L
DZNNGB22
CPBKGB22
YORKGB22
TCCLGB3L
TSBSGB2A
I've noticed that some banks from the existing registry are now inactive.. so I will note those:
Inactive swift codes:
PRTCGB21
HLFXGB21N85
TCCLGB31XXX
PAYRGB21
PAEDGB21XXX
REVOGB21XXX
CLJUGB21XXX
PRTCGB21XXX
REVOGB21
CPBKGB21CAR
Deleted from network:
SVBKGB2L
I haven't removed them from the registry, but I am noting this for future reference.
Thank you :)