Learn R Programming

SWIM (version 1.0.0)

credit_data: Credit data set

Description

A dataset containing total aggregate losses from three sub-portfolios, generated through a binomial credit model.

Usage

credit_data

Arguments

Format

A data frame with 100,000 rows and 7 variables:

L

total aggregate loss of a portfolio consisting of three homogeneous sub-portfolios L1, L2 and L3

L1

aggregate loss of sub-portfolio 1

L2

aggregate loss of sub-portfolio 2

L3

aggregate loss of sub-portfolio 3

H1

(conditional) default probability of sub-portfolio 1

H2

(conditional) default probability of sub-portfolio 2

H3

(conditional) default probability of sub-portfolio 3