v1
latestOpenAPI 3.1.02026-08-043160244.3 KBSubscriptions
Subscribe to an FTF
Subscribe to an FTF
post/subscribe
Headers
idempotency-keystring required
Idempotency Key used to ensure that the same request is not processed more than once. If the same request is received more than once, the second request will be ignored. Each valid new request must have a different Idempotency Key (It is recommended to use a UUID as the Idempotency Key)
Idempotency Key used to ensure that the same request is not processed more than once. If the same request is received more than once, the second request will be ignored. Each valid new request must have a different Idempotency Key (It is recommended to use a UUID as the Idempotency Key)
Request body
Example request
{
"amount": 1000,
"entityCode": "TEST0001",
"indicationUid": "539e30e363b549bf80a0961fd0242809",
"source": "As per Master Subscription Agreement",
"subscriptionDate": "2024-01-01",
"withdrawal_date": "2025-01-01"
}Response
Subscription details
Example response
{
"amount": 1000,
"cellCode": "Example-IC",
"currency": "GBP",
"cutoffDatetime": "2024-01-01T12:15:00",
"entityCode": "TEST0001",
"holdingUid": "6e69e21342a24bbdaf9fe4e8a9995fda",
"indicationUid": "ef8b318a15b04784ba86c8667727d78b",
"maturityAction": "Roll",
"maturityDate": "2025-01-01",
"obligorExposureCode": "BACR[GC]",
"obligorExposureName": "Barclays Bank Plc [Gov secured]",
"productCode": "GBP-BACR[GC]-3M",
"releaserEmail": "example@treasuryspring.com",
"signerEmail": "example@treasuryspring.com",
"source": "As per Master Subscription Agreement",
"subscriptionDate": "2024-01-01",
"uid": "8a1f37f521f146dbaa4a333d0bc26158",
"yield": 5
}