Portfolio Retriever¶
The Portfolio Retriever worker retrieves a single portfolio or a list of portfolios stored in the Everysk platform.

Parameters¶
The Portfolio Retriever worker must receive specific parameters in order to execute properly.

Portfolio¶
Set the portfolio to be retrieved using Fixed Portfolio, Get Latest, Get List or Upstream Data variants.
Workspace¶
Set the research workspace of the portfolio using Fixed Workspace variant.
Result¶
Once the worker finishes its executions successfully, it will return a result object containing the retrieved portfolio(s) to the workflow, which can be used by downstream workers. Below you can see an example of the Portfolio Retriever's result object hierarchy. You can check the Output Types article to learn more about result objects types.
- Portfolio (portfolio)
- ID (string)
- Name (string)
- Tags (list of strings)
- Date (date)
- Base Currency (number)
- NLV (number)
- Securities (list)
- ID (string)
- Status (string)
- Instrument Class (string)
- Symbol (string)
- Label (string)
- Quantity (number)