A data warehouse contains a customer dimension where, for compliance reasons, a complete and auditable history of every customer's address must be maintained.
When a customer moves, the previous address record must be preserved, and a new record with the new address must become the active record.
Which Slowly Changing Dimension (SCD) type is required to meet this specification?