2024-02-27 12:43:49 -05:00
|
|
|
# No transactions, no valuations, just a generic account
|
|
|
|
generic:
|
2024-02-03 13:07:23 -06:00
|
|
|
family: dylan_family
|
2024-02-27 12:43:49 -05:00
|
|
|
name: No history, generic account
|
|
|
|
balance: 1200
|
2024-02-02 09:05:04 -06:00
|
|
|
|
2024-02-27 12:43:49 -05:00
|
|
|
# Account with only valuations
|
|
|
|
collectible:
|
2024-02-03 13:07:23 -06:00
|
|
|
family: dylan_family
|
2024-02-27 12:43:49 -05:00
|
|
|
name: Collectible Account
|
|
|
|
balance: 500
|
2024-02-02 09:05:04 -06:00
|
|
|
|
2024-02-27 12:43:49 -05: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
|