add_stock_transaction
Record BUY or SELL transactions for stock holdings to maintain accurate portfolio tracking and financial records.
Instructions
Add a new transaction to a stock holdind transaction_type: BUY or SELL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| holding_id | Yes | ||
| transaction_type | Yes | ||
| quantity | Yes | ||
| price_per_share | Yes | ||
| transaction_date | Yes | ||
| notes | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |