You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Planned: Add payment mapping to match scheduled and actual payments
8
+
9
+
---
10
+
11
+
## [2.5.1] - 2025-05-27
12
+
13
+
### Migration Guide
14
+
15
+
-`UnitPeriod.Single` is no longer a valid config
16
+
-`RegularSchedule` is now `AutoGenerateSchedule`, and the `ScheduleLength` is either a payment count or a maximum length, but not both
17
+
- The `Simple` interest method is now `Actuarial`
18
+
-`Parameters` has been split into `Basic` and `Advanced`, with only Basic required for basic schedules but both required for full amortisation schedules
19
+
- Schedules are now represented as maps with the offset day as the key
20
+
- There is now `PaymentQuote.Apportionment` giving a full breakdown of charges, interest, fees and principal
21
+
- HTML output is now handled much better, with the option to provide a description for the output, and column visibility is now automatic
0 commit comments