Conditional Diversification Benefit (CDB)
cdb.RdCompute the CDB (Christoffersen et al., 2012; 2018) for a two–asset
portfolio at confidence level p, using normal–theory VaR/ES
with plug-in means and standard deviations.
Value
A single numeric value giving the Conditional Diversification Benefit for the specified weight and confidence level.
Details
The function computes
$$ \mathrm{CDB}(w,p) = \frac{ w\,\mathrm{ES}_X(p) + (1-w)\,\mathrm{ES}_Y(p) - \mathrm{ES}_P(p) }
{ w\,\mathrm{ES}_X(p) + (1-w)\,\mathrm{ES}_Y(p) - \mathrm{VaR}_P(p) } $$
where ES and VaR are computed via cvar::ES() and cvar::VaR() using
stats::qnorm (normal approximation). Portfolio mean/SD use plug-in means/SDs
under an independence assumption (no covariance term).
References
Christoffersen, P., Errunza, V., Jacobs, K., & Langlois, H. (2012). Is the potential for international diversification disappearing? A dynamic copula approach. Review of Financial Studies, 25(12), 3711–3751. Christoffersen, P., Jacobs, K., Jin, X., & Langlois, H. (2018). Dynamic dependence and diversification in corporate credit. Review of Finance, 22(2), 521–560.