25 ChatGPT-5.5 Prompts for Financial Analysts — Portfolio Analysis, Risk Assessment, Market Research, and Reporting





ChatGPT-5.5 Prompt Library for Financial Analysts: 25 Ready-to-Use Prompts



ChatGPT-5.5 Prompt Library for Financial Analysts: 25 Ready-to-Use Prompts

25 ChatGPT-5.5 Prompts for Financial Analysts — Portfolio Analysis, Risk Assessment, Market Research, and Reporting

Financial analysts operate at the intersection of data, judgment, and communication. From dissecting multi-asset portfolios to stress-testing liquidity and credit exposures, from translating earnings calls into actionable theses to distilling complex models for clients, the work is relentlessly detail-driven and time-sensitive. This prompt library has been designed to transform the way you use large language models (LLMs)—specifically ChatGPT-5.5—in your day-to-day workflow. It provides 25 rigorously structured, copy-paste-ready prompts that reflect best practices in quantitative finance, qualitative research synthesis, analytical writing, and stakeholder reporting.

Each prompt in this library includes: a complete, ready-to-use instruction block with clear variable placeholders; a well-defined expected output format so you know what you will get; guidance on when to use it, so you can integrate it into your process at the right moment; and a practical pro tip to improve accuracy, speed, or interpretability. Whether you are building a market-neutral portfolio, reconciling tracking error to a benchmark, or mapping macro themes to risk factors, you can use these prompts as-is or extend them to fit your house style and data stack.

This content assumes familiarity with standard practitioner concepts—factor models, performance attribution frameworks, value at risk methodologies, DCF logic, and institutional reporting norms. If you are new to advanced prompt design, see

For a deeper exploration of related concepts, our comprehensive article on The Big Prompt Engineering Story: What July 13’s News Means for Developers provides detailed analysis and practical frameworks that complement the strategies discussed in this section.

for foundational concepts such as variable scoping, role-setting, grounding with canonical definitions, and output schema control. Throughout, we recommend pairing these prompts with structured data sources and your firm’s controls over private information to ensure compliance and auditability.

How to Use This Library

  • Identify the target workflow stage: analysis, validation, or reporting. Choose a prompt category accordingly.
  • Replace all [VARIABLE] placeholders with your data, definitions, or instructions. Define units (currency, bps, annualized) explicitly.
  • Constrain outputs: select JSON, table, or narrative structures per your downstream tools (BI dashboards, spreadsheets, or R/Python pipelines).
  • Ground with data provenance: reference the source and the timestamp for repeatability and compliance.
  • Iterate: chain prompts—e.g., run performance attribution, then pass results to the risk prompt to reconcile active risk and identify common exposures.

Library Overview

This library covers five categories fundamental to professional analysis: Portfolio Analysis, Risk Assessment, Market Research, Financial Modeling, and Client Reporting. Within each category you will find five prompts tuned to typical workflows, constraints, and deliverable formats.

Category Prompt Titles
Portfolio Analysis
  1. Asset Allocation Optimizer
  2. Rebalancing Recommendation Engine
  3. Performance Attribution Breakdown
  4. Correlation Matrix and Diversification Insights
  5. Benchmark Comparison and Tracking Error Audit
Risk Assessment
  1. Parametric VaR (Delta-Normal) Estimator
  2. Historical Simulation VaR with Lookback Tuning
  3. Stress Testing Scenario Builder
  4. Credit Risk Exposure Analyzer
  5. Liquidity and Tail Risk Heatmap
Market Research
  1. Top-Down Sector Analysis
  2. Earnings Call Synthesizer
  3. Competitive Landscape Mapper
  4. Macro Trend Impact Assessment
  5. Market Sentiment Radar
Financial Modeling
  1. DCF Inputs Builder
  2. Sensitivity Analysis Matrix Generator
  3. Scenario Planning Engine
  4. Revenue Forecasting Model Prompt
  5. Cost Optimization Levers
Client Reporting
  1. Quarterly Client Summary
  2. Investment Thesis Memo
  3. Risk Disclosure Annex
  4. Market Outlook Note
  5. Recommendation Letter

Best Practices for Variable Placeholders

Be explicit and measurable in your placeholders. Specify time windows, compounding conventions, and unit scales (e.g., bps vs percent). Define risk-free proxies and data caveats. Where possible, include constraints as machine-readable lists that the model can parse.

Placeholder Meaning Example
[TICKERS] List of asset identifiers [“AAPL”,”MSFT”,”TLT”,”GLD”]
[WEIGHTS] Portfolio weights (sum=1 or 100%) [0.25,0.30,0.25,0.20]
[DATE_RANGE] Data window 2019-01-01 to 2024-12-31
[BENCHMARK_TICKER] Benchmark identifier [“SPY”]
[CURRENCY] Base currency USD
[RISK_FREE_RATE] Annualized risk-free rate 0.045 (4.5%)
[DATA_SOURCE] Source or vendor Bloomberg, FactSet, Refinitiv, internal
[CONSTRAINTS] Allocation/risk constraints {“max_position”:0.10,”min_cash”:0.02}
[SCENARIOS] Stress or narrative cases [“Rate +200bps”,”Oil +30%”,”USD Index +10%”]
[HORIZON] Lookahead period 1D, 10D, 1Y

Category 1: Portfolio Analysis

Portfolio analysis demands clarity on exposures, sources of return, and alignment with objectives and constraints. The five prompts below help you structure allocation decisions, rebalance intelligently, attribute performance with rigor, understand diversification quantitatively, and reconcile active risk with a benchmark. These are designed to plug into your analytics stack: define your data range, currency, risk-free proxy, and constraints and you can generate consistent, repeatable outputs for investment committee review or portfolio management dashboards.

1. Asset Allocation Optimizer

Copy-Paste Ready Prompt

Role: You are a portfolio strategist optimizing multi-asset allocations.

Objective: Propose a strategic asset allocation that maximizes risk-adjusted return under explicit constraints and investment beliefs.

Inputs:
- Tickers: [TICKERS]
- Asset Classes: [ASSET_CLASSES]  // e.g., ["US Equity","Intl Equity","IG Credit","HY Credit","Govt","EMD","Real Assets","Cash"]
- Historical Window: [DATE_RANGE]
- Base Currency: [CURRENCY]
- Risk-Free Proxy (annualized): [RISK_FREE_RATE]
- Constraints JSON: [CONSTRAINTS] // e.g., {"max_position":0.12,"min_cash":0.02,"min_bonds":0.25,"max_equity":0.65}
- Beliefs/Views: [VIEWS] // optional: e.g., {"US Equity":"neutral","Intl Equity":"positive","HY":"cautious"}
- Transaction Costs (bps per roundtrip): [TRANSACTION_COST_BPS]
- Data Source: [DATA_SOURCE]

Tasks:
1) Estimate expected returns and covariance using the specified historical window, flagging data caveats and regime breaks. Provide both arithmetic and geometric annualized returns.
2) Incorporate investment views via a shrinkage or Black-Litterman-style overlay (describe approach textually if exact priors are not provided).
3) Solve for 3 candidate allocations: Max Sharpe, Minimum Variance, and Constrained Balanced (respect [CONSTRAINTS]).
4) Compute metrics: annualized return, volatility, Sharpe (excess over [RISK_FREE_RATE]), drawdown stats, diversification ratio, turnover estimate (bps).
5) Provide rationale: which beliefs materially affected weights, and where capacity or liquidity may constrain implementation.
6) Output allocations rounded to 0.1% weight increments.

Output format:
- Section A: Method summary (data window, estimator choices, view integration).
- Section B: Table "Allocations" with columns [Portfolio, Asset, Weight%].
- Section C: Table "Metrics" with columns [Portfolio, Ann.Return, Ann.Vol, Sharpe, MaxDD, DiversificationRatio, Est.Turnover(bps)].
- Section D: Implementation notes and risks.

Assumptions:
- If inputs are incomplete, state assumptions explicitly and proceed with a conservative solution.
- Ensure weights sum to 100%.

Expected Output Format

  • Method summary describing return/covariance estimation, any shrinkage or views integration.
  • Allocations table (Portfolio, Asset, Weight%).
  • Metrics table (Return, Volatility, Sharpe, Drawdown, Diversification, Turnover).
  • Implementation notes (capacity, liquidity, rebalancing cadence, tracking considerations).

When to Use It

Use this when setting or refreshing strategic allocations, pressure-testing policy portfolios, or preparing an investment committee pack that requires clear justifications for weight decisions under constraints.

Pro Tip

Include sector/region caps in [CONSTRAINTS] and specify any prohibited combinations (e.g., HY + EMD total cap) to produce implementable solutions that align with mandate language.

2. Rebalancing Recommendation Engine

Copy-Paste Ready Prompt

Role: You are a portfolio rebalancing assistant minimizing drift and costs.

Objective: Generate a cost-aware rebalancing plan from current to target weights.

Inputs:
- Tickers: [TICKERS]
- Current Weights: [CURRENT_WEIGHTS]   // e.g., [0.28,0.27,0.30,0.15]
- Target Weights: [TARGET_WEIGHTS]     // e.g., [0.25,0.30,0.25,0.20]
- Drift Tolerance (abs %): [DRIFT_TOLERANCE]  // e.g., 1.0 (% points)
- Min Lot Size: [MIN_LOT]              // e.g., $1,000 or 10 shares
- Transaction Costs (bps): [TRANSACTION_COST_BPS]
- Cash In/Out: [NET_CASH_FLOWS]        // e.g., {"inflow":500000} or {"outflow":250000}
- Tax Considerations: [TAX_NOTES]      // if applicable
- Rebalance Frequency Guidance: [CADENCE] // e.g., quarterly bands, monthly checks
- Data Source: [DATA_SOURCE]

Tasks:
1) Identify positions breaching [DRIFT_TOLERANCE].
2) Compute trade list to move toward [TARGET_WEIGHTS] using any available [NET_CASH_FLOWS] to minimize selling and taxes.
3) Estimate trading costs (bps and $) and post-trade weights, ensuring feasibility given [MIN_LOT].
4) Provide 2 plan variants: "Low Turnover" and "Tight Tracking".
5) Summarize tracking error impact and expected improvement after implementation.

Output format:
- Table "Trades" with [Ticker, Action(Buy/Sell), Quantity, Est.Price, Est.Cost($), NewWeight%].
- Table "Plan Metrics" with [Variant, Turnover%, Est.TotalCost(bps/$), Post-TE bps].
- Notes on tax lots, wash sales, and operational considerations.

Expected Output Format

  • Trades table with executable instructions and estimated costs.
  • Plan metrics comparing turnover vs tracking error.
  • Narrative on tax and operational flags.

When to Use It

Run this during scheduled reviews or when market moves cause material drift. It is particularly helpful for large, multi-account implementations with cash flows.

Pro Tip

Feed in realized gain/loss lots and specify tax-harvesting rules in [TAX_NOTES] to get an implementation plan that respects both tracking and after-tax outcomes.

3. Performance Attribution Breakdown

Copy-Paste Ready Prompt

Role: You are a performance attribution analyst.

Objective: Attribute portfolio excess return vs benchmark into allocation, selection, and interaction effects.

Inputs:
- Portfolio: Tickers [TICKERS], Weights [WEIGHTS]
- Benchmark: [BENCHMARK_TICKER] with sector/asset class weights [BM_WEIGHTS] if available
- Return Period: [DATE_RANGE]
- Grouping Scheme: [GROUPS]  // e.g., by sector, region, asset class
- Return Convention: [RETURN_BASIS] // e.g., total return net of fees, gross of fees
- Currency: [CURRENCY]
- Data Source: [DATA_SOURCE]

Tasks:
1) Compute portfolio and benchmark returns per group and total.
2) Perform Brinson attribution (allocation, selection, interaction) at group level and roll up to total.
3) Identify top positive/negative contributors and one-off effects (FX, fees if applicable).
4) Cross-check with risk factors if available; highlight mismatches between return drivers and risk exposures.

Output format:
- Table "Group Attribution" [Group, Port.Weight%, Port.Return%, BM.Weight%, BM.Return%, AllocationEff.bps, SelectionEff.bps, InteractionEff.bps, TotalEff.bps].
- Table "Top Contributors" [Name, EffectType, bps].
- Section "Insights" with 3-5 bullets linking contributions to intentional bets or unintended exposures.

Expected Output Format

  • Group Attribution table with Brinson components in bps.
  • Top contributors table highlighting material drivers.
  • Insights section connecting outcomes to investment hypotheses.

When to Use It

Use after each performance period for PM debriefs, board reporting, or to reconcile return drivers with process. This is central to accountability and continual process refinement.

Pro Tip

If groups are sparse or ill-defined, include an “Unclassified/Residual” bucket so total effects reconcile cleanly to the active return, aiding auditability.

4. Correlation Matrix and Diversification Insights

Copy-Paste Ready Prompt

Role: You are a correlation and diversification analyst.

Objective: Produce a correlation matrix and translate it into practical diversification insights.

Inputs:
- Tickers: [TICKERS]
- Return Frequency: [FREQUENCY] // e.g., daily, weekly, monthly
- Window: [DATE_RANGE]
- Currency: [CURRENCY]
- Clustering Option: [CLUSTERING] // e.g., hierarchical, k-means on correlation distances
- Data Source: [DATA_SOURCE]

Tasks:
1) Compute correlation matrix and visualize clusters in text (describe cluster membership and linkage).
2) Identify pairs or clusters with unstable correlations (regime shifts) and quantify variance explained by first principal component.
3) Recommend 3 diversification actions (add, trim, substitute) based on redundancy and implementation constraints.

Output format:
- Table "CorrelationMatrix" [Asset_i, Asset_j, Rho].
- Section "Clusters" listing cluster membership and inter-cluster correlations.
- Section "Actions" with 3-5 prioritized recommendations and rationale.

Expected Output Format

  • Correlation matrix table (pairwise values or a compact representation by asset).
  • Cluster memberships and brief interpretation.
  • Actionable diversification recommendations with clear trade-offs.

When to Use It

When proposing changes to reduce concentration risk, preparing risk committee materials on diversification, or evaluating new assets as hedges or return enhancers.

Pro Tip

Set [FREQUENCY] to monthly for strategic diversification and daily for trading correlation. Specify both to compare stability across horizons.

5. Benchmark Comparison and Tracking Error Audit

Copy-Paste Ready Prompt

Role: You are a benchmark alignment and tracking analyst.

Objective: Compare the portfolio to a benchmark and audit sources of tracking error.

Inputs:
- Portfolio Tickers/Weights: [TICKERS], [WEIGHTS]
- Benchmark: [BENCHMARK_TICKER]
- Return Window: [DATE_RANGE]
- Currency: [CURRENCY]
- Risk-Free Rate (annual): [RISK_FREE_RATE]
- Factor Model (optional): [FACTOR_SPEC] // e.g., Fama-French + Quality + Momentum
- Data Source: [DATA_SOURCE]

Tasks:
1) Compute active weights and basic drift metrics vs [BENCHMARK_TICKER].
2) Estimate ex-post tracking error and information ratio; if factor spec provided, decompose active risk by factors vs idiosyncratic.
3) Identify top contributors to active risk and to active return; flag unintended bets.
4) Provide 2-3 rebalancing or overlay tactics to reduce tracking error while preserving alpha thesis.

Output format:
- Table "ActiveWeights" [Asset/Group, Port%, BM%, Active%].
- Table "ActiveRiskDecomposition" [Factor/Idio, Contribution(bps^2), % of TE^2].
- Section "Actions" with prioritized steps and expected TE reduction.

Expected Output Format

  • Tables showing active weights and active risk decomposition.
  • Narrative with specific steps to align or intentionally differ from the benchmark.

When to Use It

Use in index-aware mandates and any strategy with explicit benchmark-relative risk limits, or when preparing active risk guardrails for PMs and traders.

Pro Tip

Include sector and factor constraints (caps/bands) to anchor recommendations in the mandate’s risk budget, not just point-in-time drift.

25 ChatGPT-5.5 Prompts for Financial Analysts — Portfolio Analysis, Risk Assessment, Market Research, and Reporting - Section 1

Category 2: Risk Assessment

Risk assessment is the guardrail of professional portfolio management. The next five prompts cover the backbone of quantitative risk routines: parametric and historical VaR, scenario stress testing, credit exposure mapping, and liquidity/tail risk synthesis. Each prompt has been drafted to generate actionable outputs that a risk committee or regulator would recognize as fit-for-purpose: clear assumptions, explicit horizons and confidence levels, and traceable decompositions.

6. Parametric VaR (Delta-Normal) Estimator

Copy-Paste Ready Prompt

Role: You are a market risk analyst estimating Value at Risk (VaR) using a delta-normal approach.

Objective: Compute 1-day and 10-day VaR at multiple confidence levels and decompose contributions.

Inputs:
- Portfolio Tickers: [TICKERS]
- Weights (value-scaled): [WEIGHTS]
- Historical Window: [DATE_RANGE]
- Base Currency: [CURRENCY]
- Confidence Levels: [CONF_LEVELS]   // e.g., [0.95,0.99]
- Horizon Days: [HORIZONS]            // e.g., [1,10]
- Liquidity Haircuts (bps, optional): [HAIRCUTS]
- Data Source: [DATA_SOURCE]

Tasks:
1) Estimate mean vector and covariance matrix of returns over [DATE_RANGE]; assume multivariate normal.
2) Compute portfolio VaR for each [CONF_LEVELS] and [HORIZONS], with square-root-of-time scaling and cautionary note.
3) Decompose marginal and component VaR by position.
4) Provide sensitivity to a 20% covariance shock and a 50% volatility spike.

Output format:
- Table "VaR" [Horizon, CL, PortVaR($), PortVaR(%)].
- Table "ComponentVaR" [Ticker, Weight%, MarginalVaR, ComponentVaR, % of Total].
- Section "Sensitivity" with stressed VaR estimates and caveats.

Expected Output Format

  • VaR summary table with dollars and percent of NAV.
  • Component VaR table ranking positions by risk contribution.
  • Notes on normality assumption limits and scaling caveats.

When to Use It

As a fast, transparent estimate for daily limits and dashboards, or as a baseline to compare against more robust historical/simulation methods.

Pro Tip

Calibrate [HAIRCUTS] by asset class to approximate liquidation costs; add to VaR for a “VaR + Liquidity Premium” view used in intraday limits.

7. Historical Simulation VaR with Lookback Tuning

Copy-Paste Ready Prompt

Role: You are a risk modeler estimating VaR using historical simulation.

Objective: Compute non-parametric VaR using rolling lookbacks and evaluate stability.

Inputs:
- Portfolio: [TICKERS], [WEIGHTS]
- Return Frequency: [FREQUENCY]  // daily preferred
- Lookbacks: [LOOKBACKS]         // e.g., [250, 500, 1000] days
- Confidence Levels: [CONF_LEVELS]
- Currency: [CURRENCY]
- Data Source: [DATA_SOURCE]

Tasks:
1) For each lookback, bootstrap empirical P/L distribution and compute VaR at [CONF_LEVELS].
2) Report stability: variance of VaR across lookbacks and a recommended operational value.
3) Identify worst historical days and portfolio P/L on those days. Provide context (macro events if known).
4) Compare to parametric VaR (if available) and comment on skew/kurtosis observed.

Output format:
- Table "HistVaR" [LookbackDays, CL, VaR($), VaR(%)]. 
- Table "ShockDays" [Date, PortPL(%), EventContext].
- Section "Stability" with recommended VaR and rationale.

Expected Output Format

  • Historical VaR table across lookbacks and CLs.
  • Worst-day table with brief event context.
  • Stability notes and chosen operational VaR.

When to Use It

When fat tails or regime breaks suggest non-normality, or for regulatory/risk committee reporting that favors empirical distributions over parametric assumptions.

Pro Tip

Include dates of known crises in your [LOOKBACKS] to ensure regime coverage; annotate event contexts for more decision-relevant storytelling.

8. Stress Testing Scenario Builder

Copy-Paste Ready Prompt

Role: You are a scenario design and stress testing specialist.

Objective: Construct and apply bespoke stress scenarios to the portfolio and summarize impacts.

Inputs:
- Portfolio: [TICKERS], [WEIGHTS]
- Scenarios: [SCENARIOS]   // e.g., {"RatesUp200bps","CreditSpreads+150bps","Oil+30%","USD+10%","Equities-15%"}
- Shock Horizon: [HORIZON] // e.g., 10D
- Currency: [CURRENCY]
- Data Source: [DATA_SOURCE]
- Mapping Rules: [MAPPING] // how shocks map to assets/factors if not obvious

Tasks:
1) Define shock vectors per scenario using [MAPPING] or reasonable assumptions; state basis (absolute vs relative).
2) Apply shocks to positions and compute P/L impact in $ and %, including second-order effects if noted.
3) Rank scenarios by severity and identify hedges or overlays to mitigate top risks.
4) Provide a compact dashboard summary suitable for a risk committee.

Output format:
- Table "ScenarioPL" [Scenario, PL($), PL(%NAV), KeyDrivers].
- Table "Hedges" [Scenario, HedgeInstrument, Size, Est.Cost, Est.PLProtection].
- Section "Assumptions" listing mapping choices and caveats.

Expected Output Format

  • Scenario P/L table with percentages of NAV and driver commentary.
  • Hedge suggestions table with sizes and estimated protection.
  • Assumptions section explaining mapping rules and non-linear effects.

When to Use It

Ahead of risk committee meetings, during heightened volatility, or before major events (CPI prints, central bank decisions) to articulate preparedness and mitigation options.

Pro Tip

Include operational stress tests (e.g., settlement delays, bid-ask widening) alongside market shocks to surface process and liquidity risks often missed by market-only scenarios.

9. Credit Risk Exposure Analyzer

Copy-Paste Ready Prompt

Role: You are a credit risk analyst mapping exposures across issuers and sectors.

Objective: Quantify credit exposure concentration, downgrade risk, and spread sensitivity.

Inputs:
- Holdings: [BOND_IDENTIFIERS] // ISIN/CUSIP list with notional and market values
- Issuer Mapping: [ISSUER_MAP]  // bond to parent issuer
- Ratings Data: [RATINGS_DATA]  // agency ratings and outlooks
- Sector Mapping: [SECTOR_MAP]  // GICS/NAICS or internal
- Spread DV01 per security: [SPREAD_DV01] // optional
- Currency: [CURRENCY]
- Data Source: [DATA_SOURCE]

Tasks:
1) Aggregate market value exposure by issuer and sector; compute top-10 concentrations.
2) Summarize ratings mix and weighted-average rating; identify negative outlook clusters.
3) Estimate portfolio P/L for +50bp and +100bp spread widening using [SPREAD_DV01] or duration proxy.
4) Flag downgrade-at-risk names based on outlook and market-implied spreads vs agency notches.

Output format:
- Table "ExposureByIssuer" [Issuer, MV($), %NAV, Rating, Outlook].
- Table "ExposureBySector" [Sector, MV($), %NAV, WA_Rating].
- Table "SpreadSensitivity" [Shock, Est.PL($), Est.PL(%NAV)].
- Section "Watchlist" with names, rationale, and monitoring triggers.

Expected Output Format

  • Exposure tables by issuer and sector with concentration metrics.
  • Spread sensitivity table quantifying shock impacts.
  • Watchlist narrative for proactive risk management.

When to Use It

As part of monthly credit reviews, pre-trade checks for new corporate bond additions, or during macro credit stress when downgrades and spread widening are likely.

Pro Tip

Augment [RATINGS_DATA] with market-implied ratings from CDS or bond OAS; highlight gaps where the market leads the agencies.

10. Liquidity and Tail Risk Heatmap

Copy-Paste Ready Prompt

Role: You are a liquidity and tail risk specialist.

Objective: Produce a heatmap that ranks assets by liquidity stress and tail sensitivity.

Inputs:
- Portfolio: [TICKERS], [WEIGHTS]
- ADV (average daily volume) or Depth: [ADV_DATA]
- Bid-Ask (bps): [BID_ASK_BPS]
- Slippage Estimate Model: [SLIPPAGE_MODEL] // e.g., Almgren-Chriss parameters if any
- Tail Proxy: [TAIL_METRIC] // e.g., 5% ES, skew/kurtosis, drawdown beta
- Currency: [CURRENCY]
- Data Source: [DATA_SOURCE]

Tasks:
1) Compute liquidity score per asset combining ADV, bid-ask, and estimated slippage vs position size.
2) Compute tail score using [TAIL_METRIC] over [DATE_RANGE] if provided.
3) Rank assets and create a 2D heatmap classification: Low/Med/High Liquidity vs Low/Med/High Tail.
4) Recommend liquidity buffers, trade slicing, and hedges for High/High quadrant.

Output format:
- Table "LiquidityTailHeatmap" [Asset, LiquidityScore, TailScore, Quadrant, Notes].
- Section "Actions" with concrete steps (buffers, execution tactics, hedges).

Expected Output Format

  • Heatmap table with classification and notes.
  • Action list prioritizing operational and market mitigants.

When to Use It

Use before rebalances, during portfolio construction, or when volatility picks up and you need to ensure orderly execution under stress.

Pro Tip

Include position-to-ADV ratios and limit the daily participation rate. Turn the heatmap into execution schedules by mapping High/High assets to VWAP/POV strategies.

25 ChatGPT-5.5 Prompts for Financial Analysts — Portfolio Analysis, Risk Assessment, Market Research, and Reporting - Section 2

Category 3: Market Research

Market research synthesizes vast, noisy, and fast-moving information into coherent, defensible views. The five prompts below are designed to help you compress data from earnings calls, industry reports, macro indicators, and market microstructure into clean deliverables that feed investment decisions. They emphasize traceability, bias control, and explicit mapping from narrative to financial impacts.

11. Top-Down Sector Analysis

Copy-Paste Ready Prompt

Role: You are a sector strategist producing a top-down view.

Objective: Deliver a concise sector outlook with drivers, risks, and valuation context.

Inputs:
- Sector: [SECTOR_NAME]
- Coverage Tickers (optional): [TICKERS]
- Time Horizon: [HORIZON]  // e.g., 6-12 months
- Macro Drivers: [MACRO_THEMES] // e.g., rates path, inflation, FX
- Valuation Metrics: [VALUATION_SET] // e.g., forward P/E, EV/EBITDA, PEG, P/B
- Data Source: [DATA_SOURCE]

Tasks:
1) Summarize demand/supply dynamics, regulation, and policy tailwinds/headwinds.
2) Benchmark sector valuation vs history and market; identify dispersion across subsectors.
3) Map macro drivers to sector earnings sensitivity and margins.
4) Provide 3-5 long/short thematic ideas with catalysts and key risks.

Output format:
- Section "Outlook" (3-5 bullets).
- Table "Valuation" [Metric, Sector, Market, 5Y_Pctl, 10Y_Pctl].
- Table "Ideas" [Theme, Ticker(s), Thesis, Catalyst, Risk].

Expected Output Format

  • Outlook bullets with macro, regulatory, and competitive context.
  • Valuation comparison table with percentile context.
  • Ideas table linking theses to catalysts and explicit risks.

When to Use It

Before quarterly sector reviews, strategy offsites, or when reallocating capital across sectors in multi-asset portfolios.

Pro Tip

Include dispersion metrics (IQR of EV/EBITDA, spread of ROIC) to distinguish broad sector calls from stock-picker alpha opportunities.

12. Earnings Call Synthesizer

Copy-Paste Ready Prompt

Role: You are an earnings call analyst.

Objective: Synthesize a transcript into KPIs, guidance changes, and risk flags, with a reconciliation to prior models.

Inputs:
- Company: [COMPANY_NAME] (Ticker: [TICKER])
- Quarter: [QUARTER] // e.g., Q2 FY2026
- Transcript Text: [TRANSCRIPT_TEXT] // or key excerpts
- Prior Model Snapshot: [PRIOR_MODEL_POINTS] // revenue, margin, capex, etc.
- Peer Set (optional): [PEER_TICKERS]
- Data Source: [DATA_SOURCE]

Tasks:
1) Extract KPI updates (revenue, GM, OM, FCF, MAUs/ARPU as relevant) and guidance changes; quantify vs prior and consensus if provided.
2) Classify commentary into drivers: demand, pricing, cost, supply chain, FX, regulation, competitive.
3) Generate a reconciliation: bridge from prior model to implied updates with key deltas.
4) Produce a risk/opportunity matrix with probability/impact ratings.

Output format:
- Table "KPI Update" [Metric, Reported, Prior, Δ, Commentary].
- Table "Guidance" [Item, New, Prior, Δ, Confidence].
- Table "Bridge" [Driver, ΔRevenue, ΔMargin(bps), ΔCapex, Notes].
- Table "RiskMatrix" [Risk/Opportunity, Probability, Impact, Mitigant].

Expected Output Format

  • KPI and guidance tables with clear deltas.
  • Bridge table quantifying drivers behind model changes.
  • Risk matrix with probabilities, impacts, and mitigants.

When to Use It

Immediately post-call to accelerate model updates and investment committee debriefs. It standardizes cross-company comparisons within a sector.

Pro Tip

Ask for verbatim snippets tagged to each KPI delta for easy quoting in reports and to reduce interpretation bias.

13. Competitive Landscape Mapper

Copy-Paste Ready Prompt

Role: You are a competitive strategy analyst.

Objective: Map the competitive landscape, positioning, and likely strategic moves.

Inputs:
- Company/Topic: [FOCUS_AREA]
- Peer/Competitor List: [COMPETITORS] // tickers or names
- Dimensions: [DIMENSIONS] // e.g., price, quality, distribution, IP, cost
- Time Horizon: [HORIZON]
- Data Source: [DATA_SOURCE]

Tasks:
1) Compare competitors along [DIMENSIONS] and summarize relative strengths/weaknesses.
2) Identify likely strategic moves (pricing, M&A, product launches) and potential responses.
3) Link competitive positioning to margin structure and revenue growth potential.

Output format:
- Table "Positioning" [Competitor, Dimension, Score(1-5), Evidence].
- Section "StrategicMoves" with 3-5 predicted actions and triggers.
- Section "FinancialImplications" with margin/growth read-throughs.

Expected Output Format

  • Positioning table with evidence-based scores.
  • Strategic moves section with triggers and contingencies.
  • Financial implications narrative mapping strategy to P&L.

When to Use It

During deep-dive stock research, pre-M&A analysis, or sector rotations where competitive dynamics drive dispersion.

Pro Tip

Define evidence standards upfront (public filings, pricing scrapes, channel checks) and tag each score to an evidence type for auditability.

14. Macro Trend Impact Assessment

Copy-Paste Ready Prompt

Role: You are a macro strategy analyst.

Objective: Translate macro themes into asset- or sector-level P&L impacts.

Inputs:
- Macro Themes: [MACRO_THEMES] // e.g., "Disinflation", "Fed cuts 75bps", "China stimulus"
- Exposure Map: [EXPOSURE_MAP]  // asset/sector sensitivity to rates, FX, commodities
- Time Horizon: [HORIZON]
- Currency: [CURRENCY]
- Data Source: [DATA_SOURCE]

Tasks:
1) Summarize each theme’s directional impact on key risk factors (rates, credit, FX, commodities).
2) Map factor changes to asset/sector impacts using [EXPOSURE_MAP].
3) Provide 3-5 trades per theme with entry/exit triggers and key risks.

Output format:
- Table "ThemeImpacts" [Theme, Factor, Direction, Magnitude, Confidence].
- Table "Trades" [Theme, Instrument, Entry, Target, Stop, Rationale, Risk].

Expected Output Format

  • Theme impact table describing factor directions and magnitudes.
  • Trades table with clear risk management parameters and rationale.

When to Use It

Before macro events, in monthly strategy letters, or when revising top-down tilts in multi-asset portfolios.

Pro Tip

Quantify magnitudes with standardized factor shocks (e.g., 50 bps, 1σ moves) to keep cross-theme comparisons consistent.

15. Market Sentiment Radar

Copy-Paste Ready Prompt

Role: You are a sentiment analyst.

Objective: Summarize cross-asset sentiment and translate signals into a near-term tilt.

Inputs:
- Sentiment Proxies: [PROXIES] // e.g., put-call ratio, AAII, VIX, credit spreads, media tone
- Thresholds: [THRESHOLDS]     // e.g., z-score cutoffs
- Universe: [UNIVERSE]         // e.g., S&P sectors, style factors
- Time Horizon: [HORIZON]      // e.g., 1-4 weeks
- Data Source: [DATA_SOURCE]

Tasks:
1) Normalize proxies to a common z-score scale; detect extremes and divergences.
2) Map sentiment to tactical tilts (over/underweight) across [UNIVERSE].
3) Provide back-of-the-envelope expected return impact with confidence bands.

Output format:
- Table "SentimentScores" [Proxy, Value, Z-Score, Signal].
- Table "Tilts" [Bucket, ProposedTilt(bps), Rationale, Confidence].
- Section "BacktestNotes" (if any) outlining caveats and decay assumptions.

Expected Output Format

  • Sentiment score table with standardized signals.
  • Tactical tilts table with rationale and confidence.
  • Notes on historical behavior and decay assumptions.

When to Use It

For tactical overlays, weekly PM meetings, and short-horizon rotation decisions that benefit from quantified sentiment context.

Pro Tip

Use a decay function for signals (e.g., half-life of 10 trading days) to avoid stale extremes overstaying their welcome.

Category 4: Financial Modeling

Financial modeling bridges assumptions to valuation. These prompts are engineered to generate inputs for DCFs, map sensitivity surfaces with clarity, structure actionable scenarios, and improve the quality of revenue and cost forecasts. The focus is on clearly defined drivers, explicit time horizons, reconciliation to historicals, and outputs that can be dropped into spreadsheet templates or BI dashboards.

16. DCF Inputs Builder

Copy-Paste Ready Prompt

Role: You are a valuation analyst preparing DCF inputs.

Objective: Produce a coherent set of DCF drivers with ranges and justifications.

Inputs:
- Company: [COMPANY_NAME] (Ticker: [TICKER])
- Forecast Horizon (years): [YEARS]
- Historical Snapshot: [HIST_METRICS] // revenue, GM, OM, NWC%, capex%, tax rate, share count
- Macro/Industry Assumptions: [MACRO_ASSUMPTIONS]
- WACC Inputs: [WACC_INPUTS] // risk-free, beta, ERP, size, leverage
- Terminal Assumptions: [TERMINAL_ASSUMPTIONS] // g, exit multiple if applicable
- Data Source: [DATA_SOURCE]

Tasks:
1) Propose base-case drivers: revenue growth, GM, OM, NWC%, capex%, tax, SBC policy.
2) Provide low/base/high ranges with clear links to macro/industry assumptions.
3) Reconcile to history and peer benchmarks; flag non-consensus stances.
4) Deliver a ready-to-paste driver table for spreadsheets.

Output format:
- Table "Drivers" [Year, RevGrowth%, GM%, OM%, NWC%Sales, Capex%Sales, Tax%, SBC%Sales].
- Table "Assumptions" [Item, Base, Low, High, Justification].
- Section "WACC & Terminal" recapping inputs and terminal logic.

Expected Output Format

  • Drivers table covering the full forecast horizon.
  • Assumptions table with ranges and rationale.
  • WACC and terminal logic summary.

When to Use It

When starting or updating a DCF, preparing valuation committee packs, or aligning valuation frameworks across a team.

Pro Tip

Specify unit rules (e.g., SBC expensed above the line, NWC as % of sales) to match your model template and avoid reconciliations later.

17. Sensitivity Analysis Matrix Generator

Copy-Paste Ready Prompt

Role: You are a modeling assistant generating sensitivity matrices.

Objective: Produce 2D sensitivity tables and tornado charts for key valuation drivers.

Inputs:
- Model Output of Interest: [OUTPUT_METRIC] // e.g., Equity Value/Share
- Primary Drivers: [DRIVER_X], [DRIVER_Y]  // e.g., WACC, Terminal g
- Ranges: [RANGE_X], [RANGE_Y]             // e.g., 7%-11%, 1%-4%
- Additional One-Way Drivers: [ONE_WAY_DRIVERS] // e.g., GM%, OM%, Capex%
- Base Case Values: [BASE_CASE]
- Data Source/Notes: [DATA_SOURCE]

Tasks:
1) Create a 2D sensitivity grid for [DRIVER_X] vs [DRIVER_Y] on [OUTPUT_METRIC].
2) Provide one-way sensitivities for [ONE_WAY_DRIVERS].
3) Rank drivers by impact (tornado chart ordering) and highlight non-linearities.

Output format:
- Table "2D Sensitivity" [DRIVER_X \ DRIVER_Y grid of [OUTPUT_METRIC]].
- Table "OneWay" [Driver, Low, Base, High, OutputLow, OutputHigh].
- Section "Insights" with top drivers and asymmetries.

Expected Output Format

  • 2D grid of output metric over specified driver ranges.
  • One-way sensitivity table with min/max impacts.
  • Insights section explaining driver ordering and asymmetries.

When to Use It

Use in valuation reviews, board materials, or when negotiating assumptions with PMs to expose trade-offs and key value levers.

Pro Tip

Anchor [BASE_CASE] in the DCF Inputs prompt output, and keep ranges realistic to avoid false stability or exaggerated convexity.

18. Scenario Planning Engine

Copy-Paste Ready Prompt

Role: You are a scenario planning specialist.

Objective: Build coherent downside/base/upside scenarios with quantified financial impacts.

Inputs:
- Company/Portfolio Focus: [FOCUS]
- Time Horizon: [HORIZON]
- Key Drivers: [DRIVERS] // e.g., unit growth, price/mix, FX, COGS inflation, opex
- Macro Backdrop per Scenario: [SCENARIO_MACRO] // textual assumptions
- KPIs to Track: [KPI_LIST] // revenue, EBIT, FCF, leverage, churn, etc.
- Data Source: [DATA_SOURCE]

Tasks:
1) Define three scenarios (Downside, Base, Upside) with explicit driver values.
2) Quantify impacts on [KPI_LIST] per period; include probability weights if desired.
3) Identify leading indicators and triggers to transition scenarios.
4) Provide a decision matrix mapping actions to scenario realizations.

Output format:
- Table "ScenarioDrivers" [Scenario, Driver, Value, Rationale].
- Table "ScenarioKPI" [Period, Scenario, KPI, Value, Δ vs Base].
- Table "Actions" [Scenario, Action, Owner, Trigger, Timeline].
- Section "Monitoring" listing indicators and decision rules.

Expected Output Format

  • Scenario drivers table with rationale.
  • KPI outcomes table with deltas versus base.
  • Actions table and monitoring checklist.

When to Use It

At inflection points (policy shifts, commodity volatility, competitive shocks) and for quarterly planning to keep playbooks ready.

Pro Tip

Assign probabilities to scenarios to compute expected values and prioritize actions by expected impact and reversibility.

19. Revenue Forecasting Model Prompt

Copy-Paste Ready Prompt

Role: You are a revenue modeler.

Objective: Build a transparent revenue forecast from bottoms-up and top-down views.

Inputs:
- Company: [COMPANY_NAME]
- Segments/Products: [SEGMENTS]
- Drivers per Segment: [SEGMENT_DRIVERS] // e.g., units, ASP, churn, new logos, ARPU
- Historical Data: [HIST_DATA]
- Macro/Seasonality: [MACRO_SEASONALITY]
- Forecast Horizon: [HORIZON]
- Data Source: [DATA_SOURCE]

Tasks:
1) Create bottoms-up per-segment forecasts using [SEGMENT_DRIVERS].
2) Cross-check with top-down references (TAM/SAM/SOM growth, share changes).
3) Reconcile to historical seasonality and macro elasticity.
4) Output a ready-to-paste table with segment and total revenue.

Output format:
- Table "SegmentRevenue" [Period, Segment, Units, ASP, Revenue, YoY%].
- Table "TotalRevenue" [Period, Revenue, YoY%, Δ vs Prior Model].
- Section "Assumptions" per segment with evidence notes.

Expected Output Format

  • Segment-level revenue table including units and ASP.
  • Total revenue summary with YoY and changes vs prior model.
  • Assumptions section that can be audited back to data.

When to Use It

During quarterly updates and investment memos to separate signal from seasonality and to avoid overfitting to one-off events.

Pro Tip

Include a sanity check: sum bottoms-up growth across peers to ensure aggregate sector growth does not exceed plausible TAM/SAM bounds.

20. Cost Optimization Levers

Copy-Paste Ready Prompt

Role: You are an operating model analyst.

Objective: Identify cost levers and quantify margin uplift scenarios.

Inputs:
- Company: [COMPANY_NAME]
- Cost Structure: [COST_BREAKDOWN] // COGS buckets, opex lines
- Benchmarks: [BENCHMARKS] // peer margin, opex/revenue, productivity ratios
- Time Horizon: [HORIZON]
- Constraints: [CONSTRAINTS] // e.g., labor agreements, capex limits
- Data Source: [DATA_SOURCE]

Tasks:
1) Benchmark cost lines vs peers; highlight over-indexed items.
2) Propose 5-8 levers (pricing, mix, procurement, automation, SG&A rationalization).
3) Quantify P&L impact with timelines and one-off vs run-rate separation.
4) Build a prioritization matrix (impact vs difficulty) and a 12-month roadmap.

Output format:
- Table "Levers" [Lever, Description, Est.Uplift(bps), Cost/Investment, Timeline, Risk].
- Table "Prioritization" [Lever, Impact(High/Med/Low), Difficulty(High/Med/Low), Priority].
- Section "Roadmap" with milestone dates and owners.

Expected Output Format

  • Levers table quantifying bps impact, costs, and risks.
  • Prioritization table translating into an actionable plan.
  • Roadmap narrative tying milestones to financial quarters.

When to Use It

For operating reviews, activist playbooks, or internal improvement initiatives where quantification and prioritization are critical.

Pro Tip

Mark each lever as reversible or not; pair reversible, quick wins with longer-lead structural changes to blend certainty and upside.

Category 5: Client Reporting

Clear communication sustains trust. The following prompts help produce compliant, client-friendly documents that align with institutional standards: quarterly summaries, investment theses, risk disclosures, market outlooks, and formal recommendations. Emphasis is on consistency, transparency, and clear labeling of opinions versus facts. See

For a deeper exploration of related concepts, our comprehensive article on The Big Model Comparisons Story: What July 09’s News Means for Developers provides detailed analysis and practical frameworks that complement the strategies discussed in this section.

for upstream analysis tips that improve the fidelity of your client-ready outputs.

21. Quarterly Client Summary

Copy-Paste Ready Prompt

Role: You are a client reporting writer.

Objective: Produce a concise, plain-English quarterly summary with performance, drivers, and positioning.

Inputs:
- Portfolio Name: [PORTFOLIO_NAME]
- Period: [PERIOD]        // e.g., Q2 2026
- Performance: [PERF_DATA]// absolute, relative, attribution highlights
- Positioning: [POSITIONING] // key over/underweights, factor tilts
- Risk Update: [RISK_NOTES]  // VaR, TE, drawdown, stress test results
- Outlook: [OUTLOOK]
- Disclaimers: [DISCLAIMERS]
- Data Source: [DATA_SOURCE]

Tasks:
1) Write a 250-350 word narrative covering performance (absolute/relative), key drivers, and changes.
2) Summarize current positioning and risk profile in a compact table.
3) State the outlook and what could change the view.
4) Include standard disclaimers.

Output format:
- Section "Narrative" (single page-friendly).
- Table "Positioning & Risk" [Category, Detail].
- Section "Outlook" (bullets).
- Section "Disclosures" with [DISCLAIMERS].

Expected Output Format

  • Plain-English narrative summarizing quarter highlights.
  • Compact positioning and risk table.
  • Outlook bullets and disclaimers for compliance.

When to Use It

Every reporting cycle to maintain consistency and clarity across accounts and strategies.

Pro Tip

Constrain the narrative to one page and move technical detail to appendices; readability drives client engagement and retention.

22. Investment Thesis Memo

Copy-Paste Ready Prompt

Role: You are an investment memo author.

Objective: Produce a crisp thesis memo with catalysts, valuation, and risks.

Inputs:
- Asset/Company: [SUBJECT]
- Ticker/Identifier: [TICKER]
- Time Horizon: [HORIZON]
- Thesis Summary: [THESIS]
- Valuation Summary: [VAL_SUMMARY] // DCF, comps, multiples
- Catalysts: [CATALYSTS]
- Risks: [RISKS]
- Position Sizing: [SIZING_GUIDELINES]
- Data Source: [DATA_SOURCE]

Tasks:
1) Write a 400-600 word thesis with 3-5 bullets at top for skimmability.
2) Summarize valuation with key assumptions and sensitivity awareness.
3) List catalysts with timing windows; map to expected return pathways.
4) Enumerate risks with mitigants and clear “falsify the thesis if X” statements.
5) Propose sizing within [SIZING_GUIDELINES].

Output format:
- Section "Top Bullets" (3-5).
- Section "Thesis" (narrative).
- Table "Valuation" [Method, Key Inputs, Value/Share or Spread, Sensitivity].
- Table "Catalysts" [Item, Timing, Impact, Confidence].
- Table "Risks" [Risk, Mitigant, Falsifier].

Expected Output Format

  • Executive bullets plus a structured narrative.
  • Valuation, catalysts, and risks tables with decision-useful detail.

When to Use It

For investment committee approval, trade pre-clearance, or to document the rationale behind a new or adjusted position.

Pro Tip

Include “falsifiers” to promote disciplined exit criteria and reduce confirmation bias during holding periods.

23. Risk Disclosure Annex

Copy-Paste Ready Prompt

Role: You are a compliance-aware risk writer.

Objective: Generate a tailored risk disclosure annex aligned with the strategy and holdings.

Inputs:
- Strategy Type: [STRATEGY] // e.g., long-only equity, 60/40, long/short, credit, alternatives
- Holdings Highlights: [HOLDINGS_NOTES]
- Risk Metrics: [RISK_METRICS] // VaR, TE, drawdown, leverage, liquidity
- Derivatives/Leverage Use: [DERIV_NOTES]
- Regulatory/Client Requirements: [REQS]
- Disclaimers: [DISCLAIMERS]
- Data Source: [DATA_SOURCE]

Tasks:
1) Enumerate market, credit, liquidity, operational, model, and legal risks with strategy-specific context.
2) Clearly describe use of derivatives/leverage and potential loss amplification.
3) Include a plain-English section on limitations of historical metrics and scenario tests.
4) Append standard and client-specific disclaimers.

Output format:
- Section "Risk Factors" with subheadings.
- Section "Metrics & Limitations".
- Section "Derivatives & Leverage".
- Section "Disclosures" with [DISCLAIMERS].

Expected Output Format

  • Structured risk factors with strategy-specific nuances.
  • Metrics and limitations section for transparency.
  • Disclosures aligned to regulatory and client standards.

When to Use It

With quarterly reports, RFP responses, and new account onboarding to ensure complete and clear risk communication.

Pro Tip

Cross-reference limits and escalation procedures; clients value knowing what happens when limits are breached.

24. Market Outlook Note

Copy-Paste Ready Prompt

Role: You are a chief strategist writing a market outlook.

Objective: Produce a balanced, data-backed outlook across assets with positioning guidance.

Inputs:
- Time Horizon: [HORIZON]
- Macro Base Case: [BASE_CASE]
- Risks/Alternatives: [ALT_CASES]
- Asset Classes: [ASSET_CLASSES] // equities, rates, credit, commodities, FX
- Positioning Guidance: [GUIDANCE] // risk budget, constraints
- Data Source: [DATA_SOURCE]

Tasks:
1) Write a 600-800 word outlook with 3 scenarios (base, bull, bear) and probabilities.
2) For each asset, state return drivers, valuations, and technicals (flows/positioning).
3) Provide positioning guidance consistent with [GUIDANCE] and risk budgets.

Output format:
- Section "Executive Summary" (bullets).
- Section "Scenarios" with probabilities and key assumptions.
- Table "Asset Outlook" [Asset, View, Drivers, Valuation, Technicals].
- Section "Positioning" with risk-aware tilts.

Expected Output Format

  • Executive bullets and scenario structure.
  • Asset outlook table and positioning section consistent with risk budgets.

When to Use It

Monthly strategy communications, PM roundtables, and client letters that require a cohesive top-down narrative linked to positioning.

Pro Tip

Include “what would change our mind” bullets for each asset to pre-commit to evidence-based updates.

25. Recommendation Letter

Copy-Paste Ready Prompt

Role: You are a portfolio advisor drafting a formal recommendation.

Objective: Write a client-facing recommendation letter with rationale, risks, and implementation steps.

Inputs:
- Client Name: [CLIENT_NAME]
- Strategy/Asset: [SUBJECT]
- Objective: [OBJECTIVE]
- Time Horizon: [HORIZON]
- Rationale: [RATIONALE]
- Risks: [RISKS]
- Implementation Plan: [IMPLEMENTATION_STEPS]
- Fees/Costs: [FEES_NOTES]
- Disclaimers: [DISCLAIMERS]
- Data Source: [DATA_SOURCE]

Tasks:
1) Write a professional letter summarizing the recommendation in 300-500 words.
2) Present benefits vs risks, referencing client objectives and constraints.
3) Provide an implementation checklist and estimated costs/fees.
4) Include appropriate disclaimers.

Output format:
- Section "Letter" (salutation, body, closing).
- Table "Implementation Checklist" [Step, Owner, Timing, Cost].
- Section "Disclosures" with [DISCLAIMERS].

Expected Output Format

  • Formal letter text suitable for immediate client use.
  • Implementation checklist with owners and costs.
  • Disclosures aligned to firm policy.

When to Use It

For formal communications recommending new strategies, manager changes, or significant allocation shifts.

Pro Tip

Explicitly tie the recommendation back to the Investment Policy Statement, and quantify expected improvements in risk-adjusted outcomes.

Chaining Prompts for End-to-End Workflows

While each prompt is designed to be effective on its own, the real power emerges when they are chained to reflect your full workflow. A typical research-to-implementation chain might look like this: use the Top-Down Sector Analysis to identify opportunity sets; synthesize earnings for core holdings to update model inputs; build scenarios and sensitivities to quantify valuation ranges; translate results into portfolio changes with the Rebalancing Recommendation Engine; and finalize with a Quarterly Client Summary that documents what changed and why. Similarly, risk workflows benefit from triangulation: parametric VaR for speed, historical VaR for fat tails, scenario testing to catch narrative risks, and a liquidity/tail heatmap to ensure implementation feasibility. Finally, use the Benchmark Comparison prompt to reconcile active risk with any changes you introduce, closing the loop with a documented rationale. For deeper content on structuring and templating firmwide processes, explore

For a deeper exploration of related concepts, our comprehensive article on 7 writing Prompts for GPT-5.1 u2014 Copy-Paste Ready for Solo Developers provides detailed analysis and practical frameworks that complement the strategies discussed in this section.

.

Implementation Notes and Governance

  • Data Provenance: Always state [DATA_SOURCE] and timestamps. If your firm requires data lineage documentation, embed it directly into the prompt or the output’s assumptions section.
  • Units and Conventions: Clarify annualization rules, trading day counts (252 vs 260), and compounding conventions to prevent inconsistencies in risk and return figures.
  • Model Risk: Where methods depend on distributional assumptions (e.g., normality in delta-normal VaR), include caveats and alternative checks to avoid false precision.
  • Privacy and Compliance: For client or internal data, ensure access controls and redaction rules. Build guardrails into prompts to avoid surface of confidential identifiers in public contexts.
  • Version Control: Store prompt versions and outputs alongside portfolio snapshots to preserve an audit trail for committees, clients, or regulators.

Access 40,000+ AI Prompts for ChatGPT, Claude & Codex — Free!

Subscribe to get instant access to our complete Notion Prompt Library — the largest curated collection of prompts for ChatGPT, Claude, OpenAI Codex, and other leading AI models. Optimized for real-world workflows across coding, research, content creation, and business.

Get Free Access to the Prompt Library →

FAQ: Making These Prompts Work in Your Environment

How do I adapt these prompts to my BI or spreadsheet workflows? Use the expected output sections to specify a schema—tables with column names that match your import routines. For example, if your spreadsheet expects “AnnVol” instead of “Ann.Vol,” rename the expected column headers in the prompt before use. For JSON-first pipelines, you can ask the model to output in strict JSON with a defined schema and then parse it downstream.

What if the required data is incomplete? The prompts are designed to proceed with assumptions when necessary, but they will state those assumptions explicitly. If you expect occasional gaps (e.g., ratings data for a private issuer), add fallback rules into your placeholders (e.g., a mapping from sector averages or peer medians to the missing item) and instruct the model to tag imputed fields clearly.

Can these prompts handle custom factor models or proprietary risk engines? Yes. Pass specifications in [FACTOR_SPEC], [MAPPING], or a separate [MODEL_NOTES] placeholder describing loadings, estimation windows, and orthogonalization. Clearly state what the model should treat as authoritative and what is illustrative.

How do I ensure the outputs remain consistent quarter-to-quarter? Standardize variables, units, and table naming conventions in a shared template. You can maintain a firmwide “prompt policy” that sets non-negotiables: base currency, return conventions, risk-free proxy, and rounding rules. Consistency will minimize reconciliation work and speed review cycles.

What is the best way to integrate market microstructure into these prompts? In rebalancing and liquidity prompts, add microstructure parameters such as daily participation caps, volatility-adjusted slices, and preferred execution algorithms. Request an execution schedule per asset with time buckets and expected cost ranges, and have a trader review the plan against live market conditions.

Conclusion

Financial analysis rewards structure, clarity, and traceability. With these 25 prompts, you can systematize recurring tasks—allocation, risk, research, modeling, and reporting—while staying adaptable to market evolution and client needs. Each prompt is intentionally modular. Use them as building blocks for an end-to-end analytics and communication pipeline. As you implement them, capture feedback from PMs, risk officers, and clients to tune variable defaults, refine expected output schemas, and embed firm-specific standards. Over time, your prompt architecture will become an institutional asset: compressing cycle times, improving decision hygiene, and elevating client trust.


Get Free Access to 40,000+ AI Prompts for ChatGPT, Claude & Codex

Subscribe for instant access to the largest curated Notion Prompt Library for AI workflows.

More on this