This release fixes issues related to the attribute first_payment_date. Specifically, date offsetting of payment dates was working incorrectly when first_payment_date was set either equal to start_date or start_date plus one N days within the subsequent month.
0.3.5
The release include a missing requirement related to the python-dateutil package.
0.3.4
Release of version 0.3.4 with fixed README.rst reference in setup.py
0.3.3
Main changes:
- Validation rules for Loan arguments. - Enhanced documentation.
0.2.3
Changes include: - New Loan class argument `loan_type` to differentiate between annuity, linear and interest-only loan/mortgage types. - Fixed external link rendering in README.rst.