Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mur disposition ids #6550

Merged
merged 1 commit into from
Nov 12, 2024
Merged
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
36 changes: 18 additions & 18 deletions fec/data/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -941,27 +941,27 @@


mur_disposition_category_ids = OrderedDict([
('8', 'Dismiss and Remind'),
('9', 'Dismissed'),
('11', 'Dismissed-Low Rated'),
('12', 'Dismissed-Other'),
('13', 'Dismissed-Stale'),
('14', 'Dismiss pursuant to prosecutorial discretion'),
('15', 'Dismiss pursuant to prosecutorial discretion, and caution'),
('16', 'Enforcement - Disposition - Dismissed "Dismiss" - Dismiss and Caution'),
('23', 'No PCTB'),
('24', 'No RTB'),
('30', 'PCTB Finding'),
('41', 'RTB Finding'),
('42', 'RTB/NFA'),
('45', 'Take no action'),
('46', 'Take No Further Action'),
('3', 'Dismiss and Remind'),
('4', 'Dismissed'),
('5', 'Dismissed-Low Rated'),
('6', 'Dismissed-Other'),
('7', 'Dismissed-Stale'),
('8', 'Dismiss pursuant to prosecutorial discretion'),
('9', 'Dismiss pursuant to prosecutorial discretion, and caution'),
('10', 'Enforcement - Disposition - Dismissed "Dismiss" - Dismiss and Caution'),
('11', 'No PCTB'),
('12', 'No RTB'),
('13', 'PCTB Finding'),
('15', 'RTB Finding'),
('16', 'RTB/NFA'),
('17', 'Take no action'),
('18', 'Take No Further Action'),
])

suggested_mur_disposition_category_ids = OrderedDict([
('29', 'Probable Cause/NFA'),
('7', 'Conciliation: Pre Probable Cause'),
('6', 'Conciliation: Probable Cause'),
('14', 'Probable Cause/NFA'),
('1', 'Conciliation: Pre Probable Cause'),
('2', 'Conciliation: Probable Cause'),
])

primary_subject_ids = {
Expand Down