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

Research PPP data from https://www.federalpay.org/paycheck-protection-program #3

Open
dodgees opened this issue Feb 10, 2021 · 1 comment

Comments

@dodgees
Copy link
Member

dodgees commented Feb 10, 2021

See if there is a way for us to make use of this data. If it makes sense to put it in the API project, we can make some issues for that. If it is available another way (like another API), maybe add some issues to incorporate that data into the other projects like rental-lookup and landlords.

@jhannah-mm
Copy link

jhannah-mm commented Feb 24, 2021

I wrote a little program ppp_finder.pl which correlates Danni's LLC database to a 130MB file I downloaded of Aug 2020 PPP loan information.

Slack: https://codefornebraska.slack.com/archives/C01AUAT7L80/p1614131229025300

It's super naive. If Danni wants it to be less naive we could work on that.

✗ perl ppp_finder.pl
Memorizing LLCs...
Memorizing PPPs...
CREDIT MANAGEMENT SERVICES, INC.: $VAR1 = [
          'c $1-2 million'
        ];
EYMAN PLUMBING, INC.: $VAR1 = [
          'c $1-2 million'
        ];
PONDEROSA, LLC: $VAR1 = [
          'e $150,000-350,000'
        ];
TPC CORP.: $VAR1 = [
          'e $150,000-350,000'
        ];
INCORP SERVICES, INC.: $VAR1 = [
          'd $350,000-1 million'
        ];
WARREN PROPERTIES: $VAR1 = [
          'c $1-2 million'
        ];
TIMBERLAND PARTNERS, INC.: $VAR1 = [
          'b $2-5 million'
        ];
SELDIN COMPANY: $VAR1 = [
          'd $350,000-1 million'
        ];
VINEBROOK HOMES, LLC: $VAR1 = [
          'c $1-2 million'
        ];
TAB PROPERTY MANAGEMENT, INC.: $VAR1 = [
          'd $350,000-1 million'
        ];
FAY SERVICING, LLC: $VAR1 = [
          'a $5-10 million'
        ];
VAN, LLC: $VAR1 = [
          'd $350,000-1 million'
        ];
HOMEBUYERS INCORPORATED: $VAR1 = [
          'd $350,000-1 million'
        ];
LIBERTY PROPERTY MANAGEMENT COMPANY: $VAR1 = [
          'e $150,000-350,000'
        ];
THE MONEY SOURCE, INC.: $VAR1 = [
          'a $5-10 million'
        ];
RMC HOLDINGS, LLC: $VAR1 = [
          'e $150,000-350,000'
        ];
CAPITAL REALTY GROUP, INC.: $VAR1 = [
          'd $350,000-1 million'
        ];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants