I am experimenting with an application I am writing in prolog , and I need to use monte carlo simulator that would output prices for different randomly generated scenarios. Does anyone know where to look for something that would do this for free ? (I am not look for a library to use such as QuantLib)

Thanx

link|improve this question

43% accept rate
I don't see what could provide pricing and scenario generation but is totally unlike using a library such as QuantLib. – Peter G. Jan 22 '11 at 21:50
feedback

3 Answers

I'm not sure if you are after a financial simulator in prolog, but if you are willing to use a different language I would try R.

For a brief taster, have a look at the following links:

link|improve this answer
feedback

Without knowing exactly what you are trying to do it is difficult to recommend something specific. However http://cran.r-project.org/web/packages/ has many monte carlo packages for R.

Personally I use http://hackage.haskell.org/package/monte-carlo/ which is a toolkit for haskell. I have not found the off the shelf simulators to be very useful.

link|improve this answer
feedback

There is a research project that might interest you: http://www-rocq.inria.fr/mathfi/Premia/index.html.

It's free and covering the pricing of most financial derivatives, using various numerical methods..

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.