Changelog
[2026-01-07.1]
Change type inside the parentLimit relationship to be limit instead of parentLimit.
[2026-01-06.1]
Added limits API Docs.
[2025-11-12.1]
Added
- Added documentation as well as GET and POST examples for Private Equity Fund's (Distribution/Drawdown)
[2025-11-06.1]
Updated
- Update the description of the
interestRateInPercentfield for the Loan Asset data model, to make it clearer that the sign matters, and exactly what it means.
[2025-10-07.1]
Added
- Add missing examples for GET and POST endpoints for assets.
- Add reporting entity relationship to PATCH example for portfolios to indicate that the relationship can be patched.
[2025-09-19.1]
Updated
- Updated description of commission field on transactions to specify the meaning of the sign of the number.
Fixed
- Fix examples for GET endpoints for asset classes and detailed asset classes, to properly reflect that the endpoints return single objects and not arrays of objects.
[2025-09-16.1]
Added
- Add documentation for asset classes, both regular Asset Classes and Detailed Asset Classes, and the associated
GET /asset-classes/:idandGET /asset-classes-detailed/:idendpoints. - Add support for expanding Holding and Performance data by asset class and detailed asset class.
- Add asset class and detailed asset class relationships to Asset Holding model.
[2025-09-12.1]
Added
- Add documentation for new Zero Coupon Bond asset type.
- Add documentation for new Zero Coupon Bond Trade transaction type.
[2025-09-05.1]
Added
- Add an optional commission field to dividend transactions
[2025-08-27.1]
Added
- Add documentation for the Fee and Refund asset types.
- Add notes to the Fee and Refund transaction types explaining how the return is reported.
Fixed
- Fix typo in description of performance get endpoint.
[2025-08-15.1]
Changed
- Update the description for the Loan Asset data model, to make it clearer that the sign of the
principalAmountfield matters, and exactly what it means. - Fix an issue with a missing comma in the examples for how to get and create Loan assets.
[2025-08-12.1]
Added
- Add endpoint for deleting specific interest rates,
DELETE /interest-rates/:id
[2025-07-17.1]
Fixed
- Fix wrong type definition of the
indexFactorfield on Index-Linked Bond Coupon Transaction and Index-Linked Bond Redemption Tranaction data models. Previously, the field was defined to be a string. Now it is a number. - Fix typo in examples of index-linked bond transactions where the
indexFactorfield was spelled asindex-factor.
[2025-07-14.1]
Added
- Add Loan Asset data model, and support it in
GET /assets/:idandPOST /assets. - Add Loan Transaction data model, and support it in
GET /transactions. - Add a new asset type, the Index-linked Bond.
- Add three new transaction types related to index-linked bonds, namely:
- Add a new Index Factor type of time series data, and supporting endpoints:
POST /assets/:id/index-factorsGET /assets/:id/index-factorsDELETE /index-factors/:id
[2025-06-18.1]
Changed
- Remove 'Not yet available' from endpoints for Users.
- Add support for patching
readAccessToReportingEntitiesrelationship for a user.
[2025-05-05.1]
Added
- Add
depositoriesrelationship to the Account data model.
Deprecated
- The
depositoryrelationship on the Account data model is being deprecated in favor of the newdepositoriesrelationship.
[2025-03-26.1]
Added
- Extend fee transaction data model with a
categoryfield. - Add example of sending a fee transaction to
POST /transactions.
[2025-03-10.1]
Added
- Add Futures Execution Transaction data model,
and support it in
GET /transactions.
[2025-02-28.1]
Removed
- Remove documentation of
GET /summarized-performance/reporting-entities/:id. The endpoint has never been implemented.
[2025-02-27.1]
Added
- Add Futures Trade Transaction data model,
and support it in
GET /transactions. - Document Futures Execution Transaction data model.
[2025-02-24.1]
Added
- Document automatic generation of FX Forward transactions.
- Add FX Forward, Cash Settlement to
POST /assets.
Changed
- Update FX Forward Physical Delivery Transaction to reflect an FX forward physical delivery as a single transactions resource instead of two distinct transactions (one for each side of the currency pair).
Removed
- Remove
commentfrom FX Forward Cash Settlement Transaction.
[2025-01-24.1]
Added
- Add documentation for the summarized performance datamodel.
- Add documentation for
GET /summarized-performance/reporting-entities/:id.
Changed
- Improve authentication documentation.
- Prepend URLs in all HTTP request examples with "/api/", reflecting correct resource locations.
- Update FX spot data model to reflect an FX spot trade as a single transaction resource instead of two distinct transactions (one for each side of the currency pair).
[2025-01-17.1]
Added
- Add
PATCH /prices/:id. - Add
DELETE /prices/:id. - Specify the currency of the
accruedInterestfield on bond trade transactions. - Add documentation for user and invite data models (under Clients -> Users).
- Add documentation for
POST /clients/:id/users - Add documentation for
GET /clients/:id/users - Add documentation for
GET /users/:id - Add documentation for
PATCH /users/:id - Add documentation for
DELETE /users/:id - Add documentation for
POST /users/:id/invites - Add documentation for
GET /users/:id/invites - Add documentation for
POST /users/:userId/invites/:inviteId/cancellation
Changed
- Make
maturityDateon bond assets optional. Relevant when creating perpetual bonds.
Removed
- Remove
assetCcyToAccountCcyExchangeRate.
[2025-01-07.1]
Added
- Add
assetCcyToAccountCcyExchangeRateto the transaction models with asset relationships. (Not yet supported as input parameter forPOST /transactions). - Add
excludeFromReportingflag to the account model.
Changed
GET /transactionsnow requires at least one ID parameter to be specified.
[2024-12-02.1]
Added
- Document Custodian Holdings endpoint (
GET /custodian-holdings/legal-entities/:id).
Removed
- Remove
lotSizefrom Bond Asset.
[2024-11-21.2]
Added
- Expose a
providerfield on interest rates and prices, indicating whether the data point is created by the API user or Aleta.
[2024-11-21.1]
Added
- Respond with
303 See Otherwhen callingPOST /assetswith a combination ofsecurityIdentifierandccyCodethat already exists in the system.
Changed
- Use Base64URL instead of plain Base64 encoding for IDs on Holding, Asset Holding, and Performance resources.
[2024-11-11.1]
Added
GET /clients/:id.
Deprecated
- "assets" is being deprecated as a possible value of the
expandparameter when callingGET /holdings/reporting-entities/:id. Use the dedicated asset-level endpointGET /assets-holdings/reporting-entities/:idinstead.
[2024-10-25.1]
Added
- Document events, verification, and endpoints related to webhooks.
GET /webhooks/keys.GET /asset-holdings/reporting-entities/:id.
[2024-10-11.1]
Added
PATCH /reporting-entities/:idPATCH /portfolios/:id
Fixed
- Adjust request examples of
PATCH /accounts/:id,PATCH /depositories/:id,PATCH /reporting-entities/:id, andPATCH /portfolios/:idto exclude relationships that cannot be updated.
[2024-10-09.1]
Added
DELETE /assets/:idDELETE /legal-entities/:idPATCH /legal-entities/:idPATCH /clients/:id
[2024-10-08.1]
Added
- Document
DELETE /assets/:id. POST /assetsPATCH /accounts/:id
[2024-10-07.1]
Added
GET /assets/:id/interest-ratesGET /assets/:id/pricesPOST /assets/:id/interest-ratesPOST /assets/:id/pricesGET /reporting-entities/:id/portfoliosDELETE /accounts/:idDELETE /portfolios/:idDELETE /clients/:idDELETE /reporting-entities/:idPATCH /depositories/:id
Fixed
- Included asset data from
GET /performance/reporting-entities/:idandGET /holdings/reporting-entites/:id, i.e. when&include=assetis passed to those endpoints, use the same data model asGET /assets/:id. - Adjust request example of
POST /legal-entities/:id/depositoriesto include the required "accounts" relationship.
Removed
- Removed fromDate and toDate query parameters from
GET /asset/:id/prices.
[2024-10-03.1]
Added
- Model bonds, FX forward contracts (both with cash and physical settlement), mutual funds, stocks, and other assets separately.
- Introduce transaction models for cash and physical settlement of FX forwards.
- Add sub-page dedicated to time series data, documenting prices and interest rates.
- Add
childrenrelationship to the Client data model. DELETE /transactions/:idPOST /reporting-entities/:id/portfoliosDELETE /depositories/:id
Removed
- Remove the single asset model in favor of specialized models.
- Remove deprecated endpoints
GET /clients/:id/portfolios,GET /holdings,GET /holdings/reporting-entities/:id/assets, andGET /performance/reporting-entities/:id/assetsas well as associated data models Asset Holding and Asset Performance.
Changed
DELETE /transactions/:idnow returns204 No Contentinstead of the deleted transaction.
[2024-10-02.1]
Added
POST /transactionsPOST /legal-entities/:id/accountsPOST /legal-entities/:id/depositories
Fixed
- Do not include timestamp in dates returned from
GET /transactionsas defined in the documentation.
[2024-09-26.1]
Added
- Extend depository model with a to-many relationship with accounts.
[2024-09-25.2]
Fixed
- Output "name" when listing depositories as mentioned in the documentation.
[2024-09-25.1]
Added
POST /clientsPOST /clients/:id/legal-entitiesPOST /clients/:id/reporting-entities
[2024-09-23.1]
Added
GET /transactions
Removed
assetId,legalEntityId,reportingEntityIdhas been removed as available parameters forGET /transactions.
[2024-09-20.1]
Added
- Support inclusion of asset data when fetching holdings (
GET /holdings/reporting-entities/:id) and performance (GET /performance/reporting-entities/:id) by passing "&include=asset" as a query parameter.
Fixed
- Output "legalEntities" and "reportingEntities" relationships when listing
clients (
GET /clients) as defined in the documentation.
[2024-09-18.1]
Added
GET /clients/:id/legal-entitiesGET /legal-entities/:id/depositoriesGET /accounts/:idGET /depositories/:idGET /portfolios/:id- Support "&expand=assets" in
GET /holdings/reporting-entities/:id.
Changed
- Return actionable error from
GET /holdings/reporting-entities/:idandGET /performance/reporting-entities/:idiffromDateis not beforetoDate.
Fixed
- Use camelCase instead of kebab-case for the JSON property representing the relationship from Performance to Reporting Entity, i.e. "reportingEntity" instead of "reporting-entity".
[2024-09-16.1]
Added
GET /clients/:id/reporting-entitiesGET /legal-entites/:id.GET /legal-entities/:id/accountsGET /reporting-entities/:id.- Client-related data models are extended with relationships.
- Documentation of client-related resources is split into two branches, legal structure and reporting structure, and documentation of the following endpoints is added:
DELETE /accounts/:idDELETE /clients/:idDELETE /depositories/:idDELETE /legal-entities/:idDELETE /portfolios/:idDELETE /reporting-entities/:idGET /account/:idGET /depositories/:idGET /legal-entities/:idGET /portfolios/:idGET /reporting-entities/:id/portfoliosGET /reporting-entities/:idPATCH /accounts/:idPATCH /clients/:idPATCH /depositories/:idPATCH /legal-entities/:idPATCH /portfolios/:idPATCH /reporting-entities/:idPOST /clients/:id/reporting-entitiesPOST /reporting-entities/:id/portfolios
Changed
- Holding and performance relationships are no longer represented as a "subects" list. Instead, "depository", "portfolio", "reportingEntity", and "asset" relationships appear directly in the "relationships" object.
- Endpoints that are not yet available are tagged as such throughout the documentation.
Deprecated
GET /clients/:id/portfoliosis being deprecated in favor ofGET /reporting-entities/:id/portfolios.
[2024-09-13.1]
Changed
GET /holdings/reporting-entities/:idincludes holdings that do not belong to a depository.