Skip to main content
Skip table of contents

2.2.7 Index / Segment Catalogue

Purpose

Query to obtain list of indices.

Endpoint

GET

/data-service/v2/lists/indices?product={product}

Parameters

  • product (string, required):
    Type of product offered. Supported products include: pi, pe.

  • app (string, optional):
    Type of application within the product. If omitted, this endpoint would return indices relevant for all application types made available for a product. Please refer to the table below for the complete supported options.

Support matrix for “product” and “app”:

Product

App

pi - Private Infrastructure

  • indexApp - Market indices

  • ticcsResearchData - TICCS Benchmarks

  • assetValuation - Deal & Valuation Analytics

Example: indices?product=pi&indexApp=1

pe - Private Equity

  • marketIndices - Market Indices

  • peccsBenchmarks - PECCS Benchmarks

  • analytics - Deal & Valuation Analytics

Example: indices?product=pe&peccsBenchmarks=1

Example

  • Request (URL)

    TEXT
    /data-service/v2/lists/indices?product=pi
  • Response

    JSON
    {
        "data": {
            "results": [
                {
                    "indexUniverse": "INFRA_EQ",
                    "indexGeo": "WRLD_ALL",
                    "indexFocus1": "INFR",
                    "indexFocus2": "INFR",
                    "indexFocus3": "INFR",
                    "indexFocus4": "INFR",
                    "sftp": 1,
                    "indexApp": 0,
                    "live": 1,
                    "nature": "S",
                    "indexFamilyId": "INFRA_EQ_PEER_GROUP_INFRA_ASSET_MANAGERS",
                    "indexFamilyCode": "01a39698",
                    "indexFamilyName": "Infrastructure Asset Managers",
                    "startDate": "2005-10-31",
                    "frequency": "Monthly",
                    "geography": "World",
                    "theme": "INFRA_AM",
                    "debtOrEquity": "Equity",
                    "legacyIndexApp": 0,
                    "isSegment": 0,
                    "ticcsResearchData": 0,
                    "assetValuation": 0,
                    "riskMetrics": 0,
                    "fundStrategy": 0,
                    "peerGroups": 1,
                    "styles": "INFR",
                    "currencyDenomination": "INFR",
                    "maturityAtOrigination": "INFR",
                    "category": "Asset Manager Styles"
                },
                ....
            ]
        },
        "metaData": [
            {
                "dataCount": 1740
            }
        ]
    }
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.