公司行動事件
接收公司行動事件通知,包括:
- 標識符變更(代碼、CUSIP、ISIN 變更)
- 股息(現金股息、股票股息)
- 股票拆分和反向拆分
- 併購
- 供股
- 其他公司行動事件
公司行動事件
當公司行動公告或更新時觸發此事件。
- CA Event
事件結構
{
"id": "event_c4b2c210-ce32-41d4-a9a1-cfad4fdf191c",
"event_type": "INSTRUMENT",
"position": "CJO1fxACGAAgADAB",
"timestamp": "2025-03-29T07:02:33.200Z",
"payload": {
"event_id": "925299289_1569116747",
"event_type": "DIVIDEND",
"event_version": "1768542619139",
"instrument_id": "925299289",
"category": "US_STOCK",
"record_date": "2026-01-14",
"ex_date": "2026-01-13",
"payment_date": "2026-01-15",
"final_pay_date": "2026-01-15",
"country_code": "US",
"listing_country_of_code": "US",
"issuer_country_code": "CA",
"from": {
"symbol": "AFRRF",
"cusip": "00111F102",
"isin": "CA00111F1027",
"name": "AFR NUVENTURE RESOURCES INC",
"exchange": "PSGM"
},
"to": [
{
"option_number": "2",
"description": "Cash",
"default_option_flag": "true",
"payouts": [
{
"type": "DV",
"pay_type": "CASH",
"payout_number": 1,
"adr_fee_rate": "0.003",
"fraction_share_rule": "NONE",
"cancellation_fee": "0",
"issuance_fee": "0",
"currency": "USD",
"amount": "0.176885",
"withholding_tax_rate": "0.011"
}
]
}
],
"biz_type": "CA_EVENT"
}
}
響應欄位
| 欄位 | 類型 | 描述 |
|---|---|---|
id | string | 唯一事件標識符 |
position | string | 游標用於事件重播;重新推送當前業務類型後續事件。 |
event_type | string | 事件類型,固定為 INSTRUMENT |
event_version | string | 事件版本號,隨更新遞增。數字越大代表越新的版本 |
timestamp | string | 事件時間戳,ISO 8601 格式 |
payload | object | 事件負載數據 |
Payload 欄位
| 欄位 | 類型 | 描述 |
|---|---|---|
eventId | string | 唯一公司行動事件標識符 |
event_type | string | 公司行動類型(例如 IDENTIFIER_CHANGE、DIVIDEND、SPLIT) |
event_version | string | 事件版本號,隨更新遞增。數字越大代表越新的版本 |
instrument_id | string | 受公司行動影響的標的標識符 |
category | string | 標的類別(例如 US_STOCK) |
record_date | string | 公司行動的登記日期 |
ex_date | string | 除息日或除權日 |
payment_date | string | 付款日期 |
final_pay_date | string | 最終付款日期 |
country_code | string | 國家代碼 |
listing_country_of_code | string | 上市國家代碼 |
issuer_country_code | string | 發行人國家代碼 |
from | object | 原始標的信息 |
to | array | 目標付款選項(可能存在多個選項) |
biz_type | string | 業務類型,固定為 CA_EVENT |
From 對象欄位
| 欄位 | 類型 | 描述 |
|---|---|---|
symbol | string | 原始標的代碼 |
cusip | string | 原始 CUSIP 標識符 |
isin | string | 原始 ISIN 標識符 |
name | string | 原始標的名稱 |
exchange | string | 原始交易所代碼 |
To 陣列 - 選項欄位
每個選項代表股東可選擇的付款方式:
| 欄位 | 類型 | 描述 |
|---|---|---|
option_number | string | 選項編號標識符 |
description | string | 選項描述 |
default_option_flag | string | 是否為預設選項:1(是)/ 0(否) |
payouts | array | 此選項的付款詳情陣列 |
資訊
- 可能存在多個付款選項,其中一個標記為預設選項
- 目前,事件中僅提供預設選項
Payout 欄位
每個 payout 代表選項內的特定付款類型。單個選項可能包含多個 payout(例如現金 + 證券)。
通用欄位(所有付款類型)
這些欄位適用於所有付款類型(CASH、SECURITY、SCRIP):
| 欄位 | 類型 | 描述 |
|---|---|---|
type | string | 付款類別代碼(例如 DV、FR、IN) |
pay_type | string | 付款類型:CASH、SECURITY 或 SCRIP |
payout_number | string | 選項內的付款編號 |
adr_fee_rate | string | ADR 費率 |
fraction_share_rule | string | 碎股處理方式:ROUND_DOWN、ROUND_UP、CASH_IN_LIEU |
cancellation_fee | string | 取消費率 |
issuance_fee | string | 發行費率 |
tax_status | string | IRS 收入類型代碼 |
現金付款特定欄位(pay_type:CASH)
現金付款的額外欄位:
| 欄位 | 類型 | 描述 |
|---|---|---|
currency | string | 付款幣別 |
amount | string | 每股付款金額 |
withholding_tax_rate | string | 預扣稅率 |
證券/SCRIP 通用欄位(pay_type:SECURITY 或 SCRIP)
這些欄位由證券和 SCRIP 付款共享:
| 欄位 | 類型 | 描述 |
|---|---|---|
symbol | string | 付款標的代碼 |
cusip | string | 付款標的 CUSIP |
isin | string | 付款標的 ISIN |
name | string | 付款標的名稱 |
exchange | string | 付款標的交易所 |
from_ratio | string | 原始股份比率 |
to_ratio | string | 目標股份比率 |
cash_in_lieu_price | string | 碎股的現金替代價格 |
currency | string | 付款幣別 |
證券付款特定欄位(pay_type:SECURITY)
除通用證券/SCRIP 欄位外,沒有額外的證券特定欄位。
SCRIP 付款特定欄位(pay_type:SCRIP)
SCRIP 股息(股息再投資)主要適用於港股。
| 欄位 | 類型 | 描述 |
|---|---|---|
reinvest_price | string | 每股再投資價格 |
amount | string | 每股付款金額 |
Payout 類型範例
範例 1:現金股息
{
"type": "DV",
"pay_type": "CASH",
"payout_number": "1",
"currency": "USD",
"amount": "0.25",
"withholding_tax_rate": "0.15"
}
範例 2:股票股息(10 股 → 1 股)
{
"type": "DV",
"pay_type": "SECURITY",
"payout_number": "1",
"symbol": "AAPL",
"from_ratio": "10",
"to_ratio": "1",
"fraction_share_rule": "CASH_IN_LIEU",
"cash_in_lieu_price": "150.00"
}
範例 3:SCRIP 股息(再投資)
{
"type": "DV",
"pay_type": "SCRIP",
"payout_number": "1",
"symbol": "0700.HK",
"reinvest_price": "350.00",
"from_ratio": "1",
"to_ratio": "1"
}
範例 4:混合付款(現金 + 證券)
一個選項可能包含多個 payout:
{
"option_number": "1",
"description": "Cash and Stock",
"default_option_flag": "1",
"payouts": [
{
"type": "DV",
"pay_type": "CASH",
"payout_number": "1",
"currency": "USD",
"amount": "0.10"
},
{
"type": "DV",
"pay_type": "SECURITY",
"payout_number": "2",
"symbol": "AAPL",
"from_ratio": "20",
"to_ratio": "1"
}
]
}
使用場景
監聽此事件可用於:
- 公司行動追蹤:監控影響持倉的所有公司行動
- 股息處理:自動處理股息付款和再投資
- 持倉調整:根據股票拆分、併購或轉換更新持倉
- 客戶通知:提醒客戶注意需要採取行動的即將到來的公司行動
- 稅務報告:追蹤預扣稅和應稅事件以進行報告
- 代碼變更:當代碼、CUSIP 或 ISIN 變更時更新標的標識符