Table: fct_enrollment_schedule

Type: Fact Columns: 20

Description

This fact table provides the dates and times when an enrollment was scheduled to take place or will take place (up to 1 year into the future). The grain of the data is the date at which a child is scheduled to be in a class. This fact table, coupled with accompanying dimension tables, can help users to understand questions such as: For any time period, what is the enrolled student count for each class, school, or business? For any time period, what is the utilization rate for each class, school, or business? When are the underutilized days and times for each class, school, or business? What is the full-time equivalent (FTE) enrollment for each class, school, or business? What is the enrollment trend over time for each class, school, or business?

Columns

Column Name Type Description
record_key int32

Surrogate key integer

class_schedule_key int32

Surrogate key for the class schedule for the date (a surrogate key to the fct_class_schedule table)

fee_id string

Unique identifier for the fee

current_status string

Indicates whether the scheduled enrollment is currently active; enumerated: 'Active' or 'Cancelled'

calculated_cost double

Calculated cost for the enrolled day

calculated_subsidy double

Calculated expected subsidy for the enrolled day

discount double

Calculated recurring discount for the enrolled day

reason_for_no_calculated_cost string

Diagnostic information for the enrolled day when cost cannot be calculated

class_fee_key int32

A surrogate key to the fct_class_fee table

student_id string

Unique identifier for the student

account_id string

Unique identifier for the account

contract_id string

Unique identifier for the contract

business_id string

Unique identifier for the business

date date32[day]

The date when the scheduled enrollment takes place; a surrogate key to the dim_date table

week int32

The recurrence pattern of contract dates based on the frequency type (found in fct_enrollment); for weekly enrollments the value will always be 1, for "biweekly" enrollments, the value will be 1 for the first week (starting with the week of the contracts start date) and 2 for the second week, with each week recurring every other week and for "custom" enrollments, the value will be NULL, as they do not follow a standard pattern

scheduled_start_time_key int32

The time when the scheduled enrollment day begins; a surrogate key to the dim_time table

scheduled_end_time_key int32

The time when the scheduled enrollment day ends; a surrogate key to the dim_time table

scheduled_start_end_time string

The start and end time of the scheduled enrollment

data_current_as_of_utc timestamp[ns] No description provided.
source_type string No description provided.