2024-02-27 12:43:49 -05:00
|
|
|
# Checking account transactions
|
|
|
|
checking_one:
|
|
|
|
name: Starbucks
|
|
|
|
date: <%= 5.days.ago.to_date %>
|
|
|
|
amount: 10
|
|
|
|
account: checking
|
|
|
|
|
|
|
|
checking_two:
|
|
|
|
name: Chipotle
|
|
|
|
date: <%= 12.days.ago.to_date %>
|
|
|
|
amount: 30
|
|
|
|
account: checking
|
|
|
|
|
|
|
|
checking_three:
|
|
|
|
name: Amazon
|
|
|
|
date: <%= 15.days.ago.to_date %>
|
|
|
|
amount: 20
|
|
|
|
account: checking
|
|
|
|
|
|
|
|
checking_four:
|
|
|
|
name: Paycheck
|
|
|
|
date: <%= 22.days.ago.to_date %>
|
|
|
|
amount: -1075
|
|
|
|
account: checking
|
|
|
|
|
|
|
|
checking_five:
|
|
|
|
name: Netflix
|
2024-02-29 08:32:52 -05:00
|
|
|
date: <%= 29.days.ago.to_date %>
|
2024-02-27 12:43:49 -05:00
|
|
|
amount: 15
|
|
|
|
account: checking
|
|
|
|
|
|
|
|
# Savings account that has these transactions and valuation overrides
|
|
|
|
savings_one:
|
|
|
|
name: Interest Received
|
|
|
|
date: <%= 5.days.ago.to_date %>
|
|
|
|
amount: -200
|
|
|
|
account: savings_with_valuation_overrides
|
|
|
|
|
|
|
|
savings_two:
|
|
|
|
name: Check Deposit
|
|
|
|
date: <%= 12.days.ago.to_date %>
|
|
|
|
amount: -50
|
|
|
|
account: savings_with_valuation_overrides
|
|
|
|
|
|
|
|
savings_three:
|
|
|
|
name: Withdrawal
|
|
|
|
date: <%= 18.days.ago.to_date %>
|
|
|
|
amount: 2000
|
|
|
|
account: savings_with_valuation_overrides
|
|
|
|
|
|
|
|
savings_four:
|
|
|
|
name: Check Deposit
|
2024-02-29 08:32:52 -05:00
|
|
|
date: <%= 29.days.ago.to_date %>
|
2024-02-27 12:43:49 -05:00
|
|
|
amount: -500
|
|
|
|
account: savings_with_valuation_overrides
|
2024-02-29 16:35:54 -05:00
|
|
|
|
|
|
|
# Credit card account transactions
|
|
|
|
credit_card_one:
|
|
|
|
name: Starbucks
|
|
|
|
date: <%= 5.days.ago.to_date %>
|
|
|
|
amount: 10
|
|
|
|
account: credit_card
|
|
|
|
|
|
|
|
credit_card_two:
|
|
|
|
name: Chipotle
|
|
|
|
date: <%= 12.days.ago.to_date %>
|
|
|
|
amount: 30
|
|
|
|
account: credit_card
|
|
|
|
|
|
|
|
credit_card_three:
|
|
|
|
name: Amazon
|
|
|
|
date: <%= 15.days.ago.to_date %>
|
|
|
|
amount: 20
|
|
|
|
account: credit_card
|
|
|
|
|
|
|
|
credit_card_four:
|
|
|
|
name: CC Payment
|
|
|
|
date: <%= 29.days.ago.to_date %>
|
|
|
|
amount: -100
|
|
|
|
account: credit_card
|