Skip to content
6 min readNumbers only. No advice.

Beyond Chatbots: Predictive Analytics for Portfolio Reviews

How statistical models surface portfolio drift, churn risk, and rebalancing triggers before clients need to ask.

Read the formula, then test the same idea with your own inputs.
Use the Loss Probability Model

Where a chatbot answers a question already posed, a predictive model surfaces the question before the client has formed it — flagging portfolio drift, elevated churn risk, or a life-event trigger requiring contact. This guide explains the statistical mechanics behind common advisory prediction models, how to evaluate their outputs, and where the numbers tend to mislead.

Core Model Types in Advisory Workflows

Model typeAdvisory applicationOutput
Logistic regressionClient churn probabilityScore 0–1
Random forestProduct recommendation likelihoodRanked list
Time-series (ARIMA / LSTM)Portfolio value projectionRange forecast
Threshold rule engineRebalancing drift alertsBinary trigger
Clustering (k-means)Client segment identificationSegment label

The Churn Prediction Formula

Logistic regression is the most common model for client attrition scoring:

Churn Probability
P(churn) = 1 ÷ (1 + e^−z)

z = β₀ + β₁(months_since_contact) + β₂(AUM_change_12m)
    + β₃(complaint_flag) + β₄(products_held)

A typical trained model weights months_since_contact most heavily (β₁ ≈ 0.4) alongside AUM_change_12m (β₂ ≈ −0.3). A client with 9 months since last contact and a 15% AUM decline might score P(churn) = 0.72 — above a standard 0.65 alert threshold.

Portfolio Drift Detection

Drift Calculation
Drift (%) = Σ |w_current(i) − w_target(i)|  for all assets i

A portfolio with a 60/40 equity/bond target that has drifted to 68/32 has total drift of |68−60| + |32−40| = 16 percentage points. Firms typically set rebalancing triggers at 5–10% per asset class or 15–20% total drift.

Evaluating Model Quality

  • AUC-ROC: Values above 0.75 are generally useful for churn models.
  • Precision: Of clients flagged at-risk, what % actually left? High precision reduces wasted outreach.
  • Recall: Of clients who left, what % were flagged? High recall minimises missed interventions.
  • Lift: How much better than random is the model in the top decile?

What-If Scenarios

Scenario A — Churn threshold set too low (0.40)

A firm with 800 clients might flag 280 as “at risk.” If precision is 30%, only 84 are genuine risks. Advisor time is diluted across 196 false alarms, reducing effectiveness of each outreach.

Scenario B — Market volatility spikes, drift alerts flood system

During a 15% equity drawdown, nearly all balanced portfolios may breach drift thresholds simultaneously. Without prioritisation logic (sort by AUM × drift %), advisors face an unworkable alert queue. Tiered thresholds by AUM band prevent this.

Scenario C — Model trained on pre-2020 data used post-2024

Behavioural patterns shifted materially during rate cycles 2022–2024. A churn model trained on 2015–2019 data may significantly underweight AUM sensitivity to rate changes. Model refresh cycles of 12–18 months are a practical minimum.

Churn prediction models in financial services typically achieve AUC scores of 0.70–0.82. Market return forecasting remains low-accuracy beyond 3 months. Evaluate models on precision/recall trade-offs, not raw accuracy figures.
Use This Calculator

Open the matching calculator to apply the guide to your own numbers.

Use the Loss Probability ModelRun your own numbers with the linked calculator after reading the formula-first explanation.
Attribution and Review
Published by the Plain Figures editorial team. Review on this site focuses on formula accuracy, assumption clarity, and threshold freshness where current-year rules matter.
MethodologyAuthors and ReviewEditorial Policy
Related Guides

Keep moving through the same topical cluster with nearby explainers that support the calculator.

Read The Agentic Advisor: AI-Driven Digital Co-WorkersRead Automation Audit: Tasks to Delegate to AI in 2026
This guide is for general information only. Plain Figures does not provide financial advice. All figures are illustrative. Formulas and tax rules change, so verify current rates and consult a qualified adviser before making decisions.