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

# ABCxyz Analysis

`POST /portfolio`

Calculate and retrieve results of ABC (pareto analysis) and xyz (Coefficient of variation) per timeseries and planning level. This analysis is a powerful means to estbalish a proper planning cadence, best accuracy messures and optimal hyperparameters for the organization. It provides a balanced and actionable overview of the entire product portfolio.

## Headers

- `Token` string

## Request body

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

## Response `200`

Success

- PortfolioModel[]
  - `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
  - `thresholdX` number, double
  - `thresholdY` number, double
  - `thresholdZ` number, double
  - `xyz12` string
  - `xyz12Value` number, double
  - `xyz6` string
  - `xyz6Value` number, double
  - `xyz9` string
  - `xyz9Value` 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)
