-
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
Refactor to type-based insurances instead of functional #41
Conversation
Codecov Report
@@ Coverage Diff @@
## master #41 +/- ##
==========================================
+ Coverage 89.51% 90.07% +0.56%
==========================================
Files 2 2
Lines 143 131 -12
==========================================
- Hits 128 118 -10
+ Misses 15 13 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Would like to retain a kind of null or zero concept. E.g. an annuity with zero payments. How best to represent?
|
closes #40