CalendarPeriodTypeΒΆ

class inmydata.CalendarAssistant.CalendarPeriodType(value)

Bases: Enum

Enum for different calendar period types. This enum defines the types of financial periods.

year

Represents the financial year.

Type:

int

month

Represents the financial month.

Type:

int

quarter

Represents the financial quarter.

Type:

int

week

Represents the financial week.

Type:

int

month = 2
quarter = 3
week = 4
year = 1