We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b1c1d commit b84876cCopy full SHA for b84876c
reports.py
@@ -32,7 +32,7 @@ def _account_summary() -> str:
32
positions_str = ""
33
for sector, attributes in positions.items():
34
positions_str += (
35
- f"{sector} is "
+ f"- {sector} is "
36
f"{'up $' if attributes['Unrealized Profit'] > 0 else 'down -$'}"
37
f"{abs(attributes['Unrealized Profit']):,.2f} in total, with a market value of "
38
f"${attributes['Market Value']:,.2f}.\n"
0 commit comments