> ## Documentation Index
> Fetch the complete documentation index at: https://systematica.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Volume Profile

> systematica.api.reports.volume_profile

## `VolumeProfileFactorCVReport`

```python theme={null}
VolumeProfileFactorCVReport(
    data: vectorbtpro.data.base.Data,
    s1: str,
    s2: str,
    model: ~BaseStatArb,
    use_close: bool = True,
    freq: str = 'auto',
)
```

Breakdown analysis for volume profile factor cv model, extending `BaseModelBreakdownCV`.

Method generated by attrs for class BaseReportCV.

### Ancestors

* `systematica.api.base.BaseReportCV`
* `systematica.api.base.BaseReportMixin`
* `abc.ABC`

## `RollingVolumeProfileFactorReport`

```python theme={null}
RollingVolumeProfileFactorReport(
    data: vectorbtpro.data.base.Data,
    s1: str,
    s2: str,
    model: ~BaseStatArb,
    use_close: bool = True,
    freq: str = 'auto',
)
```

Breakdown analysis for rolling volume profile factor model, extending `BaseRollingReport`.

Method generated by attrs for class BaseRollingReport.

### Ancestors

* `systematica.api.base.BaseRollingReport`
* `systematica.api.base.BaseReportMixin`
* `abc.ABC`
