Skip to content

Commit

Permalink
FEAT: Add missing accident years.
Browse files Browse the repository at this point in the history
  • Loading branch information
genedan committed Jan 3, 2025
1 parent 215e26a commit bdf73c4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions faslr/demos/expected_loss_matrix_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
trend = 0.03425

sample_years = [
1998,
1999,
2000,
2001,
2002,
2003,
2004,
Expand All @@ -30,6 +34,10 @@
]

rate_changes = [
0,
0,
0,
0,
0,
.05,
.075,
Expand All @@ -40,6 +48,10 @@
]

tort_changes = [
0,
0,
0,
0,
0,
0,
0,
Expand Down Expand Up @@ -80,6 +92,10 @@
df_prem = df_rl

df_loss['claims'] = [
15901,
25123,
37435,
39543,
48953,
47404,
77662,
Expand All @@ -90,6 +106,10 @@
]

df_prem['premium'] = [
20000,
31500,
45000,
50000,
61183,
69175,
99322,
Expand Down

0 comments on commit bdf73c4

Please sign in to comment.