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

Add reverse lookup of rates #73

Open
alecloudenback opened this issue Aug 29, 2020 · 3 comments
Open

Add reverse lookup of rates #73

alecloudenback opened this issue Aug 29, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@alecloudenback
Copy link
Member

Given a rate, list the table and ages for which the rate occurs.

@alecloudenback alecloudenback added the enhancement New feature or request label Aug 29, 2020
@alecloudenback
Copy link
Member Author

Would want to return all of the following in a parseable format:

  • table name
  • table number if available
  • select/ultimate
  • age
  • duration

Also, the function would only be as good as the set of tables loaded. With the relatively small subset of bundled tables, has limited utility.

@alecloudenback
Copy link
Member Author

This now would have a lot more utility since all tables are bundled and parse-able. The return data could be an array of named tuples.

@alecloudenback
Copy link
Member Author

Also, add a keyword argument for tolerance (abs and rel) - maybe just perform the comparison with isapprox

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

No branches or pull requests

1 participant