Skip to content

Commit

Permalink
provide link to sample files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpung committed Jan 18, 2024
1 parent b0715ce commit 58c3a42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BlazorApp-Investment Tax Calculator/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<p>This application is designed to accept broker statements (only Interactive Brokers XML statement currently) and output taxable gains and losses according to normal trade matching rules.</p>
<p>Also report dividends and withholding tax paid by countries.</p>
<p>To sum up, this application assists you in filling out the SA106, SA108 tax forms.</p>
<p>To get started, gather some sample XML files and try to import them by going to the 'Import/Export' tab.</p>
<p>To get started, gather some sample XML files
<a href="https://github.com/alexpung/UK-Investment-tax-calculator/tree/master/UnitTest/System%20Test/Interactive%20brokers" class="link-primary">here</a>
and try to import them by going to the 'Import/Export' tab.</p>
<p>Your trade data is not uploaded anywhere. They never leave your browser thanks to the Blazor Webassembly framework. The calculation is entirely done in your browser.</p>
<p>Permission to use the software is granted under the MIT license.</p>

Expand Down

0 comments on commit 58c3a42

Please sign in to comment.