Function: _rebalanceDown(uint256 borrowAmount, bytes swapData, uint256 minReservesOut, bool force)
Rebalances A/L down (borrow).
Inputs
borrowAmountControl: Full.
Constraints: None.
Impact: Amount to borrow.
swapDataControl: Full.
Constraints: None.
Impact: Swap specific data for the swap debt to deposit.
minReservesOutControl: Full.
Constraints: None.
Impact: The slippage check.
forceControl: Full.
Constraints: None.
Impact: Force ignore A/L limits.
Branches and code coverage
Intended branches
Slippage checks are respected.
Force parameter is respected.
Negative behavior
A/L cannot go over ceiling or below floor when force is not set.