GParetoES: Expected Shortfall for Generalized Pareto

Description Usage Arguments Value Author(s) References Examples

Description

Estimates the ES of a portfolio assuming losses are distributed as a generalised Pareto.

Usage

1
GParetoES(Ra, beta, zeta, threshold.prob, cl)

Arguments

Ra

Vector of daily Profit/Loss data

beta

Assumed scale parameter

zeta

Assumed tail index

threshold.prob

Threshold probability

cl

VaR confidence level

Value

Expected Shortfall

Author(s)

Dinesh Acharya

References

Dowd, K. Measuring Market Risk, Wiley, 2007.

McNeil, A., Extreme value theory for risk managers. Mimeo, ETHZ, 1999.

Examples

1
2
3
4
5
6
7
# Computes ES assuming generalised Pareto for following parameters
   Ra <- 5 * rnorm(100)
   beta <- 1.2
   zeta <- 1.6
   threshold.prob <- .85
   cl <- .99
   GParetoES(Ra, beta, zeta, threshold.prob, cl)

Dowd documentation built on May 2, 2019, 6:15 p.m.