Skip to content

self_investment_switch_share_valuation_is_unknown โ€‹

self_investment_switch_share_valuation_is_unknown

Description โ€‹

The request references a fund whose share valuation is not known for the requested date.

HTTP Status โ€‹

400 Bad Request

doc_url Format โ€‹

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

<docs-base-url>/errors/self_investment_switch_share_valuation_is_unknown

Typical Causes โ€‹

  • The valuation feed has no price for one of the switch legs.
  • The requested date is not covered by market data.
  • The request references a fund that is not present in the valuation set.

Example โ€‹

Response:

json
{
  "errors": [
    {
      "code": "self_investment_switch_share_valuation_is_unknown",
      "message": "Share valuation for fund 'US0000000000' is unknown and cannot be used to validate the switch.",
      "doc_url": "https://docs.example.com/errors/self_investment_switch_share_valuation_is_unknown"
    }
  ]
}

How To Fix โ€‹

  1. Verify the fund exists in the valuation feed for the requested date.
  2. Check that the market data import completed successfully.
  3. Retry with a date that has known valuations.