How can I get involved?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How can I get involved?

Scotty42
Hello, I am an out of work quant developer (more a senior developer who has come to quantitative finance). While I am in am engaged in a career transition, I would like to lend my skills to the QuantLib project. I am proficient at C/C++, VB/VBA and database systems and I have worked on both cash & derivatives based on interest rates, credit & commodities. I am not sure where to start, but maybe I could work on bug fixes, refactoring/redesign, extensions and/or creating samples and test suites. Please let me know how I can become involved. Regards, Scott L. Robik
Reply | Threaded
Open this post in threaded view
|

Re: How can I get involved?

Ferdinando M. Ametrano-3
Hi Scott

welcome 'on board'

> Please let me know how I can become involved

I have a suggestion.

The InterestRateIndex::fixing method uses Index(TimeSeries)Manager to
look for historical fixings. The time series must have been provided
before in order to avoid a "missing fixing" run time exception. In my
current Excel environment this is the operational weakest point.

It would be nice to provide some SourceManager hook before the
exception for run-time queries to an ordered list of sources (DB,
Reuters, Bloomberg) in order to try to get the fixing from the sources
and extend the time series

Of course the hook should be elegant enough to factor all custom
settings, transcodings, configurations, etc in some easy to extend C++
code or XLM config file. QuantLib might ship with an empty code stub
and/or provide examples for Reuters / Bloomberg, SQLite, generic SQL
query, OTL

Even a SQLite refactoring of Index(TimeSeries)Manager would be interesting...

ciao -- Nando

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev