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/SWIFT and Routing Numbers?
- 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.
Bounty Questions:
We know each bank has a Routing Number. Is there a 1-1 relationship, or is this 1-n?
I'm still wondering about a 1-1-1 relation between bank-BIC-Routing. Is there a table with all US banks, their BIC/SWIFT number and their Routing numbers?