[ quantlib-Bugs-1947150 ] inflationPeriod incorrect for SemiAnnual and Quarterly frequ

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ quantlib-Bugs-1947150 ] inflationPeriod incorrect for SemiAnnual and Quarterly frequ

SourceForge.net
Bugs item #1947150, was opened at 2008-04-20 13:59
Message generated for change (Comment added) made by lballabio
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1947150&group_id=12740

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Luigi Ballabio (lballabio)
Summary: inflationPeriod incorrect for SemiAnnual and Quarterly frequ

Initial Comment:
Hi,


inflationPeriod incorrect for SemiAnnual and Quarterly frequencies.  It should read:


case Semiannual:
   startMonth = Month(6*((month-1)/6) + 1)


and


case Quarterly:
   startMonth = Month(3*((month-1)/3) + 1)


with the other lines unchanged.

Best regards,
[hidden email]

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

Comment By: Luigi Ballabio (lballabio)
Date: 2008-06-30 18:24

Message:
Logged In: YES
user_id=75450
Originator: NO

The bug is now fixed in the Subversion repository.
Thank you for the report.


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

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1947150&group_id=12740

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev