Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues with Belgiums mortality tables #130

Closed
korilium opened this issue Oct 31, 2023 · 3 comments
Closed

issues with Belgiums mortality tables #130

korilium opened this issue Oct 31, 2023 · 3 comments

Comments

@korilium
Copy link

korilium commented Oct 31, 2023

When I want to use select with a belgiums mortality table, I get the following error:
ERROR:type UltimateTable has no field select

I use the following code :
using MortalityTables mort = MortalityTables.table(897) mort.select[10]

The field ultimate does work for the Belgium tables.
I have tried to following tables:

  • 898
  • 897
  • 896
  • 895
  • 634
  • 633
  • 30001
@alecloudenback
Copy link
Member

Hi there! Yes, It looks like the tables that you have referenced simply don't have select rates in the published table. I checked a few of them:

https://mort.soa.org/ViewTable.aspx?&TableIdentity=897
https://mort.soa.org/ViewTable.aspx?&TableIdentity=895
https://mort.soa.org/ViewTable.aspx?&TableIdentity=634
https://mort.soa.org/ViewTable.aspx?&TableIdentity=30001

Compare those with, e.g., this table which does have a grid of select rates:

https://mort.soa.org/ViewTable.aspx?&TableIdentity=1612

@alecloudenback
Copy link
Member

If there are other tables that you would like included, please feel free to provide a link and I can take a look at including them by default. If you want to create a table manually in order to get the benefit of the other package functionality, see https://github.com/JuliaActuary/MortalityTables.jl#custom-tables

@alecloudenback alecloudenback transferred this issue from JuliaActuary/ActuaryUtilities.jl Nov 1, 2023
@alecloudenback
Copy link
Member

I'm going to close this issue as it seems the tables are working as provided, but if you want to discuss further please feel free to respond here or in the Discussions tab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants