Represents a timeseries period used in exchange rate data.
Field | Type | Required | Description |
---|---|---|---|
period_id |
Optional[str] | ➖ | The period ID. |
length_seconds |
Optional[int] | ➖ | The length of the period in seconds. |
length_months |
Optional[int] | ➖ | The length of the period in months. |
unit_count |
Optional[int] | ➖ | The unit count. |
unit_name |
Optional[str] | ➖ | The unit name. |
display_name |
Optional[str] | ➖ | The display name of the timeseries period. |