vineyardmike
4 hours ago
Am I being dumb or does this not actually contain the facts about the tax code? Is the /demo/all-facts file supposed to be the “real” facts? Are the XML fact files provided in another location?
It’s pretty cool to see the way that the IRS handles defining and maintaining its tax calculations, but also a machine-readable tax code seems cool too.
ronbenton
4 hours ago
I believe the actual IRS tax code implementation is in a separate repo here: https://github.com/IRS-Public/direct-file while the originally linked repo is the fact graph tooling decoupled from the tax implementation.
tyingq
3 hours ago
Look like many of them are specifically the xml files here:
https://github.com/IRS-Public/direct-file/tree/e0d5c84451cc5...
ronbenton
3 hours ago
I was just reading through those! A bit dizzying
kumavis
3 hours ago
specifically here https://github.com/IRS-Public/direct-file/tree/main/direct-f...
kmoser
43 minutes ago
From https://github.com/IRS-Public/fact-graph/blob/main/docs/fact...:
> Standardize Fact Dictionaries as a canonical format for declaratively modeling tax logic
MangoToupe
3 hours ago
As far as I am aware, fact just means shared assumption. This seems entirely reasonable for a tax code.