{"renderer":{"type":"uniqueValue","valueExpression":"// This Arcade expression defines if a census tract is considered\n// a \"low-income community\" as defined by the 45D(e) outline\n// It then defines if a tract is qualified to be considered as an \n// Opportunity Zone\n\n// start by assigning all tracts as \"not qualified\" so that it is \n//only assigned when it meets one of the requirements\nvar qualified = \"Not Qualified\"\n\n\n// The poverty rate is at least 20%\nif($feature[\"B17020_calc_pctPovE\"] >= 20){\n qualified = \"Qualified\"\n};\n\n// or\n// if in a metropolitan area, the greater of 80% of either the \nif($feature.MetroArea == \"Yes\"){\n if($feature[\"Tract_Family_Income\"] < (max(.8*$feature[\"State_Family_Income\"], .8*$feature[\"Metro_Family_Income\"]))){\n qualified = \"Qualified\"\n };\n};\n\n// if not in a metro area,\n// the median family income does not exceed 80 percent of statewide median family income\nif($feature.MetroArea != \"Yes\"){\n if ($feature[\"Tract_Family_Income\"] < .8*($feature[\"State_Family_Income\"])){\n qualified = \"Qualified\"\n };\n};\n\nif(ISEmpty($feature[\"B17020_calc_pctPovE\"])){\n qualified = \"Not Qualified\"\n}\nif($feature[\"B17020_calc_pctPovE\"] < 20 && $feature[\"Tract_Family_Income\"] == null){\n qualified = \"Not Qualified\"\n}\n\nreturn qualified;","valueExpressionTitle":"Low Income Qualification","uniqueValueGroups":[{"heading":"","classes":[{"label":"Not Qualified","description":"Not Qualified","symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[89,88,88,0],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[145,145,145,51],"width":0.41}},"values":[["Not Qualified"]]},{"label":"Qualified","description":"Qualified","symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[168,0,0,255],"outline":{"type":"esriSLS","style":"esriSLSNull","color":[218,242,234,73],"width":0}},"values":[["Qualified"]]}]}],"uniqueValueInfos":[{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[89,88,88,0],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[145,145,145,51],"width":0.41}},"value":"Not Qualified","label":"Not Qualified"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[168,0,0,255],"outline":{"type":"esriSLS","style":"esriSLSNull","color":[218,242,234,73],"width":0}},"value":"Qualified","label":"Qualified"}],"fieldDelimiter":",","visualVariables":[{"type":"sizeInfo","valueExpressionTitle":"Custom","valueExpression":"$view.scale","stops":[{"size":2,"value":157563},{"size":1,"value":492384},{"size":0.5,"value":1969535},{"size":0,"value":3939070}],"target":"outline","axis":"height","valueUnit":""}]},"scaleSymbols":true,"transparency":0,"labelingInfo":null}
HasZ: false
HasM: false
Has Attachments: false
Has Geometry Properties: true
HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText
County (type: esriFieldTypeString, alias: County, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)
B17020_001E (type: esriFieldTypeInteger, alias: Total Population for whom Poverty Status is Determined, SQL Type: sqlTypeOther, nullable: true, editable: true)
B17020_001M (type: esriFieldTypeDouble, alias: Total Population for whom Poverty Status is Determined - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)
B17020_002E (type: esriFieldTypeInteger, alias: Population whose income in the past 12 months is below federal poverty level, SQL Type: sqlTypeOther, nullable: true, editable: true)
B17020_002M (type: esriFieldTypeDouble, alias: Population whose income in the past 12 months is below federal poverty level - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)
B17020_calc_pctPovE (type: esriFieldTypeDouble, alias: Percent of Population whose income in the past 12 months is below poverty level, SQL Type: sqlTypeOther, nullable: true, editable: true)
B17020_calc_pctPovM (type: esriFieldTypeDouble, alias: Percent of Population whose income in the past 12 months is below poverty level - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)
B17020_calc_numTotChildE (type: esriFieldTypeInteger, alias: Child Population (under 18 years) for whom Poverty Status is Determined, SQL Type: sqlTypeOther, nullable: true, editable: true)
B17020_calc_numTotChildM (type: esriFieldTypeInteger, alias: Child Population (under 18 years) for whom Poverty Status is Determined - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)
B17020_calc_numChildPovE (type: esriFieldTypeInteger, alias: Child Population (under 18 years) whose income in the past 12 months is below poverty level, SQL Type: sqlTypeOther, nullable: true, editable: true)
B17020_calc_numChildPovM (type: esriFieldTypeInteger, alias: Child Population (under 18 years) whose income in the past 12 months is below poverty level - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)
B17020_calc_pctChildPovE (type: esriFieldTypeDouble, alias: Percent of Children (under 18 years) whose income in the past 12 months is below poverty level, SQL Type: sqlTypeOther, nullable: true, editable: true)
B17020_calc_pctChildPovM (type: esriFieldTypeDouble, alias: Percent of Children (under 18 years) whose income in the past 12 months is below poverty level - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)
NAME_1 (type: esriFieldTypeString, alias: Metro Area Name, SQL Type: sqlTypeOther, length: 8000, nullable: true, editable: true)
Metro_Family_Income (type: esriFieldTypeInteger, alias: Metro Median Family Income, SQL Type: sqlTypeOther, nullable: true, editable: true)
Metro_Family_Income_MOE (type: esriFieldTypeInteger, alias: Metro Median Family Income - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)
State_Family_Income (type: esriFieldTypeInteger, alias: State Median Family Income, SQL Type: sqlTypeOther, nullable: true, editable: true)
State_Family_Income_MOE (type: esriFieldTypeInteger, alias: State Median Family Income - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)
Tract_Family_Income (type: esriFieldTypeInteger, alias: Tract Median Family Income, SQL Type: sqlTypeOther, nullable: true, editable: true)
Tract_Family_Income_MOE (type: esriFieldTypeInteger, alias: Tract Median Family Income - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)