Files
sure/test/fixtures/accounts.yml
Zach Gollwitzer a947db92b2 Account namespace updates: part 1 (#893)
* Rename accountable types

* Merge conflicts

* Fix broken tests

* Add back sidebar changes
2024-06-20 07:26:25 -04:00

89 lines
1.9 KiB
YAML

collectable:
family: dylan_family
name: Collectable Account
balance: 550
accountable_type: OtherAsset
accountable: other_asset_collectable
iou:
family: dylan_family
name: IOU (personal debt to friend)
balance: 200
accountable_type: OtherLiability
accountable: other_liability_iou
checking:
family: dylan_family
name: Checking Account
balance: 5000
accountable_type: Depository
accountable: depository_checking
institution: chase
savings:
family: dylan_family
name: Savings account with valuation overrides
balance: 19700
accountable_type: Depository
accountable: depository_savings
institution: chase
credit_card:
family: dylan_family
name: Credit Card
balance: 1000
accountable_type: CreditCard
accountable: credit_one
institution: chase
eur_checking:
family: dylan_family
name: Euro Checking Account
currency: EUR
balance: 12000
accountable_type: Depository
accountable: depository_eur_checking
institution: revolut
# Multi-currency account (e.g. Wise, Revolut, etc.)
multi_currency:
family: dylan_family
name: Multi Currency Account
currency: USD # multi-currency accounts still have a "primary" currency
balance: 9467
accountable_type: Depository
accountable: depository_multi_currency
institution: revolut
brokerage:
family: dylan_family
name: Robinhood Brokerage Account
currency: USD
balance: 10000
accountable_type: Investment
accountable: investment_brokerage
mortgage_loan:
family: dylan_family
name: Mortgage Loan
currency: USD
balance: 500000
accountable_type: Loan
accountable: loan_mortgage
house:
family: dylan_family
name: 123 Maybe Court
currency: USD
balance: 550000
accountable_type: Property
accountable: property_house
car:
family: dylan_family
name: Honda Accord
currency: USD
balance: 18000
accountable_type: Vehicle
accountable: vehicle_honda_accord