Skip to content

Commit

Permalink
Updated Readme (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Nov 23, 2022
2 parents 222bcce + e6e5b92 commit 61041b0
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 61041b0

Please sign in to comment.