OT: US Banks: Bank Routing Number and BIC/SWIFT
Posted
by Konerak
on Stack Overflow
See other posts from Stack Overflow
or by Konerak
Published on 2010-05-07T07:09:16Z
Indexed on
2010/05/09
4:58 UTC
Read the original article
Hit count: 459
I know it is a bit offtopic, but I've been having a hard time finding more information to this question, and since this site is visited by a lot of people from the United States, you guys might know/find the answer more easily.
Banks in europe each have a SWIFT Number, while US Banks use Routing Numbers. This leads to following questions:
- Does each bank in the US also carry a BIC number? (SWIFT)
- Is there a 1-1 relationship between BIC and SWIFT?
- Is there a list of these numbers somewhere?
(background information: we're adding international payments to our bookkeeping application. Users can add international suppliers, but my boss prefered not to change the current supplier table but to have the ROUTING NUMBER in another table, with as PK the BIC. I'm wondering if BIC is a valid choice, or if it should just be BANK ACCOUNT NUMBER.)
© Stack Overflow or respective owner