On building an integrated QuantLib/Lua platform on the world's most popular computer.

Wednesday, September 1, 2010

Sunday, August 22, 2010

Daycounter progress

I've had a review of my daycounter app. Much has improved and it's much closer to launch. New images at http://daycountiphone.blogspot.com

Thursday, July 15, 2010

Day counter

The most extensive financial daycounter available on the iPhone. See images at


This is to appear soon on iTunes

Sunday, April 4, 2010

QuantLib-Python + R-Python

Is it possible to have these three objects work seamlessly? Can I move the SWIG objects pointed to in Python to R?

Saturday, April 3, 2010

Fixed QuantLib R error

Needed to chage the Date function in QuantLib.R.

The simple function: todaysDate <- Date(15, "May", 1998)
refused to run because Date (line 2088) was buggy.

Date needed to be changed. It called functions
extends(argtypes[1], 'integer')

That integer should be changed to numeric in all three cases.

Followers