defprobbyjlt
R2026bCreate defprobcurve object from market bond prices using
Jarrow-Lando-Turnbull model
Since R2026b
Syntax
Description
calibrates risk-neutral transition matrices from market zero-coupon bond prices using the
Jarrow-Lando-Turnbull (JLT) model and returns default probability curves for each credit
class as OutCurve = defprobbyjlt(ZeroCurve,BondPrices,BondMaturities,HistProbMatrix)defprobcurve objects.
[
also returns the risk-neutral transition matrices for each period.OutCurve,TransMat] = defprobbyjlt(ZeroCurve,BondPrices,BondMaturities,HistProbMatrix)
[___] = defprobbyjlt(___,
specifies options using one or more name-value arguments in addition to any of the input
argument combinations in the previous syntaxes. For example,
Name=Value)defprobbyjlt(ZeroCurve,BondPrices,BondMaturities,HistProbMatrix,RecoveryRate=0.6)
sets the recovery rate to 0.6.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
More About
Version History
Introduced in R2026b