v1

latestOpenAPI 3.1.02026-08-043160244.3 KB
Holdings

Get a list of maturity actions for a specific holding

Get a list of maturity actions for a single holding

get/holding/{entity_code}/{holding_uid}/maturity-action

Path parameters

entity_codestring required

Entity code

Entity code

holding_uidstring required

Holding uid

Holding uid

Response

Maturity actions

amountnumber required

Amount

currencystring required

Currency

holdingUidstring required

Holding uid

subscriptionUidstring nullable

The unique identifier for the subscription associated with the maturity action, if any.

typestring required

Maturity Action type

uidstring required

Maturity Action uid

Example response

[
  {
    "amount": 5000,
    "currency": "GBP",
    "holdingUid": "74628ebad0f54881b3c76acf146eb3c3",
    "subscriptionUid": "dade0389c66241bd8366b017f1ffe19a",
    "type": "ROLL",
    "uid": "96cd54e5ddfd41b0a77afef15a96660d"
  }
]