Learn R Programming

SACCR (version 1.5)

CalcEAD: Calculates the EAD

Description

Calculates the Exposure at Default

Usage

CalcEAD(RC, PFE)

Arguments

RC
the replacement cost
PFE
the projected future exposure

Value

The Exposure-at-Default

References

Basel Committee: The standardised approach for measuring counterparty credit risk exposures http://www.bis.org/publ/bcbs279.htm

Examples

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

Run the code above in your browser using DataLab