FixedDatePeriod: BaseDatePeriod & {
    endDate: Date;
    startDate: Date;
    type: "fixed";
}