Skip to content

Commit

Permalink
fix kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback committed Nov 23, 2024
1 parent 82650c5 commit dee34af
Show file tree
Hide file tree
Showing 2 changed files with 530 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ vbt2015 = MortalityTables.table("2015 VBT Smoker Distinct Male Non-Smoker ALB")

issue_age = 30
life = SingleLife( # The life underlying the risk
mort = vbt2015.select[issue_age], # -- Mortality rates
mortality = vbt2015.select[issue_age], # -- Mortality rates
)

yield = Yield.Constant(0.05) # Using a flat 5% interest rate
Expand Down
Loading

0 comments on commit dee34af

Please sign in to comment.