Skip to main content

GL Account Balance

Summary

Stores the total balance of a general ledger (GL) account for a specific company during a given fiscal year.

Data Definitions

Company

Data TypeField NameRulesAbout
MonetarybalanceZero or OneThe balance.
StringcompanyCodeZero or OneThe canonical code for the company.
StringfiscalYearZero or OneThe fiscal year.
GLAccountglAccountZero or OneThe GL account.
DateTimecapturedOnZero or OneThe date and time when the GL account balance were captured. This field indicates when the data was polled or captured, providing a timestamp for the accuracy of the statistics.

Note omitted fields: attributeField, extendedBy, externalIdentity, recordedBy, sourceSystemCode, sourceSystemId, uniqueText

Sample JSON

{
"@type": "GLAccountBalance",
"glAccount": "https://schema.limbergraph.com/limber/GLAccount#ca833891-1145-45f6-a641-0a4a77c60fb1",
"balance": {
"@type": "Monetary",
"decimalValue": "0.00",
"currency": "https://schema.limbergraph.com/limber/CurrencyUnit#NZD"
},
"fiscalYear": "2025",
"companyCode": "6900",
"capturedOn": "2024-10-03T15:30:00Z"
}