lezzo.org/blog/memefinance.html

326 lines
18 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2021-12-11 Sat 18:43 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>&lrm;</title>
<meta name="generator" content="Org mode" />
<meta name="author" content="user" />
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #ccc;
box-shadow: 3px 3px 3px #eee;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: auto;
padding-top: 1.2em;
}
pre.src:before {
display: none;
position: absolute;
background-color: white;
top: -10px;
right: 10px;
padding: 3px;
border: 1px solid black;
}
pre.src:hover:before { display: inline; margin-top: 14px;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { width: 90%; }
/*]]>*/-->
</style>
<script type="text/javascript">
// @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.classList.add("code-highlighted");
target.classList.add("code-highlighted");
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.classList.remove("code-highlighted");
target.classList.remove("code-highlighted");
}
}
/*]]>*///-->
// @license-end
</script>
</head>
<body>
<div id="content">
<p>
Drip Feed Savings Accounts:
</p>
<p>
<a href="https://www.moneysavingexpert.com/savings/best-regular-savings-accounts/">https://www.moneysavingexpert.com/savings/best-regular-savings-accounts/</a>
</p>
<p>
Bank Accounts where you have to drip feed can give you upto 3% but it can be a faff and you normally have some strings attached (not costly ones but things like having your current account with them as well), this guide gives a decent overview, though its a little bit about how much effort you can be bothered with. To be fair they are usually pretty easy to setup and its just a monthly reminder to switch some money across, but you need to pick one that gives you decent interest on a decent-enough sized monthly deposit. £50 per month is just way too little to be faffing around with.
</p>
<p>
Non Drip Feed Savings Accounts:
</p>
<p>
Best Savings Account (read the whole article yes some of these banks are not banks youve heard of before but thats why they are offering higher interest, because they are not as well known brands so need to be more aggressive in what interest they offer to get people to bank with them. 85k is protected by the financial regulator in the (highly unlikely) event that they go bust, so you should not be at all worried to deposit say 20k-40k with them and let that earn 1% interest over the course of a year:
</p>
<p>
<a href="https://www.moneysavingexpert.com/savings/savings-accounts-best-interest/">https://www.moneysavingexpert.com/savings/savings-accounts-best-interest/</a>
</p>
<p>
Stocks and Shares ISA
</p>
<p>
Again nothing too crazy about this. This is the main platform through which you should invest in shares. I personally avoid managed funds as these guys charge you a management fee per year to do basically nothing 1% a year compounded for managing your stuff is a really big drag in the long term. The ISA wrapper means a loss can offset against your income but the gains are not taxed. I use Hargreaves Lansdown. Simple to use platform and minimal performance/management fee. I personally try to keep my single stock punts to a minimum and stick it in a bunch of index tracking funds (that just track the FTSE100 at a lower cost). I also invest in gold via this.
</p>
<p>
P2P Lending (also via an ISA):
</p>
<p>
<a href="https://www.assetzcapital.co.uk/">https://www.assetzcapital.co.uk/</a>
</p>
<p>
Peer to Peer Lending can be done within an ISA wrapper (ISAs purely mean that the capital gains or interest you make within the wrapper are not taxable, BUT the losses are still tax deductible). Losses being tax deductible is generally a super powerful thing imagine a world where you earn 55k in a year, and in year 1 you lose 5k investing and in year 2 you gain 5k investing. Year 1 you can offset the loss vs your income so you get back from the government the 5k*40% tax rate = 2k as a cheque from them once you file your returns. The next year you dont get taxed on the gains (which would have been a 20% tax). So outside of the ISA across the two years youd have been down 1k due to the taxes, inside the ISA you are net up 2k. Its a really big difference! You can see that this becomes more and more useful the more you earn (i.e. the higher the tax rate that you are offsetting against) or the bigger the risks you are taking (i.e. youd have net made more through tax savings if in this analogy youd have lost &amp; made 10k).
</p>
<p>
Anyways P2P investing is where you log into a platform and can “buy loans” -&gt; i.e. put small amounts of money into lots of business loans. Lots of these loans appear to be for property investment as each loan is collateralised to a certain extent, but by putting small amounts into lots of different loans you still get some diversification benefit (spreading your risk across lots of assets means you are likely to suffer more frequent but small &amp; manageable losses, rather than one big showstopping loss). Most are circa 50-90% collateralised. Depending on the riskiness of the loans they pay between 5%-10% interest. This is another option on the riskier end of the spectrum but if you are allocating 90% of your capital to stuff thats super safe, its worth considering having a small proportion thats a bit riskier. I personaly use Assetz Capital the platform is easy to use and they have a “buffer fund” which means you as the investor are protected/compensated a bit by the fund if any of the loans sour.
</p>
<p>
SEIS &amp; EIS Share Investment:
</p>
<p>
Read this: <a href="https://www.whatinvestment.co.uk/eis-and-seis-tax-breaks-explained-2381293/">https://www.whatinvestment.co.uk/eis-and-seis-tax-breaks-explained-2381293/</a>
</p>
<p>
The tax-breaks you can get through this make this a “comparatively” low-risk, high reward option in investing. Yes you are investing in high risk companies, but a lot of the downside is being paid for by the government because you are allowed to take a tax break up front on your investment, AND offset any losses against any income you have earnt. This can be handy down the line, cause you are not too far away from being paid money thatll be taxed in the 40% tax rate bracket so the tax-offset on losses becomes more valuable at that point (and thatll be a few years down the line). SEIS &amp; EIS is the riskiest thing I am recommending in this and you shouldnt put too much in. Maybe 10% - 10k type amount. This is the chunk that could easily double over the course of 3 years.
</p>
<p>
Pension &amp; SIPPS
</p>
<p>
SIPPs are just a self managed pension giving you the ability to decide what it should be investing in AND, once again, eliminating the management fees that are entailed by products offered by the likes of Legal and General and co. Perhaps just sticking with your current pension is best whilst you get a handle on everything else. After that you could consider switching to a SIPP to eliminate management fees.
</p>
<p>
Generally putting money in your pension is also a good idea over the long term, provided you dont need the money soon for any kind of purchase. The reason why its good is that it, again, can be offset against your income tax. I.e. if you earnt 55k in a year. You stick 5k into your pension at the end of the tax year, file your self-assessment tax return and get sent a cheque for 2k. Hence youve taken 5k and INSTANTLY turned it into 7k. The only caveat is that you cant take the money out for a long time of course. However this is a good thing to do long term. So if you are ever in a situation where you are near or JUST over an income tax threshold (so 5k into the 50k say) it can be used as a way of reducing yourself under the 50k bracket again.
</p>
<p>
Summary of Advice
</p>
<p>
If I had to summarise what a lot of the things above hinge upon, is that you are trying to tilt the likelihood of making money in your favour by giving yourself the ability to offset losses/investment against your income tax, thereby getting back money that you would have otherwise been lost to the tax man. It converts a trade/bet from something that was 50:50 win/loss into better odds for yourself. The other options are about not having to pay tax when you make money which is effectively taking something thats structured 60:40 against you to make it back to a 50:50. The point is there is no magic formula where it tells you the specific things that you should invest in thatll definitely make money at 0 risk to yourself. Its about spreading your money across a number of bets which will, on average, make money, and when they do ensuring that they do so in the most tax efficient manner.
</p>
<p>
Once you have a handle on each of these possible ways of investing and deciding a ratio in terms of how much to put in each type, you can then focus on the detail of exactly what stocks or exactly what loans to put things into. As a young person, with a good stable income, you shouldnt be afraid to risk a bit more money as these are the years where you can, on a relative basis, afford to do so.
</p>
<p>
At random, I could suggest something like 40% savings accounts, 40% shares ISA, 10% Gold (within the ISA), 10% split between SEIS/EIS &amp; P2P. Its worth noting that the latter two are much more illiquid (takes longer to take your money back out once youve put it in P2P lending can be months, SEIS/EIS is 3 years so a factor worth considering in your plans). I think you as an individual having these things setup and with a small amount in them, allows you to feel them out, get comfortable with the concept, and then down the line once you feel more in control you can start to allocate as you see fit.
</p>
<p>
Investment Goal:
</p>
<p>
We briefly mentioned it but you should roughly calibrate the “expected return” of your portfolio to match your goals. Lets say you want to buy a house in 3 years from now and the house you want to buy requires a deposit of 150k (assuming you save nothing per month from your income). I.e. you need to make 20k from your pre-existing 130k.
</p>
<p>
(150k/130k)<sup>(1/3)</sup> = 1.0488 -&#x2014; &gt; this means you need your investments to make roughly 4.88% per year for that 130k to grow into 150k in 3 years. Hence it tells you that if you are afraid of losing money and stick everything into your savings account at 1% for 3 years you simply arent going to get anywhere near the target. So either it means you need to change the target number, or re-think how risky you should be investing. At the very least doing those back of the envelope calculation puts things into perspective.
</p>
</div>
<div id="postamble" class="status">
<p class="author">Author: user</p>
</div>
</body>
</html>