Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.tilt.io/api/v1/custom/org/{organization_uuid}/risk_model \ --header 'X-Api-Key: <api-key>'
{ "name": "<string>", "risk_covariance": { "factors": [ "<string>" ], "matrix": [ [ "<string>" ] ] }, "risk_loadings": { "factors": [ "<string>" ], "loadings": {} }, "risk_idiosyncratic": [ { "asset_row": "<string>", "asset_col": "<string>", "variance": "<string>" } ] }
Show child attributes