{% set cgains = tax_report[tax_year]['CapitalGains'] %}
The figures below are only an estimate, they do not take into consideration other gains and losses in the same tax year, always consult with a professional accountant before filing.
Taxable gain*: | {% else %}Taxable gain: | {% endif %}{{cgains.cgt_estimate['taxable_gain']|valuefilter}} | |
Capital Gains Tax (Basic rate): | {{cgains.cgt_estimate['cgt_basic']|valuefilter}} | ({{cgains.cgt_estimate['cgt_basic_rate']|ratefilter}}) | |
Capital Gains Tax (Higher rate): | {{cgains.cgt_estimate['cgt_higher']|valuefilter}} | ({{cgains.cgt_estimate['cgt_higher_rate']|ratefilter}}) |
*{{cgains.cgt_estimate['allowance_used']|valuefilter}} of the tax-free allowance ({{cgains.cgt_estimate['allowance']|valuefilter}}) used
{% endif %}