Details:
When we are liquidating a equity position
we take underlying assets amount that is equal to (initialEquity * penaltyFee(1e16 = 1%)) / currentPrice and auction it off
the rest is returned to the owner of the equity position.
Auctioneer now supports a mode where if sellAllLot = true it no longer factor debt size into matter, it'll try to sell all the lot available.
Details: When we are liquidating a equity position we take underlying assets amount that is equal to
(initialEquity * penaltyFee(1e16 = 1%)) / currentPrice
and auction it off the rest is returned to the owner of the equity position.Auctioneer now supports a mode where if
sellAllLot = true
it no longer factor debt size into matter, it'll try to sell all the lot available.closes #249