An insurance company organizes its data to track both current and expired policies within a single table, using start_date, end_date, and an active flag (True for current, False for expired policies). What type of Slowly Changing Dimension (SCD) does this approach represent?