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

metainsuranceorg: Abstract out obligation into a class #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rht
Copy link
Contributor

@rht rht commented Dec 9, 2018

This has 2 benefits:

  1. An object with __slots__ predefined is faster to access than a dict entry, and also it consumes far less memory.
  2. There is already an Obligation class defined in https://github.com/rht/py-distilledESL/blob/master/economicsl/obligations.py, although it has more information than is needed with the insurance model. There are also other useful functions elsewhere in the library that can be reused in refreshing the obligation list for each time.

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

Successfully merging this pull request may close these issues.

None yet

1 participant