You really have to handle it case-by-case, since it is business rules that defines when a obsolete record is relevant or not. For example, in some historical resports it would make sense to include sales to USSR, in other cases you would leave it out.
A general pattern would be to have a "relevant from/to" datatime field on the records. In that case historical reports can include the types which is relevant for the period. (A simpler solution would be a a boolean "obsolete" flag on the records, but since this does not indicate when it was relevant, it wont be as helpful for historical report.)
