{"info":{"_postman_id":"58f98f68-a407-4253-be66-9d44c64ad1f0","name":"Public Api Documentation","description":"<html><head></head><body><h2 id=\"description\">Description</h2>\n<p>Welcome to the Lynk Markets Public API. This guide provides detailed instructions on how to retrieve portfolio data, NAV and performance metrics, and distribution fees. All endpoints require a Bearer token for authentication.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>All endpoints require a valid <strong>Bearer Token</strong> issued by Lynk Markets.</p>\n<p><strong>Header Example:</strong></p>\n<p><code>Authorization: Bearer your_access_token_here</code></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"42400747","collectionId":"58f98f68-a407-4253-be66-9d44c64ad1f0","publishedId":"2sAYkLnxKA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"1D9B66"},"publishDate":"2025-03-27T15:49:28.000Z"},"item":[{"name":"Portfolio Data (Open Positions)","id":"c46b1b27-b672-4783-a74e-8a2cd8d22e8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer your_access_token_here","description":"<p>Access token provided by Lynk Markets</p>\n","type":"text"}],"url":"https://api.lynkmarkets.com/public-api/balances?date=2025-03-18&isin=XS1234567890","description":"<p>This endpoint enables you to retrieve detailed information on all open positions held within a portfolio as of a specific date. The data returned includes a comprehensive view of assets such as equities, fixed-income securities, cash balances, open positions, and other financial instruments held in the account.</p>\n<p>You can optionally refine your request using:</p>\n<ul>\n<li><p><strong>Date</strong>: Retrieve portfolio composition for a specific day (required).</p>\n</li>\n<li><p><strong>Product ISIN</strong>: Filter results to only include a specific financial product.</p>\n</li>\n</ul>\n<p>The data returned includes position-level metrics such as:</p>\n<ul>\n<li><p><strong>Quantity</strong> of each asset</p>\n</li>\n<li><p><strong>Closing Price</strong> on the given date</p>\n</li>\n<li><p><strong>Market Value</strong> of the position</p>\n</li>\n<li><p><strong>Portfolio Weight</strong> of each holding</p>\n</li>\n</ul>\n<p>This endpoint is useful for building daily portfolio snapshots (positions + cash), auditing holdings on a specific date, and integrating with performance or risk reporting systems.</p>\n","urlObject":{"protocol":"https","path":["public-api","balances"],"host":["api","lynkmarkets","com"],"query":[{"description":{"content":"<p>Date (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"date","value":"2025-03-18"},{"description":{"content":"<p>isin of product (optional)</p>\n","type":"text/plain"},"key":"isin","value":"XS1234567890"}],"variable":[]}},"response":[{"id":"aa33bc37-c3a6-41ec-98be-37c8c38c3403","name":"Portfolio Data 200 Ok","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer your_access_token_here","description":"Access token provided by Lynk Markets","type":"text"}],"url":{"raw":"https://api.lynkmarkets.com/public-api/balances?date=2025-03-18&isin=XS1234567890","protocol":"https","host":["api","lynkmarkets","com"],"path":["public-api","balances"],"query":[{"key":"date","value":"2025-03-18","description":"Date (YYYY-MM-DD)"},{"key":"isin","value":"XS1234567890","description":"isin of product (optional)"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cashReport\": [\n    {\n      \"accountId\": \"U12345678\",\n      \"reportDate\": \"2026-02-26T00:00:00.000Z\",\n      \"cashAmount\": 152340.12,\n      \"unsettledCashInflowPlus\": 25000.00,\n      \"totalCashAmount\": 177340.12,\n      \"percentofNAVcash\": 0.17,\n      \"totalBalancePlusCash\": 104512340.55\n    }\n  ],\n    \"openPositions\": [\n        {\n            \"accountId\": \"U12345678\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"FUND\",\n            \"subCategory\": \"HIGH_YIELD\",\n            \"symbol\": \"HYBDX\",\n            \"description\": \"TAMAS AM (IE) TAMAS US HIGH YIELD BOND \\\"I\\\" (USD) ACC\",\n            \"reportDate\": \"2025-03-18T00:00:00.000Z\",\n            \"position\": 723,\n            \"markPrice\": 406.4344,\n            \"positionValue\": 293859.83,\n            \"percentOfNAV\": 21.34,\n            \"ISIN\": \"XS1234567890\",\n            \"percentageOfNAVLynk\": 2.72\n        }\n    ]\n}"},{"id":"86021786-be81-4db1-ad32-80957c02fcf3","name":"Portfolio Data 401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer your_access_token_here","description":"Access token provided by Lynk Markets","type":"text"}],"url":{"raw":"https://api.lynkmarkets.com/public-api/balances?date=2025-03-18&isin=XS1234567890","protocol":"https","host":["api","lynkmarkets","com"],"path":["public-api","balances"],"query":[{"key":"date","value":"2025-03-18","description":"Date (YYYY-MM-DD)"},{"key":"isin","value":"XS1234567890","description":"isin of product"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 27 Mar 2025 14:50:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"92-21xFbmur4sEbLi8S0hAvi6h96DI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"timestamp\": \"2025-03-27T14:50:05.386Z\",\n    \"path\": \"/public-api/balances?date=2025-03-18&isin=XS1234567890\",\n    \"message\": \"Unauthorized\"\n}"},{"id":"75009ca7-d405-46e4-a3d1-92f8d92708dd","name":"Portfolio Data 500 Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0eXBlIjoiYmFzZUF1dGgiLCJpYXQiOjE3Mjg1OTAwNjF9.44NvllijB6xcxGR3VsYWK5UHzHvyzZqqYU8pjMFH5fU","description":"Access token provided by Lynk Markets","type":"text"}],"url":{"raw":"https://api.lynkmarkets.com/public-api/balances?date=2025-03-18&isin=XS1234567890","protocol":"https","host":["api","lynkmarkets","com"],"path":["public-api","balances"],"query":[{"key":"date","value":"2025-03-18","description":"Date (YYYY-MM-DD)"},{"key":"isin","value":"XS1234567890","description":"isin of product"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 27 Mar 2025 14:59:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"194"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"c2-/+8hvHwfXiaCcko0q9cP5UjZXUA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 500,\n    \"timestamp\": \"2025-03-27T14:59:42.444Z\",\n    \"path\": \"/public-api/balances?date=2025-03-18&isin=XS1234567890\",\n    \"message\": \"Error fetching balances: Product not belongs to this company\"\n}"},{"id":"30907ab9-4669-444a-abb5-8fd97e3ac640","name":"Portfolio Data (Open Positions)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer your_access_token_here","description":"Access token provided by Lynk Markets","type":"text"}],"url":"https://api.lynkmarkets.com/public-api/balances"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 27 Aug 2025 08:33:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Etag","value":"W/\"485f-JP5uVFu3UWaVn6QL4u9cFy/rF/c\""},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=gZ%2F8xTwGdYVVtZmHxTXyK1LFDTFYVekOfgVvkI8LsveqshpRfPX%2FH1flkX29vx%2BB0%2B%2BKmDbV6hZKyP8HW12UGvNK7GLbbgJtKm3tR6yn5f9zwO%2BMj2oJpnpFeoo%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"975a39073ea675ad-BUD"}],"cookie":[],"responseTime":null,"body":"{\n    \"openPositions\": [\n        {\n            \"accountId\": \"U20429591\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"AERDOS 7 06/30/34 VAC7\",\n            \"description\": \"AERDOS 7 06/30/34\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 200000,\n            \"markPrice\": 104.6875,\n            \"positionValue\": 209375,\n            \"percentOfNAV\": 10.18,\n            \"ISIN\": \"XS3092472722\"\n        },\n        {\n            \"accountId\": \"U20429591\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"AES 5 1/2 05/14/27\",\n            \"description\": \"AES 5 1/2 05/14/27\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 400000,\n            \"markPrice\": 99.076,\n            \"positionValue\": 122973.13,\n            \"percentOfNAV\": 5.98,\n            \"ISIN\": \"XS3092472722\"\n        },\n        {\n            \"accountId\": \"U20429591\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"BANORT 7 5/8 PERP 8AE9\",\n            \"description\": \"BANORT 7 5/8 PERP\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 200000,\n            \"markPrice\": 101.932,\n            \"positionValue\": 203864,\n            \"percentOfNAV\": 9.92,\n            \"ISIN\": \"XS3092472722\"\n        },\n        {\n            \"accountId\": \"U20429591\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"BCOLO 8 5/8 12/24/34\",\n            \"description\": \"BCOLO 8 5/8 12/24/34\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 200000,\n            \"markPrice\": 107.300003,\n            \"positionValue\": 214600.01,\n            \"percentOfNAV\": 10.44,\n            \"ISIN\": \"XS3092472722\"\n        },\n        {\n            \"accountId\": \"U20429591\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"BCP 6.45 07/30/35\",\n            \"description\": \"BCP 6.45 07/30/35\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 200000,\n            \"markPrice\": 104.400002,\n            \"positionValue\": 208800,\n            \"percentOfNAV\": 10.16,\n            \"ISIN\": \"XS3092472722\"\n        },\n        {\n            \"accountId\": \"U20429591\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"COMCEL 5 1/8 02/03/32\",\n            \"description\": \"COMCEL 5 1/8 02/03/32\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 200000,\n            \"markPrice\": 94.701,\n            \"positionValue\": 189402,\n            \"percentOfNAV\": 9.21,\n            \"ISIN\": \"XS3092472722\"\n        },\n        {\n            \"accountId\": \"U20429591\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"ECOPET 6 7/8 04/29/30\",\n            \"description\": \"ECOPET 6 7/8 04/29/30\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 150000,\n            \"markPrice\": 99.989998,\n            \"positionValue\": 149985,\n            \"percentOfNAV\": 7.3,\n            \"ISIN\": \"XS3092472722\"\n        },\n        {\n            \"accountId\": \"U20429591\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"NUTRES 9 05/12/35 KAB2\",\n            \"description\": \"NUTRES 9 05/12/35\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 200000,\n            \"markPrice\": 110.967499,\n            \"positionValue\": 221935,\n            \"percentOfNAV\": 10.8,\n            \"ISIN\": \"XS3092472722\"\n        },\n        {\n            \"accountId\": \"U20429591\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Govt\",\n            \"symbol\": \"PANAMA 2.252 09/29/32\",\n            \"description\": \"PANAMA 2.252 09/29/32\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 200000,\n            \"markPrice\": 78.972,\n            \"positionValue\": 157944,\n            \"percentOfNAV\": 7.68,\n            \"ISIN\": \"XS3092472722\"\n        },\n        {\n            \"accountId\": \"U20429591\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"PEMEX 5.35 02/12/28 QCK6\",\n            \"description\": \"PEMEX 5.35 02/12/28\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 200000,\n            \"markPrice\": 97.949997,\n            \"positionValue\": 195899.99,\n            \"percentOfNAV\": 9.53,\n            \"ISIN\": \"XS3092472722\"\n        },\n        {\n            \"accountId\": \"U20429591\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"RAILBZ 4.2 01/18/32 0AD5\",\n            \"description\": \"RAILBZ 4.2 01/18/32\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 200000,\n            \"markPrice\": 90.5,\n            \"positionValue\": 181000,\n            \"percentOfNAV\": 8.8,\n            \"ISIN\": \"XS3092472722\"\n        },\n        {\n            \"accountId\": \"U20429322\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"AEGEBZ 9 01/20/31\",\n            \"description\": \"AEGEBZ 9 01/20/31\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 250000,\n            \"markPrice\": 107.073753,\n            \"positionValue\": 267684.38,\n            \"percentOfNAV\": 6.8,\n            \"ISIN\": \"XS3092472649\"\n        },\n        {\n            \"accountId\": \"U20429322\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"AGRO 7 1/2 07/29/32\",\n            \"description\": \"AGRO 7 1/2 07/29/32\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 250000,\n            \"markPrice\": 99.089249,\n            \"positionValue\": 247723.12,\n            \"percentOfNAV\": 6.29,\n            \"ISIN\": \"XS3092472649\"\n        },\n        {\n            \"accountId\": \"U20429322\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"BANBRA 8.748 PERP\",\n            \"description\": \"BANBRA 8.748 PERP\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 200000,\n            \"markPrice\": 100.012497,\n            \"positionValue\": 200024.99,\n            \"percentOfNAV\": 5.08,\n            \"ISIN\": \"XS3092472649\"\n        },\n        {\n            \"accountId\": \"U20429322\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"BANVOR 5 7/8 04/08/28 04642254\",\n            \"description\": \"BANVOR 5 7/8 04/08/28\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 250000,\n            \"markPrice\": 101.933998,\n            \"positionValue\": 254835,\n            \"percentOfNAV\": 6.47,\n            \"ISIN\": \"XS3092472649\"\n        },\n        {\n            \"accountId\": \"U20429322\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"BEEFBZ 8 7/8 09/13/33 PAM5\",\n            \"description\": \"BEEFBZ 8 7/8 09/13/33\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 200000,\n            \"markPrice\": 110.300003,\n            \"positionValue\": 220600.01,\n            \"percentOfNAV\": 5.6,\n            \"ISIN\": \"XS3092472649\"\n        },\n        {\n            \"accountId\": \"U20429322\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Govt\",\n            \"symbol\": \"BRAZIL 6 5/8 03/15/35\",\n            \"description\": \"BRAZIL 6 5/8 03/15/35\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 500000,\n            \"markPrice\": 101.606,\n            \"positionValue\": 508030,\n            \"percentOfNAV\": 12.9,\n            \"ISIN\": \"XS3092472649\"\n        },\n        {\n            \"accountId\": \"U20429322\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"CAIXBR 5 5/8 05/13/30\",\n            \"description\": \"CAIXBR 5 5/8 05/13/30\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 250000,\n            \"markPrice\": 100.748,\n            \"positionValue\": 251870,\n            \"percentOfNAV\": 6.39,\n            \"ISIN\": \"XS3092472649\"\n        },\n        {\n            \"accountId\": \"U20429322\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"ELEBRA 6 1/2 01/11/35 VAA8\",\n            \"description\": \"ELEBRA 6 1/2 01/11/35\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 200000,\n            \"markPrice\": 102.699997,\n            \"positionValue\": 205399.99,\n            \"percentOfNAV\": 5.21,\n            \"ISIN\": \"XS3092472649\"\n        },\n        {\n            \"accountId\": \"U20429322\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"EMBRBZ 7 07/28/30 5AB5\",\n            \"description\": \"EMBRBZ 7 07/28/30\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 200000,\n            \"markPrice\": 108.099998,\n            \"positionValue\": 216200,\n            \"percentOfNAV\": 5.49,\n            \"ISIN\": \"XS3092472649\"\n        },\n        {\n            \"accountId\": \"U20429322\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"FSBIOE 8 5/8 06/25/33\",\n            \"description\": \"FSBIOE 8 5/8 06/25/33\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 250000,\n            \"markPrice\": 102.107498,\n            \"positionValue\": 255268.75,\n            \"percentOfNAV\": 6.48,\n            \"ISIN\": \"XS3092472649\"\n        },\n        {\n            \"accountId\": \"U20429322\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"LNZAV 7.95 01/26/32 PAA3\",\n            \"description\": \"LNZAV 7.95 01/26/32\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 250000,\n            \"markPrice\": 104.938004,\n            \"positionValue\": 262345.01,\n            \"percentOfNAV\": 6.66,\n            \"ISIN\": \"XS3092472649\"\n        },\n        {\n            \"accountId\": \"U20429322\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"PRIOBZ 6 1/8 06/09/26\",\n            \"description\": \"PRIOBZ 6 1/8 06/09/26\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 200000,\n            \"markPrice\": 98.660004,\n            \"positionValue\": 197320.01,\n            \"percentOfNAV\": 5.01,\n            \"ISIN\": \"XS3092472649\"\n        },\n        {\n            \"accountId\": \"U20429322\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"RAIZBZ 6 1/4 07/08/32 CAJ6\",\n            \"description\": \"RAIZBZ 6 1/4 07/08/32\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 250000,\n            \"markPrice\": 97.380531,\n            \"positionValue\": 243451.33,\n            \"percentOfNAV\": 6.18,\n            \"ISIN\": \"XS3092472649\"\n        },\n        {\n            \"accountId\": \"U20429322\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"RDEDOR 4 1/2 01/22/30\",\n            \"description\": \"RDEDOR 4 1/2 01/22/30\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 200000,\n            \"markPrice\": 95.699997,\n            \"positionValue\": 191399.99,\n            \"percentOfNAV\": 4.86,\n            \"ISIN\": \"XS3092472649\"\n        },\n        {\n            \"accountId\": \"U20429322\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"RRRPBZ 9 3/4 02/05/31 1AA9\",\n            \"description\": \"RRRPBZ 9 3/4 02/05/31\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 200000,\n            \"markPrice\": 105.513672,\n            \"positionValue\": 211027.34,\n            \"percentOfNAV\": 5.36,\n            \"ISIN\": \"XS3092472649\"\n        },\n        {\n            \"accountId\": \"U20429322\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"USIM 7 1/2 01/27/32\",\n            \"description\": \"USIM 7 1/2 01/27/32\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 200000,\n            \"markPrice\": 103.050003,\n            \"positionValue\": 206100.01,\n            \"percentOfNAV\": 5.23,\n            \"ISIN\": \"XS3092472649\"\n        },\n        {\n            \"accountId\": \"U16663935\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"FUND\",\n            \"subCategory\": \"\",\n            \"symbol\": \"00B3RW849\",\n            \"description\": \"NOMURA AM (IE) NOMURA US HIGH YIELD BOND \\\"I\\\" (USD) ACC\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 856,\n            \"markPrice\": 425.9411,\n            \"positionValue\": 365019.77,\n            \"percentOfNAV\": 21.4,\n            \"ISIN\": \"XS2960492986\"\n        },\n        {\n            \"accountId\": \"U16663935\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"FUND\",\n            \"subCategory\": \"\",\n            \"symbol\": \"00BD38JM6\",\n            \"description\": \"PIMCO GLOBAL ADVISORS (EUROPE) LTD (IE) PIMCO MORTGAGE OPPORTUNITIES \\\"I\\\" (USD) ACC\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 20863,\n            \"markPrice\": 12.88,\n            \"positionValue\": 268725.81,\n            \"percentOfNAV\": 15.76,\n            \"ISIN\": \"XS2960492986\"\n        },\n        {\n            \"accountId\": \"U16663935\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"FUND\",\n            \"subCategory\": \"\",\n            \"symbol\": \"00BDT57R2\",\n            \"description\": \"PIMCO GLOBAL ADVISORS (EUROPE) LTD (IE) PIMCO LOW DURATION INCOME \\\"I\\\" (USD) ACC\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 36345,\n            \"markPrice\": 13.4,\n            \"positionValue\": 487023.52,\n            \"percentOfNAV\": 28.56,\n            \"ISIN\": \"XS2960492986\"\n        },\n        {\n            \"accountId\": \"U16663935\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"FUND\",\n            \"subCategory\": \"\",\n            \"symbol\": \"029794189\",\n            \"description\": \"BLACKROCK LUX (LU) BGF GLOBAL HIGH YIELD BOND \\\"D2\\\" ACC\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 5360,\n            \"markPrice\": 36.47,\n            \"positionValue\": 195494.52,\n            \"percentOfNAV\": 11.46,\n            \"ISIN\": \"XS2960492986\"\n        },\n        {\n            \"accountId\": \"U16663935\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"FUND\",\n            \"subCategory\": \"\",\n            \"symbol\": \"063731625\",\n            \"description\": \"NORDEA INV FUNDS (LU) NORDEA 1 EUROPEAN HIGH YIELD BOND \\\"HBI\\\" (USDHDG) ACC\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 6642,\n            \"markPrice\": 29.2247,\n            \"positionValue\": 194119.58,\n            \"percentOfNAV\": 11.38,\n            \"ISIN\": \"XS2960492986\"\n        },\n        {\n            \"accountId\": \"U16663935\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"FUND\",\n            \"subCategory\": \"\",\n            \"symbol\": \"225251975\",\n            \"description\": \"SCHRODER IM EUROPE (LU) SCHRODER GAIA OAKTREE CREDIT \\\"E\\\" (USD) ACC\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 1574,\n            \"markPrice\": 123.85,\n            \"positionValue\": 194969.62,\n            \"percentOfNAV\": 11.43,\n            \"ISIN\": \"XS2960492986\"\n        },\n        {\n            \"accountId\": \"U16663935\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"CRWD 3 02/15/29\",\n            \"description\": \"CRWD 3 02/15/29\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 60000,\n            \"markPrice\": 94.649002,\n            \"positionValue\": 56789.4,\n            \"percentOfNAV\": 8.88,\n            \"ISIN\": \"XS2960492986\"\n        },\n        {\n            \"accountId\": \"U16663935\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"DE 4.9 03/07/31\",\n            \"description\": \"DE 4.9 03/07/31\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 63000,\n            \"markPrice\": 102.976997,\n            \"positionValue\": 64875.51,\n            \"percentOfNAV\": 10.15,\n            \"ISIN\": \"XS2960492986\"\n        },\n        {\n            \"accountId\": \"U16663935\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"GS 3.615 03/15/28\",\n            \"description\": \"GS 3.615 03/15/28\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 64000,\n            \"markPrice\": 98.946999,\n            \"positionValue\": 63326.08,\n            \"percentOfNAV\": 9.9,\n            \"ISIN\": \"XS2960492986\"\n        },\n        {\n            \"accountId\": \"U16663935\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"HCA 5.45 04/01/31\",\n            \"description\": \"HCA 5.45 04/01/31\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 63000,\n            \"markPrice\": 103.812469,\n            \"positionValue\": 65401.86,\n            \"percentOfNAV\": 10.23,\n            \"ISIN\": \"XS2960492986\"\n        },\n        {\n            \"accountId\": \"U16663935\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"HON 4.7 02/01/30\",\n            \"description\": \"HON 4.7 02/01/30\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 63000,\n            \"markPrice\": 101.849998,\n            \"positionValue\": 64165.5,\n            \"percentOfNAV\": 10.03,\n            \"ISIN\": \"XS2960492986\"\n        },\n        {\n            \"accountId\": \"U16663935\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"JPM 4.995 07/22/30\",\n            \"description\": \"JPM 4.995 07/22/30\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 63000,\n            \"markPrice\": 102.501549,\n            \"positionValue\": 64575.98,\n            \"percentOfNAV\": 10.1,\n            \"ISIN\": \"XS2960492986\"\n        },\n        {\n            \"accountId\": \"U16663935\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"MS 3.622 04/01/31\",\n            \"description\": \"MS 3.622 04/01/31\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 67000,\n            \"markPrice\": 96.682434,\n            \"positionValue\": 64777.23,\n            \"percentOfNAV\": 10.13,\n            \"ISIN\": \"XS2960492986\"\n        },\n        {\n            \"accountId\": \"U16663935\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"RY 4.95 02/01/29\",\n            \"description\": \"RY 4.95 02/01/29\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 63000,\n            \"markPrice\": 102.857002,\n            \"positionValue\": 64799.91,\n            \"percentOfNAV\": 10.13,\n            \"ISIN\": \"XS2960492986\"\n        },\n        {\n            \"accountId\": \"U16663935\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Govt\",\n            \"symbol\": \"TII 1 1/8 01/15/33\",\n            \"description\": \"TII 1 1/8 01/15/33\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 63000,\n            \"markPrice\": 96.9375,\n            \"positionValue\": 66088.19,\n            \"percentOfNAV\": 10.34,\n            \"ISIN\": \"XS2960492986\"\n        },\n        {\n            \"accountId\": \"U16663935\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"BOND\",\n            \"subCategory\": \"Corp\",\n            \"symbol\": \"TMUS 3 7/8 04/15/30 ABF1\",\n            \"description\": \"TMUS 3 7/8 04/15/30\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 66000,\n            \"markPrice\": 97.952003,\n            \"positionValue\": 64648.32,\n            \"percentOfNAV\": 10.11,\n            \"ISIN\": \"XS2960492986\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"ABBV\",\n            \"description\": \"ABBVIE INC\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 5832,\n            \"markPrice\": 208.36,\n            \"positionValue\": 1215155.52,\n            \"percentOfNAV\": 2.7,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"AMZN\",\n            \"description\": \"AMAZON.COM INC\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 16174,\n            \"markPrice\": 228.71,\n            \"positionValue\": 3699155.54,\n            \"percentOfNAV\": 8.23,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"BSX\",\n            \"description\": \"BOSTON SCIENTIFIC CORP\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 4337,\n            \"markPrice\": 106.39,\n            \"positionValue\": 461413.43,\n            \"percentOfNAV\": 1.03,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"CEG\",\n            \"description\": \"CONSTELLATION ENERGY\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 4743,\n            \"markPrice\": 316.58,\n            \"positionValue\": 1501538.94,\n            \"percentOfNAV\": 3.34,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"CRWD\",\n            \"description\": \"CROWDSTRIKE HOLDINGS INC - A\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 2202,\n            \"markPrice\": 417.6,\n            \"positionValue\": 919555.2,\n            \"percentOfNAV\": 2.05,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"GEV\",\n            \"description\": \"GE VERNOVA INC\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 2220,\n            \"markPrice\": 625.91,\n            \"positionValue\": 1389520.2,\n            \"percentOfNAV\": 3.09,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"GOOG\",\n            \"description\": \"ALPHABET INC-CL C\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 17456,\n            \"markPrice\": 207.95,\n            \"positionValue\": 3629975.2,\n            \"percentOfNAV\": 8.07,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"HCA\",\n            \"description\": \"HCA HEALTHCARE INC\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 1745,\n            \"markPrice\": 401.96,\n            \"positionValue\": 701420.2,\n            \"percentOfNAV\": 1.56,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"JPM\",\n            \"description\": \"JPMORGAN CHASE & CO\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 13097,\n            \"markPrice\": 298.57,\n            \"positionValue\": 3910371.29,\n            \"percentOfNAV\": 8.7,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"LLY\",\n            \"description\": \"ELI LILLY & CO\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 1518,\n            \"markPrice\": 736.03,\n            \"positionValue\": 1117293.54,\n            \"percentOfNAV\": 2.49,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"META\",\n            \"description\": \"META PLATFORMS INC-CLASS A\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 2846,\n            \"markPrice\": 754.1,\n            \"positionValue\": 2146168.6,\n            \"percentOfNAV\": 4.77,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"MSFT\",\n            \"description\": \"MICROSOFT CORP\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 6617,\n            \"markPrice\": 502.04,\n            \"positionValue\": 3321998.68,\n            \"percentOfNAV\": 7.39,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"NOW\",\n            \"description\": \"SERVICENOW INC\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 2056,\n            \"markPrice\": 864.66,\n            \"positionValue\": 1777740.96,\n            \"percentOfNAV\": 3.95,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"NVDA\",\n            \"description\": \"NVIDIA CORP\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 25481,\n            \"markPrice\": 181.77,\n            \"positionValue\": 4631681.37,\n            \"percentOfNAV\": 10.3,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"ETF\",\n            \"symbol\": \"SPY\",\n            \"description\": \"SPDR S&P 500 ETF TRUST\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 14356,\n            \"markPrice\": 645.16,\n            \"positionValue\": 9261916.96,\n            \"percentOfNAV\": 20.6,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"SYK\",\n            \"description\": \"STRYKER CORP\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 1964,\n            \"markPrice\": 394.33,\n            \"positionValue\": 774464.12,\n            \"percentOfNAV\": 1.72,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"URI\",\n            \"description\": \"UNITED RENTALS INC\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 1363,\n            \"markPrice\": 943.7,\n            \"positionValue\": 1286263.1,\n            \"percentOfNAV\": 2.86,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"V\",\n            \"description\": \"VISA INC-CLASS A SHARES\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 3773,\n            \"markPrice\": 351.18,\n            \"positionValue\": 1325002.14,\n            \"percentOfNAV\": 2.95,\n            \"ISIN\": \"XS2998773373\"\n        },\n        {\n            \"accountId\": \"U17886764\",\n            \"currency\": \"USD\",\n            \"assetCategory\": \"STK\",\n            \"subCategory\": \"COMMON\",\n            \"symbol\": \"VST\",\n            \"description\": \"VISTRA CORP\",\n            \"reportDate\": \"2025-08-26T00:00:00.000Z\",\n            \"position\": 9680,\n            \"markPrice\": 195.12,\n            \"positionValue\": 1888761.6,\n            \"percentOfNAV\": 4.2,\n            \"ISIN\": \"XS2998773373\"\n        }\n    ]\n}"}],"_postman_id":"c46b1b27-b672-4783-a74e-8a2cd8d22e8e"},{"name":"Performance & NAV","id":"b208d8dc-d75e-4b4a-b0d9-398e12abd387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer your_access_token","description":"<p>Access token provided by Lynk Markets</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.lynkmarkets.com/public-api/products/navs/:isinCode?startDate=2025-03-25&endDate=2025-03-26","description":"<p>This endpoint enables you to retrieve the <strong>Net Asset Value (NAV)</strong> history for a specific financial product over a defined date range. The endpoint supports a time-series view of NAVs, helping users analyze product-level performance across days.</p>\n<p>You must specify the <strong>ISIN</strong> of the product and a date range to fetch results for.</p>\n<ul>\n<li><p><strong>Product ISIN</strong>: Required path variable that identifies the financial product.</p>\n</li>\n<li><p><strong>Start Date</strong> &amp; <strong>End Date</strong>: Required query parameters to define the range of NAV data.</p>\n</li>\n</ul>\n<p>Use this endpoint to power dashboards, generate client-facing performance charts, or build periodic valuation models for specific funds or instruments.</p>\n<p>The data returned description:</p>\n<ul>\n<li><p><strong>Date</strong>: The date on which the NAV and all associated calculations are performed.</p>\n</li>\n<li><p><strong>CAV</strong>: The total Net Asset Value (NAV) or Assets Under Management (AUM) for the entire product.</p>\n</li>\n<li><p><strong>NAV</strong>: The Net Asset Value per note (CAV divided by total notes).</p>\n</li>\n<li><p><strong>Series Name</strong>: The name or title of the note or series issued under the product.</p>\n</li>\n<li><p><strong>Notes Subscriptions (+)</strong>: The total nominal amount of new notes subscribed on that date (cash inflows).</p>\n</li>\n<li><p><strong>Notes Redemptions (-)</strong>: The total nominal amount of notes redeemed or cancelled on that date (cash outflows).</p>\n</li>\n<li><p><strong>Unsettl. Cash Inflow (+)</strong>: Pending cash inflows that have not yet settled but are expected.</p>\n</li>\n<li><p><strong>Unsettl. Cash Outflow (-)</strong>: Pending cash outflows that have not yet settled but are expected.</p>\n</li>\n<li><p><strong>Cust. Balance 1</strong>: Balances held across different custodian accounts or custodians.</p>\n</li>\n<li><p><strong>Cust. Balance 2</strong>: Balances held across different custodian accounts or custodians.</p>\n</li>\n<li><p><strong>Cust. Balance 3:</strong> Balances held across different custodian accounts or custodians.</p>\n</li>\n<li><p><strong>Underlying Balance</strong>: The total value of all underlying assets or investments held.</p>\n</li>\n<li><p><strong>Total Credit</strong>: The total amount of credit (receivables or margin) available to the product.</p>\n</li>\n<li><p><strong>Total Balance</strong>: The overall sum of all balances, including custodians, underlying assets, and credits.</p>\n</li>\n<li><p><strong>Gross NAV</strong>: The Net Asset Value before applying any fees (management, maintenance, etc.).</p>\n</li>\n<li><p><strong>Management Fee</strong>: The daily management fee charged, based on the product’s AUM or NAV.</p>\n</li>\n<li><p><strong>Maintenance Fee</strong>: The daily operational fee for maintaining the product structure and services.</p>\n</li>\n<li><p><strong>Distribution Fees</strong>: The total fees related to distribution or sales of the product.</p>\n</li>\n<li><p><strong>Total Fees</strong>: The sum of all fees applied on that day (management, maintenance, distribution, etc.).</p>\n</li>\n<li><p><strong>Accrued Fees</strong>: The cumulative total of fees accrued but not yet paid.</p>\n</li>\n<li><p><strong>Withdrawals</strong>: Cash amounts to be withdrawn or paid out (e.g., redemptions, distributions).</p>\n</li>\n<li><p><strong>NAV &lt; Perf. Fee</strong>: The NAV after subtracting all fees except the performance fee.</p>\n</li>\n<li><p><strong>High Water Mark</strong>: The highest historical NAV level used as a reference for performance fee calculations.</p>\n</li>\n<li><p><strong>Performance Fee</strong>: The hypothetical fee calculated based on product performance exceeding the benchmark or HWM.</p>\n</li>\n<li><p><strong>Payable Perf. Fee</strong>: The portion of the performance fee actually payable for the current period.</p>\n</li>\n<li><p><strong>Nominal Notes</strong>: The total nominal value of all outstanding notes in the series.</p>\n</li>\n<li><p><strong>% Change</strong>: The percentage change in NAV compared to the previous day (24-hour NAV variation).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["public-api","products","navs",":isinCode"],"host":["api","lynkmarkets","com"],"query":[{"description":{"content":"<p>Start date of the range (format YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"startDate","value":"2025-03-25"},{"description":{"content":"<p>End date of the range (format YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"endDate","value":"2025-03-26"}],"variable":[{"description":{"content":"<p>ISIN Code of the Product</p>\n","type":"text/plain"},"type":"any","value":"XS1234567890","key":"isinCode"}]}},"response":[{"id":"a15be55c-40a2-4b46-837a-b7677d3282bb","name":"Navs 200 Ok","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer your_access_token","description":"Access token provided by Lynk Markets","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.lynkmarkets.com/public-api/products/navs/:isinCode?startDate=2025-03-25&endDate=2025-03-26","protocol":"https","host":["api","lynkmarkets","com"],"path":["public-api","products","navs",":isinCode"],"query":[{"key":"startDate","value":"2025-03-25","description":"Start date of the range (format YYYY-MM-DD)"},{"key":"endDate","value":"2025-03-26","description":"End date of the range (format YYYY-MM-DD)"}],"variable":[{"key":"isinCode","value":"XS1234567890","description":"ISIN Code of the Product"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"MSNPU Bond Strategy\",\n  \"ISIN\": \"XS1234567890\",\n  \"historicalFinancialData\": [\n    {\n            \"NAV\": \"50\",\n            \"AUM\": \"4,824,195.369\",\n            \"nominalNotes\": \"110\",\n            \"percentageChange24h\": \"-0.28351661983678778\",\n            \"cumulativeReturnYTD\": \"-24.44\",\n            \"cumulativeReturnSI\": \"-24.44\",\n            \"annualizedReturn\": \"-41.96\",\n            \"volatility\": \"0.1\",\n            \"sharpeRatio\": \"-464.64\",\n            \"date\": \"2025-10-31T00:00:00.000Z\",\n            \"managementFee\": \"249.14\",\n            \"maintenanceFee\": \"29.66\",\n            \"performanceFee\": \"0\",\n            \"extraordinaryFee\": \"0\",\n            \"seriesNumber\": \"LF004\",\n            \"notesSubscriptionsPlus\": \"0\",\n            \"notesRedemptionsMinus\": \"0\",\n            \"cashSubscriptionsPlus\": \"0\",\n            \"cashRedemptionsMinus\": \"0\",\n            \"custBalance1\": \"1237754.85\",\n            \"custBalance2\": \"4073.67\",\n            \"custBalance3\": \"2919316.14\",\n            \"underlyingBalance\": \"0\",\n            \"underlyingAmount\": \"0\",\n            \"buySellAmount\": \"0\",\n            \"underlyingPrice\": \"0\",\n            \"unsettledCashInflowPlus\": \"663404.58\",\n            \"unsettledCashOutflowMinus\": \"0\",\n            \"totalCredit\": \"0\",\n            \"credit1\": \"0\",\n            \"credit2\": \"0\",\n            \"credit3\": \"0\",\n            \"totalBalance\": \"4824549.24\",\n            \"grossNAV\": \"64.4976\",\n            \"distributionFees\": \"0\",\n            \"placementFee\": \"0\",\n            \"trailerFee\": \"0\",\n            \"markupFee\": \"0\",\n            \"annualAccessFee\": \"0\",\n            \"setupFee\": \"0\",\n            \"otherFees\": \"0\",\n            \"totalFees\": \"46.3909\",\n            \"accruedFees\": \"353.8715\",\n            \"withdrawals\": \"0\",\n            \"navBeforePerfFee\": \"0\",\n            \"highWaterMark\": \"0\",\n            \"basePerfFee\": \"0\",\n            \"payablePerfFee\": \"0\",\n            \"interest\": \"0\",\n            \"interestAccruedPerNote\": \"0\",\n            \"interestPaidPerNote\": \"0\"\n        },\n        {\n            \"NAV\": \"64.493\",\n            \"AUM\": \"4,824,195.369\",\n            \"nominalNotes\": \"238900\",\n            \"percentageChange24h\": \"-0.28351661983678778\",\n            \"cumulativeReturnYTD\": \"-2.54\",\n            \"cumulativeReturnSI\": \"-2.54\",\n            \"annualizedReturn\": \"-5.25\",\n            \"volatility\": \"999999999.99\",\n            \"sharpeRatio\": \"0\",\n            \"date\": \"2025-10-17T00:00:00.000Z\",\n            \"managementFee\": \"249.14\",\n            \"maintenanceFee\": \"29.66\",\n            \"performanceFee\": \"0\",\n            \"extraordinaryFee\": \"0\",\n            \"seriesNumber\": null,\n            \"notesSubscriptionsPlus\": null,\n            \"notesRedemptionsMinus\": null,\n            \"cashSubscriptionsPlus\": null,\n            \"cashRedemptionsMinus\": null,\n            \"custBalance1\": null,\n            \"custBalance2\": null,\n            \"custBalance3\": null,\n            \"underlyingBalance\": null,\n            \"underlyingAmount\": null,\n            \"buySellAmount\": null,\n            \"underlyingPrice\": null,\n            \"unsettledCashInflowPlus\": null,\n            \"unsettledCashOutflowMinus\": null,\n            \"totalCredit\": null,\n            \"credit1\": null,\n            \"credit2\": null,\n            \"credit3\": null,\n            \"totalBalance\": null,\n            \"grossNAV\": null,\n            \"distributionFees\": null,\n            \"placementFee\": null,\n            \"trailerFee\": null,\n            \"markupFee\": null,\n            \"annualAccessFee\": null,\n            \"setupFee\": null,\n            \"otherFees\": null,\n            \"totalFees\": null,\n            \"accruedFees\": null,\n            \"withdrawals\": null,\n            \"navBeforePerfFee\": null,\n            \"highWaterMark\": null,\n            \"basePerfFee\": null,\n            \"payablePerfFee\": null,\n            \"interest\": null,\n            \"interestAccruedPerNote\": null,\n            \"interestPaidPerNote\": null\n        }\n  ]\n}"},{"id":"41c97865-13e1-4d7f-8300-893274007423","name":"Navs 200 Ok Copy","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer your_access_token","description":"Access token provided by Lynk Markets","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.lynkmarkets.com/public-api/products/navs/:isinCode?startDate=2025-03-25&endDate=2025-03-26","protocol":"https","host":["api","lynkmarkets","com"],"path":["public-api","products","navs",":isinCode"],"query":[{"key":"startDate","value":"2025-03-25","description":"Start date of the range (format YYYY-MM-DD)"},{"key":"endDate","value":"2025-03-26","description":"End date of the range (format YYYY-MM-DD)"}],"variable":[{"key":"isinCode","value":"XS1234567890","description":"ISIN Code of the Product"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"MSNPU Bond Strategy\",\n  \"ISIN\": \"XS1234567890\",\n  \"historicalFinancialData\": [\n    {\n      \"NAV\": \"100.471\",\n      \"AUM\": \"4,203,120.421\",\n      \"percentageChange24h\": \"-0.01589697750166152\",\n      \"cumulativeReturnYTD\": \"0.47\",\n      \"cumulativeReturnSI\": \"0.47\",\n      \"annualizedReturn\": \"2.9\",\n      \"volatility\": \"1.28\",\n      \"sharpeRatio\": \"-1.25\",\n      \"date\": \"2025-03-26T00:00:00.000Z\"\n    },\n    {\n      \"NAV\": \"100.487\",\n      \"AUM\": \"4,203,120.421\",\n      \"percentageChange24h\": \"0.0752960405108416\",\n      \"cumulativeReturnYTD\": \"0.49\",\n      \"cumulativeReturnSI\": \"0.49\",\n      \"annualizedReturn\": \"3.05\",\n      \"volatility\": \"1.28\",\n      \"sharpeRatio\": \"-1.13\",\n      \"date\": \"2025-03-25T00:00:00.000Z\"\n    }\n  ]\n}"},{"id":"00fd595d-db20-4318-a304-e58754cba2db","name":"Navs 401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer your_access_token_here","description":"Access token provided by Lynk Markets","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.lynkmarkets.com/public-api/products/navs/XS2960492986?startDate=2025-03-06&endDate=2025-03-13","protocol":"https","host":["api","lynkmarkets","com"],"path":["public-api","products","navs","XS2960492986"],"query":[{"key":"startDate","value":"2025-03-06","description":"Start date of the range (format YYYY-MM-DD)"},{"key":"endDate","value":"2025-03-13","description":"End date of the range (format YYYY-MM-DD)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 27 Mar 2025 14:49:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"170"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"aa-u6uHbzMovBvmIhOE4X83TEUnOIk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"timestamp\": \"2025-03-27T14:49:40.727Z\",\n    \"path\": \"/public-api/products/navs/XS1234567890?startDate=2025-03-06&endDate=2025-03-13\",\n    \"message\": \"Unauthorized\"\n}"},{"id":"6920645e-64d4-4b87-8890-503b89643de1","name":"Navs 404 Bad Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer your_access_token","description":"Access token provided by Lynk Markets","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.lynkmarkets.com/public-api/products/navs/:isinCode?startDate=2025-03-25","protocol":"https","host":["api","lynkmarkets","com"],"path":["public-api","products","navs",":isinCode"],"query":[{"key":"startDate","value":"2025-03-25","description":"Start date of the range (format YYYY-MM-DD)"},{"key":"endDate","value":"2025-03-26","description":"End date of the range (format YYYY-MM-DD)","disabled":true}],"variable":[{"key":"isinCode","value":"XS1234567890","description":"ISIN Code of the Product"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"timestamp\": \"2025-03-27T15:59:14.172Z\",\n    \"path\": \"/public-api/products/navs/XS1234567890?startDate=2025-03-25\",\n    \"message\": \"Validation failed\",\n    \"errors\": [\n        {\n            \"field\": \"endDate\",\n            \"errors\": \"endDate must be a valid date in ISO 8601 format (YYYY-MM-DD), endDate is required\"\n        },\n        {\n            \"field\": \"dateRange\",\n            \"errors\": \"startDate must be before or equal to endDate\"\n        }\n    ]\n}"}],"_postman_id":"b208d8dc-d75e-4b4a-b0d9-398e12abd387"},{"name":"Distribution fees","id":"97823a6c-0aab-4d99-a27e-c17e08804801","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer your_access_token","description":"<p>Access token provided by Lynk Markets</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.lynkmarkets.com/public-api/products/distribution-fees?startDate=2025-06-09&endDate=2025-06-12","description":"<p>This endpoint enables you to retrieve <strong>Distribution Fees</strong> associated with all products managed by your company. You can optionally apply filters to narrow the results based on:</p>\n<ul>\n<li><p><strong>Product ISIN</strong>: Retrieve fees for a specific product identified by its ISIN.</p>\n</li>\n<li><p><strong>Financial Advisor Email</strong>: Filter results for trades associated with a specific advisor (as identified by the email address entered at the time of trade placement).</p>\n</li>\n<li><p><strong>Subaccount</strong>: Limit results to trades linked to a specific subaccount, as entered during trade placement.</p>\n</li>\n<li><p><strong>Date Range</strong>: Fetch fees recorded within a specific time window.</p>\n</li>\n</ul>\n<p>This endpoint supports flexible filtering, allowing you to combine any of the above parameters to tailor your query to your reporting needs. It is particularly helpful for fee reconciliation, advisor-level reporting, and understanding cost structures across portfolios.</p>\n","urlObject":{"protocol":"https","path":["public-api","products","distribution-fees"],"host":["api","lynkmarkets","com"],"query":[{"description":{"content":"<p>Start date of the range (format YYYY-MM-DD) (optional)</p>\n","type":"text/plain"},"key":"startDate","value":"2025-06-09"},{"description":{"content":"<p>End date of the range (format YYYY-MM-DD) (optional)</p>\n","type":"text/plain"},"key":"endDate","value":"2025-06-12"},{"disabled":true,"description":{"content":"<p>ISIN Code of the Product (optional)</p>\n","type":"text/plain"},"key":"isin","value":"isinCode"},{"disabled":true,"description":{"content":"<p>financial advisor email (optional)</p>\n","type":"text/plain"},"key":"financialAdvisor","value":""},{"disabled":true,"description":{"content":"<p>subaccount (optional)</p>\n","type":"text/plain"},"key":"subaccount","value":""}],"variable":[]}},"response":[{"id":"61981b85-3f64-4910-b7e0-f16fbe252530","name":"Fees 200 Ok","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer your_access_token","description":"Access token provided by Lynk Markets","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.lynkmarkets.com/public-api/products/distribution-fees/:isinCode?startDate=2025-06-09&endDate=2025-06-12","protocol":"https","host":["api","lynkmarkets","com"],"path":["public-api","products","distribution-fees",":isinCode"],"query":[{"key":"startDate","value":"2025-06-09","description":"Start date of the range (format YYYY-MM-DD)"},{"key":"endDate","value":"2025-06-12","description":"End date of the range (format YYYY-MM-DD)"},{"key":"isin","value":null,"description":"ISIN Code of the Product (optional)","type":"text","disabled":true},{"key":"financialAdvisor","value":null,"description":"financial advisor email (optional)","type":"text","disabled":true},{"key":"subaccount","value":null,"description":"subaccount (optional)","type":"text","disabled":true}],"variable":[{"key":"isinCode","value":"XS1234567890","description":"ISIN Code of the Product"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"financialAdvisor\": {\n      \"name\": \"Jane Doe\",\n      \"email\": \"jane.doe@advisorfirm.com\"\n    },\n    \"subaccount\": \"SA12345678\",\n    \"fees\": [\n      {\n        \"isin\": \"US0000000001\",\n        \"amount\": \"1.234\",\n        \"date\": \"2025-06-12\",\n        \"feeType\": \"Management\"\n      },\n      {\n        \"isin\": \"US0000000001\",\n        \"amount\": \"1.234\",\n        \"date\": \"2025-06-11\",\n        \"feeType\": \"Management\"\n      },\n      {\n        \"isin\": \"US0000000001\",\n        \"amount\": \"1.233\",\n        \"date\": \"2025-06-10\",\n        \"feeType\": \"Management\"\n      }\n    ]\n  },\n  {\n    \"financialAdvisor\": {\n      \"name\": \"John Smith\",\n      \"email\": \"john.smith@wealthpartners.com\"\n    },\n    \"subaccount\": \"SA87654321\",\n    \"fees\": [\n      {\n        \"isin\": \"GB0000000002\",\n        \"amount\": \"2.567\",\n        \"date\": \"2025-06-12\",\n        \"feeType\": \"Management\"\n      },\n      {\n        \"isin\": \"GB0000000002\",\n        \"amount\": \"2.568\",\n        \"date\": \"2025-06-11\",\n        \"feeType\": \"Management\"\n      }\n    ]\n  }\n]"},{"id":"5f41b7a5-2728-4069-914c-ac29dc53eef8","name":"Fees 401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer your_access_token_here","description":"Access token provided by Lynk Markets","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.lynkmarkets.com/public-api/products/distribution-fees/XS2960492986?startDate=2025-03-06&endDate=2025-03-13","protocol":"https","host":["api","lynkmarkets","com"],"path":["public-api","products","distribution-fees","XS2960492986"],"query":[{"key":"startDate","value":"2025-03-06","description":"Start date of the range (format YYYY-MM-DD)"},{"key":"endDate","value":"2025-03-13","description":"End date of the range (format YYYY-MM-DD)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 27 Mar 2025 14:49:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"170"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"aa-u6uHbzMovBvmIhOE4X83TEUnOIk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"timestamp\": \"2025-03-27T14:49:40.727Z\",\n    \"path\": \"/public-api/products/navs/XS1234567890?startDate=2025-03-06&endDate=2025-03-13\",\n    \"message\": \"Unauthorized\"\n}"},{"id":"a3f19d6a-9f3e-46fa-9966-fafab0fb3842","name":"Fees 404 Bad Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer your_access_token","description":"Access token provided by Lynk Markets","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.lynkmarkets.com/public-api/products/distribution-fees/:isinCode?startDate=2025-03-25","protocol":"https","host":["api","lynkmarkets","com"],"path":["public-api","products","distribution-fees",":isinCode"],"query":[{"key":"startDate","value":"2025-03-25","description":"Start date of the range (format YYYY-MM-DD)"},{"key":"endDate","value":"2025-03-26","description":"End date of the range (format YYYY-MM-DD)","disabled":true}],"variable":[{"key":"isinCode","value":"XS1234567890","description":"ISIN Code of the Product"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"timestamp\": \"2025-03-27T15:59:14.172Z\",\n    \"path\": \"/public-api/products/navs/XS1234567890?startDate=2025-03-25\",\n    \"message\": \"Validation failed\",\n    \"errors\": [\n        {\n            \"field\": \"endDate\",\n            \"errors\": \"endDate must be a valid date in ISO 8601 format (YYYY-MM-DD), endDate is required\"\n        },\n        {\n            \"field\": \"dateRange\",\n            \"errors\": \"startDate must be before or equal to endDate\"\n        }\n    ]\n}"}],"_postman_id":"97823a6c-0aab-4d99-a27e-c17e08804801"},{"name":"Trades Report","id":"8cae1287-94f0-441e-992a-053c5a29f289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.lynkmarkets.com/public-api/trades","description":"<p>This endpoint returns data of your trades and their orders based on your consumer token.</p>\n<h4 id=\"common-use-cases\">Common use cases</h4>\n<ul>\n<li><p>Show all trades available to a client account</p>\n</li>\n<li><p>Search trades by attribute (i.e status: <code>Pending</code>, <code>Confirmed</code>, <code>Cancelled</code>, <code>Settled</code>)</p>\n</li>\n<li><p>Show trades for a specific date</p>\n</li>\n<li><p>Load trades page by page for dashboards or reports.</p>\n</li>\n</ul>\n<p>Endpoint: <code>POST</code> <a href=\"https://api.lynkmarkets.com/public-api/trades\">https://api.lynkmarkets.com/public-api/trades</a></p>\n<h4 id=\"request-examples\">Request examples</h4>\n<ul>\n<li>Get all accessible trades</li>\n</ul>\n<p>URL:</p>\n<p><a href=\"https://api.lynkmarkets.com/public-api/trades\">https://api.lynkmarkets.com/public-api/trades</a></p>\n<ul>\n<li>Filter by status</li>\n</ul>\n<p>URL:</p>\n<p><a href=\"https://api.lynkmarkets.com/public-api/trades?limit=20&amp;page=1\">https://api.lynkmarkets.com/public-api/trades</a></p>\n<p>Body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"Pending\"\n}\n\n</code></pre>\n<ul>\n<li>Filter by trade date</li>\n</ul>\n<p>URL:</p>\n<p><a href=\"https://api.lynkmarkets.com/public-api/trades?limit=20&amp;page=1\">https://api.lynkmarkets.com/public-api/trades</a></p>\n<p>Body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"tradeDate\": \"2026-01-10T00:00:00.000Z\"\n}\n\n</code></pre>\n<ul>\n<li>Filter by broker name</li>\n</ul>\n<p>URL: <a href=\"https://api.lynkmarkets.com/public-api/trades?limit=20&amp;page=1\">https://api.lynkmarkets.com/public-api/trades</a></p>\n<p>Body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"broker\": {\n    \"name\": \"broker name\"\n  }\n}\n\n</code></pre>\n<ul>\n<li>Pagination example (page 3 with 20 trades per page)</li>\n</ul>\n<p>URL:</p>\n<p><a href=\"https://api.lynkmarkets.com/public-api/trades?limit=20&amp;page=2\">https://api.lynkmarkets.com/public-api/trades?limit=20&amp;page=3</a></p>\n<h4 id=\"success-response-examples\">Success response examples</h4>\n<p>Example response with 2 trades:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[{\n    \"tradeDate\": \"2026-04-23T00:00:00.000Z\",\n    \"settlementDate\": \"2026-04-24T00:00:00.000Z\",\n    \"cashAmount\": 10000,\n    \"noteQuantity\": 10000,\n    \"notePrice\": 100,\n    \"status\": \"Settled\",\n    \"operation\": \"SecuritySell\",\n    \"product\": {\n        \"ISIN\": “PRODUCT-ISIN-1”,\n        \"name\": “PRODUCT-NAME-1”\n    },\n    \"settlementAccount\": {\n        \"account\": “ACCOUNT=1”,\n        \"clearer\": {\n            \"name\": \"Euroclear\",\n            \"code\": \"EC\"\n        }\n    },\n    \"broker\": {\n        \"name\": “BROKER-1”\n    },\n    \"orders\": \\[\n        {\n            \"cashFunded\": 5000,\n            \"noteQuantity\": 5000,\n            \"notePrice\": 100,\n            \"status\": \"Settled\",\n            \"minimum\": 1000\n        },\n        {\n            \"cashFunded\": 5000,\n            \"noteQuantity\": 5000,\n            \"notePrice\": 100,\n            \"status\": \"Settled\",\n            \"minimum\": 1000\n        },\n    \\]\n},\n{\n    \"tradeDate\": \"2026-04-20T00:00:00.000Z\",\n    \"settlementDate\": \"2026-04-22T00:00:00.000Z\",\n    \"cashAmount\": 200000,\n    \"noteQuantity\": 200000,\n    \"notePrice\": 100,\n    \"status\": “Confirmed”,\n    \"operation\": \"SecurityBuy\",\n    \"product\": {\n        \"ISIN\": “PRODUCT-ISIN-2”,\n        \"name\": “PRODUCT-NAME-2”\n    },\n    \"settlementAccount\": {\n        \"account\": “ACCOUNT-1”,\n        \"clearer\": {\n            \"name\": \"Euroclear\",\n            \"code\": \"EC\"\n        }\n    },\n    \"broker\": {\n        \"name\": “BROKER-2”\n    },\n    \"orders\": \\[\n        {\n            \"cashFunded\": 200000,\n            \"noteQuantity\": 200000,\n            \"notePrice\": 100,\n            \"status\": “Confirmed”,\n            \"minimum\": 10000\n        }\n    \\]\n}]\n\n</code></pre>\n<h4 id=\"note\">Note:</h4>\n<ul>\n<li><p>If limit is not sent, default is 1000</p>\n</li>\n<li><p>If page is not sent, default is 1</p>\n</li>\n<li><p>settlementISIN appears only when it is different from the product ISIN</p>\n</li>\n</ul>\n<h4 id=\"access-rules-important\">Access rules (important)</h4>\n<p>You can only see trades allowed by your consumer token based on its company and network configuration.</p>\n<h4 id=\"why-am-i-not-seeing-a-trade\">Why am I not seeing a trade?</h4>\n<p>Possible reasons:</p>\n<ul>\n<li><p>The trade is outside your token’s allowed company/network scope</p>\n</li>\n<li><p>Your filters are too restrictive (status/date/page)</p>\n</li>\n<li><p>You requested a page with no remaining records</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["public-api","trades"],"host":["api","lynkmarkets","com"],"query":[],"variable":[]}},"response":[{"id":"a63845c1-043b-46a5-88a8-a0bd1f67fd92","name":"Trades Report 200 Ok","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer your_access_token_here","description":"Access token provided by Lynk Markets","type":"text"}],"url":{"raw":"https://api.lynkmarkets.com/public-api/trades?limit=2","protocol":"https","host":["api","lynkmarkets","com"],"path":["public-api","trades"],"query":[{"key":"limit","value":"2"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"tradeDate\": \"2026-04-23T00:00:00.000Z\",\n        \"settlementDate\": \"2026-04-24T00:00:00.000Z\",\n        \"cashAmount\": 10000,\n        \"noteQuantity\": 10000,\n        \"notePrice\": 100,\n        \"status\": \"Settled\",\n        \"operation\": \"SecuritySell\",\n        \"product\": {\n            \"ISIN\": \"PRODUCT-ISIN-1\",\n            \"name\": \"PRODUCT-NAME-1\"\n        },\n        \"settlementAccount\": {\n            \"account\": \"ACCOUNT-1\",\n            \"clearer\": {\n                \"name\": \"Euroclear\",\n                \"code\": \"EC\"\n            }\n        },\n        \"broker\": {\n            \"name\": \"BROKER-1\"\n        },\n        \"orders\": [\n            {\n                \"cashFunded\": 5000,\n                \"noteQuantity\": 5000,\n                \"notePrice\": 100,\n                \"status\": \"Settled\",\n                \"minimum\": 1000\n            },\n            {\n                \"cashFunded\": 5000,\n                \"noteQuantity\": 5000,\n                \"notePrice\": 100,\n                \"status\": \"Settled\",\n                \"minimum\": 1000\n            }\n        ]\n    },\n    {\n        \"tradeDate\": \"2026-04-20T00:00:00.000Z\",\n        \"settlementDate\": \"2026-04-22T00:00:00.000Z\",\n        \"cashAmount\": 200000,\n        \"noteQuantity\": 200000,\n        \"notePrice\": 100,\n        \"status\": \"Confirmed\",\n        \"operation\": \"SecurityBuy\",\n        \"product\": {\n            \"ISIN\": \"PRODUCT-ISIN-2\",\n            \"name\": \"PRODUCT-NAME-2\"\n        },\n        \"settlementAccount\": {\n            \"account\": \"ACCOUNT-1\",\n            \"clearer\": {\n                \"name\": \"Euroclear\",\n                \"code\": \"EC\"\n            }\n        },\n        \"broker\": {\n            \"name\": \"BROKER-2\"\n        },\n        \"orders\": [\n            {\n                \"cashFunded\": 200000,\n                \"noteQuantity\": 200000,\n                \"notePrice\": 100,\n                \"status\": \"Confirmed\",\n                \"minimum\": 10000\n            }\n        ]\n    }\n]\n"},{"id":"03eb1cae-c10a-45bf-bc95-e0892a63879b","name":"Trades Report Filter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer your_access_token_here","description":"Access token provided by Lynk Markets","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tradeDate\": \"2026-04-23T00:00:00.000Z\",\n    \"status\": \"Settled\",\n    \"broker\": {\n        \"name\": \"BROKER-1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.lynkmarkets.com/public-api/trades"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"tradeDate\": \"2026-04-23T00:00:00.000Z\",\n        \"settlementDate\": \"2026-04-24T00:00:00.000Z\",\n        \"cashAmount\": 10000,\n        \"noteQuantity\": 10000,\n        \"notePrice\": 100,\n        \"status\": \"Settled\",\n        \"operation\": \"SecuritySell\",\n        \"product\": {\n            \"ISIN\": \"PRODUCT-ISIN-1\",\n            \"name\": \"PRODUCT-NAME-1\"\n        },\n        \"settlementAccount\": {\n            \"account\": \"ACCOUNT-1\",\n            \"clearer\": {\n                \"name\": \"Euroclear\",\n                \"code\": \"EC\"\n            }\n        },\n        \"broker\": {\n            \"name\": \"BROKER-1\"\n        },\n        \"orders\": [\n            {\n                \"cashFunded\": 5000,\n                \"noteQuantity\": 5000,\n                \"notePrice\": 100,\n                \"status\": \"Settled\",\n                \"minimum\": 1000\n            },\n            {\n                \"cashFunded\": 5000,\n                \"noteQuantity\": 5000,\n                \"notePrice\": 100,\n                \"status\": \"Settled\",\n                \"minimum\": 1000\n            }\n        ]\n    }\n]\n"}],"_postman_id":"8cae1287-94f0-441e-992a-053c5a29f289"}]}