Get index detailed
GET/api/v1/indices/:externalId/detail
Request
Path Parameters
ID of the Index
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
description of error in natural language, absent in case of successful operation
payload
object
nullable
The response data
ID of the Index
The name of the index
Number of decimal places in published result
base asset ID
quote asset ID
Possible values: [SINGLE_ASSET
, PORTFOLIO
]
ID under which the index is stored in Bloomberg system
ID under which the index is stored in Refinitiv system
ISIN
SEDOL
If this index is a portfolio, then this is its value at inception
Possible values: [NOT_APPLICABLE
, DAILY
, BUSINESS_DAYS
, PER_SECOND
, PER_MINUTE
, PER_HOUR
, UNRECOGNIZED
]
How often the value of this index is updated
If the publicationFrequency
is DAILY
then this field will denote the time of publication
If the publicationFrequency
is DAILY
then this field will denote the timezone of publicationTime
referenceRateParameters
object
nullable
Reference rate specific parameters
ISO8601 formatted duration of the observation window
Number of partitions in the observation window
Date time when this index was initially created
Date time when this index was officially launched publically
If this index has been demised, then this field will be present and contain the date and time when it was demised.
Family of the index
Constituent exchanges
{
"serverTime": "2024-01-01T09:00:00.000Z",
"error": "string",
"payload": {
"id": "BRR",
"name": "CME CF Bitcoin Reference Rate",
"decimals": 2,
"base": "BTC",
"quote": "USD",
"underlyingAssetsType": "SINGLE_ASSET",
"bloomberg": "string",
"refinitiv": "string",
"isin": "string",
"sedol": "string",
"inceptionValue": 1000,
"publicationFrequency": "DAILY",
"publicationTime": "16:00",
"publicationTimeZone": "Europe/London",
"referenceRateParameters": {
"windowDuration": "PT1H30M",
"partitionCount": 10
},
"inceptionDateTime": "2024-01-01T09:00:00.000Z",
"launchDateTime": "2024-01-01T09:00:00.000Z",
"demiseDateTime": "2024-01-01T09:00:00.000Z",
"family": "CME CF",
"exchanges": [
"coinbase",
"kraken"
]
}
}