1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-07 14:35:23 +02:00
Maybe/test/fixtures/valuations.yml

27 lines
611 B
YAML
Raw Normal View History

# For collectible account that only has valuations (no transactions)
collectible_one:
value: 550
date: <%= 4.days.ago.to_date %>
account: collectible
collectible_two:
value: 700
date: <%= 12.days.ago.to_date %>
account: collectible
collectible_three:
value: 400
date: <%= 30.days.ago.to_date %>
account: collectible
# For checking account that has valuations and transactions
savings_one:
value: 20500
date: <%= 3.days.ago.to_date %>
account: savings_with_valuation_overrides
savings_two:
value: 19500
date: <%= 12.days.ago.to_date %>
account: savings_with_valuation_overrides