<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div class="global-specificatio-list">
<h3 class="global-specificatio-list-heading">Spot Energies: Crude oil & Natural Gas</h3>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th>S.No.</th>
<th>Symbol</th>
<th>Full Name</th>
<th>Contract Size</th>
<th class="text-center">Tiers</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>WTIUSD</td>
<td>Oil - US Crude</td>
<td>1,000</td>
<td class="tiers">
<span><strong>0 - 500k 500k - 1 mil 1 - 2 mil 2 - 2.5 mil</strong>: 0.5%</span>
<span><strong>2.5 - 5 mil</strong>: 1%</span>
<span><strong>5 - 10 mil</strong>: 2.5%</span>
<span><strong>10 - 20 mil</strong>: 10%</span>
<span><strong>20 - 30 mil</strong>: 35%</span>
<span><strong>30 - 150 mil 150+ mil</strong>: 40%</span>
</td>
</tr>
<tr>
<td>2</td>
<td>BRNUSD</td>
<td>Oil - Brent Crude</td>
<td>1,000</td>
<td class="tiers">
<span><strong>0 - 500k 500k - 1 mil 1 - 2 mil 2 - 2.5 mil</strong>: 0.5%</span>
<span><strong>2.5 - 5 mil</strong>: 1%</span>
<span><strong>5 - 10 mil</strong>: 2.5%</span>
<span><strong>10 - 20 mil</strong>: 10%</span>
<span><strong>20 - 30 mil</strong>: 35%</span>
<span><strong>30 - 150 mil 150+ mil</strong>: 40%</span>
</td>
</tr>
<tr>
<td>3</td>
<td>NGCUSD</td>
<td>Natural Gas</td>
<td>10,000</td>
<td class="tiers">
<span><strong>0 - 500k 500k - 1 mil 1 - 2 mil 2 - 2.5 mil</strong>: 0.5%</span>
<span><strong>2.5 - 5 mil</strong>: 2.5%</span>
<span><strong>5 - 10 mil</strong>: 2.5%</span>
<span><strong>10 - 20 mil</strong>: 10%</span>
<span><strong>20 - 30 mil</strong>: 35%</span>
<span><strong>30 - 150 mil 150+ mil</strong>: 40%</span>
</td>
</tr>
</tbody>
</table>
</div>
<div class="privacy-policy-card mt-5">
<div class="privacy-policy-info">
<h4>Note</h4>
<p>All the tiers have 2 values FromValue - ToValue. The FromValue is not included in the interval, the
ToValue is included. I.e. 10 mil - 15 mil means any position bigger than 10 mil $ AND smaller or
equal to 15 mil $</p>
<p>In order to better understand the tiered margin calcualtions we have prepared for you the below
examples</p>
<p><strong>In order to better understand the tiered margin calcualtions we have prepared for you the
below examples</strong></p>
<div class="row">
<div class="col-md-12 col-lg-6 col-xl-6">
<div style="margin-bottom: 2rem;">
<h4>Example #1:</h4>
<p><strong>Position:</strong> DJIUSD BUY 1000 @39,300 USD<br>
<strong>Notional:</strong> $39,300,000<br>
<strong>Total margin used:</strong> $561,000
</p>
<div class="table-responsive">
<table class="note-table">
<thead>
<tr>
<th class="text-center">Tiers</th>
<th>Position Portion</th>
<th>Margin %</th>
<th>Margin Used $</th>
</tr>
</thead>
<tbody>
<tr>
<td>0 - 5 mil</td>
<td>$5,000,000.00</td>
<td>0.50%</td>
<td>$25,000.00</td>
</tr>
<tr>
<td>5 - 20 mil</td>
<td>$15,000,000.00</td>
<td>1.00%</td>
<td>$150,000.00</td>
</tr>
<tr>
<td>20 - 150 mil</td>
<td>$19,300,000.00</td>
<td>2.00%</td>
<td>$386,000.00</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-md-12 col-lg-6 col-xl-6">
<div style="margin-bottom: 2rem;">
<h4>Example #2:</h4>
<p><strong>Position:</strong> WTIUSD SELL 100,000 @84.55 USD<br>
<strong>Notional:</strong> $8,455,000<br>
<strong>Total margin used:</strong> $123,875
</p>
<div class="table-responsive">
<table class="note-table">
<thead>
<tr>
<th class="text-center">Tiers</th>
<th>Position Portion</th>
<th>Margin %</th>
<th>Margin Used $</th>
</tr>
</thead>
<tbody>
<tr>
<td>0 - 2.5 mil</td>
<td>$2,500,000.00</td>
<td>0.50%</td>
<td>$12,500.00</td>
</tr>
<tr>
<td>2.5 - 5 mil</td>
<td>$2,500,000.00</td>
<td>1.00%</td>
<td>$25,000.00</td>
</tr>
<tr>
<td>5 - 10 mil</td>
<td>$3,455,000.00</td>
<td>2.50%</td>
<td>$86,375.00</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html> Back to Directory