Skip to content
Snippets Groups Projects
Commit f7e87e79 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

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
...@@ -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)
......
...@@ -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)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment