The solution I implemented here is similar to modifyDebt where the interest is subtracted before principal is reduced.
With the only obvious difference is that the interestAmount of systemCurrency and PBT is added to equity position holder's balance.
The solution I implemented here is similar to
modifyDebt
where the interest is subtracted beforeprincipal
is reduced. With the only obvious difference is that theinterestAmount
of systemCurrency and PBT is added to equity position holder's balance.closes #371