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

compute.sstModel

Compute a sstModel


Description

Compute method for the S3 class sstModel. It allows to compute (via Monte-Carlo simulations) all risks inherent to an insurer portfolio in the context of the Swiss Solvency Test (explanations on the model can be found in the FINMA technical document "SST-Marktrisiko und -Aggregation Technische Beschreibung". The output of is an S3 object of class sstOutput on which SST figures can be computed.

Usage

## S3 method for class 'sstModel'
compute(object, nsim, seed = NULL,
  nested.market.computations = F, ...)

Arguments

object

S3 object of class sstModel.

nsim

strictly positive integer value of length one. The number of simulations.

seed

positive integer value of length one. The seed for reproducibility.

nested.market.computations

logical value of length one, by default set to FALSE. Should the market items valuations be nested (and saved) by item types?

...

additional arguments.

Value

an S3 object, instance of the class sstOutput.

See Also


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.