-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
retained_earnings_ferc1
transform can't add previous year factoids for XBRL data
#2897
Closed
Tracked by
#2811
Comments
12 tasks
Enforcing the schema does allow the asset to build, which is good. The only remaining thing here, then, is figuring out why
|
If the "why is unretained earnings not in the table schema" issue causes problems in the future we will re-open. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the newly-extracted 2021 and 2022 data, we are getting this error when trying to materialize
retained_earnings_ferc1
:Which seems to be coming from there being no values in
earnings_type
that matchcurrent_year_types
:It looks like we expect there to be corresponding columns in the
retained_earnings_118_duration
SQLite table.The version from extractor 0.8.3, which is what we use in
dev
, has it, and has one record with a non-null value:but the version from extractor 1.1.1 doesn't have that - here are the records from the same entity ID:
Checking the XBRL schema, it does seem like these missing columns are expected, and that we just aren't including them because there are no actual values, so enforcing that schema might help.
I do also see a lot of
UnappropriatedRetainedEarnings
facts reported in the XBRL filings, but those are different fromUnappropriatedRetainedEarningsContraPrimaryAccount
. I seeUnappropriatedRetainedEarnings
as part of the XBRL taxonomy for the retained earnings table. But, I don't see it in the table schema when we extract it.The text was updated successfully, but these errors were encountered: