> For the complete documentation index, see [llms.txt](https://docs.tradevest.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradevest.ai/release-notes/archive/v.1.6.0-test-environment.md).

# v.1.6.0

## 2025-10-21 - Live

## 2025-10-06 - Test Environment

#### Upcoming

* **Scope:** New endpoints for **traditional trading** have been exposed in **UAT**.
* **Documentation:** Details, including models, schemas, and examples, are available in the **Trading** section ([link to docs](/api-reference/asset-management/trading.md)).
* **Authorization & Headers:** No changes — endpoints follow current standards (including `Authorization` and `requestor-id` when modifying entities or roles).

#### Added

* **Get Entities Endpoint Enhancements:**\
  The `GET /entities` endpoint has been significantly upgraded.
  * **Description:** Functionality now includes pagination, filtering by a creation date range, and the ability to provide multiple values for the `partnerId` and `entityStatus` query parameters.
* **Investment Objectives in Trading Profile:**\
  Added a new `investmentObjectives` parameter to the `POST /trading-profiles` endpoint.
  * **Description:** This allows for a more detailed specification of a user's investment goals, such as `CAPITAL_GROWTH`, `PENSION_PLANNING`, or `WEALTH_PRESERVATION`. Multiple objectives can be specified.

#### Changed

* **Enhanced String Field Validation:**\
  A major security and data integrity update has been implemented. All string fields across the API now have stricter validation.
  * **Description:** Inputs are now normalized and sanitized to accept only Latin characters, prevent script injections, and enforce length constraints. Leading/trailing whitespace and non-printable characters are now automatically trimmed.
* **Natural Person Enum Expansion:**\
  Added new enum values to provide more granular data for natural persons.
  * **professionGroup:** `UNEMPLOYED`, `PUBLIC_SECTOR_EMPLOYEE`, `RETIRED`, etc.
  * **sourceOfIncome:** `INHERITANCE`, `PENSION`, `FAMILY_INCOME_OR_DONATIONS`, etc.
  * **maritalStatus:** `SEPARATED`, `REGISTERED_PARTNERSHIP`.
* **National Identifier Calculation:**\
  The logic to automatically calculate and retrieve national identifiers has been adapted to also process all existing natural persons created with the previous approach, ensuring data consistency.
* **KYCNow Integration:**\
  The integration now automatically retrieves the `TRANSPARENCY_REGISTER_EXTRACT` document during the Legal Entity onboarding process, reducing the need for manual document submission.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tradevest.ai/release-notes/archive/v.1.6.0-test-environment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
