<?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://blog.gmane.org/gmane.comp.finance.quantlib.user">
    <title>gmane.comp.finance.quantlib.user</title>
    <link>http://blog.gmane.org/gmane.comp.finance.quantlib.user</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://comments.gmane.org/gmane.comp.finance.quantlib.user/5126"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5121"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5109"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5107"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5094"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5093"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5083"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5082"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5079"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5055"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5054"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5053"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5052"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5051"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5050"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5048"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5040"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5039"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5032"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5027"/>
      </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://comments.gmane.org/gmane.comp.finance.quantlib.user/5126">
    <title>yield curve manipulation</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5126</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-users mailing list
QuantLib-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quantlib-users
</description>
    <dc:creator>Siddharth Alexander</dc:creator>
    <dc:date>2008-09-04T15:42:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5121">
    <title>class Instrument, virtual destructor</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5121</link>
    <description>Hi all,

 the class Instrument is defined as an abstract class. For that reason 
it should be provided with a virtual destructor

virtual ~Instrument(){};

to avoid memory leak. I hope that someone can add  this to the file.

with regards,
Kim Tang

-------------------------------------------------------------------------
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>Kim Kuen Tang</dc:creator>
    <dc:date>2008-09-03T17:46:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5109">
    <title>testing error in testsuite 0.9.6</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5109</link>
    <description>Hi all,

i 've got testing errors from testsuite in QuantLib 0.9.6. with visual 
studio 2008, boost 1.36.

The output is:

 &gt;Testing alpha caplet calibration in a lognormal coterminal swap market 
model...
11&gt;unknown location(0): fatal error in 
"QuantLib::detail::quantlib_test_case(&amp;MarketModelSmmCapletAlphaCalibrationTest::testFunction)": 
std::exception: last caplet vol (0.1340376439125532) must be equal to 
last swaption vol (0.1340657951109429); discrepancy is 2.81511983896976e-005
11&gt;c:\build_ql_0_9_6\quantlib\test-suite\utilities.hpp(76): last checkpoint
11&gt;Testing GHLS caplet calibration in a lognormal coterminal swap market 
model...
11&gt;unknown location(0): fatal error in 
"QuantLib::detail::quantlib_test_case(&amp;MarketModelSmmCapletCalibrationTest::testFunction)": 
std::exception: last caplet vol (0.1340376439125532) must be equal to 
last swaption vol (0.1340657951109429); discrepancy is 2.81511983896976e-005
11&gt;c:\build_ql_0_9_6\quantlib\test-suite\utilities.hpp(76): last checkpoint
11&gt;Testing max homogeneity caplet calibration in a lognormal coterminal 
swap market model...
11&gt;unknown location(0): fatal error in 
"QuantLib::detail::quantlib_test_case(&amp;MarketModelSmmCapletHomoCalibrationTest::testFunction)": 
std::exception: last caplet vol (0.1340376439125532) must be equal to 
last swaption vol (0.1340657951109429); discrepancy is 2.81511983896976e-005
11&gt;c:\build_ql_0_9_6\quantlib\test-suite\utilities.hpp(76): last checkpoint

with regards,
Kim Tang

-------------------------------------------------------------------------
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>Kim Tang</dc:creator>
    <dc:date>2008-08-30T12:01:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5107">
    <title>Is the quantlibxl available for Mac OSX Leopard</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5107</link>
    <description>I was wondering if the quantlibxl download was available for Macs?

Best,

Kyle

-------------------------------------------------------------------------
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>Kyle G</dc:creator>
    <dc:date>2008-08-29T00:34:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5094">
    <title>Compilation failure</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5094</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-users mailing list
QuantLib-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quantlib-users
</description>
    <dc:creator>Boris Dubuisson</dc:creator>
    <dc:date>2008-09-02T14:39:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5093">
    <title>the LMM in QuantLib</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5093</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-users mailing list
QuantLib-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quantlib-users
</description>
    <dc:creator>Mark joshi</dc:creator>
    <dc:date>2008-09-01T23:55:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5083">
    <title>question</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5083</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-users mailing list
QuantLib-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quantlib-users
</description>
    <dc:creator>eiichi oyama</dc:creator>
    <dc:date>2008-08-28T21:18:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5082">
    <title>QuantLib SWIG 0.9.6</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5082</link>
    <description>
Hi,

I was wondering if there is any planned date for the new version of QL SWIG,
or if not, how close we are to the release?  I am doing some work with this,
and would prefer to hold off if the new version is going to appear soon.

Thanks in advance.
</description>
    <dc:creator>Rahul Gupta</dc:creator>
    <dc:date>2008-08-28T10:03:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5079">
    <title>Using QuantLibXL</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5079</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-users mailing list
QuantLib-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quantlib-users
</description>
    <dc:creator>Slava D</dc:creator>
    <dc:date>2008-08-27T22:29:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5055">
    <title>experimental</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5055</link>
    <description>Hi

i get following build errors compiling QuantLib-0.9.6 on a sparc / gcc

known issue?

cheers

lutz

In file included from ../../../ql/issuer.hpp:27,
                 from ../../../ql/experimental/credit/cdsoption.hpp:28,
                 from cdsoption.cpp:20:
../../../ql/default.hpp:32: error: expected identifier before numeric
constant
../../../ql/default.hpp:32: error: expected `}' before numeric constant
../../../ql/default.hpp:32: error: expected unqualified-id before
numeric constant
../../../ql/default.hpp:38: error: expected class-name before '{' token
../../../ql/default.hpp:40: error: expected `,' or `...' before '&amp;' token
../../../ql/default.hpp:43: error: ISO C++ forbids declaration of `Date'
with no type
../../../ql/default.hpp:44: error: `Date' does not name a type
../../../ql/default.hpp:45: error: `Real' does not name a type
../../../ql/default.hpp:46: error: `Seniority' does not name a type
../../../ql/default.hpp:49: error: `Date' does not name a type
../../../ql/default.hpp:50: error: `Rate' does not name a type
../../../ql/default.hpp:51: error: `Seniority' does not name a type
../../../ql/default.hpp:53: error: `AcyclicVisitor' has not been declared
../../../ql/default.hpp:53: error: ISO C++ forbids declaration of
`parameter' with no type
../../../ql/default.hpp:61: error: expected declaration before '}' token
In file included from ../../../ql/issuer.hpp:27,
                 from ../../../ql/experimental/credit/cdsoption.hpp:28,
                 from cdsoption.cpp:20:
../../../ql/default.hpp:24:1: unterminated #ifndef
In file included from ../../../ql/experimental/credit/cdsoption.hpp:28,
                 from cdsoption.cpp:20:
../../../ql/issuer.hpp:24:1: unterminated #ifndef
In file included from cdsoption.cpp:20:
../../../ql/experimental/credit/cdsoption.hpp:24:1: unterminated #ifndef
make[4]: *** [cdsoption.lo] Error 1
make[4]: Leaving directory
`/etc/orc/libsrc/QuantLib-0.9.6/ql/experimental/credit'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/etc/orc/libsrc/QuantLib-0.9.6/ql/experimental'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/etc/orc/libsrc/QuantLib-0.9.6/ql'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/etc/orc/libsrc/QuantLib-0.9.6/ql'
make: *** [all-recursive] Error 1


This e-mail is confidential and may contain legally privileged information. It is intended only for the addressees. If you have received this e-mail in error, kindly notify us immediately by telephone or e-mail and delete the message from your system.

-------------------------------------------------------------------------
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>Lutz v. Grafenstein</dc:creator>
    <dc:date>2008-08-22T10:37:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5054">
    <title>QuantLibXL problem: qlRateHelperSelection withqlFixedRateBondHelpers</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5054</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-users mailing list
QuantLib-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quantlib-users
</description>
    <dc:creator>Marek Ozana</dc:creator>
    <dc:date>2008-08-24T18:25:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5053">
    <title>problem with qlRand() and some other Math functions</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5053</link>
    <description>
Hi,

I've recently installed QuantLibXL 0.9.0 (on Excel 2003) and most things
work fine. But I have a strange problem with some Math functions. It seems
that all the Math functions for which there is an Excel equivalent return
0. For example qlRand() returns 0.000000 in the RandomNumbers.xls workbook.
Same thing for all the functions in the normdist.xls workbook (eg
qlNormSInv return 0.00000). I haven't found any help on t he internet. Is
this something you've come across before?

Many thanks and well done for this brilliant tool,

Fredrik Dahlqvist
Quant Fixed Income Strategist
HSBC

************************************************************
HSBC Bank plc may be solicited in the course of its placement efforts for a
new issue, by investment clients of the firm for whom the Bank as a firm
already provides other services. It may equally decide to allocate to its
own proprietary book or with an associate of HSBC Group. This represents a
potential conflict of interest. HSBC Bank plc has internal arrangements
designed to ensure that the firm would give unbiased and full advice to the
corporate finance client about the valuation and pricing of the offering as
well as internal systems, controls and procedures to identify and manage
conflicts of interest.

HSBC Bank plc
Registered Office: 8 Canada Square, London E14 5HQ, United Kingdom
Registered in England - Number 14259
Authorised and regulated by the Financial Services Authority.
************************************************************


-----------------------------------------
SAVE PAPER - THINK BEFORE YOU PRINT!

This transmission has been issued by a member of the HSBC Group
"HSBC" for the information of the addressee only and should not be
reproduced and/or distributed to any other person. Each page
attached hereto must be read in conjunction with any disclaimer
which forms part of it. Unless otherwise stated, this transmission
is neither an offer nor the solicitation of an offer to sell or
purchase any investment. Its contents are based on information
obtained from sources believed to be reliable but HSBC makes no
representation and accepts no responsibility or liability as to its
completeness or accuracy.

-------------------------------------------------------------------------
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>fredrik.dahlqvist&lt; at &gt;hsbcib.com</dc:creator>
    <dc:date>2008-08-19T14:59:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5052">
    <title>indexFixing( )</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5052</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-users mailing list
QuantLib-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quantlib-users
</description>
    <dc:creator>Li, Peter</dc:creator>
    <dc:date>2008-08-20T20:50:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5051">
    <title>VAR Methodology</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5051</link>
    <description>
We are evaluating different risk libraries for VaR. Can anyone point me to
the details of the approach used by QuantLib.  My apologies in advance if
this was obvious in the docs, and I missed it.
</description>
    <dc:creator>ssykowski</dc:creator>
    <dc:date>2008-08-14T13:11:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5050">
    <title>Quanto barrier submission</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5050</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-users mailing list
QuantLib-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quantlib-users
</description>
    <dc:creator>paul&lt; at &gt;paulfarrington.com</dc:creator>
    <dc:date>2008-08-23T18:36:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5048">
    <title>How to expose new class to quantlib</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5048</link>
    <description>Hi guys,

i have a question about correctly adding new class to QuantLib in visual 
studio.

I notice that if I just add a new class by  using /File/-&gt;/New/-&gt;File 
from the menu i get problems with the linker. The linker tells me that 
my class already exists  in another object files.  So my question is 
that do i need to update the makefiles in the folder?

Do I have to add the new file to the makefile.am and then use automake 
to create a new makefile.in?

Is there adnother additional steps i have to do before linking the whole 
project?

Thanks for your help,
Kim Tang





-------------------------------------------------------------------------
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>Kim Kuen Tang</dc:creator>
    <dc:date>2008-08-25T20:41:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5040">
    <title>Calculating American Early Exercise Premium</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5040</link>
    <description>
Hi, 
 I'm trying to calculate the european option price from an american by
taking out the early exercise premium. I first use FDDividendAmericanEngine
to calculte the implied vol, then use  Barone-Adesy and Whaley engine and
Black Scholes engines to calculate the american and european prices which I
thought would allow me to get the american premium.

 But, when I do this calculation, my two option prices always match. Do you
think my above thinking is flawed or it could be due to a programming error
on my part. Anycase, if you have a  better alternative for what I'm trying
to do, I really appreciate to hear that too. 

 Thank you very much.

C
</description>
    <dc:creator>nabbleuser2008</dc:creator>
    <dc:date>2008-08-25T15:30:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5039">
    <title>what paper is RangeAccrualPricerByBgm based?</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5039</link>
    <description>
Hi, anyone knows what paper is the pricer RangeAccrualPricerByBgm based?

Thanks.

Will
</description>
    <dc:creator>willshaw</dc:creator>
    <dc:date>2008-08-22T17:29:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5032">
    <title>boost::ublas and boost::function support?</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5032</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-users mailing list
QuantLib-users&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quantlib-users
</description>
    <dc:creator>Jesse Perla</dc:creator>
    <dc:date>2008-08-20T16:15:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5027">
    <title>AnaliticHestonEngine -- SV or SVJ</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5027</link>
    <description>
Hi,

 I noticed that the following paper is listed as a reference in the
analytichestonengine.cpp file. I also noticed that the same paper is
mentioned in the test-suite/hestonmodel.cpp file under testDAXCalibration
method.

A. Sepp, Pricing European-Style Options under Jump Diffusion Processes with
Stochastic Volatility: Applications of Fourier Transform
(&lt;http://math.ut.ee/~spartak/papers/stochjumpvols.pdf&gt;)

  I had previously thought that the analytichestonengine.cpp implements
heston Stochastic Volatility (SV)  model without jumps, but having seen the
above reference, I'd like to double check if SV with Jumps is available in
QuantLib. Also, secondarily, I'd like to clarify which model, ie,  SV  with
Jumps or SV (without jumps) used in the testDAXCalibration ?

 Thank you very much.

C 
</description>
    <dc:creator>nabbleuser2008</dc:creator>
    <dc:date>2008-08-19T18:42:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.finance.quantlib.user/5023">
    <title>Online valuation using QuantLib</title>
    <link>http://comments.gmane.org/gmane.comp.finance.quantlib.user/5023</link>
    <description>
Hi All

I posted here a while ago regarding an online yield curve utility that I
created using QuantLib.  Thank you for everybody's feedback.

I have now added the ability to value interest rate swap contracts.

I will hopefully soon add the ability to value swaptions and caps and
floors.

The site can be found at http://www.bramaan.com

I would appreciate any feedback.  Especially on bugs and functionality.

Regards

Theo Robbertze
</description>
    <dc:creator>T Robbertze</dc:creator>
    <dc:date>2008-08-18T08:08:28</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.finance.quantlib.user">
    <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.user</link>
  </textinput>
</rdf:RDF>
