Files
sure/test/fixtures/accounts.yml
Zach Gollwitzer 263d65ea7e Basic account onboarding (#1328)
* Basic account onboarding

* Cleanup
2024-10-18 17:18:54 -04:00

74 lines
1.3 KiB
YAML

other_asset:
family: dylan_family
name: Collectable Account
balance: 550
currency: USD
accountable_type: OtherAsset
accountable: one
mode: balance
other_liability:
family: dylan_family
name: IOU (personal debt to friend)
balance: 200
currency: USD
accountable_type: OtherLiability
accountable: one
mode: balance
depository:
family: dylan_family
name: Checking Account
balance: 5000
currency: USD
accountable_type: Depository
accountable: one
institution: chase
mode: transactions
credit_card:
family: dylan_family
name: Credit Card
balance: 1000
currency: USD
accountable_type: CreditCard
accountable: one
institution: chase
mode: transactions
investment:
family: dylan_family
name: Robinhood Brokerage Account
balance: 10000
currency: USD
accountable_type: Investment
accountable: one
mode: transactions
loan:
family: dylan_family
name: Mortgage Loan
balance: 500000
currency: USD
accountable_type: Loan
accountable: one
mode: transactions
property:
family: dylan_family
name: 123 Maybe Court
balance: 550000
currency: USD
accountable_type: Property
accountable: one
mode: transactions
vehicle:
family: dylan_family
name: Honda Accord
balance: 18000
currency: USD
accountable_type: Vehicle
accountable: one
mode: transactions