Skip to content

remaining_position_might_be_lower_than_1_share_value โ€‹

remaining_position_might_be_lower_than_1_share_value

Description โ€‹

The switch would leave the remaining position below the minimum one-share value threshold.

HTTP Status โ€‹

422 Unprocessable Content

doc_url Format โ€‹

The doc_url value is an absolute URL and changes by environment:

<docs-base-url>/errors/remaining_position_might_be_lower_than_1_share_value

Typical Causes โ€‹

  • The sell leg is too large for the current holding.
  • The remaining position would be too small to keep after the switch.
  • The request is not compatible with the minimum position rule.

Example โ€‹

Response:

json
{
  "errors": [
    {
      "code": "remaining_position_might_be_lower_than_1_share_value",
      "message": "Remaining position might be lower than 1 share for fund US0000000000",
      "doc_url": "https://docs.example.com/errors/remaining_position_might_be_lower_than_1_share_value"
    }
  ]
}

How To Fix โ€‹

  1. Reduce the sell amount.
  2. Sell the full position if that is the intended outcome.
  3. Retry with a switch that preserves a valid remaining position.