CVA Modelling for counter-party credit Risk in quantlib

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

CVA Modelling for counter-party credit Risk in quantlib

Theo Boafo
Hi Alexander,

Please I saw your thread on CVA modelling. Is this functionality already in Quantlib or u are using the python code and some function calls to Quantlib to do the monte carlo in Quantlib.  I am trying to understanding which bits of the CVA is in Quantlib and which bit is from your python code.

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

Regards

Theo





------------------------------------------------------------------------------
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
Reply | Threaded
Open this post in threaded view
|

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

stephan buschmann
Hi Alexander,
of course, you can use a lot of functionalities provided by QuantLib.
A basic approach could be the following:
- select propper processes to model your underlyings
- generate correlated scenarions
- do a forward evaluation on each scenario
- evaluate the statistics of all paths.
All those features come with QuantLib.
 The client code shall handle
- portfolio informations (like counterparty, etc), deal aging, netting, market data handling.

stephan


On Tue, Mar 18, 2014 at 3:39 PM, Theo Boafo <[hidden email]> wrote:
Hi Alexander,

Please I saw your thread on CVA modelling. Is this functionality already in Quantlib or u are using the python code and some function calls to Quantlib to do the monte carlo in Quantlib.  I am trying to understanding which bits of the CVA is in Quantlib and which bit is from your python code.

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

Regards

Theo





------------------------------------------------------------------------------
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



------------------------------------------------------------------------------
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