mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
Correct BE signal on low income (#1877)
This commit is contained in:
parent
83fb0e875d
commit
4b9580c28a
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ export const IS_EXCEEDS_THRESH_WILDFIRE = 'WF_ET';
|
|||
|
||||
export const IS_EXCEED_BOTH_SOCIO_INDICATORS_M = 'N_EBSI';
|
||||
|
||||
export const POVERTY_BELOW_200_PERCENTILE = 'P200_PFS';
|
||||
export const POVERTY_BELOW_200_PERCENTILE = 'P200_I_PFS';
|
||||
export const IS_FEDERAL_POVERTY_LEVEL_200 = 'FPL200S';
|
||||
|
||||
export const HIGHER_ED_PERCENTILE = 'CA';
|
||||
|
|
Loading…
Add table
Reference in a new issue