Basic account onboarding (#1328)

* Basic account onboarding

* Cleanup
This commit is contained in:
Zach Gollwitzer
2024-10-18 17:18:54 -04:00
committed by GitHub
parent e8e100e1d8
commit 263d65ea7e
24 changed files with 146 additions and 73 deletions

View File

@@ -5,6 +5,7 @@ other_asset:
currency: USD
accountable_type: OtherAsset
accountable: one
mode: balance
other_liability:
family: dylan_family
@@ -13,6 +14,7 @@ other_liability:
currency: USD
accountable_type: OtherLiability
accountable: one
mode: balance
depository:
family: dylan_family
@@ -22,6 +24,7 @@ depository:
accountable_type: Depository
accountable: one
institution: chase
mode: transactions
credit_card:
family: dylan_family
@@ -31,6 +34,7 @@ credit_card:
accountable_type: CreditCard
accountable: one
institution: chase
mode: transactions
investment:
family: dylan_family
@@ -39,6 +43,7 @@ investment:
currency: USD
accountable_type: Investment
accountable: one
mode: transactions
loan:
family: dylan_family
@@ -47,6 +52,7 @@ loan:
currency: USD
accountable_type: Loan
accountable: one
mode: transactions
property:
family: dylan_family
@@ -55,6 +61,7 @@ property:
currency: USD
accountable_type: Property
accountable: one
mode: transactions
vehicle:
family: dylan_family
@@ -63,3 +70,4 @@ vehicle:
currency: USD
accountable_type: Vehicle
accountable: one
mode: transactions