2024-02-27 12:43:49 -05:00
|
|
|
# Account with only valuations
|
2024-02-29 08:32:52 -05:00
|
|
|
collectable:
|
2024-02-03 13:07:23 -06:00
|
|
|
family: dylan_family
|
2024-02-29 08:32:52 -05:00
|
|
|
name: Collectable Account
|
|
|
|
balance: 550
|
2024-03-04 08:31:22 -05:00
|
|
|
accountable_type: Account::OtherAsset
|
2024-03-06 09:56:59 -05:00
|
|
|
accountable_id: "123e4567-e89b-12d3-a456-426614174002"
|
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
|
2024-03-04 08:31:22 -05:00
|
|
|
accountable_type: Account::Depository
|
2024-03-06 09:56:59 -05:00
|
|
|
accountable_id: "123e4567-e89b-12d3-a456-426614174000"
|
2024-02-27 12:43:49 -05:00
|
|
|
|
|
|
|
# Account with both transactions and valuations
|
|
|
|
savings_with_valuation_overrides:
|
|
|
|
family: dylan_family
|
|
|
|
name: Savings account with valuation overrides
|
|
|
|
balance: 20000
|
2024-03-04 08:31:22 -05:00
|
|
|
accountable_type: Account::Depository
|
2024-03-06 09:56:59 -05:00
|
|
|
accountable_id: "123e4567-e89b-12d3-a456-426614174001"
|
2024-02-29 16:35:54 -05:00
|
|
|
|
|
|
|
# Liability account
|
|
|
|
credit_card:
|
|
|
|
family: dylan_family
|
|
|
|
name: Credit Card
|
|
|
|
balance: 1000
|
2024-03-04 08:31:22 -05:00
|
|
|
accountable_type: Account::Credit
|
2024-03-06 09:56:59 -05:00
|
|
|
accountable_id: "123e4567-e89b-12d3-a456-426614174003"
|