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

Profit participation correct docs

parent 08144c0a
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ ProfitParticipation = R6Class( ...@@ -143,7 +143,7 @@ ProfitParticipation = R6Class(
# profitRates # profitRates
# 2) Contract can override individual rates (either for calendar years or contract years): # 2) Contract can override individual rates (either for calendar years or contract years):
# guaranteedInterest, interestProfitRate, totalInterest, mortalityProfitRate, # guaranteedInterest, interestProfitRate, totalInterest, mortalityProfitRate,
# expenseProfitRate, sumProfitRate, terminalBonusRate, terminalBonusQuote # expenseProfitRate, sumProfitRate, terminalBonusRate, terminalBonusFundRatio
# 3) Explicit function arguments (either for calendar years or contract years). # 3) Explicit function arguments (either for calendar years or contract years).
# 4) Any missing values will be taken from the last given year # 4) Any missing values will be taken from the last given year
startYear = year(params$ContractData$contractClosing); startYear = year(params$ContractData$contractClosing);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment