جان پہچان کرنا
## Excel Spreadsheet for Tracking Stock & Options Investments:
**This spreadsheet provides a basic framework for tracking your stock and options investments. You can adjust it to fit your specific needs.**
**Sheet 1: Trades**
| **Date** | **Symbol** | **Type** | **Quantity** | **Price** | **Total Cost** | **Fees** | **Net Cost** |
|---|---|---|---|---|---|---|---|
| 01/01/2023 | AAPL | Buy Stock | 100 | $150 | $15,000 | $10 | $15,010 |
| 01/10/2023 | AAPL | Sell Stock | 50 | $160 | $8,000 | $10 | $7,990 |
| 02/01/2023 | TSLA | Buy Call Option | 5 | $10 | $50 | $5 | $55 |
| 02/15/2023 | TSLA | Sell Call Option | 5 | $15 | $75 | $5 | $70 |
**Formulas:**
* **Total Cost:** `Quantity * Price`
* **Net Cost:** `Total Cost + Fees`
**Sheet 2: Portfolio**
| **Symbol** | **Quantity** | **Average Cost** | **Current Price** | **Market Value** | **Profit/Loss** |
|---|---|---|---|---|---|
| AAPL | 50 | $150.20 | $170 | $8,500 | $1,990 |
| TSLA | 0 | $10 | $200 | $0 | $0 |
**Formulas:**
* **Quantity:** Use `SUMIFS` function to calculate the net quantity of each symbol based on the "Type" column in the "Trades" sheet. For example, for AAPL: `=SUMIFS(Trades!Quantity, Trades!Symbol, "AAPL", Trades!Type, "Buy Stock") - SUMIFS(Trades!Quantity, Trades!Symbol, "AAPL", Trades!Type, "Sell Stock")`
* **Average Cost:** Use `AVERAGEIFS` function to calculate the average cost based on the "Type" column in the "Trades" sheet.
* **Market Value:** `Quantity * Current Price`
* **Profit/Loss:** `Market Value - (Quantity * Average Cost)`
**Sheet 3: Risk & Return**
| **Date** | **Total Value** | **Daily Return** | **Cumulative Return** | **Maximum Drawdown** |
|---|---|---|---|---|
| 01/01/2023 | $15,010 | 0% | 0% | 0% |
| 01/10/2023 | $15,990 | 6.53% | 6.53% | 0% |
| 02/01/2023 | $16,045 | 0.34% | 6.88% | 0% |
**Formulas:**
* **Total Value:** Sum of the "Market Value" for all symbols in the "Portfolio" sheet.
* **Daily Return:** `(Total Value - Previous Day Total Value) / Previous Day Total Value`
* **Cumulative Return:** Use the `PRODUCT` function to calculate the cumulative return. For example, for 02/01/2023: `=PRODUCT(1+Daily Return (01/01/2023):Daily Return (02/01/2023)) - 1`
* **Maximum Drawdown:** Use the `MAX` function to calculate the maximum drawdown. You can find the maximum drawdown using `MAX((Total Value - Previous Day Total Value) / Previous Day Total Value)`.
**Additional Features:**
* **Option Expiry Dates:** Add a column to track the expiry date for your options.
* **Strike Prices:** Add a column to track the strike prices of your options.
* **Option Premium:** Add a column to track the premium paid for your options.
* **Profit/Loss (Options):** Add a separate column to calculate profit/loss for your options.
**Disclaimer:**
* This spreadsheet is for illustrative purposes only and should not be considered professional financial advice.
* You should consult with a qualified financial advisor before making any investment decisions.
* The formulas provided are basic and may need to be adjusted based on your specific investment strategies and risk tolerance.
**Next Steps:**
1. **Customize the Spreadsheet:** Modify the spreadsheet to reflect your specific investments, investment strategies, and risk tolerance.
2. **Add Additional Data:** Add columns for other relevant data points, such as dividend payments or other relevant financial information.
3. **Create Charts and Graphs:** Create charts and graphs to visualize your investment performance and risk over time.
By following these steps, you can create a comprehensive and personalized spreadsheet to track your stock and options investments.
Best regards,
Giáp Văn Hưng