> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Version 1.60.0

## Version 1.60.0

**What’s new in this release**

* **SOF vs SOW clarity**
  * SOF: Where funds for a transaction or account funding come from (e.g., salary, business revenue, investment gain).
  * SOW: How a customer accumulated wealth over time (e.g., inheritance, business profits, real estate holdings, savings).

* **New static list endpoint**
  * Added **Get Source Of Wealth**: `GET /api/app-config/bulk/artemis_source_of_wealth` (listed with other Static List Retrieval APIs).

* **Simplified SOF/SOW payload shape**
  * Examples now use `{ id, category, amountDeclared, evidenceCorroborated }`.
  * `evidenceCorroborated` enum stays explicit (`"YES"` or `"NO"`).

**Field meanings for SOF/SOW payloads**

* `id`: Autogenerated identifier for the SOF/SOW entry.
* `category`: The source category (e.g., salary, business profits, investment returns).
* `amountDeclared`: Numeric amount the user reports for this source.
* `evidenceCorroborated`: Enum `YES` or `NO` indicating whether supporting evidence has been verified.
