var fDesc=new Array(); fDesc[0] = "SmartFolio is a state-of-the-art asset management software for investment professionals and private investors. It contains advanced portfolio optimization and risk management techniques, based on the latest achievements in portfolio theory. The software combines highly advanced and innovative analytics with a user-friendly, intuitive interface, perfectly suited to any level of expertise and experience.

Most of the mathematical algorithms utilized by SmartFolio have only emerged in the last few years. Many are therefore not to be found in other commercial products. SmartFolio will help you solve a variety of practical tasks including:

- Advanced Portfolio Optimization

- Asset Performance Ranking

- Risk-Reward Analysis and Efficient Frontier

- Portfolio Risk Analysis (VaR and CVaR)

- Target Shortfall Probabilities Analysis

- Minimization of Transaction Costs

Recently released SmartFolio 3 supports many new features including:

- The Black-Litterman model

- Walk-forward optimization

- Import from Bloomberg Professional

- Import from an Excel table

- Batch import

- Automatic update from all data sources

- Vista support"; 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 = ''; } }