Closed klin333 closed 3 years ago
Thanks for catching that. Maybe a documentation error. Can you reference what you see in 'src/utiles.cpp line 69'? One can fully reference this and when I look at that file I see something else:
Oh I see, you meant 369:
I will fix the docs.
Thanks again!
?RQuantLib::Enum shows DayCounter = 1 to mean "Actual360FixEd", but code src/utils.cpp line 69 of master shows QuantLib::Actual365Fixed() is returned if n==1
I guess that means the documentation is wrong?
I have RQuantLib 0.4.12 installed.