Skip to content

Portfolio Expression

The Portfolio Expression worker takes a portfolio property and manipulates it through a user-given expression. This worker returns a new portfolio containing the changed property to the workflow.

Parameters

The Portfolio Expression worker must receive specific parameters in order to execute properly. When parameters are not set correctly it may cause the worker to not work as expected. This worker's parameters are separated in the following tabs: Input and Output.

Input

The Input tab contains parameters which are consumed by the worker, in order to execute its calculations or actions.

Portfolio

Select the portfolio to be manipulated using Fixed Portfolio, Upstream Data, Get Latest or Get List variants

Portfolio Property

Select the portfolio property to be manipulated by expression using Fixed Value variant.

Expression

Set the expression to be applied to the selected portfolio property.

Value

Select the value to be applied to expression's variable using Upstream Data variant.

Variable Name

Set the variable's name to be used inside the expression.

Output

The Output tab contains parameters that defines the worker execution results, and how it will be provided to downstream workers.

Name

Set the portfolio name using Template Text or Upstream Data variants.

Date

Select the portfolio date using Fixed Date or Upstream Data variants.

Workspace

Set the workspace in which the merged portfolio will be saved on the platform using Fixed Workspace.

Net Liquidating Value (NLV)

Set the portfolio NLV using Numberor Upstream Datavariants.

Base Currency

Select the portfolio base currency using Select or Upstream Datavariants.

Tags

Set the portfolio tags using Fixed Tags or Upstream Data variants.

Storage Mode

Select if the result portfolio will be saved on the platform, update an existing portfolio or be a transient one through the following options: Transient, Create or Update.

Result

Once the worker finishes its executions successfully, it will return a result object containing the changed portfolio to the workflow, which can be used by downstream workers. Below you can see an example of the Portfolio Expression's result object hierarchy.

  • 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)