> ## Documentation Index
> Fetch the complete documentation index at: https://docs.partners.api.cobee.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Consumption Reports

In Cobee by Pluxee, every consumption is defined by three key attributes that determine its nature and behavior:

1. **Category**: Specifies the type of benefit being consumed (e.g., meal, transport, gym)
2. **Behaviour**: Defines how the money flows and its tax implications (e.g., allowance, flex)
3. **Sum Type**: Indicates whether the consumption is an expense or a withdrawal

Below you'll find detailed information about each of these attributes and their possible values.

### Categories

| Category                            | Description                       |
| ----------------------------------- | --------------------------------- |
| `any`                               | Any type of benefit               |
| `capitalization-benefit`            | Capitalization benefit            |
| `claps-benefit`                     | CLAPS benefit                     |
| `clothing-benefit`                  | Clothing benefit                  |
| `education-benefit`                 | Education benefit                 |
| `gym-benefit`                       | Gym benefit                       |
| `health-insurance-benefit`          | Health insurance benefit          |
| `home-office-benefit`               | Home office benefit               |
| `individual-capitalization-benefit` | Individual capitalization benefit |
| `it-product-benefit`                | IT product benefit                |
| `life-insurance-benefit`            | Life insurance benefit            |
| `meal-benefit`                      | Meal benefit                      |
| `nursery-benefit`                   | Nursery benefit                   |
| `pension-plan-benefit`              | Pension plan benefit              |
| `renting-benefit`                   | Renting benefit                   |
| `retirement-insurance-benefit`      | Retirement insurance benefit      |
| `transport-benefit`                 | Transport benefit                 |
| `unknown`                           | Unknown benefit type              |
| `wellness-benefit`                  | Wellness benefit                  |

### Behaviours

| Behaviour              | Description                                                                           |
| ---------------------- | ------------------------------------------------------------------------------------- |
| `allowance`            | Money coming from the company's benefit bag, tax exempt (above employee's salary)     |
| `allowance-not-exempt` | Money coming from the company's benefit bag, not tax exempt (above employee's salary) |
| `flex`                 | Money deducted from employee's salary, tax exempt                                     |
| `flex-not-exempt`      | Money deducted from employee's salary, not tax exempt                                 |

### Sum Types

| Sum Type    | Description      |
| ----------- | ---------------- |
| `expenses`  | Regular expense  |
| `withdrawn` | Withdrawn amount |
