Constructing an Insurance Liability
Constructor for the S3 class liability. It allows to build for an insurance liability referred under the name "Versicherungsverpflichtungen" in the FINMA technical document "SST-Marktrisiko und -Aggregation Technische Beschreibung".
liability(time, currency, value)
time |
stricly positive integer value of length one representing the
time-to-maturity. This parameter relates to the "Restlaufzeit" liability variable
|
currency |
character value of length one representing the currency in
which the fixed-income-asset is labeled. This parameter relates
to the "Fremdwährungsrisikofaktor" index |
value |
non-zero numeric value of length one representing the
"Certainty-Equivalent-Versicherungsverpflichtung-Cashflows" as referred in
the FINMA document "SST-Marktrisiko und -Aggregation Technische Beschreibung".
at time |
an S3 object, instance of the class liability.
# Creating new liabilities. liability1 <- liability(1, "USD", 1000) liability2 <- liability(2, "EUR", 2000)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.