Re: QuantLib Java

Posted by Luigi Ballabio on
URL: http://quantlib.414.s1.nabble.com/QuantLib-Java-tp4013p4014.html

On 08/31/2005 02:22:06 PM, John Nichol wrote:
> 1) When is 0.3.11 likely to be released? I understand this is the  
> first release expected to have the undated Swig interfaces.

Correct. Probably in a month or two.

> 3) Looking at the latest files in CVS it seems there is still a
> functionality missing from the Swig files. E.g. bond.i does not  
> expose several important methods like
>
>        const std::vector<boost::shared_ptr<CashFlow> >& cashflows()  
> const;
>        const boost::shared_ptr<CashFlow>& redemption() const;
>        const Calendar& calendar() const;
>        BusinessDayConvention businessDayConvention() const;
>        const DayCounter& dayCounter() const;
>        Frequency frequency() const;

I added the methods to the interface--they're available in CVS. I  
couldn't test them with Java, though.

Later,
        Luigi

----------------------------------------

To err is human -- to blame it on a computer is even more so.
-- unknown