> For the complete documentation index, see [llms.txt](https://docs.sov.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sov.ai/api-reference/plots-1/insider-plots.md).

# Insider Plots

**Module:** `sovai.plots.insider.insider_plots`

## Functions

### `analyze_insider_flows()`

```python
def analyze_insider_flows(df_accf, df_insider, pred_or_pressure)
```

Analyze insider flows weighted by individual stock factor values.

**Parameters**

| Parameter    | Type | Description                                  |
| ------------ | ---- | -------------------------------------------- |
| `df_accf`    | —    | DataFrame containing accounting factors data |
| `df_insider` | —    | DataFrame containing insider trading data    |

**Returns**

* result: DataFrame with the weighted factor values

***
