General ledger

JOURNAL_ENTRIES

All historical journal entries from the general ledger.

Column NameData TypeComment
FIRM_IDTEXTUnique identifier for the management firm. Used as both a primary key and a foreign key.
FIRM_NAMETEXTName of the investment firm.
FUND_UUIDTEXTUnique identifier for the fund. Used as both a primary key and a foreign key.
FUND_NAMETEXTName of the fund.
JOURNAL_ENTRY_IDTEXTUnique identifier for each journal entry in the general ledger.
POSTED_DATETIMESTAMP_NTZThe date at which the journal entry was posted.
AMOUNTNUMBERAmount of the journal entry.
JOURNAL_ENTRY_LINE_IDTEXTUnique identifier for each journal entry line in the general ledger.
ACCOUNT_TYPENUMBERThe code used to identify the type of the account related to the journal entry.
ACCOUNT_NAMETEXTThe name of the account related to the journal entry.
NORMAL_BALANCETEXTThe normal balance of the account related to the journal entry, indicating whether it is a debit or credit account.
ACCOUNT_DESCRIPTIONTEXTA description of the account related to the journal entry.
JOURNAL_ENTRY_DESCRIPTIONTEXTA description of the journal entry that may capture additional context about the journal entry.
EFFECTIVE_DATEDATEThe date at which the journal entry is effective.
EVENT_TYPETEXTThe type of event that triggered the journal entry.
REPORTING_TAGSTEXTComma-separated list of all reporting tags associated with this journal entry line.
REPORTING_TAGS_JSONTEXTJSON object containing reporting tags grouped by category name, with each category containing an array of tag names.
LAST_REFRESHED_ATDATETimestamp (UTC) indicating when this data was last refreshed during data pipeline execution