2024-02-29 08:32:52 -05:00
|
|
|
# For collectable account that only has valuations (no transactions)
|
|
|
|
collectable_one:
|
2024-02-27 12:43:49 -05:00
|
|
|
value: 550
|
|
|
|
date: <%= 4.days.ago.to_date %>
|
2024-02-29 08:32:52 -05:00
|
|
|
account: collectable
|
2024-02-20 09:07:55 -05:00
|
|
|
|
2024-02-29 08:32:52 -05:00
|
|
|
collectable_two:
|
2024-02-27 12:43:49 -05:00
|
|
|
value: 700
|
|
|
|
date: <%= 12.days.ago.to_date %>
|
2024-02-29 08:32:52 -05:00
|
|
|
account: collectable
|
2024-02-20 09:07:55 -05:00
|
|
|
|
2024-02-29 08:32:52 -05:00
|
|
|
collectable_three:
|
2024-02-27 12:43:49 -05:00
|
|
|
value: 400
|
2024-06-19 06:52:08 -04:00
|
|
|
date: <%= 31.days.ago.to_date %>
|
2024-02-29 08:32:52 -05:00
|
|
|
account: collectable
|
2024-02-27 12:43:49 -05:00
|
|
|
|
2024-06-19 06:52:08 -04:00
|
|
|
iou_one:
|
|
|
|
value: 200
|
|
|
|
date: <%= 31.days.ago.to_date %>
|
|
|
|
account: iou
|
2024-02-27 12:43:49 -05:00
|
|
|
|
2024-06-19 06:52:08 -04:00
|
|
|
multi_currency_one:
|
|
|
|
value: 10200
|
|
|
|
date: <%= 31.days.ago.to_date %>
|
|
|
|
account: multi_currency
|
|
|
|
|
|
|
|
savings_one:
|
2024-02-27 12:43:49 -05:00
|
|
|
value: 19500
|
|
|
|
date: <%= 12.days.ago.to_date %>
|
2024-06-19 06:52:08 -04:00
|
|
|
account: savings
|
2024-02-29 08:32:52 -05:00
|
|
|
|
2024-06-19 06:52:08 -04:00
|
|
|
savings_two:
|
2024-02-29 08:32:52 -05:00
|
|
|
value: 21000
|
|
|
|
date: <%= 25.days.ago.to_date %>
|
2024-06-19 06:52:08 -04:00
|
|
|
account: savings
|
|
|
|
|
|
|
|
brokerage_one:
|
|
|
|
value: 10000
|
|
|
|
date: <%= 31.days.ago.to_date %>
|
|
|
|
account: brokerage
|
|
|
|
|
|
|
|
mortgage_loan_one:
|
|
|
|
value: 500000
|
|
|
|
date: <%= 31.days.ago.to_date %>
|
|
|
|
account: mortgage_loan
|
|
|
|
|
|
|
|
house_one:
|
|
|
|
value: 550000
|
|
|
|
date: <%= 31.days.ago.to_date %>
|
|
|
|
account: house
|
|
|
|
|
|
|
|
car_one:
|
|
|
|
value: 18000
|
|
|
|
date: <%= 31.days.ago.to_date %>
|
|
|
|
account: car
|