Learn R Programming

SACCR (version 3.3)

CalcEAD: Calculates the EAD

Description

Calculates the Exposure at Default

Usage

CalcEAD(RC, PFE)

Value

The Exposure-at-Default

Arguments

RC

the replacement cost

PFE

the projected future exposure

Author

Tasos Grivas <tasos@openriskcalculator.com>

References

Regulation (EU) 2019/876 of the European Parliament and of the Council of 20 May 2019 http://data.europa.eu/eli/reg/2019/876/oj

Examples

Run this code
#returns 1.4*(60+500) = 784
EAD <- CalcEAD(60,500)

Run the code above in your browser using DataLab