added new post 2022-12-12
This commit is contained in:
parent
6ffffca6bf
commit
efdd127331
|
@ -0,0 +1,30 @@
|
|||
Title: Personal Accounting
|
||||
Date: 2022-12-12
|
||||
Tags: Accounting
|
||||
Summary: Thoughts on Personal Accounting
|
||||
|
||||
I've been using [Gnucash](https://gnucash.org) since 2016 to create a full set of accounts for myself. It is a thing of beauty. Now that I have several years worth of transactions, it is really interesting to see how things have changed over time. I initially started out just trying to monitor cashflows. However, as time has now gone on, I have a much more comprehensive set of accounts. Creating a good set of accounts has made me think about a few different complex scenarios in personal accounting.
|
||||
|
||||
## Cash vs Profit
|
||||
I think that it is fair to say that most households probably think in terms of cashflow rather than profit. Profit is necessary in order to grow overall cash, but a profit and loss doesn't feel like it quite captures how one thinks about household finances.
|
||||
|
||||
For example, if you has a repayment mortgage there are usually monthly repayments. A portion of that value is interest and a portion is debt repayment. A profit and loss would only capture the interest portion of the payment, not the debt repayment. In terms of a mental model, I think that this would screw a lot of people up. If you were doing a periodic review, you'd also need to look at the balance sheet to show the reduction in debt.
|
||||
|
||||
Initially, I did not have the mortgage as a liability. So all mortgage payments were an expense on the profit and loss. Once I started to record the value of the mortgage, I posted interest payments to the mortgage expense nominal code. These two offset each other so I essentially had a cash view on the profit and loss. I've now corrected this and account for the mortgage payments correctly. But it does require thinking about.
|
||||
|
||||
## Pensions
|
||||
For me, because pension payments come out of your salary before you see it, it didn't feel that real. Combined with the feeling that a pension was a long way off, I didn't record the value of the pension pots on the balance sheet. I now do. It is interesting to follow the periodic movements of a pension and to see it as an asset. I would suspect that a lot of people misunderstand the size of the pension pot, and how the size required for a retirement.
|
||||
|
||||
Creating a proper balance sheet with pensions is going to make it a lot easier for me to track down pensions in the future. I suspect that many professionals of my generation and younger will end up with multiple pension pots from different providers.
|
||||
|
||||
## Reality
|
||||
Accounting tries to model reality. Profit is essentialy the revenue and expenses allocated to the period where the activity occurs. All of the accounting standards attempt to reconcile perceived reality with the legal status of documents and payments. Some assets and liabilities feel more real than others. Cash feels real, financial instruments don't.
|
||||
|
||||
Student loans don't get recalled and function more like a graduate tax, than a loan. Strictly speaking a student loan would appear as a liability much like a mortgage. However, I think that it would skew your balance sheet and not really add value. I suppose mortgages can feel like that. So long as you can manage the repayments, the banks don't really care.
|
||||
|
||||
Some of the accounting standards are monving away from cost and towards net present value (NPV) of future cashflows. Is this more real for households? It probably is. But it is mind-blowingly complex.
|
||||
|
||||
## Signing off
|
||||
Having a proper set of household accounts is very useful. Not the vanity of tracking "net-worth", but getting an accurate financial picture really helps with planning. It does throw some interesting thoughts over how closely you should follow GAAP. Accounting does seem to have ended up with a heavy business focus. Accounts are different for a business, they potentially live much longer than humans and have different goals for reporting finances.
|
||||
|
||||
At any rate, I think that it is worth the effort to create a solid set of personal accounts.
|
|
@ -71,6 +71,19 @@
|
|||
<div class="column col-12 bg-gray text-primary hero hero-sm">
|
||||
|
||||
<div class="columns">
|
||||
<div class="column col-3 col-md-6 col-sm-12 mt-2">
|
||||
<div class="card">
|
||||
|
||||
<div class="card-image hide-md">
|
||||
<!-- <img class="img-responsive" src="../images/"> -->
|
||||
</div>
|
||||
|
||||
<div class="card-body">
|
||||
<a href="./personal-accounting.html">Personal Accounting</a>
|
||||
<p><p>Thoughts on Personal Accounting</p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column col-3 col-md-6 col-sm-12 mt-2">
|
||||
<div class="card">
|
||||
|
||||
|
|
|
@ -1,5 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom"><title>Corax FM</title><link href="https://coraxfm.uk/" rel="alternate"></link><link href="https://coraxfm.uk/feed.rss" rel="self"></link><id>https://coraxfm.uk/</id><updated>2022-12-05T00:00:00+00:00</updated><entry><title>Exchange Rates in Netsuite</title><link href="https://coraxfm.uk/exchange-rates-in-netsuite.html" rel="alternate"></link><published>2022-12-05T00:00:00+00:00</published><updated>2022-12-05T00:00:00+00:00</updated><author><name>Tom Lee-Gough</name></author><id>tag:coraxfm.uk,2022-12-05:/exchange-rates-in-netsuite.html</id><summary type="html"><p>How do foreign currency translations work in Netsuite</p></summary><content type="html"><p>Netsuite is one of my favourite ERP programs for finance. It has great reporting, is relatively easy to use, and looks good too. Where I have found that it really excels is when it is the only finance system of a group of companies. It works really well consolidating results up to a group level. However, it can get a bit confusing how it translates currencies especially with consolidation.</p>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom"><title>Corax FM</title><link href="https://coraxfm.uk/" rel="alternate"></link><link href="https://coraxfm.uk/feed.rss" rel="self"></link><id>https://coraxfm.uk/</id><updated>2022-12-12T00:00:00+00:00</updated><entry><title>Personal Accounting</title><link href="https://coraxfm.uk/personal-accounting.html" rel="alternate"></link><published>2022-12-12T00:00:00+00:00</published><updated>2022-12-12T00:00:00+00:00</updated><author><name>Tom Lee-Gough</name></author><id>tag:coraxfm.uk,2022-12-12:/personal-accounting.html</id><summary type="html"><p>Thoughts on Personal Accounting</p></summary><content type="html"><p>I've been using <a href="https://gnucash.org">Gnucash</a> since 2016 to create a full set of accounts for myself. It is a thing of beauty. Now that I have several years worth of transactions, it is really interesting to see how things have changed over time. I initially started out just trying to monitor cashflows. However, as time has now gone on, I have a much more comprehensive set of accounts. Creating a good set of accounts has made me think about a few different complex scenarios in personal accounting.</p>
|
||||
<h2>Cash vs Profit</h2>
|
||||
<p>I think that it is fair to say that most households probably think in terms of cashflow rather than profit. Profit is necessary in order to grow overall cash, but a profit and loss doesn't feel like it quite captures how one thinks about household finances.</p>
|
||||
<p>For example, if you has a repayment mortgage there are usually monthly repayments. A portion of that value is interest and a portion is debt repayment. A profit and loss would only capture the interest portion of the payment, not the debt repayment. In terms of a mental model, I think that this would screw a lot of people up. If you were doing a periodic review, you'd also need to look at the balance sheet to show the reduction in debt.</p>
|
||||
<p>Initially, I did not have the mortgage as a liability. So all mortgage payments were an expense on the profit and loss. Once I started to record the value of the mortgage, I posted interest payments to the mortgage expense nominal code. These two offset each other so I essentially had a cash view on the profit and loss. I've now corrected this and account for the mortgage payments correctly. But it does require thinking about.</p>
|
||||
<h2>Pensions</h2>
|
||||
<p>For me, because pension payments come out of your salary before you see it, it didn't feel that real. Combined with the feeling that a pension was a long way off, I didn't record the value of the pension pots on the balance sheet. I now do. It is interesting to follow the periodic movements of a pension and to see it as an asset. I would suspect that a lot of people misunderstand the size of the pension pot, and how the size required for a retirement.</p>
|
||||
<p>Creating a proper balance sheet with pensions is going to make it a lot easier for me to track down pensions in the future. I suspect that many professionals of my generation and younger will end up with multiple pension pots from different providers.</p>
|
||||
<h2>Reality</h2>
|
||||
<p>Accounting tries to model reality. Profit is essentialy the revenue and expenses allocated to the period where the activity occurs. All of the accounting standards attempt to reconcile perceived reality with the legal status of documents and payments. Some assets and liabilities feel more real than others. Cash feels real, financial instruments don't.</p>
|
||||
<p>Student loans don't get recalled and function more like a graduate tax, than a loan. Strictly speaking a student loan would appear as a liability much like a mortgage. However, I think that it would skew your balance sheet and not really add value. I suppose mortgages can feel like that. So long as you can manage the repayments, the banks don't really care. </p>
|
||||
<p>Some of the accounting standards are monving away from cost and towards net present value (NPV) of future cashflows. Is this more real for households? It probably is. But it is mind-blowingly complex.</p>
|
||||
<h2>Signing off</h2>
|
||||
<p>Having a proper set of household accounts is very useful. Not the vanity of tracking "net-worth", but getting an accurate financial picture really helps with planning. It does throw some interesting thoughts over how closely you should follow GAAP. Accounting does seem to have ended up with a heavy business focus. Accounts are different for a business, they potentially live much longer than humans and have different goals for reporting finances.</p>
|
||||
<p>At any rate, I think that it is worth the effort to create a solid set of personal accounts.</p></content><category term="articles"></category><category term="Accounting"></category></entry><entry><title>Exchange Rates in Netsuite</title><link href="https://coraxfm.uk/exchange-rates-in-netsuite.html" rel="alternate"></link><published>2022-12-05T00:00:00+00:00</published><updated>2022-12-05T00:00:00+00:00</updated><author><name>Tom Lee-Gough</name></author><id>tag:coraxfm.uk,2022-12-05:/exchange-rates-in-netsuite.html</id><summary type="html"><p>How do foreign currency translations work in Netsuite</p></summary><content type="html"><p>Netsuite is one of my favourite ERP programs for finance. It has great reporting, is relatively easy to use, and looks good too. Where I have found that it really excels is when it is the only finance system of a group of companies. It works really well consolidating results up to a group level. However, it can get a bit confusing how it translates currencies especially with consolidation.</p>
|
||||
<p>Netsuite performs translations at two different stages: on the transaction and on consolidation. Netsuite holds a daily transaction rate, and three consolidated rate (current, average, historical).</p>
|
||||
<h2>Transactions</h2>
|
||||
<p>Each subsidiary has a reporting currency. Any foreign currency transaction is translated into the reporting currency on the date of the transaction. Balances get translated at the rate on last day of the reporting period.</p>
|
||||
|
|
|
@ -0,0 +1,153 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Corax FM - Personal Accounting</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../images/favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../images/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../images/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
|
||||
<link rel="stylesheet" href="./theme/css/fontawesome/css/all.min.css" />
|
||||
<link rel="stylesheet" href="./theme/css/spectre.min.css" />
|
||||
<link rel="stylesheet" href="./theme/css/style.css" />
|
||||
|
||||
<link href="https://coraxfm.uk/feed.rss" type="application/atom+xml" rel="alternate" title="Corax FM Full Atom Feed" />
|
||||
|
||||
|
||||
|
||||
<meta name="tags" content="Accounting" />
|
||||
|
||||
|
||||
<script src="https://swetrix.org/swetrix.js" defer></script>
|
||||
</head>
|
||||
|
||||
<body id="index">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<header class="navbar m-2">
|
||||
<section class="navbar-section">
|
||||
<a href="../" class="navbar-brand mr-2"><span class="text-primary text-large">Corax FM</span></a>
|
||||
</section>
|
||||
|
||||
<section class="navbar-section">
|
||||
<a class="btn btn-link bg-primary text-light hide-sm" href="mailto:info@coraxfm.uk">info@coraxfm.uk</a>
|
||||
<a class="btn btn-link" href="./pages/about.html">About</a>
|
||||
<a class="btn btn-link" href="./pages/services.html">Services</a>
|
||||
<a class="btn btn-link" href="./pages/software.html">Software</a>
|
||||
<a class="btn btn-link mr-2" href="../archives.html">Blog</a>
|
||||
<a class="btn btn-link bg-success text-light hide-sm" href="../">Get A Quote</a>
|
||||
</section>
|
||||
|
||||
<secion class="navbar-section show-sm">
|
||||
<a class="btn btn-link bg-primary text-light" href="mailto:info@coraxfm.uk">info@coraxfm.uk</a>
|
||||
<a class="btn btn-link bg-success text-light" href="../">Get A Quote</a>
|
||||
</secion>
|
||||
</header>
|
||||
|
||||
|
||||
<div class="page-content">
|
||||
|
||||
<div class="columns">
|
||||
<div class="column hero col-12 bg-primary text-light">
|
||||
<div class="columns">
|
||||
<div class="column col-8 col-lg-10 col-md-12 col-mx-auto">
|
||||
|
||||
<div class="columns">
|
||||
<div class="column col-12 text-center">
|
||||
<h1>Personal Accounting</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="columns">
|
||||
<div class="column col-12 bg-gray text-primary hero hero-sm">
|
||||
|
||||
<div class="column col-8 col-sm-10 col-mx-auto">
|
||||
<div class="columns">
|
||||
<div class="column col-12">
|
||||
<p>I've been using <a href="https://gnucash.org">Gnucash</a> since 2016 to create a full set of accounts for myself. It is a thing of beauty. Now that I have several years worth of transactions, it is really interesting to see how things have changed over time. I initially started out just trying to monitor cashflows. However, as time has now gone on, I have a much more comprehensive set of accounts. Creating a good set of accounts has made me think about a few different complex scenarios in personal accounting.</p>
|
||||
<h2>Cash vs Profit</h2>
|
||||
<p>I think that it is fair to say that most households probably think in terms of cashflow rather than profit. Profit is necessary in order to grow overall cash, but a profit and loss doesn't feel like it quite captures how one thinks about household finances.</p>
|
||||
<p>For example, if you has a repayment mortgage there are usually monthly repayments. A portion of that value is interest and a portion is debt repayment. A profit and loss would only capture the interest portion of the payment, not the debt repayment. In terms of a mental model, I think that this would screw a lot of people up. If you were doing a periodic review, you'd also need to look at the balance sheet to show the reduction in debt.</p>
|
||||
<p>Initially, I did not have the mortgage as a liability. So all mortgage payments were an expense on the profit and loss. Once I started to record the value of the mortgage, I posted interest payments to the mortgage expense nominal code. These two offset each other so I essentially had a cash view on the profit and loss. I've now corrected this and account for the mortgage payments correctly. But it does require thinking about.</p>
|
||||
<h2>Pensions</h2>
|
||||
<p>For me, because pension payments come out of your salary before you see it, it didn't feel that real. Combined with the feeling that a pension was a long way off, I didn't record the value of the pension pots on the balance sheet. I now do. It is interesting to follow the periodic movements of a pension and to see it as an asset. I would suspect that a lot of people misunderstand the size of the pension pot, and how the size required for a retirement.</p>
|
||||
<p>Creating a proper balance sheet with pensions is going to make it a lot easier for me to track down pensions in the future. I suspect that many professionals of my generation and younger will end up with multiple pension pots from different providers.</p>
|
||||
<h2>Reality</h2>
|
||||
<p>Accounting tries to model reality. Profit is essentialy the revenue and expenses allocated to the period where the activity occurs. All of the accounting standards attempt to reconcile perceived reality with the legal status of documents and payments. Some assets and liabilities feel more real than others. Cash feels real, financial instruments don't.</p>
|
||||
<p>Student loans don't get recalled and function more like a graduate tax, than a loan. Strictly speaking a student loan would appear as a liability much like a mortgage. However, I think that it would skew your balance sheet and not really add value. I suppose mortgages can feel like that. So long as you can manage the repayments, the banks don't really care. </p>
|
||||
<p>Some of the accounting standards are monving away from cost and towards net present value (NPV) of future cashflows. Is this more real for households? It probably is. But it is mind-blowingly complex.</p>
|
||||
<h2>Signing off</h2>
|
||||
<p>Having a proper set of household accounts is very useful. Not the vanity of tracking "net-worth", but getting an accurate financial picture really helps with planning. It does throw some interesting thoughts over how closely you should follow GAAP. Accounting does seem to have ended up with a heavy business focus. Accounts are different for a business, they potentially live much longer than humans and have different goals for reporting finances.</p>
|
||||
<p>At any rate, I think that it is worth the effort to create a solid set of personal accounts.</p>
|
||||
</div>
|
||||
|
||||
<div class="column col-12">
|
||||
<footer class="post-info text-left">
|
||||
<p>If you have any comments about this blog post, email me at <a href="mailto:info@coraxfm.uk">info@coraxfm.uk</a><p>
|
||||
<time class="published" datetime="2022-12-12T00:00:00+00:00">
|
||||
Mon 12 December 2022
|
||||
</time>
|
||||
<div class="tags">
|
||||
Tags:
|
||||
<a href="./tag/accounting.html">Accounting</a>
|
||||
</div>
|
||||
</footer><!-- /.post-info -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<footer class="hero hero-sm">
|
||||
<div class="">
|
||||
<a href="mailto:info@coraxfm.uk" class="btn btn-link">info@coraxfm.uk</a>
|
||||
<a href="https://www.cimaglobal.com/About-us/Find-a-CIMA-Accountant/Corax-FM-13911/" class="btn btn-link">CIMA</a>
|
||||
<a href="https://www.linkedin.com/company/coraxfm/" class="btn btn-link">LinkedIn</a>
|
||||
<a href="https://hermes.huginn.uk" class="btn btn-link">Hermes</a>
|
||||
<a href="https://cosearch.huginn.uk" class="btn btn-link">Cosearch</a>
|
||||
<a href="https://storyset.com/" class="btn btn-link">Storyset</a>
|
||||
<a href="#" class="btn btn-link">TOP</a>
|
||||
</div>
|
||||
|
||||
<!-- <p>© 2017 - 2021 Tom Lee-Gough</p> -->
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
// Initialising the script with the Project ID
|
||||
// you can find in the dashboard
|
||||
swetrix.init('tQ4Waqjms8ss')
|
||||
|
||||
// Tracking page views
|
||||
swetrix.trackViews()
|
||||
})
|
||||
</script>
|
||||
|
||||
<noscript>
|
||||
<!--
|
||||
Don't forget to change YOUR_PROJECT_ID in the link to your Project ID
|
||||
-->
|
||||
<img
|
||||
src="https://api.swetrix.com/log/noscript?pid=tQ4Waqjms8ss"
|
||||
alt=""
|
||||
referrerpolicy="no-referrer-when-downgrade"
|
||||
/>
|
||||
</noscript>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue