---
title: "ABC Analysis"
method: POST
path: "/portfolio/abc"
tags: ["Portfolio Performance Management"]
---

# ABC Analysis

`POST /portfolio/abc`

Calculate and retrieve results of ABC (pareto analysis) per timeseries and planning level.

## Headers

- `Token` string

## Request body

- PortfolioRequest
  - `data` PlanningLevelDataDto[], nullable
    - `historyValues` number[], nullable
    - `timeSeriesId` string, nullable
  - `planningLevelId` string, required
  - `startDate` string, required

## Response `200`

Success

- PortfolioAbcModel[]
  - `abc12` string
  - `abc12Value` number, double
  - `abc6` string
  - `abc6Value` number, double
  - `abc9` string
  - `abc9Value` number, double
  - `id` string, nullable
  - `thresholdA` number, double
  - `thresholdB` number, double
  - `thresholdC` number, double

---

[API](https://skmtc.net/icue/apis/i-cue.md) · [All operations](https://skmtc.net/icue/apis/i-cue/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/icue/i-cue/versions/6acfe792ceda/schema)
