Calculate target positions from theoretical weights and trade buffer parameter in the presence of minimum commission

positionsFromNoTradeBufferMinComm(
  current_positions,
  current_prices,
  current_theo_weights,
  cap_equity,
  trade_buffer
)