TRADE_FILE_NOT_FOUND
TRADE_FILE_NOT_FOUND
Description
The requested Execution trade file does not exist.
HTTP Status
404 Not Found
doc_url Format
The doc_url value is an absolute URL. The URL changes by environment:
<docs-base-url>/errors/trade_file_not_found
Typical Causes
- The
executingPartyvalue does not match a stored trade file. - The
tradeDatevalue does not match a stored trade file. - File Storage no longer contains the stored file.
Example
Response:
json
{
"errors": [
{
"code": "TRADE_FILE_NOT_FOUND",
"message": "Trade file for executing party acme-funds and trade date 2026-06-15 not found",
"doc_url": "https://docs.example.com/errors/trade_file_not_found"
}
]
}How To Fix
- Verify the
executingPartyquery parameter. - Verify the
tradeDatequery parameter. - Request a trade file that the Execution context generated.