Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
Added Basket losses, CVAIRS, Gaussian1dModels, Latent Models, and Market Models in the example Readme file.
  • Loading branch information
NijazK authored Nov 23, 2022
1 parent 5868429 commit e6e5b92
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Examples/README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

This folder includes examples on how to use QuantLib.

Basket Losses
-------------

This example uses a default basket losses portfolio construction to mitigate risk
with additional models such as binomial model, Inhomogeneous model, and Random model.


BermudanSwaption
----------------

Expand Down Expand Up @@ -30,6 +37,14 @@ This example bootstraps a default-probability curve over a number of
CDS and reprices them.


CVAIRS
------

This example reproduces Table 2 on page 11 of
A Formula for Interest Rate Swaps Valuation under
Counterparty Risk in presence of Netting Agreements.


ConvertibleBonds
----------------

Expand Down Expand Up @@ -67,12 +82,32 @@ This example fits a discount curve over a set of bonds with a number
of methods.


Gaussian1dModels
----------------

This example calibrates models using Gaussian short rate (GSR) and
Markov Functional Model.


GlobalOptimizer
---------------

Examples showing how to use the global optimizers in QuantLib.


Latent Model
------------

This sample code shows basic usage of a Latent variable model.


Market Models
-------------

This example explores various market models' delta and vega computes.
Additional features include lower, upper bound, and standard error.


MulticurveBootstrapping
-----------------------

Expand Down

0 comments on commit e6e5b92

Please sign in to comment.