|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | | - <meta name="description" content="When you start tracking your money, you need to decide which budgeting approach to take. We explain zero-based, 50/30/20 budget plan and reverse budgeting here."> |
| 6 | + <meta name="description" content="If you're wondering what budgeting is, here we explain the concept as well as the different approaches to budgeting including zero based and the reverse budget."> |
7 | 7 | <meta name="author" content="Dean Blackborough"> |
8 | 8 | <title>What is Budgeting?</title> |
9 | 9 | <link rel="icon" sizes="48x48" href="{{ asset('images/favicon.ico') }}"> |
10 | 10 | <link rel="icon" type="image/png" sizes="192x192" href="{{ asset('images/favicon.png') }}"> |
11 | 11 | <link href="{{ asset('css/app.css') }}" rel="stylesheet"/> |
12 | | - <x-layout.open-graph title="What is Budgeting?" description="When you start tracking your money, you need to decide which budgeting approach to take. We explain zero-based, 50/30/20 budget plan and reverse budgeting here." /> |
13 | | - <x-layout.twitter-card title="What is Budgeting?" description="When you start tracking your money, you need to decide which budgeting approach to take. We explain zero-based, 50/30/20 budget plan and reverse budgeting here." /> |
| 12 | + <x-layout.open-graph title="What is Budgeting?" description="If you're wondering what budgeting is, here we explain the concept as well as the different approaches to budgeting including zero based and the reverse budget." /> |
| 13 | + <x-layout.twitter-card title="What is Budgeting?" description="If you're wondering what budgeting is, here we explain the concept as well as the different approaches to budgeting including zero based and the reverse budget." /> |
14 | 14 | </head> |
15 | 15 | <body> |
16 | 16 | <x-layout.navbar activeRoute="budgeting" /> |
|
55 | 55 | and out goings, thus creating a plan for how you’ll spend your money. It’s that simple. |
56 | 56 | </p> |
57 | 57 | <p class="mt-8 text-xl leading-8 text-gray-500"> |
58 | | - <x-helper.control.link.text :route="route('how-to-start-budgeting')" label="Starting a budget" /> |
59 | | - can help you to determine whether you’ll have enough cash-flow to do what you need/want to and can |
60 | | - help you to identify where you might be able to make savings. |
| 58 | + <x-helper.control.link.text :route="route('how-to-start-budgeting')" label="Starting a budget" /> |
| 59 | + can help you to determine whether you’ll have enough cash-flow to do what you need/want to |
| 60 | + and can help you to identify where you might be able to make savings. |
61 | 61 | </p> |
62 | 62 | <p class="mt-8 text-xl leading-8 text-gray-500"> |
63 | | - Budgeting can also help you to build up an emergency fund so that you're prepared for those |
64 | | - unexpected costs which catch most of us out. |
| 63 | + Budgeting can also help you to build up an emergency fund so that you're prepared for |
| 64 | + those unexpected costs which catch most of us out. |
65 | 65 | </p> |
66 | 66 | <p class="mt-8 text-xl leading-8 text-gray-500"> |
67 | | - There are several different approaches to budgeting and |
68 | | - what works for one person, may not work for someone else. |
69 | | - You can read about <x-helper.control.link.text route="https://budget-pro.costs-to-expect.com/our-budgeting-story" label="our-budgeting-story" /> |
70 | | - and the approach we decided to adopt. |
| 67 | + There are several different approaches to budgeting and what works for one person, may not |
| 68 | + work for someone else. You can read about |
| 69 | + <x-helper.control.link.text route="https://budget-pro.costs-to-expect.com/our-budgeting-story" label="our-budgeting-story" /> |
| 70 | + and the approach we decided to adopt on Budget Pro. |
71 | 71 | </p> |
72 | 72 | </div> |
73 | 73 | <div class="prose prose-lg prose-indigo mx-auto mt-6 text-gray-500"> |
74 | 74 |
|
75 | 75 | <h2>Zero-based budgeting</h2> |
76 | 76 |
|
77 | 77 | <p> |
78 | | - The aim of this approach is to ensure that every single pound (dollar/euro etc) of your |
79 | | - income is accounted for in your expenditure. Your income minus your expenses equals zero |
80 | | - every month. |
| 78 | + The aim of this approach is to ensure that every single pound (dollar/euro etc) of your |
| 79 | + income is accounted for in your expenditure. Your income minus your expenses equals |
| 80 | + zero every month. |
81 | 81 | </p> |
82 | 82 | <p> |
83 | | - So if you earn £2,000 per month, you will plan where every single £ will go. |
| 83 | + So if you earn £2,000 per month, you will plan where every single £ or $ will go. |
84 | 84 | </p> |
85 | 85 |
|
86 | 86 | <h2>50/30/20 Budget Plan</h2> |
87 | 87 |
|
88 | 88 | <p> |
89 | | - This is a common budget approach and allows much more flexibility. The goal is that 50% of |
90 | | - your income goes towards the essentials - food, mortgage/rent and bills. 30% goes towards |
91 | | - "wants", or what we call the "fun stuff" – takeouts, days out and holidays. |
| 89 | + This is a common budget approach and allows much more flexibility. The goal is that 50% |
| 90 | + of your income goes towards the essentials - food, mortgage/rent and bills. 30% goes |
| 91 | + towards "wants", or what we call the "fun stuff" – takeouts, days out and holidays. |
92 | 92 | </p> |
93 | 93 |
|
94 | 94 | <p> |
95 | | - Yes, you read that correctly - a budget is not about restricting what you spend, more |
96 | | - about planning what you spend. |
| 95 | + Yes, you read that correctly - <em>a budget is not about restricting what you spend</em>, |
| 96 | + more about planning what you spend. |
97 | 97 | </p> |
98 | 98 |
|
99 | 99 | <p> |
100 | 100 | The last 20% of your income goes into savings or investments. |
101 | 101 | </p> |
102 | 102 |
|
103 | | - <p> |
104 | | - <x-helper.control.link.text :route="route('register.view')" label="Our Budget Calculator" /> |
105 | | - provides an indication of which categories your expenses fall into. |
106 | | - </p> |
107 | | - |
108 | 103 | <h2>The Reverse Budget</h2> |
109 | 104 |
|
110 | 105 | <p> |
111 | | - This method of budgeting turns the traditional approach on its head by putting saving ahead |
112 | | - of any other expenses. Save first and then spend. This prioritises your financial goals such |
113 | | - as paying off debt or saving for a mortgage. Once you have put money towards your financial |
114 | | - goals, you then pay your essential costs. |
| 106 | + This method of budgeting turns the traditional approach on its head by putting saving |
| 107 | + ahead of any other expenses. Save first and then spend. This prioritises your financial |
| 108 | + goals such as paying off debt or saving for a mortgage. Once you have put money towards |
| 109 | + your financial goals, you then pay your essential costs. |
115 | 110 | </p> |
116 | 111 |
|
117 | 112 | <p> |
118 | | - With this budgeting method, you won't have much left over but whatever you have can be |
| 113 | + With this budgeting method, you won't have much left over but whatever you have can be |
119 | 114 | spent on the "fun stuff". |
120 | 115 | </p> |
121 | 116 |
|
|
124 | 119 | <p> |
125 | 120 | This approach to budgeting was coined by former MSN Money editor-in-chief |
126 | 121 | <x-helper.control.link.text route="https://web.archive.org/web/20130127123532/http://web.utah.edu/basford/personalfinance/handouts/budgeting/The60Solution.htm" label="Richard Jenkins" />, |
127 | | - who realised that traditional budgeting methods just weren't effective for him. His |
128 | | - budgeting approach is that 60% of gross income should go towards what Jenkins calls |
129 | | - "committed expenses" – mortgage, food, clothing etc. Jenkins acknowledges that 60% isn't a |
| 122 | + who realised that traditional budgeting methods just weren't effective for him. |
| 123 | + His budgeting approach is that 60% of gross income should go towards what Jenkins calls |
| 124 | + "committed expenses" – mortgage, food, clothing etc. Jenkins acknowledges that 60% isn't a |
130 | 125 | magic figure – just what works for his circumstances. |
131 | 126 | </p> |
132 | 127 |
|
133 | 128 | <p> |
134 | | - The remaining 40% is divided equally and allocated into four pots: retirement savings, |
135 | | - long-term savings (for bigger purchases), short-term savings (for holidays) and the |
| 129 | + The remaining 40% is divided equally and allocated into four pots: retirement savings, |
| 130 | + long-term savings (for bigger purchases), short-term savings (for holidays) and the |
136 | 131 | all-important "fun stuff". |
137 | 132 | </p> |
138 | 133 |
|
139 | 134 | <p> |
140 | | - Whatever your <x-helper.control.link.text :route="route('reasons-to-start-budgeting')" label="reason for starting a budget" /> |
141 | | - or whichever method of budgeting you opt for, our Budget App will help you take control of your |
142 | | - finances and plan your spending. <x-helper.control.link.text :route="route('landing')" label="Let's get started" />. |
| 135 | + Whatever your reason for starting a budget or whichever method of budgeting you opt for, |
| 136 | + our <x-helper.control.link.text :route="route('landing')" label="Free Budget App" /> |
| 137 | + will help you take control of your finances and plan your spending. |
| 138 | + However, if you’d like more advanced features for managing your budget, you can try our |
| 139 | + <x-helper.control.link.text route="https://budget-pro.costs-to-expect.com" label="Budget Pro App" />, it is free for the first 30 days and then just &19.99 for a lifetime license. |
143 | 140 | </p> |
144 | 141 |
|
145 | 142 | </div> |
|
0 commit comments