From 1a5b2ab3b04dd8b5161862172767d53335eb3efd Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 29 Sep 2020 10:15:03 +0100 Subject: Add step to my finances playbook This is a helpful reminder to ensure that the exchange rate is always fresh. Ideally I could use Google Sheets formulae to take a snapshot of the GBP:USD exchange rate *at a point in time*, but I haven't set that up yet. Maybe it'd look something like: ```pseudocode =GOOGLEFINANCE("GBP:USD", "September 1, 2020") ``` I'll have to look into this. --- playbooks/finances.org | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/finances.org b/playbooks/finances.org index 629d6771b4..573107f6f6 100644 --- a/playbooks/finances.org +++ b/playbooks/finances.org @@ -3,6 +3,7 @@ ** Ensure Emergency fund is has a balance of $1000 ** Open "finances_2020" Google Sheet ** Settle up with Mimi on TransferWise +** Adjust GBP:USD exchange rate ** Adjust "Stocks (after tax)" to reflect amount Google sent ** Add remaining cash to "Carryover (cash)" ** Adjust "Paycheck" to reflect amount Google sent -- cgit 1.4.1