Skip to content

Commit

Permalink
Merge branch 'release/public-20210824' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pkfec committed Aug 24, 2021
2 parents 830dd50 + 5df86c3 commit 95c88e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fec/data/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def get_committee(committee_id, cycle):
com_type_glossary = 'Trade association'
elif com_org_type == 'V':
com_type_text = 'cooperatives'
com_type_glossary = ''
com_type_glossary = 'Cooperative'
# The three biggies which are also 'not' rules for committee_type
elif com_com_type == 'H':
com_type_text = '[H committee_type]'
Expand Down
4 changes: 4 additions & 0 deletions fec/fec/static/js/data/terms.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@
"term": "Contribution in the name of another",
"definition": "Giving money or anything of value, all or part of which was provided to the contributor by another person (the true contributor) without disclosing the source of the money or the thing of value to the recipient candidate or committee at the time the contribution is made; or making a contribution of money or anything of value and attributing as the source another person when in fact the contributor is the source. <a href=\"https://www.fec.gov/regulations/110-4/CURRENT#110-4-b\">11 CFR 110.4(b)</a>."
},
{
"term": "Cooperative",
"definition": "A cooperative is a voluntary economic association organized to provide economic services, without gain, to itself, and to the members who own and control it. A federated cooperative as defined in the Agricultural Marketing Act of 1929, 12 U.S.C. 1141j, or a rural cooperative eligible for assistance under chapter 31 or title 7 of the United States Code, may solicit the members of the cooperative's regional, state or local affiliates, provided that all of the political committees established, financed, maintained or controlled by the cooperative and its regional, state or local affiliates are considered one political committee for the purposes of the limitations in 11 CFR <a href=\"https://www.fec.gov/regulations/110-1/CURRENT#110-1\">110.1</a> and <a href=\"https://www.fec.gov/regulations/110-2/CURRENT#110-2\">110.2</a>."
},
{
"term": "Coordinated",
"definition": "Made in cooperation, consultation or concert with, or at the request or suggestion of, a candidate, a candidate’s authorized committee or their agents, or a political party committee or its agents. 11 CFR <a href=\"https://www.fec.gov/regulations/109-20/CURRENT#109-20\">109.20(a)</a>."
Expand Down

0 comments on commit 95c88e2

Please sign in to comment.