The Portfolio Merge worker appends portfolios to a target portfolio, creating a new merged portfolio from it, which can be saved in the platform, be used on the workflow or simply update the target portfolio. When merging portfolio, if you do not inform a name, date or base currency for the result portfolio, these informations will be replaced with the target portfolio's informations. The Portfolio Merge worker sums all the portfolio's NLV's if NLV is not informed for the result portfolio.
Parameters
The Portfolio Merge 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 parameters is separated in the following tabs: Input and Output.
1. Input
The Input tab contains parameters which are consumed by the worker, in order to execute it's calculations or actions.
1.1 Portfolio
Set the target portfolio using Fixed Portfolio, Get Latest or Upstream Data variants.
1.2 Workspace
Set the target portfolio's workspace using Fixed Workspace variant.
1.3 Data Sources
Add new portfolio field by clicking on the Add Source button.
1.3.1 Portfolio
Set the portfolio data source using Fixed Portfolio, Get Latest or Upstream Data variants.
1.3.2 Workspace
Set the research workspace of the data source portfolio using Fixed Workspace variant.
2. Output
The Output tab contains parameters that defines the worker execution results, and how it will be provided to downstream workers.
2.1 Name
Set the portfolio name using Template Text or Upstream Data variants.
2.2 Date
Select the portfolio date using Fixed Date or Upstream Data variants.
2.3 Workspace
Set the workspace in which the merged portfolio will be saved on the platform using Fixed Workspace.
2.4 Net Liquidating Value (NLV)
Set the portfolio NLV using Number or Upstream Data variants.
2.5 Base Currency
Select the portfolio base currency using Select or Upstream Data variants.
2.6 Tags
Set the portfolio tags using Fixed Tags or Upstream Data variants.
2.7 Append Merge References
Select wheter or not the result portfolio's name will have the word "Merged" appended to it or not.
2.8 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 it's executions successfully, it will return a result object containing the merged portfolio to the workflow, which can be used by downstream workers. Below you can see an example of the Portfolio Merge'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)