I have been reading Sir Adam's bug issue on amortization
as per my understanding the problem occurs when the payment is reversed as
when it happen the transaction get cancelled but the mappings stay behind
and we end up making a new transaction with no matching mapping which
breaks the repot
Fix I have in mind is making counter skip whos transaction was cancelled I
plan on doing this fix for both capitalized income and buydown fee if
possible
Since im new to the project could you let me know weather my understanding
is correct and weather the fix is in the right direction?