Portfolio Analysis

Total Invested: {{ total_invested }}

Total Value: {{ total_value }}

Net Profit/Loss: {{ net_profit_loss }}

Transaction History:

{% for transaction in transactions %} {% endfor %}
Transaction Type Quantity Price at Transaction Total Value Time of Transaction
{{ transaction.transaction_type }} {{ transaction.quantity }} {{ transaction.price_at_transaction }} {{ transaction.total_value }} {{ transaction.time_of_transaction }}