CDS pricer

This short routine calculates the mark-to-market price of a credit default swap.

You are now following this Submission

This file has been updated as of 12 March. I believe it is now more accurate and more flexible, but it's still not the real thing. JPMorgan's source code has been made available at www.cdsmodel.com, I have not yet compared my implementation with theirs.

This program is still based on the paper by O'Kane and Turnbull (available at http://www.nuclearphynance.com/User%20Files/256/cds.pdf ). This routine prices a CDS, taking current market spreads to bootstrap survival probabilities, which imply a "risky present value". Contract details (initial spread, end date) then give the theoretical market price of the contract. The results are very similar to Bloomberg's CDSW page in simple tests.

The function requires the Financial Toolbox to manage dates, but if you are willing to sacrifice some accuracy this can easily be worked around.

Perhaps I should state that this is an analytical tool, and I am not responsible for any investment decisions made using it.

Cite As

Rogier Swierstra (2026). CDS pricer (https://www.mathworks.com/matlabcentral/fileexchange/22014-cds-pricer), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

* Cleaned up code.
* Function can now report "risky present value" as well as mark-to-market price.
* Accuracy improved by better management of dates.

1.0.0.0