diff options
Diffstat (limited to 'risk_insight/templates')
| -rw-r--r-- | risk_insight/templates/index.html | 12 | ||||
| -rw-r--r-- | risk_insight/templates/indices.html | 30 | ||||
| -rw-r--r-- | risk_insight/templates/tranches.html | 45 |
3 files changed, 0 insertions, 87 deletions
diff --git a/risk_insight/templates/index.html b/risk_insight/templates/index.html deleted file mode 100644 index f4bfadfa..00000000 --- a/risk_insight/templates/index.html +++ /dev/null @@ -1,12 +0,0 @@ -<!doctype html> -<html> -<head> -</head> -<body> - <div> - <ul> - <li><a href="tranches.html">Tranche Insights</a></li> - <li><a href="indices.html">Index Insights</a></li> - </ul> -</body> -</html> diff --git a/risk_insight/templates/indices.html b/risk_insight/templates/indices.html deleted file mode 100644 index 45d9404d..00000000 --- a/risk_insight/templates/indices.html +++ /dev/null @@ -1,30 +0,0 @@ -<!doctype html> -<html> -<head> -<script type="text/javascript" src="{{ url_for('static', filename='dygraph-combined.js') }}"></script> -<script type="text/javascript" src="{{ url_for('static', filename='jquery-2.1.1.min.js') }}"></script> -</head> -<body> - <div id="graph" - style="width:800px; height:500px;float:left;margin:auto"> - </div> - <div style="margin-top:5em;display:inline-block"> - <select id="index"> - <option value="ig">IG</option> - <option value="hy">HY</option> - </select> - <select id="series"> - {% for s in series %} - <option value="{{s}}">{{s}}</option> - {% endfor %} - </select> - <select id="tenor"> - <option value="3yr">3yr</option> - <option value="5yr">5yr</option> - <option value="7yr">7yr</option> - <option value="10yr">10yr</option> - </select> - </div> -<script type="text/javascript" src="{{ url_for('static', filename='indices.js') }}"></script> -</body> -</html> diff --git a/risk_insight/templates/tranches.html b/risk_insight/templates/tranches.html deleted file mode 100644 index d40a7d20..00000000 --- a/risk_insight/templates/tranches.html +++ /dev/null @@ -1,45 +0,0 @@ -<!doctype html> -<html> -<head> - <script type="text/javascript" src="{{ url_for('static', filename='dygraph-combined.js') }}"></script> - <script type="text/javascript" src="{{ url_for('static', filename='jquery-2.1.1.min.js') }}"></script> -</head> -<body> - <div id="graph1" - style="width:800px; height:500px;float:left;margin:auto"> - </div> - <div id="graph2" - style="width:800px; height:500px;float:left;padding-left:5em"> - </div> - <div style="margin-top:5em;display:inline-block"> - <select id="index"> - <option value="ig">IG</option> - <option value="hy">HY</option> - <option value="xo">XO</option> - <option value="eu">EU</option> - </select> - <select id="series"> - {% for s in series %} - <option value="{{s}}">{{s}}</option> - {% endfor %} - </select> - <select id="tenor"> - <option value="3yr">3yr</option> - <option value="5yr">5yr</option> - <option value="7yr">7yr</option> - <option value="10yr">10yr</option> - </select> - <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="corr01">Corr01</option> - <option value="durations">Duration</option> - <option value="el">Expected Loss</option> - </select> - </div> - <script type="text/javascript" src="{{ url_for('static', filename='tranches.js') }}"></script> -</body> -</html> |
