# Portfolio Risk Summary Get current portfolio risk summary information. Endpoint: GET /monitoring/portfolios/{portfolioId}/riskSummary Version: 1.10.9 Security: bearerToken ## Path parameters: - `portfolioId` (number, required) The unique identifier of the portfolio, obtained from . ## Response 200 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. Example: "23921650-c073-11ea-860f-06bc8182190e" - `totalCompanies` (number) Total Companies in the portfolio Example: 66 - `bandACount` (number) Example: 20 - `bandApc` (number) Example: 40.625 - `bandBCount` (number) Example: 17 - `bandBpc` (number) Example: 26.5625 - `bandCCount` (number) Example: 14 - `bandCpc` (number) Example: 21.8775 - `bandDCount` (number) Example: 5 - `bandDpc` (number) Example: 7.8125 - `bandECount` (number) Example: 2 - `bandEpc` (number) Example: 3.125 ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected