Comment by nickff
11 hours ago
The problem with reporting often is that the reports must each be audited (which is time-intensive and expensive), and any errors subject the companies to class-action lawsuits (which only ever benefit the lawyers, but that is a separate matter).
I would also prefer more frequent reports, but only if they were less burdensome and risky.
The reports don't have to each be audited... reduce the auditing to twice a year, increase reporting to monthly... if your report requires remediation, you her bumped to quarterly audits
The company would probably be sued if there were any issues in one of the monthly reports; the money for the plaintiff lawyers is just too appealing. I think monthly 'informal' reports with some legal protections to allow for inaccuracies and inconsistencies, with biennial 'formal' reports would be wonderful. That said, I think allowing companies to select an appropriate reporting interval might be best.
Feels like a first world problem. If your company cannot afford to output accurate reports every month, maybe it shouldn’t be a company at all.
5 replies →
Longer periods between audited (aka "accurate") results will lead to compounding errors. Fewer people at the company will have a clear idea of how the company is doing. Audits are like CI for finances.
I agree that would be preferable if reporting were less expensive and (legally) risky, and what you're describing is definitely closer to the original intent of the rule (that of giving investors the information available to management), but it would make being a public company even more burdensome than it already is, and the number of public corporations is already in decline.
> it would make being a public company even more burdensome than it already is
Every company doesn't have to be public. The US taxpayer underwrites US securities markets, and companies that trade on our public markets have access to some of the deepest pools of low-cost liquidity in the world. But companies are obviously free to list elsewhere.
> the number of public corporations is already in decline.
Separate problem. IIRC HBS studied this and basically the issue is we stopped enforcing our anti-competition laws a while back[1]. So we end up with a fraction of firms that each sector would financially support. Both because it creates giants that are much harder to compete against, and because it allows mergers between competing firms that AFAIK could be deemed illegal under existing laws.
1 - See, for example the Robinson-Patman Act, whose dormancy allows big box retailers to exist. This law has never been repealed.
4 replies →
how much of that decline is due to mergers vs failing vs new private companies being formed instead?
In the us, quarterly financials are not audited, only annual financials
Perhaps the auditing needs to be done on the workflow process and once the automated code is in place there needs to be a traceable chain of modifications to it that need to be justified.
The "audit" certifies a certain hash of a repo that produces known-good results, and if you use a different commit in that repo you have explain in an SEC filing why you modified things.
Basically reproducible builds for financial results:
* https://en.wikipedia.org/wiki/Reproducible_builds
I know a few accountants, and I do not think this is possible. There is an incredible amount of manual adjustments that have to occur to get the books in order. I suspect the official process is 100% GAAP approved and great, but the messy reality has thousands of tweaks that were massaged all over the place to correct for one thing or another.
Yes, I know some accountants as well, as well as bookkeepers who have to do adjustments for things like 'timecards' and punching-in and -out: there's all sorts of adjusting that needs to be made.
But any "mistakes" that are made are simply corrected the next reporting period (whether that's monthly, fortnightly, weekly, or daily) in this more-frequent proposal.
The 'crunches' that occur at quarter/period-end are there because there is so much attention put on those reports because they're so infrequent. If the sampling rate is higher then errors are corrected that much sooner.
The reports are generated on the books in the state that they currently are in on a monthly/fortnightly/weekly/daily basis, and any adjustments will be "fixed" in the next reporting period. The reason why there's so much pressure to get them "correct" now is because of the (relatively) infrequent reporting. If you know that things will be 'sorted out' in a fortnight (two weeks), or whatever, there's less pressure now to get them "right".
There will be an expectation of less perfecttion and more corrections and better 'smoothing' due to the higher 'sampling rate'.
Isn't that the kind of toil that tends to get automated away with CI/CD?
You could report every month and audit every 6 months
I'm generally with the report often camp. It forces automation all the way down even the auditing.
Wouldn't the auditing be proportionally easier with less data in each report?
The reason for strong auditing and personal attestation is because left to their own devices, some companies will produce bullshit and hoodwink investors. Blame Enron.
https://www.britannica.com/topic/Sarbanes-Oxley-Act
Like the building and electrical code, these regulations were written in blood.
> The reason for strong auditing and personal attestation is because left to their own devices, some companies will produce bullshit and hoodwink investors. Blame Enron.
Except Enron's results were audited. By (now defunct) Arthur Anderson:
* https://en.wikipedia.org/wiki/Enron_scandal
* https://en.wikipedia.org/wiki/Arthur_Andersen#Collapse
The auditing already existed and didn't stop Enron (or WorldCom; see also the silliness of GE under Jack Welch).
Sure SOx added more rules, but it's not like folks were flying without a net before.