Entity Risk
Please note, the endpoint for retrieving Entity Risk is called /entityinfo, as detailed below.
The entityinfo endpoint returns various risk metrics which are provided for the entity, rather than its constituents. The request can be made for specific dates, or for all dates for which there is data (ie no date filters). Requests are made using the entityId parameter, which is mandatory.
For the full list of parameters accepted as well as which are required, see Parameters below. To view Sample response data, expand the menu under Responses and refer to the Example tab. To see the format of the response fields, as well as which are mandatory (that is, always returned in the response), select the tab Schema, and then expand object followed by content and finally object once more.
Request and Response
The format of all Sesame Custodial Data APIs is the same. The user is required to provide their account UUID and token in the authorisation, and then make a GET request to the entityinfo endpoint, specifying the entityId of the entity being requested.
Unique identifier provided by Landytech
123Start of Date Range (Inclusive)
2025-05-01End of Date Range (Inclusive)
2025-05-13The current page, the first page should be '0'
0Number of records per page
100OK
GET /api/v1/entityinfo/{entityId} HTTP/1.1
Host: data.api.landytech.net
Accept: */*
OK
{
"content": [
{
"entityId": 36402,
"date": "2025-05-13",
"entityName": "ACME Multi-Strategy Fund",
"entityBaseCurrency": "USD",
"entityRiskMetrics20DMCVaR99": 5022651.267061,
"entityRiskMetrics20DMCConVaR99": 1,
"entityRiskMetrics20DMCComVaR99": 6168382.380931,
"entityRiskMetrics1DMCVaR99": 1269726.96483,
"entityRiskMetrics1DMCConVaR99": 1568547.32655,
"entityBarraOne20DMCVaR99": 3632547.086362,
"entityBarraOne1DMCVaR99": 865174.986899,
"entityRiskMetricsLehmanDefault": -7322681.919958,
"entityRiskMetricsBlackMonday": -7181493.245633,
"entityRiskMetricsRussianDevaluation": -1036202.803192,
"entityRiskMetricsSP20": -5786349.603906,
"entityRiskMetricsBrexitConservative": -961099.116803,
"entityRiskMetricsGrexit": -3015798.989398,
"entityBarraOne11092001": -4415151.778654,
"entityBarraOneLehmanDefault": -16111090.629351,
"entityBarraOne1994USRateHike": -3823251.769303,
"entityBarraOneEMFM10": -1745009.770712,
"entityNAV": 35077537.84,
"costValueBaseCurrency": 31290736.43
}
],
"totalPages": 1,
"totalElements": 1,
"last": true,
"size": 100,
"first": true,
"number": 0,
"numberOfElements": 1,
"empty": false
}Last updated
Was this helpful?