Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions ccdb/fields.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,18 @@ <h3>Field reference</h3>
<td data-label="Data type">number</td>
<td data-label="Notes"></td>
</tr>
<tr>
<td data-label="Field name">Congressional District</td>
<td data-label="Description">The congressional district is derived by the mailing address provided by the consumer and is auto populated. This filter can be narrowed down by typing in the US state followed by the congressional district number. Ex: Maryland Congressional District 4</td>
<td data-label="Data type">plain text</td>
<td data-label="Notes">The Congressional District that is returned when the address is validated.</td>
</tr>
<tr>
<td data-label="Field name">MSA</td>
<td data-label="Description">The Metropolitan Statistical Area (MSA) is derived by the mailing address provided by the consumer and is auto populated. This filter can be narrowed down by typing in a city. Ex: Richmond, VA Metro Area</td>
<td data-label="Data type">plain text</td>
<td data-label="Notes">The MSA ID that is returned when the address is validated.</td>
</tr>
</tbody>
</table>

Expand Down