Added full portfolio to bottom of list

This commit is contained in:
2025-09-22 09:24:56 -04:00
parent ddeb46d825
commit d61979a62c

View File

@@ -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')}
</body>
</html>
"""