Gross, tax and net
The parser separates CONCORD payouts from corporation tax rows and rolls them into gross, corp tax and net ISK totals for the session.
Wallet-paste calculator for incursion runners
Paste your wallet journal rows and read out gross income, corp tax, net income, session length, ISK per hour and average incursion site time — plus three charts that give you the visual picture of the session.
Schematic mockup — the real tool is interactive
Copy your wallet journal rows in-game
Paste the journal text into the tool
Parser pairs rewards with their corp tax
Publish a read-only shareable report URL
The parser separates CONCORD payouts from corporation tax rows and rolls them into gross, corp tax and net ISK totals for the session.
From the first and last journal timestamps it derives session duration and your ISK/h, the headline number for comparing incursion communities.
Reward-to-reward gaps give you average, minimum and maximum site execution time so you can spot a slow fleet or a fast one.
An echarts panel plots cumulative net ISK over time so you can see your payout curve climb across the session.
A stacked bar breaks each site into reward plus tax, and a histogram shows the distribution of site durations across the run.
Saving the analysis mints a read-only share URL backed by a persisted record; it works anonymously and the share pages are noindex, kept out of search.
Both US `1,234,567.89` and EU `1.234.567,89` ISK formats work. Same for dates — ISO and EU short. Whatever your client's language, it just parses.
Gross / tax / net are summed across all rows; session length is first-to-last reward; ISK/h is net ÷ session hours.
Time between consecutive CONCORD rewards = the site's effective execution time. The tool surfaces average, min, max and a histogram of all intervals.
Cumulative net ISK over time, per-site reward + tax bars, and a duration histogram. All from the same paste.
Nowhere. The tool is entirely client-side — your pasted wallet rows never leave the browser. No login, no tracking, no server roundtrip.
The parser only picks rows containing `CONCORD rewarded` (incursion rewards) and `Corporation tax` (the matching outgoing tax). Bounties and other income types are intentionally ignored.
Session duration is computed as `last reward time − first reward time`. If your session started before the first paid site, the displayed ISK/h is slightly optimistic. Trim the first reward away if you want the strict in-fleet rate.