Discussion:
[Quantlib-users] 回复:答复: Adjustable Rate Bonds Pricing
fagoal
2017-07-03 09:47:33 UTC
Permalink
Oki will try it. Another question , this solution supports calculation of a coupon which is divided into several parts, for example payment semiannualfixing 3monthbut does it support payment 1month , and fixing 6mont? which means that one rate fixing determines next several coupon payment


发自我的iPhone

------------------ 原始邮件 ------------------
发件人: cheng li <***@gmail.com>
发送时闎: 2017幎7月3日 11:43
收件人: '冬' <***@gmail.com>
䞻题: 回倍答倍: 回倍答倍: [Quantlib-users] Adjustable Rate Bonds Pricing




FYI. I attached the Peter Casper’s answer which should be an easier solution. It still use sub period coupon. However there is no need to create a new class.



Regards,

Cheng



发件人: ***@qq.com [mailto:***@qq.com] 代衚 冬
发送时闎: 2017幎7月3日 11:00
收件人: cheng li <***@gmail.com>
䞻题: 回倍答倍: [Quantlib-users] Adjustable Rate Bonds Pricing



I am using floatingratebond to do the job but it does'n work . So what you mean is that i need to create a new instrument like floatingratebond and using the subperiodcoupon to solve this case


发自我的iPhone



------------------ 原始邮件 ------------------


发件人: cheng li <***@gmail.com>


发送时闎: 2017幎7月2日 22:42


收件人: 'fagoal' <***@gmail.com>, quantlib-users <quantlib-***@lists.sourceforge.net>


䞻题: 回倍答倍: [Quantlib-users] Adjustable Rate Bonds Pricing





Hi Fagoal,

Floating rate bond class under the instruments folder should partially meets
your requirements:

https://github.com/lballabio/QuantLib/blob/master/ql/instruments/bonds/float
ingratebond.hpp

This is a bond with variable rate linked to a ibor index.

According to your further description, you are looking forward to the sub
period coupon class under QuantLib experimental folder:

https://github.com/lballabio/QuantLib/blob/master/ql/experimental/coupons/su
bperiodcoupons.hpp

Peter Casper has another similar version of this in his open risk engine
project:

https://github.com/OpenSourceRisk/Engine/blob/master/QuantExt/qle/cashflows/
subperiodscoupon.hpp

also based on QuantLib.

It should be easy for yourself to extend QuantLib with a new type of bond
class based on sub period coupon. It will be very similar to floating rate
bond class.

Regards,
Cheng

-----邮件原件-----
发件人: fagoal [mailto:***@gmail.com]
发送时闎: 2017幎7月1日 15:24
收件人: quantlib-***@lists.sourceforge.net
䞻题: Re: [Quantlib-users] Adjustable Rate Bonds Pricing

Does quantlib 1.9 support this non-trival case? like fixing rate frequency
is quarterly and payment frequency is semiannual.



--
View this message in context:
http://quantlib.10058.n7.nabble.com/Adjustable-Rate-Bonds-Pricing-tp5756p183
73.html
Sent from the quantlib-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
Check out the vibrant tech community on one of the world's most engaging
tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
QuantLib-users mailing list
QuantLib-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quantlib-users






发自我的iPhone

------------------ 原始邮件 ------------------
发件人: Peter Caspers-4 [via QuantLib] <ml+***@n7.nabble.com>
发送时闎: 2017幎7月3日 03:12
收件人: fagoal <***@gmail.com>
䞻题: 回倍答倍: Adjustable Rate Bonds Pricing



Hi Cheng, Fagoal,

I think you can also make do without creating a new class, simply set up a leg of sub period coupons (which you can take from QuantLib or ORE / QuantExt, the latter being a bit more general, if needed) and then pass this leg into the generic Bond constructor (see bond.hpp)

Bond(Natural settlementDays,
const Calendar& calendar,
const Date& issueDate = Date(),
const Leg& coupons = Leg());

The leg only needs to contain the coupons, amortisation and redemption flows are added automatically based on the notional information that comes with the coupons.

Best Regards
Peter
Hi Fagoal,
Floating rate bond class under the instruments folder should partially meets
https://github.com/lballabio/QuantLib/blob/master/ql/instruments/bonds/float
ingratebond.hpp
This is a bond with variable rate linked to a ibor index.
According to your further description, you are looking forward to the sub
https://github.com/lballabio/QuantLib/blob/master/ql/experimental/coupons/su
bperiodcoupons.hpp
Peter Casper has another similar version of this in his open risk engine
https://github.com/OpenSourceRisk/Engine/blob/master/QuantExt/qle/cashflows/
subperiodscoupon.hpp
also based on QuantLib.
It should be easy for yourself to extend QuantLib with a new type of bond
class based on sub period coupon. It will be very similar to floating rate
bond class.
Regards,
Cheng
-----邮件原件-----
发件人: fagoal [mailto:[hidden email]]
发送时闎: 2017幎7月1日 15:24
收件人: [hidden email]
䞻题: Re: [Quantlib-users] Adjustable Rate Bonds Pricing
Does quantlib 1.9 support this non-trival case? like fixing rate frequency
is quarterly and payment frequency is semiannual.
--
http://quantlib.10058.n7.nabble.com/Adjustable-Rate-Bonds-Pricing-tp5756p183
73.html
Sent from the quantlib-users mailing list archive at Nabble.com.
----------------------------------------------------------------------------
--
Check out the vibrant tech community on one of the world's most engaging
tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users



If you reply to this email, your message will be added to the discussion below:
http://quantlib.10058.n7.nabble.com/Adjustable-Rate-Bonds-Pricing-tp5756p18375.html
To unsubscribe from Adjustable Rate Bonds Pricing, click here.
NAML



--
View this message in context: http://quantlib.10058.n7.nabble.com/Adjustable-Rate-Bonds-Pricing-tp18376.html
Sent from the quantlib-users mailing list archive at Nabble.com.
cheng li
2017-07-03 16:51:15 UTC
Permalink
AFAIK, there is not such class coupon in QuantLib. But you can always create you’re a coupon with hard coded fixed date, like:



https://github.com/lballabio/QuantLib/blob/master/ql/cashflows/indexedcashflow.hpp







发件人: fagoal [mailto:***@gmail.com]
发送时闎: 2017幎7月3日 17:48
收件人: quantlib-***@lists.sourceforge.net
䞻题: [Quantlib-users] 回倍答倍: Adjustable Rate Bonds Pricing



Oki will try it. Another question , this solution supports calculation of a coupon which is divided into several parts, for example payment semiannualfixing 3monthbut does it support payment 1month , and fixing 6mont? which means that one rate fixing determines next several coupon payment



发自我的iPhone



------------------ 原始邮件 ------------------

发件人: cheng li <[hidden email]>

发送时闎: 2017幎7月3日 11:43

收件人: '冬' <[hidden email]>

䞻题: 回倍答倍: 回倍答倍: [Quantlib-users] Adjustable Rate Bonds Pricing



FYI. I attached the Peter Casper’s answer which should be an easier solution. It still use sub period coupon. However there is no need to create a new class.



Regards,

Cheng



发件人: [hidden email] [mailto:[hidden email]] 代衚 冬
发送时闎: 2017幎7月3日 11:00
收件人: cheng li <[hidden email]>
䞻题: 回倍答倍: [Quantlib-users] Adjustable Rate Bonds Pricing



I am using floatingratebond to do the job but it does'n work . So what you mean is that i need to create a new instrument like floatingratebond and using the subperiodcoupon to solve this case

发自我的iPhone



------------------ 原始邮件 ------------------

发件人: cheng li <[hidden email]>

发送时闎: 2017幎7月2日 22:42

收件人: 'fagoal' <[hidden email]>, quantlib-users <[hidden email]>

䞻题: 回倍答倍: [Quantlib-users] Adjustable Rate Bonds Pricing


Hi Fagoal,

Floating rate bond class under the instruments folder should partially meets
your requirements:

https://github.com/lballabio/QuantLib/blob/master/ql/instruments/bonds/float
ingratebond.hpp

This is a bond with variable rate linked to a ibor index.

According to your further description, you are looking forward to the sub
period coupon class under QuantLib experimental folder:

https://github.com/lballabio/QuantLib/blob/master/ql/experimental/coupons/su
bperiodcoupons.hpp

Peter Casper has another similar version of this in his open risk engine
project:

https://github.com/OpenSourceRisk/Engine/blob/master/QuantExt/qle/cashflows/
subperiodscoupon.hpp

also based on QuantLib.

It should be easy for yourself to extend QuantLib with a new type of bond
class based on sub period coupon. It will be very similar to floating rate
bond class.

Regards,
Cheng

-----邮件原件-----
发件人: fagoal [[hidden email]]
发送时闎: 2017幎7月1日 15:24
收件人: [hidden email]
䞻题: Re: [Quantlib-users] Adjustable Rate Bonds Pricing

Does quantlib 1.9 support this non-trival case? like fixing rate frequency
is quarterly and payment frequency is semiannual.



--
View this message in context:
http://quantlib.10058.n7.nabble.com/Adjustable-Rate-Bonds-Pricing-tp5756p183
73.html
Sent from the quantlib-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
Check out the vibrant tech community on one of the world's most engaging
tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users



发自我的iPhone



------------------ 原始邮件 ------------------

发件人: Peter Caspers-4 [via QuantLib] <[hidden email]>

发送时闎: 2017幎7月3日 03:12

收件人: fagoal <[hidden email]>

䞻题: 回倍答倍: Adjustable Rate Bonds Pricing


Hi Cheng, Fagoal,

I think you can also make do without creating a new class, simply set up a leg of sub period coupons (which you can take from QuantLib or ORE / QuantExt, the latter being a bit more general, if needed) and then pass this leg into the generic Bond constructor (see bond.hpp)

Bond(Natural settlementDays,
const Calendar& calendar,
const Date& issueDate = Date(),
const Leg& coupons = Leg());

The leg only needs to contain the coupons, amortisation and redemption flows are added automatically based on the notional information that comes with the coupons.

Best Regards
Peter
Post by fagoal
Hi Fagoal,
Floating rate bond class under the instruments folder should partially meets
https://github.com/lballabio/QuantLib/blob/master/ql/instruments/bonds/float
ingratebond.hpp
This is a bond with variable rate linked to a ibor index.
According to your further description, you are looking forward to the sub
https://github.com/lballabio/QuantLib/blob/master/ql/experimental/coupons/su
bperiodcoupons.hpp
Peter Casper has another similar version of this in his open risk engine
https://github.com/OpenSourceRisk/Engine/blob/master/QuantExt/qle/cashflows/
subperiodscoupon.hpp
also based on QuantLib.
It should be easy for yourself to extend QuantLib with a new type of bond
class based on sub period coupon. It will be very similar to floating rate
bond class.
Regards,
Cheng
-----邮件原件-----
发件人: fagoal [mailto:[hidden email]]
发送时闎: 2017幎7月1日 15:24
收件人: [hidden email]
䞻题: Re: [Quantlib-users] Adjustable Rate Bonds Pricing
Does quantlib 1.9 support this non-trival case? like fixing rate frequency
is quarterly and payment frequency is semiannual.
--
http://quantlib.10058.n7.nabble.com/Adjustable-Rate-Bonds-Pricing-tp5756p183
73.html
Sent from the quantlib-users mailing list archive at Nabble.com.
----------------------------------------------------------------------------
--
Check out the vibrant tech community on one of the world's most engaging
tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users



_____

If you reply to this email, your message will be added to the discussion below:

http://quantlib.10058.n7.nabble.com/Adjustable-Rate-Bonds-Pricing-tp5756p18375.html

To unsubscribe from Adjustable Rate Bonds Pricing, click here.
<http://quantlib.10058.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> NAML



_____

View this message in context: <http://quantlib.10058.n7.nabble.com/Adjustable-Rate-Bonds-Pricing-tp18376.html> 回倍答倍: Adjustable Rate Bonds Pricing
Sent from the quantlib-users mailing list archive <http://quantlib.10058.n7.nabble.com/quantlib-users-f3.html> at Nabble.com.
Peter Caspers
2017-07-03 19:35:14 UTC
Permalink
I am not aware of such a class either. You can try to use the fixingDays parameter in IborCoupon to match the desired fixing date, but that is obviously not a good solution. I’d like to support a fixing date given as a date instead of fixing days in FloatingRateCoupon and deduced coupon classes. Luigi would that make sense?

Also note that there is a convexity adjustment involved for averaged coupons (because of delayed payments), it looks this is ignored in the sub periods coupon pricer. I guess this is easy to fix (a possible, Black-stlye adjustment is already implemented in the ibor coupon pricer).
https://github.com/lballabio/QuantLib/blob/master/ql/cashflows/indexedcashflow.hpp <https://github.com/lballabio/QuantLib/blob/master/ql/cashflows/indexedcashflow.hpp>
发送时闎: 2017幎7月3日 17:48
䞻题: [Quantlib-users] 回倍答倍: Adjustable Rate Bonds Pricing
Oki will try it. Another question , this solution supports calculation of a coupon which is divided into several parts, for example payment semiannualfixing 3monthbut does it support payment 1month , and fixing 6mont? which means that one rate fixing determines next several coupon payment
发自我的iPhone
------------------ 原始邮件 ------------------
发件人: cheng li <[hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18376&i=0>>
发送时闎: 2017幎7月3日 11:43
收件人: '冬' <[hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18376&i=1>>
䞻题: 回倍答倍: 回倍答倍: [Quantlib-users] Adjustable Rate Bonds Pricing
FYI. I attached the Peter Casper’s answer which should be an easier solution. It still use sub period coupon. However there is no need to create a new class.
Regards,
Cheng
发件人: [hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18376&i=2> [mailto:[hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18376&i=3>] 代衚 冬
发送时闎: 2017幎7月3日 11:00
收件人: cheng li <[hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18376&i=4>>
䞻题: 回倍答倍: [Quantlib-users] Adjustable Rate Bonds Pricing
I am using floatingratebond to do the job but it does'n work . So what you mean is that i need to create a new instrument like floatingratebond and using the subperiodcoupon to solve this case
发自我的iPhone
------------------ 原始邮件 ------------------
发件人: cheng li <[hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18376&i=5>>
发送时闎: 2017幎7月2日 22:42
收件人: 'fagoal' <[hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18376&i=6>>, quantlib-users <[hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18376&i=7>>
䞻题: 回倍答倍: [Quantlib-users] Adjustable Rate Bonds Pricing
Hi Fagoal,
Floating rate bond class under the instruments folder should partially meets
https://github.com/lballabio/QuantLib/blob/master/ql/instruments/bonds/float <https://github.com/lballabio/QuantLib/blob/master/ql/instruments/bonds/float>
ingratebond.hpp
This is a bond with variable rate linked to a ibor index.
According to your further description, you are looking forward to the sub
https://github.com/lballabio/QuantLib/blob/master/ql/experimental/coupons/su <https://github.com/lballabio/QuantLib/blob/master/ql/experimental/coupons/su>
bperiodcoupons.hpp
Peter Casper has another similar version of this in his open risk engine
https://github.com/OpenSourceRisk/Engine/blob/master/QuantExt/qle/cashflows/ <https://github.com/OpenSourceRisk/Engine/blob/master/QuantExt/qle/cashflows/>
subperiodscoupon.hpp
also based on QuantLib.
It should be easy for yourself to extend QuantLib with a new type of bond
class based on sub period coupon. It will be very similar to floating rate
bond class.
Regards,
Cheng
-----邮件原件-----
发件人: fagoal [[hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18376&i=8>]
发送时闎: 2017幎7月1日 15:24
收件人: [hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18376&i=9>
䞻题: Re: [Quantlib-users] Adjustable Rate Bonds Pricing
Does quantlib 1.9 support this non-trival case? like fixing rate frequency
is quarterly and payment frequency is semiannual.
--
http://quantlib.10058.n7.nabble.com/Adjustable-Rate-Bonds-Pricing-tp5756p183 <http://quantlib.10058.n7.nabble.com/Adjustable-Rate-Bonds-Pricing-tp5756p183>
73.html
Sent from the quantlib-users mailing list archive at Nabble.com.
----------------------------------------------------------------------------
--
Check out the vibrant tech community on one of the world's most engaging
tech sites, Slashdot.org! http://sdm.link/slashdot <http://sdm.link/slashdot>
_______________________________________________
QuantLib-users mailing list
[hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18376&i=10>
https://lists.sourceforge.net/lists/listinfo/quantlib-users <https://lists.sourceforge.net/lists/listinfo/quantlib-users>
发自我的iPhone
------------------ 原始邮件 ------------------
发件人: Peter Caspers-4 [via QuantLib] <[hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18376&i=11>>
发送时闎: 2017幎7月3日 03:12
收件人: fagoal <[hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18376&i=12>>
䞻题: 回倍答倍: Adjustable Rate Bonds Pricing
Hi Cheng, Fagoal,
I think you can also make do without creating a new class, simply set up a leg of sub period coupons (which you can take from QuantLib or ORE / QuantExt, the latter being a bit more general, if needed) and then pass this leg into the generic Bond constructor (see bond.hpp)
Bond(Natural settlementDays,
const Calendar& calendar,
const Date& issueDate = Date(),
const Leg& coupons = Leg());
The leg only needs to contain the coupons, amortisation and redemption flows are added automatically based on the notional information that comes with the coupons.
Best Regards
Peter
Post by fagoal
Hi Fagoal,
Floating rate bond class under the instruments folder should partially meets
https://github.com/lballabio/QuantLib/blob/master/ql/instruments/bonds/float <https://github.com/lballabio/QuantLib/blob/master/ql/instruments/bonds/float>
ingratebond.hpp
This is a bond with variable rate linked to a ibor index.
According to your further description, you are looking forward to the sub
https://github.com/lballabio/QuantLib/blob/master/ql/experimental/coupons/su <https://github.com/lballabio/QuantLib/blob/master/ql/experimental/coupons/su>
bperiodcoupons.hpp
Peter Casper has another similar version of this in his open risk engine
https://github.com/OpenSourceRisk/Engine/blob/master/QuantExt/qle/cashflows/ <https://github.com/OpenSourceRisk/Engine/blob/master/QuantExt/qle/cashflows/>
subperiodscoupon.hpp
also based on QuantLib.
It should be easy for yourself to extend QuantLib with a new type of bond
class based on sub period coupon. It will be very similar to floating rate
bond class.
Regards,
Cheng
-----邮件原件-----
发件人: fagoal [mailto:[hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18375&i=1>]
发送时闎: 2017幎7月1日 15:24
收件人: [hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18375&i=2>
䞻题: Re: [Quantlib-users] Adjustable Rate Bonds Pricing
Does quantlib 1.9 support this non-trival case? like fixing rate frequency
is quarterly and payment frequency is semiannual.
--
http://quantlib.10058.n7.nabble.com/Adjustable-Rate-Bonds-Pricing-tp5756p183 <http://quantlib.10058.n7.nabble.com/Adjustable-Rate-Bonds-Pricing-tp5756p183>
73.html
Sent from the quantlib-users mailing list archive at Nabble.com.
----------------------------------------------------------------------------
--
Check out the vibrant tech community on one of the world's most engaging
tech sites, Slashdot.org! http://sdm.link/slashdot <http://sdm.link/slashdot>
_______________________________________________
QuantLib-users mailing list
[hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18375&i=3>
https://lists.sourceforge.net/lists/listinfo/quantlib-users <https://lists.sourceforge.net/lists/listinfo/quantlib-users>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot <http://sdm.link/slashdot>
_______________________________________________
QuantLib-users mailing list
[hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18375&i=4>
https://lists.sourceforge.net/lists/listinfo/quantlib-users <https://lists.sourceforge.net/lists/listinfo/quantlib-users>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot <http://sdm.link/slashdot>
_______________________________________________
QuantLib-users mailing list
[hidden email] <x-msg://644/user/SendEmail.jtp?type=node&node=18375&i=5>
https://lists.sourceforge.net/lists/listinfo/quantlib-users <https://lists.sourceforge.net/lists/listinfo/quantlib-users>
http://quantlib.10058.n7.nabble.com/Adjustable-Rate-Bonds-Pricing-tp5756p18375.html <http://quantlib.10058.n7.nabble.com/Adjustable-Rate-Bonds-Pricing-tp5756p18375.html>
To unsubscribe from Adjustable Rate Bonds Pricing, click here <applewebdata://029FD79B-DCB0-4F82-B2DD-DDC89AC74AF8>.
NAML <http://quantlib.10058.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
View this message in context: 回倍答倍: Adjustable Rate Bonds Pricing <http://quantlib.10058.n7.nabble.com/Adjustable-Rate-Bonds-Pricing-tp18376.html>
Sent from the quantlib-users mailing list archive <http://quantlib.10058.n7.nabble.com/quantlib-users-f3.html> at Nabble.com.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
QuantLib-users mailing list
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Loading...