position_after_buying_would_be_lower_than_1_share_value โ
position_after_buying_would_be_lower_than_1_share_value
Description โ
The switch would leave the position below the minimum one-share value threshold after buying.
HTTP Status โ
422 Unprocessable Content
doc_url Format โ
The doc_url value is an absolute URL and changes by environment:
<docs-base-url>/errors/position_after_buying_would_be_lower_than_1_share_value
Typical Causes โ
- The buy leg is too small for the current valuation.
- The resulting 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": "position_after_buying_would_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/position_after_buying_would_be_lower_than_1_share_value"
}
]
}How To Fix โ
- Increase the buy amount or adjust the legs.
- Recompute the switch with the current valuation data.
- Retry with a switch that preserves a valid resulting position.