stock 실현손익에 세금란 추가
This commit is contained in:
@@ -371,6 +371,7 @@ class SellHistoryRequest(BaseModel):
|
|||||||
quantity: int
|
quantity: int
|
||||||
avg_price: float
|
avg_price: float
|
||||||
sell_price: float
|
sell_price: float
|
||||||
|
commission: float = 0
|
||||||
buy_amount: float
|
buy_amount: float
|
||||||
sell_amount: float
|
sell_amount: float
|
||||||
realized_profit: float
|
realized_profit: float
|
||||||
|
|||||||
Reference in New Issue
Block a user