Analyze Portfolio
You can create a new analysis of a multi asset portfolio by sending a POST request to baseUrl/analyses. This is useful for creating an analysis from a multi asset portfolio.
To create an analysis, simply provide the necessary details like the portfolio data, start date, end date, compares, and the system will generate the analysis for you.
To have access to this the feature, PORTFOLIO_ANALYZER needs to be enabled.
To be able to analyze a portfolio, analyze:write must be included in the scopes.
To learn more visit Analysis API.
Updated 9 months ago