Calcualting Bond Price from The ASW (asset swap) spread

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Calcualting Bond Price from The ASW (asset swap) spread

Zabed
Hello Team Dev,

Can someone please help me pricing a bullet maturity bond with fixed coupon from the ASW spread using QuantLib?
I know how to get the ASW spread (over month Libor) from the bond price, but would like to price the bond from the ASW spread (L +ASW)
Greatly appreciated.

Kindest Regards
Zahar
Reply | Threaded
Open this post in threaded view
|

Re: Calcualting Bond Price from The ASW (asset swap) spread

Peter Caspers-4
Hi Zahar,

I would say, compute the NPV p of the AssetSwap (using the
DiscountingSwapEngine with an appropriate OIS curve reflecting the CSA
of the asset swap), then the clean bond price as of settlement = first
accrual start date of the swap's float leg is simply 100.0 - p. If you
need the bond price as of a different date, discount / compound it
using your bond discounting curve.

Kind Regards,
Peter

On 28 April 2016 at 11:58, Zabed <[hidden email]> wrote:

> Hello Team Dev,
>
> Can someone please help me pricing a bullet maturity bond with fixed coupon
> from the ASW spread using QuantLib?
> I know how to get the ASW spread (over month Libor) from the bond price, but
> would like to price the bond from the ASW spread (L +ASW)
> Greatly appreciated.
>
> Kindest Regards
> Zahar
>
>
>
>
> --
> View this message in context: http://quantlib.10058.n7.nabble.com/Calcualting-Bond-Price-from-The-ASW-asset-swap-spread-tp17428.html
> Sent from the quantlib-dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> _______________________________________________
> QuantLib-dev mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-dev

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
Reply | Threaded
Open this post in threaded view
|

Re: Calcualting Bond Price from The ASW (asset swap) spread

Zabed
Hello Paul,

Many thanks for your advise and guidance. It works perfectly.
However I wanted also to ask you about dual currency (OIS) discounting (CSA agreement) with USD collateral. i.e. using EONIA (EUR) for the discounting and the EUR/USD Currency basis curve?

Can you please advise which Qunatli function supports the dual currency discounting when using EUR OIS and USD collateral (with the EUR/USD basis curve)

Kindest Regards
Zahar


 
Reply | Threaded
Open this post in threaded view
|

Re: Calcualting Bond Price from The ASW (asset swap) spread

Zabed
my apologies Peter, sorry about writing the name wrong.

Thanks in advance
Zahar
Reply | Threaded
Open this post in threaded view
|

Re: Calcualting Bond Price from The ASW (asset swap) spread

Peter Caspers-4
Hi Zahar,

no worries, they are close :-)

https://en.wikipedia.org/wiki/Feast_of_Saints_Peter_and_Paul

As it stands, with QuantLib you can use FX Forwards to strip a FX curve, but not Cross Currency Swaps. If you have USD collateral you could bootstrap a USD OIS / FedFund curve and then use EUR-USD FX Swaps to build a EUR-USD FX curve that discounts EUR cashflows under USD collateral. However FX Forwards are usually only used out to 1 or 2 years maybe for this purpose, after that Cross Currency Swaps are more common. Since QuantLib doesn’t have them currently, you’d need to read FX Forward rates from a bootstrapped curve you get from another source (like Bloomberg or some other system you have access to) and feed them as artificial FX Forward quotes into the QuantLib FX swap rate helpers. Or you feed the whole curve as discount factors or zero yields directly into QuantLib without any bootstrap, of course. We really need to add the missing cross currency stuff to QuantLib soon I guess.

Kind Regards
Peter

> On 13 May 2016, at 15:05, Zabed <[hidden email]> wrote:
>
> my apologies Peter, sorry about writing the name wrong.
>
> Thanks in advance
> Zahar
>
>
>
>
> --
> View this message in context: http://quantlib.10058.n7.nabble.com/Calcualting-Bond-Price-from-The-ASW-asset-swap-spread-tp17428p17453.html
> Sent from the quantlib-dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Mobile security can be enabling, not merely restricting. Employees who
> bring their own devices (BYOD) to work are irked by the imposition of MDM
> restrictions. Mobile Device Manager Plus allows you to control only the
> apps on BYO-devices by containerizing them, leaving personal data untouched!
> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
> _______________________________________________
> QuantLib-dev mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-dev


------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
Reply | Threaded
Open this post in threaded view
|

Re: Calcualting Bond Price from The ASW (asset swap) spread

Zabed
Hi Peter,

cool :) , that's great.

I see what you mean, I will try and build it as you suggested and test it. it should work perfectly, thanks a lot!

Kindest Regards
Zahar