We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
earnings_summary
re
oci_summary
aoci
https://www.fasb.org/Page/Document?pdf=Concepts_Statement_8-Chapter_4-Elements.pdf&title=CONCEPTS%20STATEMENT%20NO.%208%E2%80%94CONCEPTUAL%20FRAMEWORK%20FOR%20FINANCIAL%20REPORTING%E2%80%94CHAPTER%204,%20ELEMENTS%20OF%20FINANCIAL%20STATEMENTS
https://minfin.gov.ru/ru/perfomance/accounting/accounting/standart/positions/
The text was updated successfully, but these errors were encountered:
Pulling re:
earning_summary
Same for pulling aoci
Sorry, something went wrong.
class Role: equity_account: str summary_account: str collects: list[str]
There should be two roles Role("re", "earnings_summary") and Role("aoci", "oci_summary") where collects covers all of income and expense accounts.
Role("re", "earnings_summary")
Role("aoci", "oci_summary")
ChartDict -> (Role, Role) -> Journal Journal -> (Role, Role) -> [ClosingEntry] -> Journal -> IncomeStatement Journal -> (Role, Role) -> [ClosingEntry] -> Journal -> BalanceSheet
ChartDict -> (Role, Role) -> Journal
Journal -> (Role, Role) -> [ClosingEntry] -> Journal -> IncomeStatement
Journal -> (Role, Role) -> [ClosingEntry] -> Journal -> BalanceSheet
Maybe should add account subtype, eg. income, expense, oci_accounts, oce_accounts.
No branches or pull requests
earnings_summary
re
(retained earnings)oci_summary
aoci
(accumulated other compehensive income)https://www.fasb.org/Page/Document?pdf=Concepts_Statement_8-Chapter_4-Elements.pdf&title=CONCEPTS%20STATEMENT%20NO.%208%E2%80%94CONCEPTUAL%20FRAMEWORK%20FOR%20FINANCIAL%20REPORTING%E2%80%94CHAPTER%204,%20ELEMENTS%20OF%20FINANCIAL%20STATEMENTS
https://minfin.gov.ru/ru/perfomance/accounting/accounting/standart/positions/
The text was updated successfully, but these errors were encountered: