Hedge Fund Monitor

Series Information: Mnemonics

https://data.financialresearch.gov/hf/v1/metadata/mnemonics

Description

Returns all series available through the API. If no parameters are specified, then this route returns a list of all mnemonics. Using a parameter returns a list of hashes that contain the mnemonic along with the series name.

Parameters

Examples

Call:
https://data.financialresearch.gov/hf/v1/metadata/mnemonics?dataset=fpf
Output:
[
    {
        "mnemonic": "FPF-ALLQHF_CDSDOWN250BPS_P5",
        "series_name": "Stress test: CDS spreads decrease 250 basis points net impact on NAV (5th percentile fund)"
    },
    {
        "mnemonic": "FPF-ALLQHF_CDSDOWN250BPS_P50",
        "series_name": "Stress test: CDS spreads decrease 250 basis points net impact on NAV (median fund)"
    },
    {
        "mnemonic": "FPF-ALLQHF_CDSUP250BPS_P5",
        "series_name": "Stress test: CDS spreads increase 250 basis points net impact on NAV (5th percentile fund)"
    },
    {
        "mnemonic": "FPF-ALLQHF_CDSUP250BPS_P50",
        "series_name": "Stress test: CDS spreads increase 250 basis points net impact on NAV (median fund)"
    },
  ...
]
Call:
https://data.financialresearch.gov/hf/v1/metadata/mnemonics?output=by_dataset
Output:
{
    "ficc": [
        {
            "mnemonic": "FICC-SPONSORED_REPO_VOL",
            "series_name": "Sponsored repo: repo volume"
        },
        {
            "mnemonic": "FICC-SPONSORED_REVREPO_VOL",
            "series_name": "Sponsored repo: reverse repo volume"
        }
    ],
    ...
  ]
} 

Version

This API endpoint is available in the following versions of the OFR API.

1