Vision Upload Format: SecurityAliases

Vision Portfolio Management Application Layer: Data Feeds

| Application Feeds |


Data Feed: SecurityAliases

Category: AliasFeed

Summary:

    The SecurityAliases feed is used to load cusip/sedol changes for a security as well as any other desired aliases. Alias management is described in detail in the Portfolio Management Application Issues document.

Available Fields:

FieldTypeDescription
--- Required Fields ---
alias1 String any valid security identifier
alias2 String alias to add to security

Special Processing Rules:

  • The first alias that matches an existing security is used to identify the security. All other values supplied as tab-delimited fields on the same record are added as aliases to this security.

  • If none of the identifiers provided in the record match an existing security, an error is noted in the exception report and no aliases are posted.

Related Feeds:

Sample Upload:

The following tab-delimited feed could be used to update security aliases. The first field should contain the id of an existing security; you can follow this with one or more ids to add as aliases for the security. The header line should be included, but the header values are ignored:

   Interface ExternalFeedManager upload: "SecurityAliases" using:
     "oldId         newId
      16161010      16161A10
      69792610      69846210
      54567410      54570010
      61844710      61844A10
     " ;