-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
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 Compare those with, e.g., this table which does have a grid of select rates: |
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 |
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. |
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:
The text was updated successfully, but these errors were encountered: