mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
* Start tests rework * Cash balance on schema * Add reverse syncer * Reverse balance sync with holdings * Reverse holdings sync * Reverse holdings sync should work with only trade entries * Consolidate brokerage cash * Add forward sync option * Update new balance info after syncs * Intraday balance calculator and sync fixes * Show only balance for trade entries * Tests passing * Update Gemfile.lock * Cleanup, performance improvements * Remove account reloads for reliable sync outputs * Simplify valuation view logic * Special handling for Plaid cash holding
81 lines
1.4 KiB
YAML
81 lines
1.4 KiB
YAML
other_asset:
|
|
family: dylan_family
|
|
name: Collectable Account
|
|
balance: 550
|
|
currency: USD
|
|
accountable_type: OtherAsset
|
|
accountable: one
|
|
|
|
other_liability:
|
|
family: dylan_family
|
|
name: IOU (personal debt to friend)
|
|
balance: 200
|
|
currency: USD
|
|
accountable_type: OtherLiability
|
|
accountable: one
|
|
|
|
depository:
|
|
family: dylan_family
|
|
name: Checking Account
|
|
balance: 5000
|
|
currency: USD
|
|
accountable_type: Depository
|
|
accountable: one
|
|
|
|
connected:
|
|
family: dylan_family
|
|
name: Connected Account
|
|
balance: 5000
|
|
currency: USD
|
|
accountable_type: Depository
|
|
accountable: two
|
|
plaid_account: one
|
|
|
|
credit_card:
|
|
family: dylan_family
|
|
name: Credit Card
|
|
balance: 1000
|
|
currency: USD
|
|
accountable_type: CreditCard
|
|
accountable: one
|
|
|
|
investment:
|
|
family: dylan_family
|
|
name: Robinhood Brokerage Account
|
|
balance: 10000
|
|
cash_balance: 5000
|
|
currency: USD
|
|
accountable_type: Investment
|
|
accountable: one
|
|
|
|
loan:
|
|
family: dylan_family
|
|
name: Mortgage Loan
|
|
balance: 500000
|
|
currency: USD
|
|
accountable_type: Loan
|
|
accountable: one
|
|
|
|
property:
|
|
family: dylan_family
|
|
name: 123 Maybe Court
|
|
balance: 550000
|
|
currency: USD
|
|
accountable_type: Property
|
|
accountable: one
|
|
|
|
vehicle:
|
|
family: dylan_family
|
|
name: Honda Accord
|
|
balance: 18000
|
|
currency: USD
|
|
accountable_type: Vehicle
|
|
accountable: one
|
|
|
|
crypto:
|
|
family: dylan_family
|
|
name: Bitcoin
|
|
balance: 10000
|
|
currency: USD
|
|
accountable_type: Crypto
|
|
accountable: one
|