aboutsummaryrefslogtreecommitdiffstats
path: root/python/risk_insight/templates/tranches.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/risk_insight/templates/tranches.html')
-rw-r--r--python/risk_insight/templates/tranches.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/python/risk_insight/templates/tranches.html b/python/risk_insight/templates/tranches.html
index b6c88d3c..608da3d0 100644
--- a/python/risk_insight/templates/tranches.html
+++ b/python/risk_insight/templates/tranches.html
@@ -28,13 +28,13 @@
<div class="select-box2">
<select id="greek">
<option value="Dealer Deltas">Dealer Delta</option>
- <option value="Model Deltas">Model Delta</option>
- <option value="Forward Deltas">Forward Delta</option>
- <option value="gammas">Gamma</option>
- <option value="thetas">Theta</option>
+ <option value="delta">Model Delta</option>
+ <option value="forward_delta">Forward Delta</option>
+ <option value="gamma">Gamma</option>
+ <option value="theta">Theta</option>
<option value="corr01">Corr01</option>
- <option value="durations">Duration</option>
- <option value="el">Expected Loss</option>
+ <option value="duration">Duration</option>
+ <option value="EL">Expected Loss</option>
</select>
</div>
<script type="text/javascript" src="{{ url_for('static', filename='utils.js') }}"></script>