Permalink share
Every walker scenario can be encoded into the URL itself, so a colleague clicking the link sees the exact inputs and outputs. No account, no server-side storage, no tracking. The encoding follows RFC 3986 percent-encoding[RFC 3986].
How it works
The walker serialises its current state as a JSON object, base64-encodes it, and appends it as a URL fragment. The fragment never leaves the browser (servers do not see URL fragments). Pasting the link reproduces the exact scenario.
What is preserved
- All seven walker inputs (Net Income, Interest, Tax, Non-operating, D&A, SBC, Restructuring).
- The GAAP/Adjusted toggle position.
- The multi-year trend grid if used.
What is not preserved
- Annotations or comments. Add those in the slide or doc you paste the figures into.
- The 10-K snippet you pasted into the parser (privacy).
See CSV export for non-URL sharing.