mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
* Add sync model * Fresh fixtures for sync tests * Sync tests overhaul * Fix entry tests * Complete remaining model test updates * Update system tests * Update demo data task * Add system tests back to PR checks * More simplifications, add empty family to fixtures for easier testing
61 lines
1.1 KiB
YAML
61 lines
1.1 KiB
YAML
other_asset:
|
|
family: dylan_family
|
|
name: Collectable Account
|
|
balance: 550
|
|
accountable_type: OtherAsset
|
|
accountable: one
|
|
|
|
other_liability:
|
|
family: dylan_family
|
|
name: IOU (personal debt to friend)
|
|
balance: 200
|
|
accountable_type: OtherLiability
|
|
accountable: one
|
|
|
|
depository:
|
|
family: dylan_family
|
|
name: Checking Account
|
|
balance: 5000
|
|
accountable_type: Depository
|
|
accountable: one
|
|
institution: chase
|
|
|
|
credit_card:
|
|
family: dylan_family
|
|
name: Credit Card
|
|
balance: 1000
|
|
accountable_type: CreditCard
|
|
accountable: one
|
|
institution: chase
|
|
|
|
investment:
|
|
family: dylan_family
|
|
name: Robinhood Brokerage Account
|
|
currency: USD
|
|
balance: 10000
|
|
accountable_type: Investment
|
|
accountable: one
|
|
|
|
loan:
|
|
family: dylan_family
|
|
name: Mortgage Loan
|
|
currency: USD
|
|
balance: 500000
|
|
accountable_type: Loan
|
|
accountable: one
|
|
|
|
property:
|
|
family: dylan_family
|
|
name: 123 Maybe Court
|
|
currency: USD
|
|
balance: 550000
|
|
accountable_type: Property
|
|
accountable: one
|
|
|
|
vehicle:
|
|
family: dylan_family
|
|
name: Honda Accord
|
|
currency: USD
|
|
balance: 18000
|
|
accountable_type: Vehicle
|
|
accountable: one
|