You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have 3 new variables ma_tafdc_if_eaedc_ineligible - checks the amount of tafdc if eaedc is 0 ma_eaedc_if_tafdc_ineligible - checks the amount of eaedc if tafdc 0 ma_tafdc_larger_than_eaedc - checks whether ma_tafdc_if_eaedc_ineligible > ma_eaedc_if_eaedc_ineligible
Both ma_eaedc and ma_tafdc should be defined for ma_tafdc_larger_than_eaedc
This will allow us to have mutual exclusivity based on the programs
The text was updated successfully, but these errors were encountered:
We should have 3 new variables
ma_tafdc_if_eaedc_ineligible
- checks the amount of tafdc if eaedc is 0ma_eaedc_if_tafdc_ineligible
- checks the amount of eaedc if tafdc 0ma_tafdc_larger_than_eaedc
- checks whetherma_tafdc_if_eaedc_ineligible
>ma_eaedc_if_eaedc_ineligible
Both
ma_eaedc
andma_tafdc
should be defined forma_tafdc_larger_than_eaedc
This will allow us to have mutual exclusivity based on the programs
The text was updated successfully, but these errors were encountered: