Skip to content

Private Security Modifier

The Private Security Modifier worker takes an existing private security from the platform and returns a modified copy with overwritten attributes. Use it to rename, retag, or replace the data of a private security without creating a separate worker chain.


Parameters

Input

Field Description
Private Security The private security to modify. Accepts Fixed Select or Upstream Data
Storage Mode How the result is persisted. Options: Transient (current run only), Create (saved to platform). Default is Create


Overwrites

Fields left at their default inherit the value from the input private security. Set a field only when you want to override it.

Field Description
Symbol New symbol for the private security. Accepts Template Text or Upstream Data
Name New name for the private security. Accepts Template Text or Upstream Data
Currency New currency for the private security. Accepts Fixed Select or Upstream Data
Type New asset type for the private security. Accepts Fixed Select. Default is Private Fixed Income
Tags New tags for the private security. Accepts Fixed Tags or Upstream Data
Data New market data payload for the private security. Accepts Upstream Data


Advanced

Field Description
Modify Mode How the worker handles the input when it is a list of private securities. Accepts Fixed Select. Default is Single Private Security
Return Mode Whether to return all results at once or parallelize downstream execution. Accepts Fixed Select


Result

Once the worker finishes successfully, it returns the modified private security.

  • Private Security (object)
  • Symbol (string)
  • Name (string)
  • Currency (string)
  • Type (string)
  • Tags (list of strings)