Hello, Is there anything in quantlib (or in other languages such as C#, VBA, R… ) that could be used to perform quick risk management. For instance, given: -time series for a set of underlying -a portfolio of these underlying (let s start with static positions only) I would like to find an easy way to get the volatility, the VaR and maybe some other risk indicators… Thanks for any help/comments, Pierre ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Dear Pierre
Quick is a relative term :-D The Performance Analytics package in R will take a time series and compute a number of risk statistics, including VaR. See the table of contents in the manual here for a list of the its methods — http://cran.r-project.org/web/packages/PerformanceAnalytics/PerformanceAnalytics.pdf QuantLib provides a number of risk statistics through the GenericRiskStatistics class — http://quantlib.org/reference/class_quant_lib_1_1_generic_risk_statistics.html. You may also want to look at the statistics functions in QuantLib XL — http://quantlib.org/quantlibxl/func_statistics.html#qlStatisticsValueAtRisk I’m not aware of anything pre-rolled in C# or VBA that you wouldn’t have to pay for. I hope you find something that meets your requirements. Best regards Jonathan — Begin forwarded message — From: "Grison PG Pierre (External DEXIA-US)" <[hidden email]> Subject: [Quantlib-users] quick risk management indicator Date: 15 April 2015 16:01:37 BST To: "[hidden email]" <[hidden email]> Hello, Is there anything in quantlib (or in other languages such as C#, VBA, R… ) that could be used to perform quick risk management. For instance, given: -time series for a set of underlying -a portfolio of these underlying (let s start with static positions only) I would like to find an easy way to get the volatility, the VaR and maybe some other risk indicators… Thanks for any help/comments, Pierre — End forwarded message — Jonathan Budd PhD Candidate School of Mathematics & Statistics The University of Melbourne, Australia AU: +61 (0) 419 663 112 UK: +44 (0) 7445 359 578 [hidden email] ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |