AM/TA - Get Tender Offer Details

Details

/external/v1/tender-offersarrow-up-right

Synopsis

Get Tender Offer Details

get

This route is used to retrieve the details of tender offers, given 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 "readTenderOffer".

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

tenderOfferStatusFilterstringOptional

The comma delimited list of statuses to filter the tender offer records. Up to 14 entries can be provided.Available values: preSync, deleted, draft, pending, active, canceled, closing, closed, price_set, price_pending, price_approved, price_completed, settling, settled

Example: active
securityIdsFilterstringOptional

The comma delimited list of security ids to filter the tender offer 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 tender offer records. Up to 10 records can be provided. Each record should not exceed 100 characters.

Example: 1234,5678,7890
tenderOfferIdsFilterstringOptional

The comma delimited list of tender offer ids to filter the tender offer records. Up to 50 records can be provided. Each record should not exceed 12 characters.

Example: USCCWSF01I00,USCCWSF01I01
tenderOfferCorrelationIdsFilterstringOptional

The comma delimited list of tender offer correlation ids to filter the tender offer records. Up to 50 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.

tenderOfferCorrelationOrgIdstring · max: 12Optional

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

Responses
chevron-right
200

Successfully retrieved the tender offer data

application/json
tenderOfferIdstringRequired

The id that uniquely identifies the tender offer on the ledger.

Example: TEST1234
startDateone ofRequired

The start date of the tender offer, i.e. the date after which tender requests can be submitted by investing organizations

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
cutOffDateone ofRequired

This is the date after which no further request can be submitted for tender. It needs to be after the start date and prior to the close and settlement 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
closeDateone ofRequired

This is the date in which the tender offer price, i.e. the price per share which will be used for payments, will be determined. It needs to be equal or after the cut-off 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
settlementDateone ofRequired

This is the expected date in which the payments are expected to take place. It needs to be equal or after the close 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
statusall ofRequired

The status of the tender offer

Example: draft
string · enumOptional

The status of the tender offer

Possible values:
totalSharesNumberAcceptednumber · max: 999999999999999Optional

The number of accepted shares to buy back. Up to 6 decimal cases are supported.

Example: 100000
totalSharesNumberSubmittednumber · max: 999999999999999Optional

The total number of shares submitted for tender by investors. Up to 6 decimal cases are supported.

Example: 100000
priceClosednumber · max: 999999999999999Optional

The close price for single class offerings. Up to 2 decimal cases are supported.

Example: 10
restrictedbooleanRequired

True if the tender offer is restricted, false otherwise

Example: false
rationumber · max: 1Optional

Ratio multiplier on submitted shares to tender, value range (0,1], 1 means all shares accepted, leass than 1 means a fraction of the shares are accepted.

Example: 1
accountIdstringRequired

The unique identifier of the account linked to the issuance.

Example: US9QIMAOAS1Q
securityIdstringRequired

This is the security identifier. It uniquely identifies the security on which the tender offer was created.

Example: USS3JKS01I00
get
/external/v1/tender-offers

Last updated

Was this helpful?