Please note if you moved during the tax year and you worked at two different
properties
then you need to do a separate calculation for the time spent at each
property.
@{ homeOfficeDeduction | formatMoney | currencySymbol }
This is how you work it out:
Square meterage of your home office | @{ homeOfficeSquareMeterage } | ||
Square meterage of your total property | @{ propertySquareMeterage } | ||
Percentage household costs you can claim | @{ (percentageOfPropertyClaimableCosts * 100).toFixed(2) } % | ||
Apportioned expenses ( breakdown: @{ (percentageOfPropertyClaimableCosts * 100).toFixed(2) }% x @{ sumFirstTypeOfCosts() | formatMoney | currencySymbol } ) | @{ apportionedExpense | formatMoney | currencySymbol } | ||
@{ cost.name } | @{ cost.value | formatMoney | currencySymbol } | ||
Total expenses to apportion | @{ sumFirstTypeOfCosts() | formatMoney | currencySymbol } | ||
Low value equipment | @{ additionalCosts[0].value | formatMoney | currencySymbol } | ||
Wear and tear | @{ additionalCosts[1].value | formatMoney | currencySymbol } | ||
Other (@{ additionalCosts[2].specified }) | @{ additionalCosts[2].value | formatMoney | currencySymbol } | ||
Total Home Office deduction | @{ homeOfficeDeduction | formatMoney | currencySymbol } |
You must include the Home office deduction under the "Other deductions" section in your ITR12, in the block for Home Office expenses.
For further clarification, please refer to our home office blog Deduction of Home Office Expenditure.
Impact on Capital Gains Tax:While people are eager to claim the home office tax deduction in order to reduce their taxable income (and ultimate tax liability), it's important to understand that claiming this expense may increase capital gains tax you will need to pay on your property when you dispose of it one day. For further clarfication, please read our blog here.