mirror of
https://github.com/we-promise/sure.git
synced 2026-08-12 11:10:20 +00:00
* Display multi-currency holdings correctly * Implement IBKR provider * Fix: Use historical exchange rate for historical prices * Add brokerage exchange rate for trades * Sync historical balances from IBKR * Add logos in activity history * Fix privacy mode blur in account view * Improve IBKR XML Flex report parser errors
28 lines
664 B
YAML
28 lines
664 B
YAML
main_account:
|
|
ibkr_item: configured_item
|
|
name: Main IBKR
|
|
ibkr_account_id: U1234567
|
|
currency: CHF
|
|
current_balance: 3351.0
|
|
cash_balance: 1000.5
|
|
institution_metadata:
|
|
provider_name: Interactive Brokers
|
|
raw_holdings_payload: []
|
|
raw_activities_payload: {}
|
|
raw_cash_report_payload: []
|
|
report_date: 2026-05-08
|
|
|
|
secondary_account:
|
|
ibkr_item: configured_item
|
|
name: Retirement IBKR
|
|
ibkr_account_id: U7654321
|
|
currency: USD
|
|
current_balance: 250
|
|
cash_balance: 250
|
|
institution_metadata:
|
|
provider_name: Interactive Brokers
|
|
raw_holdings_payload: []
|
|
raw_activities_payload: {}
|
|
raw_cash_report_payload: []
|
|
report_date: 2026-05-08
|