| portfolio.pool {GCPM} | R Documentation |
Pooled Portfolio
Description
In order to speed up calculations, counterparties of portfolio.pois with EAD*LGD < 200,000 are grouped together (pooled).
Usage
data("portfolio.pool")
Format
A data frame with 1400 counterparties and 3 pools (each per sector) and the following variables.
NumberCounterparty ID (numeric)
NameCounterparty name (character)
BusinessBusiness line (character)
CountryCountry (character)
EADExposure at default (numeric); pool: average EAD per counterparty
LGDLoss given dafault (numeric); pool: EAD-weighted average LGD per counterparty
PDProbability of default (numeric); pool: expectation of number of defaults
DefaultDefault mode (‘Poisson’ for pools or ‘Benroulli’)
Asector weights for sector A
Bsector weights for sector B
Csector weights for sector C
[Package GCPM version 1.2.2 Index]