-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
59 lines (59 loc) · 2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package: LifeInsuranceContracts
Type: Package
Version: 0.0.4
Date: 2022-09-10
Title: Framework for Traditional Life Insurance Contracts
Description: R6 classes to model traditional life insurance
contracts like annuities, whole life insurances or endowments. Such life
insurance contracts provide a guaranteed interest and are not directly linked
to the performance of a particular investment vehicle. However, they typically
provide (discretionary) profit participation. This package provides a framework
to model such contracts in a very generic (cash-flow-based) way and includes
modelling profit participation schemes, dynamic increases or more general
contract layers, as well as contract changes (like sum increases or premium
waivers). All relevant quantities like premium decomposition, reserves and
benefits over the whole contract period are calculated and potentially
exported to excel. Mortalities are given using the 'MortalityTables' package.
Authors@R: c(person("Reinhold", "Kainhofer", role=c("aut", "cre"), email="reinhold@kainhofer.com"))
Author: Reinhold Kainhofer [aut, cre]
Maintainer: Reinhold Kainhofer <reinhold@kainhofer.com>
Encoding: UTF-8
Imports:
R6,
MortalityTables,
objectProperties,
lubridate,
openxlsx,
dplyr,
scales,
abind,
stringr,
methods,
rlang,
rmarkdown,
kableExtra,
pander,
tidyr
License: GPL (>= 2)
RoxygenNote: 7.2.1
Collate:
'HelperFunctions.R'
'InsuranceParameters.R'
'ProfitParticipation_Functions.R'
'ProfitParticipation.R'
'InsuranceTarif.R'
'InsuranceContract.R'
'addDataTableWorksheet.R'
'contractGrid.R'
'exportInsuranceContract_xlsx.R'
'showVmGlgExamples.R'
'exportInsuranceContractExample.R'
Suggests:
knitr,
magrittr,
tibble,
testthat
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
URL: https://gitlab.open-tools.net/R/r-life-insurance-contracts
BugReports: https://gitlab.open-tools.net/R/r-life-insurance-contracts/-/issues