From d61979a62c3cd5fcd2d78746747af5a729837336 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 22 Sep 2025 09:24:56 -0400 Subject: [PATCH] Added full portfolio to bottom of list --- HedgeAnalyzer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/HedgeAnalyzer.py b/HedgeAnalyzer.py index 1e7f5f9..d84277c 100755 --- a/HedgeAnalyzer.py +++ b/HedgeAnalyzer.py @@ -158,6 +158,7 @@ summary = f""" {df_to_html(additions, ['nameOfIssuer', 'ticker', 'shrsOrPrnAmt', 'value_formatted'], 'Additions')} {df_to_html(removals, ['nameOfIssuer', 'ticker', 'shrsOrPrnAmt', 'value_formatted'], 'Removals')} {df_to_html(changes, ['nameOfIssuer_new', 'ticker_new', 'share_change'], 'Changes')} +{df_to_html(latest_df, ['nameOfIssuer', 'ticker', 'shrsOrPrnAmt', 'value_formatted'], 'Current Portfolio')} """