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

More doc work (vignette)

-) no links to API possible, just use code
-) describe costs
-) describe InsuranceTarif and InsuranceContracts and its parameters
-) Copy valuation approach (steps, cash flows) from docs of InsuranceContract
parent 3265bb35
Branches
Tags
No related merge requests found
...@@ -4,4 +4,6 @@ ...@@ -4,4 +4,6 @@
^Vergleichsrechnung_Excel$ ^Vergleichsrechnung_Excel$
^R/Companies ^R/Companies
^Auswertungen ^Auswertungen
^BEISPIEL_Contract.xlsx
...@@ -19,6 +19,10 @@ costs.Bsp[["Zillmer", "SumPremiums", "once"]] = 0.025; # deutsche Beschränkung ...@@ -19,6 +19,10 @@ costs.Bsp[["Zillmer", "SumPremiums", "once"]] = 0.025; # deutsche Beschränkung
costs.Bsp[["beta", "GrossPremium", "PremiumPeriod"]] = 0.05; costs.Bsp[["beta", "GrossPremium", "PremiumPeriod"]] = 0.05;
costs.Bsp[["gamma", "SumInsured", "PolicyPeriod"]] = 0.001; costs.Bsp[["gamma", "SumInsured", "PolicyPeriod"]] = 0.001;
initializeCosts(alpha = 0.04, Zillmer = 0.025, beta = 0.05, gamma.contract = 0.001)
costs.Bsp.Unterjaehrigkeit = list("1" = 0.0, "2" = 0.01, "4" = 0.015, "12" = 0.02); costs.Bsp.Unterjaehrigkeit = list("1" = 0.0, "2" = 0.01, "4" = 0.015, "12" = 0.02);
# Stückkosten: 10EUR + 5% PS, maximal 50 # Stückkosten: 10EUR + 5% PS, maximal 50
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment