How do you reconstruct what a financial system observed at time T, years later?
2 コメント
Generally they do it via bitemporal modeling in databases: https://en.wikipedia.org/wiki/Bitemporal_modeling
Thanks for your reply.
Yes, bitemporal modeling helps with data lineage.
What I’m struggling with is reconstructing the process that produced an observation like ordering, constraints, fallbacks.. not just the data state.
Curious if you’ve seen that handled anywhere.
Not pitching anything, I’m genuinely trying to understand how others approach this.
thank you!