AM/TA/Inv - Get Security Details

Details

/external/v1/securitiesarrow-up-right

Synopsis

Get Security Details

get

This route is used to retrieve the details of securities given a set of search filters. This endpoint is paginated, up to 10 records can be retrieved per call. This endpoint can be called by applications with access to scope "readIssuance".

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : readIssuance
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).

securityStatusFilterstringOptional

The comma delimited list of statuses to filter the security records. Up to 14 entries can be provided.Available values: deleted, preSync, active, closed, completed, bust_in_progress, busted, cancel_in_progress, canceled, refund_in_progress, retired, approved_revert_to_active, paused, archived

Example: active,closed
securityTypeFilterstringOptional

The comma delimited list of security types to filter the security records. Up to 8 entries can be provided.Available values: equity, lpUnits, llcUnits, spcUnits, convertible, lpInterest, llcUnitShares, cash

Example: equity,llcUnitShares
securityIdsFilterstringOptional

The comma delimited list of security ids to filter the security 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 security records. Up to 10 records can be provided. Each record should not exceed 100 characters. Any entry on this list that could contain commas should be withing "" like so: "this is , the correlation id".

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.

Responses
chevron-right
200

Successfully retrieved the Issuance details

application/json
namestringRequired

Name of the security

Example: Test U.S. Real Estate Fund II Access Fund, L.P.
shortNamestringOptional

Short name of the security. This can be provided if the commonly used name of the security is different than its legal name (captured on the “name” property). It is optional.

Example: Test Real Estate Fund II
securityIdstringRequired

The id that uniquely identifies this security on the ledger

Example: USCCWSF01I01
isMoneyMarketbooleanOptional

True if the security is a money market fund.

Default: falseExample: true
campaignCompletedDateone ofOptional

Issuance campaign completion date

Example: 2024-09-12T00:00:00.000Z
string · date-timeOptional

Date-time string

Example: 2024-09-12T00:00:00.000Z
or
string · dateOptional

Date string

Example: 1980-01-01
or
number · numberOptional

Epoch timestamp (milliseconds)

Example: 1185106460000
restrictedbooleanRequired

True if the security is restricted, false otherwise. It is not possible to execute any transaction on this security while it is restricted.

Example: false
exemptionall ofOptional

The exemption type configuration. It should be compatible with an investor accreditation level. If this is property is defined, then only investors with compatible accreditation levels will be allowed to create new assets.

Example: REIT
string · enumOptional

The exemption type configuration. It should be compatible with an investor accreditation level. If this is property is defined, then only investors with compatible accreditation levels will be allowed to create new assets.

Possible values:
parentSecurityIdstringOptional

The security id of the parent offering. This parent security will contain the aggregated values of all share classes. Only applicable for registered products with share classes

Example: USCCWSF01I01
exclusivityTypeall ofRequired

The exclusive type configuration. If it is private then only the organizations that were invited to invest in this security can actually do it

Example: private
string · enumOptional

The exclusive type configuration. If it is private then only the organizations that were invited to invest in this security can actually do it

Possible values:
statusall ofRequired

The status of the security

Example: active
string · enumOptional

The status of the security

Possible values:
accountIdstringOptional

The unique identifier of the internal account linked to the security. This account is to be used for receiving payment from primary market or capital calls. It will also be the account that will be used to perform lifecycle events like tender offers where payments need to be made to the underlying investors.

Example: US9QIMAOAS1Q
deploymentStatusall ofOptional

The status of the issuance deployment

Example: success
string · enumOptional

The status of the orchestration.

Possible values:
lockedbooleanOptional

True if the issuance is locked for edit (e.g. while executing certain blockchain actions), false otherwise.

Example: false
isSynchronizingDatabooleanOptional

If this property is set to true it means that a data synchronization job is running in background and no actions can be performed until this is finished.

Example: false
facilitationAccountIdsstring[]Optional

The unique identifier of the facilitation accounts linked to the security.

Example: ["US9QIMAOAS1Q"]
get
/external/v1/securities

Last updated

Was this helpful?