An insurance company stores its data in such a way that the start_date and end_date of all the current and expired policies can be fetched from a single table. Whenever a new policy is generated the record is added to the delta table with the active column set to True whereas the value remains False for the expired policies. Which type of slowly Changing Dimension(SCD) is followed by this delta table?