varmonitor-package: Risk Management Tools: Value-at-Risk Monitor

Description Details Author(s) References See Also Examples

Description

Estimate the Value-at-Risk and Expected Shortfall according to the parametric and analytical approach under the following assumptions: no time-varying volatility and changes in market variables are following a normal distribution.

Details

The DESCRIPTION file: This package was not yet installed at build time.
Index: This package was not yet installed at build time.

Author(s)

Gatti Riccardo, Lin Francesco

Maintainer: Lin Francesco <fkl@francescolin.com>

References

Artzner P., Delbaen F., Eber J.M., Heath D. (1999): Coherent Measures of Risk in Mathematical Finance, 9th vol, Wiley.
Hull J.C. (2015): "Value-at-Risk and Expected Shortfall" in "Risk Management and Financial Institutions", Wiley.
Hull J.C. (2015): "Model-Building Approach" in "Risk Management and Financial Institutions", Wiley.
Jorion P. (2007): "Portfolio Risk: Analytical Methods" in "Value at Risk", McGraw-Hill.

See Also

parametricVaR parametricES analyticVaR analyticES

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##
parametricVaR(.99, -1000000, .01)
##
parametricES(c(0.95, 0.975, 0.99), 1000000, 0.01, c(1, 5, 22))
##
weights <- c(100000, -100000, 100000)
varcov <- matrix(c(0.05, 0.03, 0.01, 0.03, 0.04, 0.02, 0.01, 0.02, 0.03), nrow = 3)
analyticVaR(c(0.95, 0.99, 0.999), weights, varcov, 5)
##
analyticES(.99, weights, varcov)

f-kailin/varmonitor documentation built on Dec. 20, 2021, 7:39 a.m.