Announcing an acquisition is only the beginning of the deal process. Between signing and closing, regulatory reviews, shareholder approvals, litigation, financing conditions, revised timelines, and market-price movements can materially change how a transaction should be monitored.
For research teams, the challenge is not simply identifying that a deal exists. It is tracking what has changed since the original announcement and deciding whether those changes represent routine progress or a genuine completion-risk exception.
This workflow uses Claude with the Financial Modeling Prep MCP server to create an announcement-date baseline for three pending M&A deals, then refreshes that baseline using current filings, company news, and market prices. It applies the same evidence-preservation and escalation principles used to prioritize corporate action events, but narrows the analysis to the terms, timelines, approvals, legal developments, and market spreads that matter after a transaction is announced.
The objective is a post-announcement deal-completion monitoring system. It does not predict whether a transaction will close. Instead, it compares current conditions with the saved baseline and flags changes in deal terms, expected timing, regulatory or legal status, and deal spread that warrant analyst follow-up.
Key Takeaways
- A reliable monitoring process begins with a fixed announcement-date baseline rather than the latest available deal information.
- Company closing guidance, regulatory or court schedules, and analyst inference should remain separate.
- Cash-and-stock deal spreads require synchronized target and acquirer prices from the same trading date.
- Spread movement is a monitoring signal, not proof that completion risk has increased or decreased.
- Conflicting or incomplete primary evidence should trigger analyst review rather than a forced classification.
Defining the Deal-Completion Monitoring Framework
The workflow compares each transaction against a saved announcement-date baseline rather than evaluating the deal only from its current state.
The baseline records:
- Original contractual consideration
- Original company-disclosed expected closing window
- Initial regulatory, shareholder, and other closing conditions
- Announcement timestamp and source
- First eligible post-announcement target share price
- Acquirer share price from the same trading date for cash-and-stock transactions
- Implied consideration per target share
- Initial deal spread
The pricing date depends on when the transaction announcement became public. If the announcement is released before or during the regular trading session, that day's closing price may be used. If it is released after the regular market close, the next trading day's close is used instead. This prevents the baseline from using a market price recorded before investors had access to the announcement.
|
Deal-Spread Formulas |
|
For fixed cash-and-stock transactions:Implied consideration = cash component + (exchange ratio × acquirer share price)Deal spread = (implied consideration − target share price) / target share price × 100For all-cash transactions, implied consideration equals the contractual cash consideration per target share. |
The target and acquirer prices must come from the same trading date. The refresh then checks whether contractual terms, expected timing, regulatory or legal conditions, filings, deal-specific news, or market pricing have changed.
Closing-timeline evidence is separated into three categories:
- Company-disclosed guidance: The closing date or window explicitly stated by one of the transaction parties.
- Regulatory or court schedule: Procedural deadlines, hearings, trial dates, decision schedules, or restrictions issued by a regulator or court.
- Analyst inference: A conclusion derived from those schedules when no company source explicitly states a revised closing date.
A regulatory or court timetable should not be presented as company closing guidance. If a schedule suggests that the original timeline may be difficult to achieve but the company has not explicitly revised its guidance, that inference should be labeled separately.
Deal status is classified as follows:
|
Status |
Classification Criteria |
|
On Track |
Terms remain unchanged, company-disclosed timing remains within the original window, and no material adverse development clearly threatens closing. |
|
Watch |
A new regulatory, legal, approval, or timing development warrants closer monitoring but does not clearly establish a material deterioration in the completion path. |
|
Elevated Completion Risk |
Primary evidence shows a formal regulatory challenge, litigation or an order directly restricting closing, a failed approval or closing condition, an explicit delay beyond the original window, or another development that materially increases uncertainty. |
|
Terms Changed |
Contractual consideration or another material economic term has been amended. |
|
Closed / Terminated |
Reliable primary evidence confirms the transaction outcome. |
|
Review Required |
Material evidence is insufficient, contradictory, or cannot be reconciled reliably. |
If two reliable sources materially conflict on current terms, timing, regulatory status, litigation status, or approval conditions, the transaction is classified as Review Required until the conflict can be resolved.
An Exception Flag is triggered when:
- Material economic terms change.
- Company-disclosed expected closing timing moves beyond the original window.
- A new material regulatory, legal, or approval issue emerges.
- The transaction closes or terminates.
- The current deal spread widens by at least 5 percentage points versus the validated baseline.
- Material source conflict requires analyst review.
Spread movement is treated as a monitoring signal rather than a prediction. A wider spread can reflect uncertainty, financing conditions, time to close, market volatility, or movements in the acquirer's stock price. It should be interpreted alongside primary-source developments rather than used independently to determine completion risk. This distinction matters because event risk can change how price and volume data should be interpreted, even when the contractual economics remain unchanged.
FMP Data and Claude MCP Setup
This case study was checked on August 30, 2026 and evaluates deal conditions as of August 22, 2026. Because August 22 was a Saturday, the market-price refresh uses the August 21 close, the final trading day before the monitoring date.
The workflow uses FMP transaction, filing, press-release, and historical-price data to reconstruct the announcement baseline and compare it with the latest eligible market close.
|
Source |
FMP MCP Tool / Dataset |
Exact Fields Used |
Purpose |
|
M&A Search API |
Search Mergers & Acquisitions APIFMP:company → search-mergers-acquisitions |
No transaction fields were used in the final analysis because the lookup did not return a usable record for the tested recent transactions. |
Initial transaction lookup only. It was not relied upon for deal terms. |
|
SEC Filings by Symbol API |
SEC Filings by Symbol APIFMP:secFilings → search-by-symbol |
symbol, cik, filingDate, acceptedDate, formType, link, finalLink |
Identify transaction-related 8-K, 10-Q, and other filings, while retaining filing and acceptance timestamps and direct filing links. |
|
Search Press Releases API |
Search Press Releases APIFMP:news → search-press-releases |
symbol, publishedDate, publisher, title, text, url |
Identify announcement timestamps, consideration terms, exchange ratios, expected closing guidance, approval conditions, and later company-disclosed updates. |
|
Historical Price EOD Light API |
Historical Price EOD Light APIFMP:chart → historical-price-eod-light |
symbol, date, price, volume |
Retrieve the first eligible post-announcement closing prices and the August 21, 2026 closing prices used for current spread calculations. |
The Mergers & Acquisitions API is useful for transaction discovery, but the recent-deal search did not return a usable structured record for the transactions in this demonstration. The analysis therefore does not infer deal economics from missing M&A fields. Instead, consideration terms and closing guidance are taken from the relevant press releases and corroborated against filing records identified through the SEC Filings by Symbol API.
Announcement timing is taken from the press-release publishedDate and cross-checked against the SEC filing acceptedDate where available. Transaction terms such as cash consideration, exchange ratios, approval conditions, and expected closing guidance are extracted from the press-release text or the underlying filing linked through finalLink. FMP does not return those items as discrete structured fields in the filing-search response.
Prices are retrieved through the Historical Price EOD Light API. The response uses the returned price field for the closing-price observation in this workflow. The baseline always uses the first regular-session close after the announcement became public. If an announcement is released after the regular market close, the next trading day's close is used rather than the already completed same-day close.
For mixed cash-and-stock transactions, the target and acquirer prices are taken from the same trading date before implied consideration is calculated.
|
Spread Calculation Formulas |
|
Implied consideration = cash component + (exchange ratio × acquirer price)Deal spread = (implied consideration − target price) / target price × 100 |
The same historical EOD dataset is used for the refresh-date calculation rather than mixing a live quote with an end-of-day target price. Both target and acquirer prices therefore come from August 21, 2026.
FMP also provides a Stock Quote API for live market monitoring. A production process could use that source for intraday checks, but this case study uses synchronized end-of-day observations so every reported spread can be reproduced from a specific trading date.
These datasets are accessed through the FMP MCP server. To connect FMP with Claude:
- Open Claude, then go to Settings → Connectors → Add custom connector.
- Enter the connector URL below.
- Start a new Claude conversation with the connector enabled.
|
FMP MCP Connector URL |
|
https://financialmodelingprep.com/mcp?apikey=YOUR_FMP_API_KEY |
The workflow operates in two stages. The first run creates a fixed announcement-date baseline using announcement timing, original terms, original closing guidance, and the first eligible post-announcement market close. The second run is submitted in the same Claude conversation and reuses the baseline created in the preceding response. It retrieves only the latest filings, press releases, material deal updates, and synchronized closing prices needed to identify changes.
This separation prevents later information from being mixed into the historical baseline and makes every subsequent spread and status comparison traceable to its underlying source and pricing date.
Building the Announcement-Date Deal Baseline
The first Claude run creates the historical reference point for each transaction directly from FMP data. The user does not need to provide announcement-date prices, transaction terms, or pre-calculated spreads.
This demonstration uses three pending transactions: KMB-KVUE, UNP-NSC, and PSKY-WBD. Claude retrieves the original transaction announcement, identifies when it became public, extracts the original consideration and closing guidance, and retrieves the historical prices needed to calculate the baseline.
The announcement timestamp matters because the baseline should represent the first market close after investors could react to the definitive transaction announcement. If an announcement is published before or during regular trading hours, that day's close can be used. If it is released after the regular market close, Claude uses the next trading day's closing price.
For cash-and-stock transactions, the target and acquirer prices must come from the same trading date.
Claude Prompt 1 — Build the Announcement Baseline
|
Using the connected Financial Modeling Prep (FMP) MCP server, build an announcement-date M&A monitoring baseline for:
This is a deal-monitoring demonstration, not an investment recommendation. Keep the workflow compact and use no more than one retry. For each transaction:
Capture:
From the original announcement, identify:
Retain:
Use the filing timestamp to cross-check announcement timing where available. Do not replace the original announcement terms with later developments.
Use the first regular-session closing price after the definitive announcement became public.
Use:
For cash-and-stock deals, retrieve both the target and acquirer price from the same trading date.
For cash-and-stock deals: Implied consideration = For all-cash deals: Implied consideration = Then calculate: Deal spread = Do not include a future ticking fee or contingent payment unless it had already accrued on the baseline pricing date.
Table 1 — Reproducible Deal Baseline | Deal | Announcement Timestamp | Announcement Source | Pricing Date | Target Close | Acquirer Close | Cash Component | Exchange Ratio | Implied Consideration | Baseline Spread | Original Company-Disclosed Close Guidance | Key Initial Approval Conditions | Show all raw target and acquirer prices used in the calculation. Make the announcement source clickable using the returned primary-source URL. Do not retrieve later regulatory, legal, news, or market developments yet. Keep the response concise. |
The baseline returned by the first Claude run becomes the fixed historical reference for the monitoring step. The next prompt is submitted in the same conversation, allowing Claude to compare fresh FMP data against the baseline it has just created without requiring the user to reconstruct or paste the historical inputs.
Refreshing the Baseline as Deal Conditions Change
The second Claude run uses the announcement-date baseline created in the preceding response as the fixed historical reference. It does not rebuild the baseline. Instead, Claude retrieves only the latest transaction disclosures, filings, deal-specific updates, and synchronized market prices needed to determine what has changed.
For cash-and-stock transactions, current target and acquirer prices are taken from the same trading date. Company-disclosed closing guidance is also kept separate from regulatory or court schedules and from any analytical inference derived from those schedules.
Claude Prompt 2 — Refresh the Baseline
|
Using the connected Financial Modeling Prep (FMP) MCP server, refresh the announcement-date M&A baseline you created in your immediately preceding response. Do not rebuild or manually change the historical baseline. Use the announcement timestamps, pricing dates, original transaction terms, original closing guidance, raw baseline prices, implied consideration, and baseline spreads already established in that response. Refresh the analysis as of August 22, 2026. Because August 22, 2026 is a non-trading day, use the latest available closing prices on or before that date. Keep the workflow compact and use no more than one retry. For each transaction:
1. Current transaction terms Use FMP:news → search-press-releases and FMP:secFilings → search-by-symbol to identify the latest material transaction disclosures. Determine whether any of the following changed from the baseline:
Do not treat changes in the acquirer's share price as contractual term changes. If reliable primary sources materially conflict, classify the transaction Review Required. 2. Closing-timeline evidence Report these separately:
Do not present a regulatory or court timetable as company guidance. If a regulator's schedule suggests a later outcome but the company has not explicitly changed its closing guidance, label that conclusion Analyst Inference. 3. Latest material filing or company update Identify the most relevant current primary-source evidence affecting:
Retain:
Use the filing finalLink or press-release url when available. 4. Current market-price inputs Use FMP:chart → historical-price-eod-light. Use these returned fields:
For each cash-and-stock transaction, use the target and acquirer prices from the same trading date. Report the exact pricing date and raw prices. Calculate: Market Price Movement = For cash-only deals: Current Implied Consideration = For cash-and-stock deals: Current Implied Consideration = Include ticking or contingent consideration only if it had actually accrued by the pricing date. Calculate: Current Deal Spread = Spread Change = Do not use spread movement alone to determine completion risk. 5. Status classification Assign one: On Track
Watch
Elevated Completion Risk
Terms Changed
Closed / Terminated
Review Required
6. Exception flag Set Exception Flag = Yes if any of the following occurred since baseline:
Otherwise set Exception Flag = No. A spread exception alone must not automatically create Elevated Completion Risk. Output Return: Table 2 — Current Spread Inputs | Deal | Pricing Date | Current Target Price | Current Acquirer Price | Cash Component | Exchange Ratio | Accrued Ticking / Contingent Consideration | Current Implied Consideration | Current Deal Spread | Baseline Spread | Spread Change | Then return: Table 3 — Deal Status Refresh | Deal | Original Company Guidance | Current Company Guidance | Regulatory / Court Schedule | Analyst Inference | Current Deal Terms | Material Status Source | Source Date | Direct Source Link | Status Classification | Exception Flag | Then return: Table 4 — Exception Summary Include only transactions with Exception Flag = Yes. | Deal | What Changed Since Baseline | Why It Matters | Primary Source | Analyst Follow-Up | If no transaction has an exception, state that instead of creating an empty table. After the tables, provide no more than three concise bullets covering:
Do not provide an investment recommendation or estimate a probability of completion. Keep the entire response concise. |
The second run compares the validated announcement baseline with the latest available transaction disclosures, regulatory or court developments, and synchronized market prices. The resulting baseline, spread calculations, status classifications, and exception flags are presented below.
Deal Status and Exception Results
The two-stage workflow first establishes a reproducible announcement-date baseline and then compares that historical reference with the latest available deal terms, company guidance, regulatory or court developments, and market prices.
The results keep the pricing dates and source inputs visible so that each spread calculation and status classification can be audited. Announcement timing, deal economics, and status evidence are shown separately to make the comparison easier to follow.
Table 1A: Announcement and Pricing Baseline
|
Deal |
Announcement Timestamp |
Pricing Date |
Target Close |
Acquirer Close |
|
KMB-KVUE |
Nov. 3, 2025, 6:30 a.m. ET, before market open; 8-K accepted at 7:04 a.m. ET |
Nov. 3, 2025 |
$16.14 |
$102.27 |
|
UNP-NSC |
July 29, 2025, 7:00 a.m. ET, before market open; 8-K accepted at 7:16 a.m. ET |
July 29, 2025 |
$277.70 |
$223.77 |
|
PSKY-WBD |
Feb. 27, 2026, 4:27 p.m. ET, after market close; 8-K accepted at 5:06 p.m. ET |
March 2, 2026 |
$28.50 |
N/A |
Table 1B: Baseline Terms and Spread
|
Deal |
Cash Component |
Exchange Ratio |
Implied Consideration |
Baseline Spread |
|
KMB-KVUE |
$3.50 |
0.14625 |
$18.46 |
14.36% |
|
UNP-NSC |
$88.82 |
1.0 |
$312.59 |
12.56% |
|
PSKY-WBD |
$31.00 |
N/A |
$31.00 |
8.77% |
Table 1C: Original Guidance and Approval Conditions
|
Deal |
Announcement Evidence |
Original Company Guidance |
Key Initial Approval Conditions |
|
KMB-KVUE |
Second half of 2026 |
HSR clearance, foreign regulatory approvals, KMB and KVUE shareholder approvals, and customary closing conditions |
|
|
UNP-NSC |
Early 2027 |
STB review and approval, shareholder approvals, and customary closing conditions |
|
|
PSKY-WBD |
Paramount and Warner Bros. Discovery definitive merger announcement |
Q3 2026 |
Regulatory clearances, WBD shareholder approval, and customary closing conditions |
The pricing-date rule matters most for PSKY-WBD. Its definitive merger announcement became public after the regular market close on February 27, 2026, so the baseline uses the March 2 closing price, the next trading day's close. That produces an 8.77% baseline spread.
KMB-KVUE and UNP-NSC were announced before regular trading began, allowing their announcement-day closing prices to serve as the baseline. For both cash-and-stock transactions, the target and acquirer prices are taken from the same trading date.
Table 2A: Current Pricing and Deal Inputs
|
Deal |
Pricing Date |
Target Price |
Acquirer Price |
Cash Component |
Exchange Ratio |
Accrued Ticking or Contingent Consideration |
|
KMB-KVUE |
Aug. 21, 2026 |
$19.06 |
$109.31 |
$3.50 |
0.14625 |
N/A |
|
UNP-NSC |
Aug. 21, 2026 |
$350.72 |
$308.05 |
$88.82 |
1.0 |
N/A |
|
PSKY-WBD |
Aug. 21, 2026 |
$28.55 |
N/A |
$31.00 |
N/A |
$0; not yet accrued |
Table 2B: Current Spread Calculations
|
Deal |
Current Implied Consideration |
Current Deal Spread |
Baseline Spread |
Spread Change |
|
KMB-KVUE |
$19.49 |
2.24% |
14.36% |
-12.12 percentage points |
|
UNP-NSC |
$396.87 |
13.16% |
12.56% |
+0.60 percentage points |
|
PSKY-WBD |
$31.00 |
8.58% |
8.77% |
-0.19 percentage points |
Because August 22, 2026 was a Saturday, the refresh uses closing prices from August 21. For KMB-KVUE and UNP-NSC, the target and acquirer prices are taken from the same trading date before the stock component of consideration is recalculated.
KMB-KVUE's spread compressed substantially from 14.36% to 2.24%, while UNP-NSC remained close to its baseline at 13.16%. PSKY-WBD's spread was also broadly unchanged at 8.58%. Its contractual ticking consideration had not begun accruing by the pricing date, so current implied consideration remained $31.00 per share.
Table 3A: Company Guidance
|
Deal |
Original Company Guidance |
Current Company Guidance |
|
KMB-KVUE |
Second half of 2026 |
Q4 2026 |
|
UNP-NSC |
Early 2027 |
Mid-2027 |
|
PSKY-WBD |
Q3 2026 |
Closing delayed because of litigation; no revised quarter guidance |
Table 3B: Regulatory, Legal, and Deal-Term Evidence
|
Deal |
Regulatory or Court Schedule |
Analyst Inference |
Current Deal Terms |
|
KMB-KVUE |
HSR cleared Feb. 4, 2026; foreign regulatory approvals remained outstanding. |
None |
Unchanged: $3.50 cash plus 0.14625 KMB shares per KVUE share |
|
UNP-NSC |
The STB adopted a procedural schedule on Aug. 18, 2026. Final briefs are due May 28, 2027, with a Board decision following the close of the record. |
The timetable may imply a decision in the second half of 2027, but that is not company guidance. |
Unchanged: $88.82 cash plus one UNP share per NSC share |
|
PSKY-WBD |
The parties agreed not to close until the earlier of five days after the court ruling or June 1, 2027. Trial was scheduled for March 2-19, 2027. |
None. The closing restriction was explicitly disclosed. |
$31.00 cash per WBD share; ticking consideration begins after Sept. 30, 2026 if the deal remains unclosed. |
Table 3C: Status Classification
|
Deal |
Primary Evidence |
Evidence Date |
Status |
Exception Flag |
|
KMB-KVUE |
Aug. 6 and Aug. 4, 2026 |
On Track |
No |
|
|
UNP-NSC |
Union Pacific's mid-2027 completion update and the STB procedural decision |
May 28 and Aug. 18, 2026 |
Elevated Completion Risk |
Yes |
|
PSKY-WBD |
Paramount Q2 2026 Form 10-Q and Paramount's regulatory-clearance update |
Aug. 4 and Aug. 14, 2026 |
Elevated Completion Risk |
Yes |
The primary evidence supports three distinct monitoring outcomes. KMB-KVUE remains within its original second-half 2026 window, with Kenvue narrowing the expected close to Q4 2026 while foreign regulatory approvals remain outstanding.
UNP-NSC is different because the company itself now refers to a mid-2027 completion, compared with the original early-2027 expectation. The separate STB procedural schedule should therefore be shown as regulatory evidence rather than presented as company guidance.
PSKY-WBD remains an explicit litigation-driven delay. Paramount's August 4 filing states that closing has been postponed until the earlier of five days after the court's ruling or June 1, 2027, while its August 14 update confirms that the required regulatory clearances under the merger agreement had been satisfied.
KMB-KVUE: On Track Within the Original Closing Window
KMB-KVUE remains On Track. The transaction terms are unchanged, and the latest company guidance narrows the expected closing period to Q4 2026, which still falls within the original second-half 2026 window.
The HSR waiting period has expired, while remaining foreign regulatory approvals continue to be monitored. The deal spread compressed substantially from 14.36% at baseline to 2.24%, but that market movement is treated as supporting context rather than evidence of completion on its own.
Because no material adverse legal, regulatory, or timing development moved the transaction outside its original path, the Exception Flag remains No.
UNP-NSC: Company-Disclosed Timing Extension
UNP-NSC receives Elevated Completion Risk because the company's expected completion timing moved from early 2027 to mid-2027.
The STB's procedural schedule is reported separately. It establishes regulatory deadlines extending into 2027, but any conclusion that the final decision may occur in the second half of 2027 remains an analytical inference rather than company guidance.
The current spread of 13.16% is close to the 12.56% baseline spread. The exception therefore comes from the company-disclosed timing extension rather than a material widening in the market spread.
PSKY-WBD: Litigation Directly Restricts Closing
PSKY-WBD also receives Elevated Completion Risk, but for a different reason. The original Q3 2026 closing expectation has been overtaken by litigation that directly restricts when the transaction can close.
The parties agreed not to complete the transaction until the earlier of five days after the court's ruling or June 1, 2027. At the same time, Paramount reported that the required regulatory clearances under the merger agreement had been obtained, making the active litigation the principal identified obstacle to closing.
The current spread of 8.58% is close to the 8.77% baseline spread. The Exception Flag is therefore driven by the court-related delay rather than spread widening.
Table 4: Exception Summary
|
Deal |
What Changed Since Baseline |
Why It Matters |
Primary Evidence |
Analyst Follow-Up |
|
UNP-NSC |
Company-disclosed completion guidance moved from early 2027 to mid-2027. The STB also adopted a procedural schedule extending key review deadlines into 2027. |
The company-disclosed timing change moves completion beyond the original baseline window. |
Union Pacific's completion update and the STB procedural decision |
Monitor subsequent company guidance and the STB docket for further changes in the expected completion path. |
|
PSKY-WBD |
Litigation directly postponed closing despite completion of the required regulatory-clearance process. |
The court-related restriction prevents closing on the original Q3 2026 timetable and creates a direct legal obstacle to completion. |
Track the antitrust litigation for a ruling, settlement, or other development that changes the closing restriction. |
The exceptions illustrate why market spreads and fundamental deal developments need to be monitored separately. UNP-NSC triggered an exception because company-disclosed timing moved beyond the original baseline, even though its spread changed by only 0.60 percentage points. PSKY-WBD also triggered an exception because litigation directly delayed closing, while its spread remained close to baseline.
KMB-KVUE did not trigger an exception. Its closing guidance remains within the original second-half 2026 window, and the remaining approval process had not produced a material adverse development under the monitoring rules as of the case study date.
When an Analyst Needs to Step In
The monitoring workflow can surface material changes, but it should not convert every delay, regulatory milestone, or spread movement into a conclusion about completion risk.
Analyst review is especially important when:
- Company-disclosed closing guidance moves beyond the original baseline window.
- A regulatory or court schedule appears inconsistent with company guidance.
- Litigation directly restricts, delays, or conditions closing.
- Contractual consideration, exchange ratios, ticking fees, or other economic terms change.
- The latest company disclosure and a newer regulatory or court source describe materially different transaction conditions.
- A required regulatory or shareholder approval remains unresolved as the expected closing window approaches.
- The deal spread widens materially without a clearly identified fundamental development.
- The spread remains relatively stable despite a significant legal, regulatory, or timing change.
- Target and acquirer prices cannot be aligned to the same trading date for a cash-and-stock spread calculation.
- Reliable primary sources materially conflict on current terms, timing, approvals, or legal status.
The three transactions illustrate different reasons for analyst intervention. KMB-KVUE remains within its original closing window, so the remaining foreign approval process is primarily a monitoring item rather than a completion-risk exception.
UNP-NSC requires closer review because company-disclosed completion guidance moved from early 2027 to mid-2027. The STB procedural schedule provides additional regulatory context, but it should remain separate from company guidance and from any analyst inference about the ultimate decision date.
PSKY-WBD requires analyst attention for a different reason. The transaction's original Q3 2026 closing expectation has been overtaken by litigation that directly restricts closing, even though the required regulatory-clearance process has been completed.
The analyst's role is to determine what changed, which source has authority over that change, and whether it affects contractual economics, the procedural path to closing, or only market perception. Claude can maintain the baseline, reproduce the spread calculations, and surface exceptions. The final interpretation of completion risk remains a research judgment.
From Deal Announcement to Continuous Completion Monitoring
An announced acquisition can change meaningfully long before it formally closes or terminates. Company guidance can shift, regulatory schedules can extend, litigation can restrict closing, contractual economics can change, and market spreads can move even when the underlying transaction terms remain intact.
Using FMP data through Claude MCP, this workflow first creates a reproducible announcement-date baseline from the original transaction disclosure and the first eligible post-announcement market close. It then refreshes that baseline using current deal terms, company disclosures, regulatory or court developments, and synchronized target and acquirer prices.
Keeping those evidence types separate is important. Company-disclosed closing guidance should not be replaced by an inferred date derived from a regulatory timetable, while court restrictions or explicit company-disclosed delays should be treated as direct completion-path evidence. Market-spread changes provide an additional signal, but they do not determine completion risk on their own.
The three transactions demonstrate why this distinction matters. KMB-KVUE remains within its original closing window despite outstanding approvals. UNP-NSC requires elevated review because company-disclosed completion guidance moved beyond the original baseline. PSKY-WBD also requires elevated review because litigation directly restricts closing despite completion of the required regulatory-clearance process.
The value of the workflow is not in predicting whether a transaction will close. It is in maintaining an auditable historical baseline, identifying what has materially changed, and directing analyst attention toward deals where new evidence warrants deeper review. Teams that want to apply the same process across a larger watchlist should preserve the baseline, pricing-date rules, source hierarchy, and review thresholds as they move from API testing to a repeatable financial data workflow.


