v1
latestOpenAPI 3.1.02026-08-043160244.3 KBIndications
Get a list of all indications
Retrieves a list of all Indications that the user has permission to view.
get/indication/{code}
Path parameters
codestring required
Entity code
Entity code
Response
List of indications
Example response
[
{
"calendars": [
"TreasurySpring",
"United Kingdom"
],
"cellCode": "Example-IC",
"created": "2024-01-01T00:00:00",
"currency": "GBP",
"cutoffTime": "12:15:00",
"enabled": true,
"enforceMaximum": true,
"enforceMinimum": true,
"expiry": "2025-01-01T00:00:00",
"extensionDays": 7,
"finalDays": 45,
"indicativeFinalYield": 5.5,
"indicativeYield": 5.5,
"issueDate": "2024-01-01",
"maturityDate": "2025-01-01",
"maximum": 100,
"minExtensions": 7,
"minimum": 10,
"nbPenaltyExtensions": 7,
"obligorExposureCode": "BACR",
"obligorExposureName": "Barclays Bank Plc [Gov secured]",
"optionDate": "2025-01-01",
"productCode": "GBP-BACR[GC]-3M",
"sector": "Financial",
"subscriptionDates": [
"2024-01-01"
],
"term": "3m",
"type": "Fixed",
"uid": "8ca8f50d3ef44a43962998a5533f0cfa"
}
]