<html>
<head>
<title>Top 10 Banks by Continent</title>
<style>
table {
width: 100%;
border-collapse: collapse;
}
th, td {
border: 1px solid black;
padding: 8px;
text-align: left;
}
th {
background-color: #f2f2f2;
}
</style>
</head>
<body>
<h1>Top 10 Banks by Continent</h1>
<h2>North America</h2>
<table>
<tr>
<th>Bank Name</th>
<th>SWIFT Code</th>
<th>Country</th>
<th>World Rank</th>
<th>Year Established</th>
<th>Head Office City</th>
<th>Official Website</th>
<th>Capital (Billion IRR)</th>
</tr>
<tr>
<td>JPMorgan Chase</td>
<td>CHASUS33</td>
<td>USA</td>
<td>1</td>
<td>2000</td>
<td>New York</td>
<td><a href="https://www.jpmorganchase.com">jpmorganchase.com</a></td>
<td>5000</td>
</tr>
<tr>
<td>Bank of America</td>
<td>BOFAUS3N</td>
<td>USA</td>
<td>2</td>
<td>1998</td>
<td>Charlotte</td>
<td><a href="https://www.bankofamerica.com">bankofamerica.com</a></td>
<td>4500</td>
</tr>
<tr>
<td>Wells Fargo</td>
<td>WFBIUS6S</td>
<td>USA</td>
<td>3</td>
<td>1852</td>
<td>San Francisco</td>
<td><a href="https://www.wellsfargo.com">wellsfargo.com</a></td>
<td>4000</td>
</tr>
<tr>
<td>Citi</td>
<td>CITIUS33</td>
<td>USA</td>
<td>4</td>
<td>1812</td>
<td>New York</td>
<td><a href="https://www.citi.com">citi.com</a></td>
<td>3500</td>
</tr>
<tr>
<td>Goldman Sachs</td>
<td>GSUS33</td>
<td>USA</td>
<td>5</td>
<td>1869</td>
<td>New York</td>
<td><a href="https://www.goldmansachs.com">goldmansachs.com</a></td>
<td>3000</td>
</tr>
<tr>
<td>American Express</td>
<td>AEUS33</td>
<td>USA</td>
<td>6</td>
<td>1850</td>
<td>New York</td>
<td><a href="https://www.americanexpress.com">americanexpress.com</a></td>
<td>2500</td>
</tr>
<tr>
<td>TD Bank</td>
<td>TDUS33</td>
<td>Canada</td>
<td>7</td>
<td>1855</td>
<td>Cherry Hill</td>
<td><a href="https://www.td.com">td.com</a></td>
<td>2000</td>
</tr>
<tr>
<td>Royal Bank of Canada</td>
<td>ROYCCAT2</td>
<td>Canada</td>
<td>8</td>
<td>1864</td>
<td>Toronto</td>
<td><a href="https://www.rbc.com">rbc.com</a></td>
<td>1800</td>
</tr>
<tr>
<td>Bank of Montreal</td>
<td>BOFMCAM2</td>
<td>Canada</td>
<td>9</td>
<td>1817</td>
<td>Montreal</td>
<td><a href="https://www.bmo.com">bmo.com</a></td>
<td>1600</td>
</tr>
<tr>
<td>Scotiabank</td>
<td>NOSCCATT</td>
<td>Canada</td>
<td>10</td>
<td>1832</td>
<td>Toronto</td>
<td><a href="https://www.scotiabank.com">scotiabank.com</a></td>
<td>1500</td>
</tr>
</table>
<h2>South America</h2>
<table>
<tr>
<th>Bank Name</th>
<th>SWIFT Code</th>
<th>Country</th>
<th>World Rank</th>
<th>Year Established</th>
<th>Head Office City</th>
<th>Official Website</th>
<th>Capital (Billion IRR)</th>
</tr>
<tr>
<td>Itaú Unibanco</td>
<td>ITAUBRSP</td>
<td>Brazil</td>
<td>1</td>
<td>2008</td>
<td>São Paulo</td>
<td><a href="https://www.itau.com.br">itau.com.br</a></td>
<td>3000</td>
</tr>
<tr>
<td>Banco do Brasil</td>
<td>BRASBRRJBSA</td>
<td>Brazil</td>
<td>2</td>
<td>1808</td>
<td>Brasília</td>
<td><a href="https://www.bb.com.br">bb.com.br</a></td>
<td>2800</td>
</tr>
<tr>
<td>Bradesco</td>
<td>BRASBRRJ</td>
<td>Brazil</td>
<td>3</td>
<td>1943</td>
<td>Osasco</td>
<td><a href="https://www.bradesco.com.br">bradesco.com.br</a></td>
<td>2500</td>
</tr>
<tr>
<td>Santander Brasil</td>
<td>BSCHBRSP</td>
<td>Brazil</td>
<td>4</td>
<td>1982</td>
<td>São Paulo</td>
<td><a href="https://www.santander.com.br">santander.com.br</a></td>
<td>2400</td>
</tr>
<tr>
<td>Banco Safra</td>
<td>BRSAFRAJ</td>
<td>Brazil</td>
<td>5</td>
<td>1955</td>
<td>São Paulo</td>
<td><a href="https://www.safra.com.br">safra.com.br</a></td>
<td>2000</td>
</tr>
<tr>
<td>Banco Inter</td>
<td>BINTERJBR</td>
<td>Brazil</td>
<td>6</td>
<td>1994</td>
<td>Minas Gerais</td>
<td><a href="https://www.bancointer.com.br">bancointer.com.br</a></td>
<td>1800</td>
</tr>
<tr>
<td>BTG Pactual</td>
<td>BTGPBRSP</td>
<td>Brazil</td>
<td>7</td>
<td>1983</td>
<td>São Paulo</td>
<td><a href="https://www.btgpactual.com">btgpactual.com</a></td>
<td>1600</td>
</tr>
<tr>
<td>Banrisul</td>
<td>BANRBRRS</td>
<td>Brazil</td>
<td>8</td>
<td>1928</td>
<td>Porto Alegre</td>
<td><a href="https://www.banrisul.com.br">banrisul.com.br</a></td>
<td>1400</td>
</tr>
<tr>
<td>Banco Nacional de Desenvolvimento Econômico e Social</td>
<td>BNDESBRRJ</td>
<td>Brazil</td>
<td>9</td>
<td>1952</td>
<td>Rio de Janeiro</td>
<td><a href="https://www.bndes.gov.br">bndes.gov.br</a></td>
<td>1200</td>
</tr>
<tr>
<td>Banco Votorantim</td>
<td>BANVBRSP</td>
<td>Brazil</td>
<td>10</td>
<td>1988</td>
<td>São Paulo</td>
<td><a href="https://www.bancovotorantim.com.br">bancovotorantim.com.br</a></td>
<td>1000</td>
</tr>
</table>
<h2>Europe</h2>
<table>
<tr>
<th>Bank Name</th>
<th>SWIFT Code</th>
<th>Country</th>
<th>World Rank</th>
<th>Year Established</th>
<th>Head Office City</th>
<th>Official Website</th>
<th>Capital (Billion IRR)</th>
</tr>
<tr>
<td>HSBC Holdings</td>
<td>HSBCGB2L</td>
<td>UK</td>
<td>1</td>
<td>1865</td>
<td>London</td>
<td><a href="https://www.hsbc.com">hsbc.com</a></td>
<td>4000</td>
</tr>
<tr>
<td>Deutsche Bank</td>
<td>DEUTDEDBFRA</td>
<td>Germany</td>
<td>2</td>
<td>1870</td>
<td>Frankfurt</td>
<td><a href="https://www.db.com">db.com</a></td>
<td>3500</td>
</tr>
<tr>
<td>BNP Paribas</td>
<td>BNPAFRPP</td>
<td>France</td>
<td>3</td>
<td>1848</td>
<td>Paris</td>
<td><a href="https://www.bnpparibas.com">bnpparibas.com</a></td>
<td>3000</td>
</tr>
<tr>
<td>Barclays</td>
<td>BARCGB22</td>
<td>UK</td>
<td>4</td>
<td>1690</td>
<td>London</td>
<td><a href="https://www.barclays.co.uk">barclays.co.uk</a></td>
<td>2800</td>
</tr>
<tr>
<td>Credit Suisse</td>
<td>CRESCHZZ80A</td>
<td>Switzerland</td>
<td>5</td>
<td>1856</td>
<td>Zurich</td>
<td><a href="https://www.credit-suisse.com">credit-suisse.com</a></td>
<td>2700</td>
</tr>
<tr>
<td>UBS</td>
<td>UBSWCHZH80A</td>
<td>Switzerland</td>
<td>6</td>
<td>1862</td>
<td>Zurich</td>
<td><a href="https://www.ubs.com">ubs.com</a></td>
<td>2500</td>
</tr>
<tr>
<td>Santander Group</td>
<td>BSCHESMM</td>
<td>Spain</td>
<td>7</td>
<td>1857</td>
<td>Madrid</td>
<td><a href="https://www.santander.com">santander.com</a></td>
<td>2400</td>
</tr>
<tr>
<td>ING Group</td>
<td>INGBNL2A</td>
<td>Netherlands</td>
<td>8</td>
<td>1991</td>
<td>Amsterdam</td>
<td><a href="https://www.ing.com">ing.com</a></td>
<td>2300</td>
</tr>
<tr>
<td>Raiffeisen Bank</td>
<td>RZBAATWW</td>
<td>Austria</td>
<td>9</td>
<td>1886</td>
<td>Vienna</td>
<td><a href="https://www.raiffeisen.at">raiffeisen.at</a></td>
<td>2200</td>
</tr>
<tr>
<td>Nordea</td>
<td>NDEAFIHH</td>
<td>Finland</td>
<td>10</td>
<td>2000</td>
<td>Helsinki</td>
<td><a href="https://www.nordea.com">nordea.com</a></td>
<td>2100</td>
</tr>
</table>
<h2>Asia</h2>
<table>
<tr>
<th>Bank Name</th>
<th>SWIFT Code</th>
<th>Country</th>
<th>World Rank</th>
<th>Year Established</th>
<th>Head Office City</th>
<th>Official Website</th>
<th>Capital (Billion IRR)</th>
</tr>
<tr>
<td>Industrial and Commercial Bank of China</td>
<td>ICBKCNBJ</td>
<td>China</td>
<td>1</td>
<td>1984</td>
<td>Beijing</td>
<td><a href="https://www.icbc.com.cn">icbc.com.cn</a></td>
<td>6000</td>
</tr>
<tr>
<td>China Construction Bank</td>
<td>CCBLCNBJ</td>
<td>China</td>
<td>2</td>
<td>1954</td>
<td>Beijing</td>
<td><a href="https://www.ccb.com">ccb.com</a></td>
<td>5500</td>
</tr>
<tr>
<td>Agricultural Bank of China</td>
<td>ABOCCNBJ</td>
<td>China</td>
<td>3</td>
<td>1951</td>
<td>Beijing</td>
<td><a href="https://www.abchina.com">abchina.com</a></td>
<td>5000</td>
</tr>
<tr>
<td>Bank of China</td>
<td>BKCHCNBJ</td>
<td>China</td>
<td>4</td>
<td>1912</td>
<td>Beijing</td>
<td><a href="https://www.boc.cn">boc.cn</a></td>
<td>4500</td>
</tr>
<tr>
<td>Japan Post Bank</td>
<td>JPSTJPJT</td>
<td>Japan</td>
<td>5</td>
<td>2006</td>
<td>Tokyo</td>
<td><a href="https://www.jp-bank.japanpost.jp">jp-bank.japanpost.jp</a></td>
<td>4000</td>
</tr>
<tr>
<td>Sumitomo Mitsui Trust Holdings</td>
<td>SMTBJPJT