aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/Dawn/static/dawn.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/python/Dawn/static/dawn.js b/python/Dawn/static/dawn.js
index eceecf0f..1402a767 100644
--- a/python/Dawn/static/dawn.js
+++ b/python/Dawn/static/dawn.js
@@ -127,14 +127,11 @@ $(function() {
$('#portfolio').val('MORTGAGES');
break;
case 'SWAPTION':
- hide(['fixed_rate', 'index_ref', 'security_desc',
- 'corr_attach', 'corr_detach']);
+ hide(['fixed_rate', 'index_ref', 'security_desc']);
$('#portfolio').val('IR');
$('#settlement_type').val('Cash');
break;
case 'CD_INDEX_OPTION':
- hide(['orig_attach', 'orig_detach',
- 'corr_attach', 'corr_detach']);
show(['fixed_rate', 'index_ref', 'security_desc']);
$('#portfolio').val('OPTIONS');
$('#settlement_type').val('Delivery');