For the complete documentation index, see llms.txt. This page is also available as Markdown.

Corporate Actions

Get Corporate Actions

get
/corporate-actions/

Get Corporate Actions

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
cursorstringOptional

String value used for pagination

limitinteger · min: 1Optional

Maximum number of items to return

Default: 20
startCreatedOnstring · date-timeOptional

Display corporate actions created on or after this date

endCreatedOnstring · date-timeOptional

Display corporate actions created on or before this date

exDatestring · date-timeOptional

Display corporate actions with ex-date on or after this date

paymentDatestring · date-timeOptional

Display corporate actions with payment date on or after this date

recordDatestring · date-timeOptional

Display corporate actions with record date on or after this date

responseDeadlinestring · date-timeOptional

Display corporate actions with response deadline on or after this date

statusstring · enumOptional

Corporate action event status

Possible values:
corporateActionReferencestringOptional

Display corporate actions with this reference number (links MT564 and MT566 events for the same underlying action)

Responses
200

OK

application/json
get/corporate-actions/

Submit customer option for corporate action

post
/corporate-actions/{corporateActionId}/instructions

The endpoint is currently under development, and the structure may still change.

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
corporateActionIdstring · uuidRequired

Id of corporate action

Header parameters
Requestor-IDstring · uuidRequired

Unique requestor identification in UUID format

Body
depositoryCustomerProductIdstring · uuidRequired

The identifier of the depository customer product instance

Responses
202

Accepted

post/corporate-actions/{corporateActionId}/instructions

No content

Get Corporate Actions by Customer

get
/corporate-actions/customers/{customerId}

Get Corporate Actions by Customer

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
customerIdstring · uuidRequired

Unique customer identification number in UUID format

Query parameters
cursorstringOptional

String value used for pagination

limitinteger · min: 1Optional

Maximum number of items to return

Default: 20
startCreatedOnstring · date-timeOptional

Display corporate actions created on or after this date

endCreatedOnstring · date-timeOptional

Display corporate actions created on or before this date

corporateActionReferencestringOptional

Display corporate actions with this reference number (links MT564 and MT566 events for the same underlying action)

exDatestring · date-timeOptional

Display corporate actions with ex-date on or after this date

paymentDatestring · date-timeOptional

Display corporate actions with payment date on or after this date

recordDatestring · date-timeOptional

Display corporate actions with record date on or after this date

responseDeadlinestring · date-timeOptional

Display corporate actions with response deadline on or after this date

statusstring · enumOptional

Corporate action event status

Possible values:
Responses
200

OK

application/json
get/corporate-actions/customers/{customerId}

Last updated