BudgetTimePeriod Class

The start and end date for a budget.

Constructor

BudgetTimePeriod(*args: Any, **kwargs: Any)

Variables

Name Description
start_date

The start date for the budget. Required.

end_date

The end date for the budget. If not provided, we default this to 10 years from the start date.

Attributes

end_date

The end date for the budget. If not provided, we default this to 10 years from the start date.

end_date: datetime | None

start_date

The start date for the budget. Required.

start_date: datetime