v1

latestOpenAPI 3.0.02026-07-241220330.3 KB
Portfolio Evaluations

Runs a portfolio evaluation

Given a portfolio workflow specified by the header, the API will run a portfolio evaluation.

post/portfolio-evaluations

Request body

sourcestring required

Allowed values are ("adhoc")

Example request

{
  "source": "adhoc"
}

Response

Portfolio Evaluation created and is queued for processing

portfolio_evaluation_tokenstring

Unique token corresponding to a portfolio evaluation

status'pending'

The current status of the portfolio evaluation

Example response

{
  "portfolio_evaluation_token": "PE-54321",
  "status": "pending"
}