Skip to content

Instantly share code, notes, and snippets.

@Archie22is
Created June 12, 2025 14:05
Show Gist options
  • Save Archie22is/fb27855ee501f58c3ed6451b59f14d48 to your computer and use it in GitHub Desktop.
Save Archie22is/fb27855ee501f58c3ed6451b59f14d48 to your computer and use it in GitHub Desktop.
SBG Rates Tables Template
<div style="width: 100%; margin: 0 auto; overflow-x: auto;">
<table border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" class="table table--blue table-responsive table-striped static_header" style="border-collapse:collapse; width: 100%;">
<thead>
<tr>
<th colspan="4">
<h3><span style="color:#ffffff;">International Saver Notice Account*</span></h3>
<p><span style="color:#ffffff;">Savings accounts with varying notice periods, paying interest annually</span></p>
</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
</tr>
</thead>
<tbody>
<tr>
<td>&nbsp;</td>
<td>
<h3>Sterling</h3>
</td>
<td>
<h3>Sterling</h3>
<p>(effective 09/06/2025)</p>
</td>
<td colspan="1">
<h3>US Dollar</h3>
</td>
<td>
<h3>Euro</h3>
</td>
<td>
<h3>Euro</h3>
<p>(effective 09/06/2025)</p>
</td>
</tr>
<tr>
<td>Notice</td>
<td>Gross/AER</td>
<td>Gross/AER</td>
<td>Gross/AER</td>
<td>Gross/AER</td>
<td>Gross/AER</td>
</tr>
<tr>
<td>International Saver 36</td>
<td>3.80%</td>
<td>3.30%</td>
<td>3.50%</td>
<td>1.80%</td>
<td>1.50%</td>
</tr>
<tr>
<td>&nbsp;International Saver 96</td>
<td>4.00%</td>
<td>3.50%</td>
<td>3.60%</td>
<td>1.90%</td>
<td>1.60%</td>
</tr>
<tr>
<td>&nbsp;International Saver 196</td>
<td>4.10%</td>
<td>3.60%</td>
<td>3.75%</td>
<td>2.00%</td>
<td>1.70%</td>
</tr>
<tr>
<td>International Saver 396</td>
<td>4.20%</td>
<td>3.80%</td>
<td>3.90%</td>
<td>2.15%</td>
<td>1.85%</td>
</tr>
</tbody>
</table>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment