Read risk events
risk_read事件與市場結構風險:隱含波動率、注意處置、裁罰訴訟、放空限制、因子。
★ ⚠️ **部位集中度與回撤不在這裡** —— 那是 `risk_assess` 的職責。重算一份會產生
第二個答案,而兩個都帶著我們的名字。
★ `checked_and_clear` 是「查過而且確認沒有」(例如近一年無裁罰),和
`cannot_see` 的「不知道」是兩回事。
★ 事實整理,不是投資建議、不是預測。輸出帶 `does_not_prove`。
★ Args:`ticker`(例如 "2330")、`as_of`(選填)。
★ Returns:誠實信封;事件風險 listed in `concerns`,查過確認沒有的
listed in `checked_and_clear`。
★ PRECONDITIONS:自己取數;requires 一個已識別的 session。
★ SIDE EFFECTS:read-only,does not 寫入。Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | No | ||
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||