Refine reconciliation descriptions in documentation and tests for clarity on cash checks

This commit is contained in:
2026-06-21 15:11:14 +03:00
parent a067d5841d
commit c40724eae6
4 changed files with 26 additions and 22 deletions
+5 -4
View File
@@ -1306,10 +1306,11 @@ class TestHtmlReport:
)
assert "A ticker is the short code used by markets and brokers" in html
assert "realized_pl means realized profit or loss" in html
assert "Computed ending cash is the cash balance calculated from all cash operations" in html
assert "Broker 'Total' (cash) is the cash total reported by XTB" in html
assert "Difference shows computed cash minus broker-reported cash" in html
assert "Status tells you whether the reconciliation check passed" in html
assert "cash balance calculated by this report from deposits, withdrawals, trades" in html
assert "cash left in the account, not the value of your stocks or ETFs" in html
assert "Computed cash minus XTB cash" in html
assert "whether the cash check passed" in html
assert "This check makes sure the report read your cash movements correctly" in html
# ---------------------------------------------------------------------------