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
letchargesPortion= newChargesTotal + si.ChargesBalance |> max 0L<Cent>
766
766
767
767
// for future days, assume that the payment will be made in full and on schedule, yielding a full net effect and allowing meaningful evaluation of the future schedule
768
768
// (e.g. seeing if the schedule will be settled as agreed)
Copy file name to clipboardExpand all lines: src/Quotes.fs
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -93,18 +93,16 @@ module Quotes =
93
93
}
94
94
// if there is an existing payment on the day and the generated value is positive, apportion the existing payment first (in the order charges->interest->fee->principal), then apportion the generated payment
0 commit comments