QuantLib
›
quantlib-users
Search
everywhere
only in this topic
Advanced Search
Adding double barriers to cvs
Classic
List
Threaded
♦
♦
Locked
3 messages
rjcookusa
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Adding double barriers to cvs
I completed the coding of double barriers back in August.
Does anyone have any objection if I now change/ add the following in cvs?
The files that I have added or changed are
a) quantlib.hpp
b) dblbarrieroption.hpp
c) dblbarrieroption.cpp
d) quantlib.dsp
(I've not been able to get in contact with Nando since then)
regards
Julian Cook
Luigi Ballabio-2
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Adding double barriers to cvs
At 12:24 PM -0400 10/3/02,
[hidden email]
wrote:
>I completed the coding of double barriers back in August.
>
>Does anyone have any objection if I now change/ add the following in cvs?
As for me, it's a green light.
Thanks,
Luigi
Marco Marchioro-2
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Change on the interface of TimeGrid
Dear QuantLib user,
I noticed that there is a constructor of TimeGrid that takes as input a
std::list<Time>.
If nobody has strong objections I would use a std::deque<Time> instead.
Also, I would enforce a sort and unique on the inputs so that is not necessary
to do that from the outside.
Furthermore, I would throw an exception if any of the given time is negative.
Who is against these changes?
Marco Marchioro.
Free forum by Nabble
Edit this page