curl --request GET \
--url https://api.tilt.io/api/v1/custom/org/{organization_uuid}/risk_model \
--header 'X-Api-Key: <api-key>'
{
"risk_covariance": {
"factors": [
"<string>"
],
"matrix": [
[
"<string>"
]
]
},
"risk_loadings": {
"factors": [
"<string>"
],
"loadings": {}
},
"risk_idiosyncratic": {}
}
curl --request GET \
--url https://api.tilt.io/api/v1/custom/org/{organization_uuid}/risk_model \
--header 'X-Api-Key: <api-key>'
{
"risk_covariance": {
"factors": [
"<string>"
],
"matrix": [
[
"<string>"
]
]
},
"risk_loadings": {
"factors": [
"<string>"
],
"loadings": {}
},
"risk_idiosyncratic": {}
}
The response is of type object
.