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

Find clusters of politicians spending with companies owned by each others relatives #18

Open
Irio opened this issue Aug 21, 2016 · 3 comments

Comments

@Irio
Copy link
Collaborator

Irio commented Aug 21, 2016

According to "ATO DA MESA Nº 43, DE 21/5/2009 Art. 4º § 13", no expense can be reimbursed if made with companies where the applicant (politician) is owner, partner or relative (maximum of third degree).

Politicians may know about this and have groups to "exchange expenses" to cheat the law. e.g. Politician A pays for Politician B's relatives; Politician B pays for Politician A's relatives.

@danielbdias
Copy link

Hi, guys ! Maybe one datasource which could help us is: http://proprietariosdobrasil.org.br/
In this site we have the relationship between companies and show who owns that companies.

Unfortunately, this site is offline today. =/ I will check again later or contact the owner of this website.

@cuducos cuducos modified the milestone: Roadmap: Nepotism Nov 7, 2016
@thiagobrito
Copy link

thiagobrito commented Dec 8, 2016

Here we have tree situations:

  1. The congressman spent the money on his own company.
    This case we just need to collect the CNPJ from the company, get the information from https://www.receitaws.com.br/v1/cnpj/{CNPJ} and check if he is one of the owner this one is easy.

I'm working on this.

  1. The congressman spent the money in a company that belongs to a partner:
    This case is harder, because we don't have the full database of CNPJs to correlate and know who are his partners. In this case we have the web site www.consultasocio.com that give us this information, but we need to figure out how to get this without have our IP banned. I tried to contact the administrator in order to get some help.

I'm trying to figure out how to collect this information.

  1. The congressman spent the money in a company that belongs to a relative:
    This case hard, we don't have a database of relatives yet (only parents), we have the issue Develop an algorithm to give the probability of a certain partner be a relative of the congressperson  #98 that tries to identify the possibility of a person be a relative. But I think that we really need a database with this information and spend some time to create it.

Any ideas about, how todo this fast?

@cuducos
Copy link
Collaborator

cuducos commented Dec 8, 2016

That's what we're trying to do ; )

I'm trying to figure out how to collect this information.

Any ideas about, how todo this fast? #21

Any ideas about, how todo this fast?

No, but you might want to check #15 and #98 (and yet PR #119)

thiagobrito pushed a commit to thiagobrito/serenata-de-amor that referenced this issue Dec 15, 2016
…companies owned by each others relatives.
@cuducos cuducos removed this from the Roadmap: Nepotism milestone Mar 24, 2017
cuducos added a commit that referenced this issue Feb 28, 2018
Ensure left merge when loading reimbursements in main script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants