cdsprice
Determine price for credit default swap
Syntax
Description
[
computes the price, or the mark-to-market value for CDS instruments.Price
,AccPrem
,PaymentDates
,PaymentTimes
,PaymentCF
]
= cdsprice(ZeroData
,ProbData
,Settle
,Maturity
,ContractSpread
)
Note
Alternatively, you can use the Financial Instruments Toolbox™
CDS
(Financial Instruments Toolbox) object to
price credit default swaps. For more information, see Get Started with Workflows Using Object-Based Framework for Pricing Financial Instruments (Financial Instruments Toolbox).
[
adds
optional name-value pair arguments.Price
,AccPrem
,PaymentDates
,PaymentTimes
,PaymentCF
]
= cdsprice(___,Name,Value
)
Examples
Input Arguments
Output Arguments
More About
Algorithms
The premium leg is computed as the product of a spread S and
the risky present value of a basis point (RPV01
).
The RPV01
is given by:
when no accrued premiums are paid upon default, and it can be approximated by
when accrued premiums are paid upon default. Here, t0 = 0
is
the valuation date, and t1,...,tn = T are
the premium payment dates over the life of the contract,T is
the maturity of the contract, Z(t) is the discount
factor for a payment received at time t, and Δ(tj-1,
tj, B) is a day count between dates tj-1 and tj corresponding
to a basis B.
The protection leg of a CDS contract is given by the following formula:
where the integral is approximated with a finite sum over the
discretization τ0 = 0
,τ1,...,τM = T.
If the spread of an existing CDS contract is SC, and the current breakeven spread for a comparable contract is S0, the current price, or mark-to-market value of the contract is given by:
MtM
= Notional
(S0 –SC)RPV01
This assumes a long position from the protection standpoint (protection was bought). For short positions, the sign is reversed.
References
[1] Beumee, J., D. Brigo, D. Schiemert, and G. Stoyle. “Charting a Course Through the CDS Big Bang.” Fitch Solutions, Quantitative Research, Global Special Report. April 7, 2009.
[2] Hull, J., and A. White. “Valuing Credit Default Swaps I: No Counterparty Default Risk.” Journal of Derivatives. Vol. 8, pp. 29–40.
[3] O'Kane, D. and S. Turnbull. “Valuation of Credit Default Swaps.” Lehman Brothers, Fixed Income Quantitative Credit Research, April 2003.
Version History
Introduced in R2010bSee Also
cdsbootstrap
| cdsspread
| cdsoptprice
(Financial Instruments Toolbox) | IRDataCurve
(Financial Instruments Toolbox)