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

# Portfolio Monitor

> Driven's Portfolio Monitor Skill checks the health of your holdings: concentration, risk exposure, diversification, and names that need attention.

Portfolio Monitor checks the health of your holdings. It looks across your portfolio, not at one stock, and tells you where the risks are: concentration, exposure, names that have drifted from your thesis, and anything that needs attention.

## Framework

A Skill is not a prompt — it is a repeatable capability built on a specific, citable framework and run as real code. Portfolio Monitor is grounded in **Markowitz mean-variance theory**: it runs a covariance-based risk decomposition to reveal each holding's true contribution to total portfolio risk. That contribution is driven by volatility and correlation, not by position weight alone, so a small holding correlated with everything else can carry more risk than its size suggests. Because this runs as real code, the risk attribution is reproducible rather than a free-form judgment.

## When to use it

* Reviewing whether your portfolio is too concentrated
* Understanding your risk and sector exposure
* Finding holdings that no longer fit your strategy
* Doing a periodic health check on positions

## What it does

Portfolio Monitor pulls your current positions and analyzes them as a whole: concentration by position and sector, risk exposure, diversification, and how each holding stands relative to your strategy. It uses the portfolio context attached to your Agent, and it can weigh holdings against the rules in your [Playbook](/concepts/playbook).

## Prompt template

```text theme={null}
Review my portfolio. Check concentration, sector and risk exposure, diversification, and flag any holdings that need attention or no longer fit my strategy.
```

## Example

```text theme={null}
Do a health check on my portfolio. Am I too concentrated anywhere? What are my biggest risks, and which positions should I reconsider?
```

## Tips

* **Keep your Playbook current.** Portfolio Monitor is sharper when it knows your risk rules and position-sizing limits; those live in the [Playbook](/concepts/playbook).
* **Run it on a schedule.** A monthly or weekly portfolio review makes a good scheduled task. See [Portfolio risk check](/guides/scheduled/) patterns under scheduled tasks.
* **Act on the concentration flags.** The most common finding is hidden concentration, several positions exposed to the same driver. Ask the Agent to map that overlap.

## Related

* [Portfolio health check](/guides/portfolio/portfolio-health-check) — full walkthrough
* [Risk exposure analysis](/guides/portfolio/risk-exposure-analysis) — deeper on risk
* [Rebalancing strategies](/guides/portfolio/rebalancing-strategies) — acting on the review
