Field - cpa_scaling_factor_effective
Scaling factor for SMF70CPA_actual and SMF70CPA_actual_CBP wherever they are used, else 1.
Scaling factor for SMF70CPA_actual and SMF70CPA_actual_CBP wherever they are used, else 1.
The field is created using the following pseudocode:
cpa_actual_filter = (cpu_adjustment_factor_actual != 0) & (cpu_control_section_length > 224)
return cpa_scaling_factor.where(cpa_actual_filter, 1)