Financial period list
Accounting periods from your ERP.
Part of Financials in the register catalog.
- Register ID
financial_period_listUse this name to ask for the register. The API calls it a shelf ID.- Each record is
- A stateThe current value of something, replaced when it changes.
- Status
- AvailableFilled today from connected systems, uploads or public data.
- Data
- OrganisationPrivate to each organisation's own workspace.
- Version
- v1Current version.
Connectors
On the roadmap
Systems in the planned connector rollout that can fill this register. Partial means the system holds only some of its fields.
- MYOB Acumatica
Fields
11 fields: 3 required, 8 optional.
Required
Every record carries these fields.
- source_systemText
The system the period was read from.
Example:
D365_BUSINESS_CENTRAL- periodText
The canonical period key.
Example:
2026-07- period_startDate
The period's first day per the ERP.
Example:
2026-07-01
Optional
Present when the source system records them.
- period_endDate
The period's last day.
Example:
2026-07-31- financial_yearText
The fiscal year the period falls in, as the ERP's FY boundary implies.
Example:
FY2027- fiscal_year_startTrue or false
Whether this period begins a fiscal year.
- statusText
—.
Example:
open- basisText
open)- closed_atDate and time
When the period closed.
- allow_posting_fromDate
The start of the GL posting window.
- legal_entity_idText
The company the period belongs to.
Example record
A sample from Bridgeworks Group, Demiton's demonstration company. The values are illustrative; the shape is exactly what the contract describes.
{ "financial_year": "FY2027", "period": "2026-07", "period_end": "2026-07-31", "period_start": "2026-07-01", "source_system": "D365_BUSINESS_CENTRAL", "status": "open"}Use this contract
The contract is a standard JSON Schema (draft 2020-12) document, so any JSON Schema validator can check a record against it. Keywords starting with x-demiton- add Demiton's own meaning, such as units and requiredness, and validators ignore them.
https://docs.demiton.io/registers/financial_period_list/v1.jsonShow the full JSON Schema
Loading the schema…
Talk to the team
Tell us what you run - your ERP, field, payroll and document systems - and we will show you the registers Demiton would keep current from them, on your data, in a 30-minute call.