From 5e06adea3de97355a5d145b87f56b9c220cc795f Mon Sep 17 00:00:00 2001 From: gahusb Date: Tue, 24 Mar 2026 08:12:47 +0900 Subject: [PATCH] =?UTF-8?q?stock=20=EC=8B=A4=ED=98=84=EC=86=90=EC=9D=B5?= =?UTF-8?q?=EC=97=90=20=EC=84=B8=EA=B8=88=EB=9E=80=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stock-lab/app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stock-lab/app/main.py b/stock-lab/app/main.py index 5bd3653..20c9cda 100644 --- a/stock-lab/app/main.py +++ b/stock-lab/app/main.py @@ -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