<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel">
    <title>gmane.comp.finance.quantlib.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2530"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2529"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2528"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2527"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2526"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2525"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2524"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2523"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2522"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2521"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2520"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2519"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2518"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2517"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2516"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2515"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2514"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2513"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2512"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2511"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2530">
    <title>Re: [QuantLib-svn] SF.net SVN: quantlib:[15348]branches/oh_functions</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2530</link>
    <description>
if I get it right it should be:


ciao -- Nando

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Ferdinando Ametrano</dc:creator>
    <dc:date>2008-08-07T14:07:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2529">
    <title>Re: QuantLibXL function in Excel, limit in number of arguments?</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2529</link>
    <description>Hello,

On Wed, August 6, 2008 03:09, willshaw wrote:

That's a very good point.  Certain parameters are generated
automatically:
- 4 for a Constructor - ObjectId, Permanent, Trigger, Overwrite
- 2 for a Member - ObjectId, Trigger
- 1 for a Utility - Trigger
These need to be taken into account when ensuring that the
total number of parameters does not exceed the limit of 20.

I just did a quick test, adding dummy parameters to a
constructor function to get a total of 20 parameters (16 user
defined + 4 autogenerated).  I tested the function in Excel and
it looks OK - it displays correctly in the Function Wizard and
seems to function as expected.  Are you saying that a similar
test still fails for you?  If so I again invite you to send me
your modifications so that I can recreate the problem on my
machine.

I mentioned in an earlier email that it's possible to define
user functions with up to 30 parameters, with the limitation
that the Function Wizard displays descriptions for only the
first 20.  I thought Qua</description>
    <dc:creator>Eric Ehlers</dc:creator>
    <dc:date>2008-08-07T10:22:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2528">
    <title>Re: QuantLibXL function in Excel, limit in number of arguments?</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2528</link>
    <description>
Hi, Eric,

I just double check again. I defined own function with 15 arguments. But
with extra 3 arguments, namely Permanent, Trigger, and Overwrite, there are
actually 18 in Excel.
But this does not matter really because I assume you will upgrade QuantLibXL
to take advantage of Excel 2007.

May I ask another question? What serializationIncludes and addinIncludes
mean in XML files?

Thanks.

 

Eric Ehlers-2 wrote:

</description>
    <dc:creator>willshaw</dc:creator>
    <dc:date>2008-08-06T02:09:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2527">
    <title>Re: precision in cubicsplineinterpolation (and ingeneral)</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2527</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
QuantLib-dev mailing list
QuantLib-dev&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
</description>
    <dc:creator>Sylvain Bertrand</dc:creator>
    <dc:date>2008-08-04T15:55:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2526">
    <title>Re: Call QL from SWIG/Python : FittedBondCurve</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2526</link>
    <description>On Wed, 2008-07-16 at 09:44 +0200, =?ISO-8859-1?Q? Fr=E9d=E9ric_Degraeve
_ wrote:

Try fully qualifying QuantLib::FittedBondDiscountCurve::FittingMethod in
the constructor. If that fails, try exporting
QuantLib::FittedBondDiscountCurve::FittingMethod trough SWIG.

Luigi


</description>
    <dc:creator>Luigi Ballabio</dc:creator>
    <dc:date>2008-08-04T14:50:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2525">
    <title>Re: precision in cubicsplineinterpolation (andingeneral)</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2525</link>
    <description>
Yes, or we might specify std::max&lt;Real&gt;(x, 0) so that the 0 gets
converted to the right type.


We used the QL_REAL thing so that, in case one wanted to try and change
the default float type, we didn't have double hard-coded everywhere. But
we never tried very hard to make the library even compile with different
types.

As for your spline calculations, if you need long doubles, just go ahead
and use long double.

Luigi



</description>
    <dc:creator>Luigi Ballabio</dc:creator>
    <dc:date>2008-08-04T14:03:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2524">
    <title>version number problem</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2524</link>
    <description>never mind, I probably just didn't update properly.

mark

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Mark joshi</dc:creator>
    <dc:date>2008-08-04T05:15:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2523">
    <title>version number problem</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2523</link>
    <description>I did an update this morning.

Test suite is looking for 0.9.6 when linking. Quantlib is producing
the 0.9.5 version. So it fails to build.

I 'm using VC8

I fixed it by changing the filename. What's the correct fix?

thanks

mark



</description>
    <dc:creator>Mark joshi</dc:creator>
    <dc:date>2008-08-04T02:04:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2522">
    <title>Period to frequency conversion.</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2522</link>
    <description>Greetings,

Is there any particular reason for restrictions in Period::frequency()
method on the length in weeks and days?

Firstly, it looks inconsistent with handling of months. Why in a similar
manner couldn't it translate weeks and days via Frequency(52/length) and
Frequency(366/length) respectively? 

Secondly, I have a real issue with such a restriction. I need to setup a
fixed rate bond that pays coupon every 182 days unadjusted. So, in
setting up a schedule I specified tenor as 182D or 26W, but the
constructor of FixedRateBond object ends up in exception when such a
schedule is passed as an input parameter. It would be okay for me if
such a bond would have semiannual settings for frequency; moreover it
looks like in majority cases "frequency" plays just a "decorative" role.
Is there any workaround?

Thanks,

Slava Mazur


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based </description>
    <dc:creator>Slava Mazur</dc:creator>
    <dc:date>2008-07-31T19:58:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2521">
    <title>Re: Revision management of modifications to QuantLib</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2521</link>
    <description>
Hi Luigi,

Luigi Ballabio &lt;luigi.ballabio&lt; at &gt;gmail.com&gt; writes:


I have not tried this, but as far as I understand this is supported
extremely well by the bzr-svn plugin:

http://bazaar-vcs.org/BzrForeignBranches/Subversion#features

In this case you would want to use bazaar to directly access the
Sourceforge subversion repository rather than the mirror hosted on
Launchpad. 

That is, with the plugin installed, you should be able to make a
branch directly like this:

bzr branch https://quantlib.svn.sourceforge.net/svnroot/quantlib/trunk/QuantLib

And subsequently to publish your changes when you wish so with:

bzr push https://quantlib.svn.sourceforge.net/svnroot/quantlib/trunk/QuantLib


Best,
Bojan

</description>
    <dc:creator>Bojan Nikolic</dc:creator>
    <dc:date>2008-07-31T11:52:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2520">
    <title>Re: Revision management of modifications to QuantLib</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2520</link>
    <description>
On Jul 29, 2008, at 11:48 PM, Bojan Nikolic wrote:

Bojan,
thanks for the article---very interesting. I had tried something  
similar with svk, but I ran into technical problems and gave up. I  
might give bazaar a try.  Also, it would be interesting if you had  
some comments on how to go the other way; i.e., how (if possible) to  
merge one's changes back into the official Subversion repository if  
one has write access to the latter.

Luigi



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Luigi Ballabio</dc:creator>
    <dc:date>2008-07-30T19:38:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2519">
    <title>Revision management of modifications to QuantLib</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2519</link>
    <description>
Dear All,

I have written a little article on how I manage my experimental and
non-public changes to QuantLib using the bazaar distributed revision
control system.

Examples where this can be useful are:

* Tracking patches which are not yet ready for a public review and
  integration in the central source code tree

* Extensions or changes to QuantLib that are intended to be
  permanently private but require revision control and tracking of the
  public source tree

If you are interested, the article is available at:

http://www.bnikolic.co.uk/blog/ql-ontop-bzr.html

Comments welcome.

Best,
Bojan

</description>
    <dc:creator>Bojan Nikolic</dc:creator>
    <dc:date>2008-07-29T21:48:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2518">
    <title>Re: [QuantLib-svn] SF.net SVN: quantlib:[15249]trunk/QuantLib</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2518</link>
    <description>On Sun, 2008-07-20 at 11:23 +0000, markjoshi&lt; at &gt;users.sourceforge.net
wrote:

Hi Mark,
did it work?

Luigi


</description>
    <dc:creator>Luigi Ballabio</dc:creator>
    <dc:date>2008-07-30T15:20:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2517">
    <title>Re: QuantLibXL function in Excel, limit in number of arguments?</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2517</link>
    <description>Hello,

On Wed, July 23, 2008 02:14, willshaw wrote:
function

Very strange.  Please send me the smallest possible patch which
would allow me to recreate the problem - e.g. a handful of
files containing your edits which I could unzip onto a clean
install of 0.9.0.

Thanks,
Eric

-------------------------
Eric Ehlers
nazcatech sprl | Brussels | http://www.nazcatech.be
Distributed computing for pricing analytics - Use Microsoft
Excel as a client to the Grid


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Eric Ehlers</dc:creator>
    <dc:date>2008-07-29T12:39:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2516">
    <title>Re: QuantLibXL function in Excel, limit in number of arguments?</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2516</link>
    <description>
Hi, to expose a function to Excel, I first define the function interface in
project "QuantLibObjects" under namespace QuantLibAddin, it should call the
real function in QuantLib, then edit the xml in project "qlgensrc", then
compile. No edit of autogenerated files. I use Excel 2003. 

Regards,



Eric Ehlers-2 wrote:

</description>
    <dc:creator>willshaw</dc:creator>
    <dc:date>2008-07-23T01:14:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2515">
    <title>[ quantlib-Feature Requests-2023353 ] CUDA port</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2515</link>
    <description>Feature Requests item #2023353, was opened at 2008-07-21 08:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=362740&amp;aid=2023353&amp;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: Open
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: CUDA port

Initial Comment:
Hello,

A great feature would be a CUDA port of QuantLib.
Thanks !

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=362740&amp;aid=2023353&amp;group_id=12740

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest </description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2008-07-21T08:39:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2514">
    <title>Re: LinearLeastSquaresRegression Class Constructor</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2514</link>
    <description>Hi 

The y values (return value of the functions) have to be of type Real as the 
alogrithm rely on the SVD method... and looking back I think making the x 
values a template parameter is "overengineered" here.

regards 
 Klaus

On Friday 25 July 2008 11:21:56 Silakhdar Krikeb wrote:



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Klaus Spanderen</dc:creator>
    <dc:date>2008-07-27T11:01:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2513">
    <title>LinearLeastSquaresRegression Class Constructor</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2513</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
QuantLib-dev mailing list
QuantLib-dev&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
</description>
    <dc:creator>Silakhdar Krikeb</dc:creator>
    <dc:date>2008-07-25T09:21:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2512">
    <title>Re: precision in cubicsplineinterpolation (and ingeneral)</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2512</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
QuantLib-dev mailing list
QuantLib-dev&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
</description>
    <dc:creator>Sylvain Bertrand</dc:creator>
    <dc:date>2008-07-23T19:53:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2511">
    <title>Re: precision in cubicsplineinterpolation (and ingeneral)</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2511</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
QuantLib-dev mailing list
QuantLib-dev&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
</description>
    <dc:creator>Sylvain Bertrand</dc:creator>
    <dc:date>2008-07-23T14:50:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2510">
    <title>FD American Options Pricing</title>
    <link>http://permalink.gmane.org/gmane.comp.finance.quantlib.devel/2510</link>
    <description>Hi,

I'm trying to understand how the finite-differences American Options 
pricing in QuantLib works.  Specifically, I've been looking into the 
FDDivdendAmericanEngine class but am having a bit of trouble 
understanding the algorithm on a high level because of the multiple 
levels of inheritance.  As I understand it, it implements a Crank 
-Nicolson fully centered finite difference method by iterating backwards 
in time over a grid of prices, but please correct me if I'm wrong.  Note 
that I've just been running this class as it's used in the 
quanlib-benchmark program.

My main questions involve how the dimensions of the grid are determined:

- How are the number of price levels determined?  (They seem to be fixed 
at 100 in the benchmark).
- How are the time-steps of the grid determined?  Mu understanding is 
that these methods typically use constant time steps, but the quantlib 
implementation seems to vary them.  I determined this by looking in 
rollbackImpl() found in finitedifferencemodel.hpp.  I don'</description>
    <dc:creator>Kyle Kelley</dc:creator>
    <dc:date>2008-07-22T17:34:50</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.finance.quantlib.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.finance.quantlib.devel</link>
  </textinput>
</rdf:RDF>
