Login  Register

yield term structure again

Posted by Ferdinando M. Ametrano-2 on Jun 22, 2002; 12:16pm
URL: http://quantlib.414.s1.nabble.com/yield-term-structure-again-tp10116.html

Hi all

as you might have noticed I'm working on term structures.
A few questions:

1) Enrico, have you figured out if the currency() method is really relevant
for RiskMap's code? I would really like to remove it.
2) I would also like to remove todaysDate(), todaysDate_, and minTime(),
assuming that the minimum time is always t=0.0 at the settlementDate, where
I have discount = 1.0
Anyone against this change?
3) I fixed 2 bugs in DiscountCurve, but I still have problems with
calculations between settlementDate and the first knot date, probably due
to some problem in LogLinearInterpolation. Have someone ever used this
classes? Do they work for you?
4) I would also like to move daycounter to the last position in the
constructors' parameters list, so to allow for a default value (act/365, or
act/act ISDA)
Anyone against this change?

ciao -- Nando