Full package when needed
The secure export flow can still generate the real file when the user needs it.
Some export flows need sensitive details. That does not mean the normal history screen should keep every private identifier around forever. A cleaner design is to generate the full package when needed and keep the stored history lighter by default.
That is the idea behind redacted export history in InEx Ledger.
The secure export flow can still generate the real file when the user needs it.
The retained history can keep status, dates, and verification context without exposing full sensitive fields by default.
If the underlying data changes later, the snapshot can be marked stale so old exports are not mistaken for current truth.
That is simply a better default for sensitive tax records.