{% 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: | {{ cgains.ct_estimate['taxable_gain']|valuefilter }} | |
| Corporation Tax (Small profits rate): | {{ cgains.ct_estimate['ct_small']|valuefilter }} | ({{ cgains.ct_estimate['ct_small_rates']|ratesfilter }}) |
| Corporation Tax (Main rate): | {{ cgains.ct_estimate['ct_main']|valuefilter }} | ({{ cgains.ct_estimate['ct_main_rates']|ratesfilter }}) |
*Main rate used
{% endif %}