var fDesc=new Array(); fDesc[0] = "DerivaGem is Excel-based.

Main features:

- It now carries out calculations for credit derivatives and interest rate derivatives, as well as for options on stocks, indices, currencies, and futures
- It calculates prices, implied volatilities, and the Greeks
- It implements normal and lognormal interest rate models to value American-style interest rate options
- It displays charts showing the relationships between variables
- It displays the binomial/trinomial trees used for valuation"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }