longbridge-event-strategy

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

longbridge-event-strategy

longbridge-event-strategy

Event-driven investment strategy framework — identify corporate events (M&A, spinoffs, buybacks, index rebalancing, lockup expiry) that create pricing dislocations, score sentiment, analyse historical price reactions, and size positions accordingly. Uses Longbridge news, filings, calendar, and candlestick data as signal inputs.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
事件驱动投资策略框架——识别会造成价格错位的公司事件(M&A、分拆上市、股份回购、指数调整、限售股解禁),进行情绪评分,分析历史价格反应,并据此配置仓位。使用Longbridge新闻、公告、日历和K线数据作为信号输入。
回复语言: 匹配用户输入语言——简体中文/繁体中文/英文。

When to use

使用场景

Trigger when the user asks about:
  • M&A / merger arbitrage — "收购消息出来后怎么套利", "merger arbitrage setup"
  • Index rebalancing — "纳指成分股调整怎么交易", "index rebalancing trade"
  • Lockup expiry — "解禁日如何布局", "lockup expiry strategy"
  • Buyback catalyst — "回购公告后怎么操作", "buyback announcement play"
  • Spinoff / separation — "分拆上市如何参与", "spinoff event trading"
  • General event-driven framework — "事件驱动策略怎么做"
For real-time news without strategy framing, prefer
longbridge-news
. For earnings-specific events, prefer
longbridge-earnings
or
longbridge-earnings-preview
.
当用户询问以下内容时触发:
  • M&A/并购套利 — "收购消息出来后怎么套利", "merger arbitrage setup"
  • 指数调整 — "纳指成分股调整怎么交易", "index rebalancing trade"
  • 限售股解禁 — "解禁日如何布局", "lockup expiry strategy"
  • 回购催化剂 — "回购公告后怎么操作", "buyback announcement play"
  • 分拆上市 — "分拆上市如何参与", "spinoff event trading"
  • 通用事件驱动框架 — "事件驱动策略怎么做"
如果是无策略框架的实时新闻,优先使用
longbridge-news
。针对财报相关事件,优先使用
longbridge-earnings
longbridge-earnings-preview

Workflow

工作流程

Step 1 — Event identification

步骤1——事件识别

Run
longbridge news
and
longbridge filing
for the target symbol to surface recent corporate events. Run
longbridge finance-calendar
to identify upcoming scheduled events (earnings, dividends, index reviews).
针对目标标的运行
longbridge news
longbridge filing
,获取近期公司事件。运行
longbridge finance-calendar
识别即将到来的预定事件(财报、分红、指数评审)。

Step 2 — Sentiment scoring

步骤2——情绪评分

Analyse the news/filing content for event type and directional sentiment:
Event type简体繁體English
M&A announcement并购公告並購公告M&A announcement
Index inclusion/exclusion指数纳入/剔除指數納入/剔除Index rebalancing
Lockup expiry限售股解禁限售股解禁Lockup expiry
Share buyback股份回购股份回購Share buyback
Spinoff / separation分拆上市分拆上市Spinoff
分析新闻/公告内容,确定事件类型和方向性情绪:
Event type简体繁體English
M&A announcement并购公告並購公告M&A announcement
Index inclusion/exclusion指数纳入/剔除指數納入/剔除Index rebalancing
Lockup expiry限售股解禁限售股解禁Lockup expiry
Share buyback股份回购股份回購Share buyback
Spinoff / separation分拆上市分拆上市Spinoff

Step 3 — Historical price reaction

步骤3——历史价格反应

Run
longbridge kline
(daily, 60 days around prior similar events) to measure the historical price reaction window (T-5 to T+20).
运行
longbridge kline
(日线,过往同类事件前后60天),衡量历史价格反应窗口(T-5至T+20)。

Step 4 — Position sizing guidance

步骤4——仓位配置指导

Based on event type, historical reaction magnitude, and current implied volatility (from options data if available via
longbridge-derivatives
), provide qualitative position sizing guidance (entry timing, stop-loss, target, holding period).
根据事件类型、历史反应幅度和当前隐含波动率(若可通过
longbridge-derivatives
获取期权数据),提供定性的仓位配置指导(入场时机、止损、目标价位、持有周期)。

CLI

命令行界面(CLI)

bash
undefined
bash
undefined

Corporate news and filings

Corporate news and filings

longbridge news <SYMBOL> --format json longbridge filing <SYMBOL> --format json
longbridge news <SYMBOL> --format json longbridge filing <SYMBOL> --format json

Upcoming events calendar (earnings, dividends, index reviews)

Upcoming events calendar (earnings, dividends, index reviews)

longbridge finance-calendar --format json
longbridge finance-calendar --format json

Historical daily candlestick for price-reaction analysis

Historical daily candlestick for price-reaction analysis

longbridge kline <SYMBOL> --period day --count 60 --format json

> Run `longbridge news --help`, `longbridge filing --help`, and `longbridge kline --help` to verify flags.
longbridge kline <SYMBOL> --period day --count 60 --format json

> 运行`longbridge news --help`、`longbridge filing --help`和`longbridge kline --help`查看参数说明。

Output

输出内容

For a given symbol and event, produce a structured event brief:
  1. Event summary — type, date, source.
  2. Sentiment score — bullish / neutral / bearish with rationale.
  3. Historical reaction — average T+5/T+10/T+20 return for this event type (if data available).
  4. Trade setup — entry window, stop-loss level, target, holding period, risk notes.
Include a disclaimer: "此框架仅供参考,不构成投资建议。" / "This framework is for informational purposes only and does not constitute investment advice."
针对给定标的和事件,生成结构化事件简报:
  1. 事件摘要——类型、日期、来源。
  2. 情绪评分——看涨/中性/看跌,并说明理由。
  3. 历史反应——该类事件的T+5/T+10/T+20平均回报率(若有数据)。
  4. 交易设置——入场窗口、止损位、目标价位、持有周期、风险提示。
需包含免责声明:"此框架仅供参考,不构成投资建议。" / "This framework is for informational purposes only and does not constitute investment advice."

Error handling

错误处理

Situation简体回复繁體回覆English reply
command not found: longbridge
请先安装 longbridge-terminal請先安裝 longbridge-terminalInstall longbridge-terminal first
not logged in
请运行
longbridge auth login
請執行
longbridge auth login
Run
longbridge auth login
No relevant news found提示近期无相关事件公告提示近期無相關事件公告No relevant corporate events found
Other stderr原样展示,不重试原樣展示,不重試Surface verbatim, do not retry
Situation简体回复繁體回覆English reply
command not found: longbridge
请先安装 longbridge-terminal請先安裝 longbridge-terminalInstall longbridge-terminal first
not logged in
请运行
longbridge auth login
請執行
longbridge auth login
Run
longbridge auth login
No relevant news found提示近期无相关事件公告提示近期無相關事件公告No relevant corporate events found
Other stderr原样展示,不重试原樣展示,不重試Surface verbatim, do not retry

MCP fallback

MCP备选方案

If CLI is unavailable:
mcp__longbridge__news
,
mcp__longbridge__filings
,
mcp__longbridge__calendar
, and
mcp__longbridge__candlesticks
.
若CLI不可用:使用
mcp__longbridge__news
mcp__longbridge__filings
mcp__longbridge__calendar
mcp__longbridge__candlesticks

Related skills

相关技能

User asksRoute to
Post-earnings analysis
longbridge-earnings
Pre-earnings preview
longbridge-earnings-preview
Recent news / filings only
longbridge-news
Options for hedging event risk
longbridge-derivatives
Insider trades around events
longbridge-flows
用户询问内容跳转至
财报后分析
longbridge-earnings
财报前瞻
longbridge-earnings-preview
仅需近期新闻/公告
longbridge-news
对冲事件风险的期权工具
longbridge-derivatives
事件相关内幕交易
longbridge-flows

File layout

文件结构

longbridge-event-strategy/
└── SKILL.md
Prompt-only — no
scripts/
. Discover current CLI flags via
longbridge <subcommand> --help
.
longbridge-event-strategy/
└── SKILL.md
仅含提示信息——无
scripts/
目录。通过
longbridge <subcommand> --help
查看当前CLI参数。