Create Portfolio

Create a portfolio with a unique name from a list of holdings using ISIN, CUSIP, LEI or PERMID as the idType for securities. When LEI or PERMID are used, the securityType must also be provided as either EQUITY or FIXED_INCOME. It is also possible to use CASH or OTHER as the idType and provide a custom id (although no scores will be provided for these holdings).
Portfolios can be provided in two ways:

  1. By providing percentage weights of each holding (specifying securitiesWeightDistribution as PERCENTAGE). In this case you must also specify a total portfolio value.
  2. By providing individual currency amounts for each holding (specifying securitiesWeightDistribution as AMOUNT). In this case, the total portfolio value is not required and you are also able to specify holding-specific currencies.

Once created, the unique id of the portfolio will be returned.

Body Params
string

Name for the portfolio to be created.

string
enum
required

The way to distribute weights of each allocation of the portfolio.

Allowed:
securities
array of objects
required

List of Security Items the portfolio will be composed of.

securities*
total
object

Total value of the portfolio.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json