Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LifeInsureR package for R
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
R
LifeInsureR package for R
Commits
f7e87e79
Commit
f7e87e79
authored
2 years ago
by
Reinhold Kainhofer
Browse files
Options
Downloads
Patches
Plain Diff
V0.0.4: Fix missing documentation for alpha.commision parameter
parent
c540370c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
R/InsuranceParameters.R
+7
-0
7 additions, 0 deletions
R/InsuranceParameters.R
man/initializeCosts.Rd
+8
-0
8 additions, 0 deletions
man/initializeCosts.Rd
with
15 additions
and
0 deletions
R/InsuranceParameters.R
+
7
−
0
View file @
f7e87e79
...
@@ -52,6 +52,13 @@ setCost = function(costs, type, basis = "SumInsured", frequency = "PolicyPeriod"
...
@@ -52,6 +52,13 @@ setCost = function(costs, type, basis = "SumInsured", frequency = "PolicyPeriod"
#'
#'
#' @param costs (optional) existing cost structure to duplicate / use as a starting point
#' @param costs (optional) existing cost structure to duplicate / use as a starting point
#' @param alpha Alpha costs (charged once, relative to sum of premiums)
#' @param alpha Alpha costs (charged once, relative to sum of premiums)
#' @param alpha.commission Alpha costs (charged during the commission period,
#' relative to sum of premiums; Use the \code{commissionPeriod}
#' and \code{alphaCostsCommission} contract parameters
#' to set the length of the commission period and whether
#' the \code{alpha.commission} val´ue is understood as yearly
#' cost or the sum or present value of the commission
#' charges over the whole commission period)
#' @param Zillmer Zillmer costs (charged once, relative to sum of premiums)
#' @param Zillmer Zillmer costs (charged once, relative to sum of premiums)
#' @param beta Collection costs (charged on each gross premium, relative to gross premium)
#' @param beta Collection costs (charged on each gross premium, relative to gross premium)
#' @param gamma Administration costs while premiums are paid (relative to sum insured)
#' @param gamma Administration costs while premiums are paid (relative to sum insured)
...
...
This diff is collapsed.
Click to expand it.
man/initializeCosts.Rd
+
8
−
0
View file @
f7e87e79
...
@@ -27,6 +27,14 @@ initializeCosts(
...
@@ -27,6 +27,14 @@ initializeCosts(
\item{Zillmer}{Zillmer costs (charged once, relative to sum of premiums)}
\item{Zillmer}{Zillmer costs (charged once, relative to sum of premiums)}
\item{alpha.commission}{Alpha costs (charged during the commission period,
relative to sum of premiums; Use the \code{commissionPeriod}
and \code{alphaCostsCommission} contract parameters
to set the length of the commission period and whether
the \code{alpha.commission} val´ue is understood as yearly
cost or the sum or present value of the commission
charges over the whole commission period)}
\item{beta}{Collection costs (charged on each gross premium, relative to gross premium)}
\item{beta}{Collection costs (charged on each gross premium, relative to gross premium)}
\item{gamma}{Administration costs while premiums are paid (relative to sum insured)}
\item{gamma}{Administration costs while premiums are paid (relative to sum insured)}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment