1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 20:15:22 +02:00
Maybe/test/fixtures/accounts.yml

24 lines
532 B
YAML
Raw Normal View History

# No transactions, no valuations, just a generic account
generic:
family: dylan_family
name: No history, generic account
balance: 1200
2024-02-02 09:05:04 -06:00
# Account with only valuations
collectible:
family: dylan_family
name: Collectible Account
balance: 500
2024-02-02 09:05:04 -06:00
# Account with only transactions
checking:
family: dylan_family
name: Checking Account
balance: 5000
# Account with both transactions and valuations
savings_with_valuation_overrides:
family: dylan_family
name: Savings account with valuation overrides
balance: 20000