AM/TA - Get Assigned Investing Organizations

Details

/external/v1/exclusivityarrow-up-right

Synopsis

Get Assigned Investing Organizations

get

This route is used to extract all the investing organizations that have been assigned to an offering specified by a set of search filters. This endpoint is paginated, up to 50 records can be retrieved per call. This endpoint can be called by applications with access to scope "readExclusivityOptions".

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : readExclusivityOptions
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
pageSizenumberOptional

The number of rows being retrieved. Must be a positive integer.

offsetnumberOptional

The offset (i.e. row start index). Must be a positive integer (or 0).

orgIdsFilterstringOptional

The comma delimited list of organization ids to filter the assignment records. Each record should not exceed 12 characters.

Example: USCCWSF01I00,USCCWSF01I01
securityIdsFilterstringOptional

The comma delimited list of security ids to filter the assignment records. Up to 10 records can be provided. Each record should not exceed 12 characters.

Example: USCCWSF01I00,USCCWSF01I01
securityCorrelationIdsFilterstringOptional

The comma delimited list of security correlation ids to filter the assignment records. Up to 10 records can be provided. Each record should not exceed 100 characters.

Example: 1234,5678,7890
securityCorrelationOrgIdstring · max: 12Optional

The organization identifier linked to the correlation ids provided in the "securityCorrelationIdsFilter" property. If not provided the organization id will be inferred from the access token.

assignmentStatusFilterstringOptional

The comma delimited list of statuses to filter the assignment records. Up to 4 entries can be provided. Available values: assigned, accepted, rejected, inactive

Example: assigned,accepted
Responses
chevron-right
200

Successfully extracted data

application/json
orgIdstringRequired

The id of the assigned organization. Used to uniquely identify the organization on the ledger

Example: US9QIMA
namestringRequired

The name of the assigned organization

Example: State Street
statusall ofRequired

The status of the assignment: - assigned: eligible to be accepted/rejected - accepted: eligible to be rejected - rejected: eligible to be accepted - inactive: it means that the organization is not assigned to this particular security. The typical use case is when an investing organization is only assigned to a subset of share classes. All the share classes to which the investing organization was not assigned to will have this status. Also, if an organization was removed from the exclusivity list it will also have this status.

Example: assigned
string · enumOptional

The status of the assignment: - assigned: eligible to be accepted/rejected - accepted: eligible to be rejected - rejected: eligible to be accepted - inactive: it means that the organization is not assigned to this particular security. The typical use case is when an investing organization is only assigned to a subset of share classes. All the share classes to which the investing organization was not assigned to will have this status. Also, if an organization was removed from the exclusivity list it will also have this status.

Possible values:
isRepLetterProvidedbooleanOptional

This value is set to true if the issuer of the security has a rep letter from the distribution partner being assigned to the exclusivity list. Otherwise it is set to false.

Default: falseExample: true
roleall ofRequired

The role of assigned organization.

Example: investor
string · enumOptional

The role of assigned organization.

Possible values:
securityIdstringRequired

The id of the security organization is assigned to. Used to uniquely identify the security on the ledger

Example: USCCWSF01I01
get
/external/v1/exclusivity

Important Notes

Last updated

Was this helpful?