Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

lifeRisk

Constructing a LifeRisk


Description

lifeRisk is the constructor for the S3 class lifeRisk. It allows to build for life insurance risks parameters.

Usage

lifeRisk(corr.mat, quantile)

Arguments

corr.mat

matrix of numeric values. This must be a valid correlation matrix and should have names, i.e. attributes colnames and rownames indicating the names of the corresponding life insurance risk-factors.

quantile

positive numeric value smaller than one representing the probabilities at which the life sensitivities will be interpreted as (1-quantile)-quantiles.

Value

an S3 object, instance of the class lifeRisk.

See Also

Examples

# Creating new lifeRisks.

corr.mat <- diag(rep(1, 2))
colnames(corr.mat) <- c("invalidity", "longetivity")
rownames(corr.mat) <- colnames(corr.mat)

lifeRisk1 <- lifeRisk(corr.mat  = corr.mat,
                      quantile = c(0.995, 0.995))

sstModel

Swiss Solvency Test (SST) Standard Models

v1.0.0
GPL-3 + file LICENSE
Authors
Loris Michel [aut], Melvin Kianmanesh Rad [aut], Adrien Lamit [aut], Michael Schmutz [cre], Swiss Financial Market Supervisory Authority FINMA [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.