upsert_thesis
Create or update an investment thesis for a stock, including hypothesis, key price levels, risk conditions, and review dates. Overwrites existing thesis for the same stock and market.
Instructions
新增或更新單檔股票的投資論點。同一 (stockId, market) 只能有一筆,重覆呼叫會覆寫。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stockId | Yes | 股票代號 | |
| market | Yes | TW 或 US | |
| hypothesis | No | 主要投資假設文字 | |
| key_levels | No | 關鍵價位 {entry, target, stopLoss} | |
| risk_conditions | No | 失效條件文字 | |
| watch_points | No | 需要追蹤的觀察點 | |
| next_review_date | No | 下次檢查日期 YYYY-MM-DD | |
| tags | No | 分類標籤陣列 |