INET-Complexity / isle

11 stars 20 forks source link

metainsuranceorg: Abstract out obligation into a class #121

Open rht opened 5 years ago

rht commented 5 years ago

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.