stock 실현손익에 세금란 추가

This commit is contained in:
2026-03-24 08:12:47 +09:00
parent e6df50bbb1
commit 5e06adea3d

View File

@@ -371,6 +371,7 @@ class SellHistoryRequest(BaseModel):
quantity: int
avg_price: float
sell_price: float
commission: float = 0
buy_amount: float
sell_amount: float
realized_profit: float