> ## Documentation Index
> Fetch the complete documentation index at: https://gobl-regime-code.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Period

Period represents two dates with a start and finish.

## Schema ID

`https://gobl.org/draft-0/cal/period`

## Properties

| Title | Property | Type                          | Req. | Description                                                           |
| ----- | -------- | ----------------------------- | ---- | --------------------------------------------------------------------- |
| Label | `label`  | string                        |      | Label is a short description of the period.                           |
| Start | `start`  | [cal.Date](/draft-0/cal/date) | true | Start indicates when this period starts.                              |
| End   | `end`    | [cal.Date](/draft-0/cal/date) | true | End indicates when the period ends, and must be after the start date. |
