CVA Modelling for counter-party credit Risk in quantlib

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

CVA Modelling for counter-party credit Risk in quantlib

LN
Hi All,

any one experimented with combining Quantlib Interest rate models for scenario generation to get CVA VaR metric ?

how do you price a single vanilla swap off  'N' scenarios generated by Libor Market Model ?

Reply | Threaded
Open this post in threaded view
|

Re: CVA Modelling for counter-party credit Risk in quantlib

andrnev
I'm interested in this too.
Reply | Threaded
Open this post in threaded view
|

Re: CVA Modelling for counter-party credit Risk in quantlib

alex belyakov

hi here I give simple example in python how to price swap for N scenarios using hull white model .

http://www.pricederivatives.com/en/derivatives-cva-example-monte-carlo-python/



On Sun, Mar 9, 2014 at 10:13 PM, andrnev <[hidden email]> wrote:
I'm interested in this too.



--
View this message in context: http://quantlib.10058.n7.nabble.com/CVA-Modelling-for-counter-party-credit-Risk-in-quantlib-tp15051p15054.html
Sent from the quantlib-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users




--

Regards,
Alex

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
LN
Reply | Threaded
Open this post in threaded view
|

Re: CVA Modelling for counter-party credit Risk in quantlib

LN
Thanks Alex,will check it out .