Sha256: 3d6be55c3f53a70706ec934429f2bdd76d7651ef729ed67d82dd4caabe56122a

Contents?: true

Size: 1.42 KB

Versions: 8

Compression:

Stored size: 1.42 KB

Contents

module Propublica
  module Nonprofits
    class Organization
      class FilingsWithDataParser < DynamicParser
        fields :tax_prd, :tax_prd_yr, :formtype, :pdf_url, :updated,
               :totrevenue, :totfuncexpns, :totassetsend, :totliabend,
               :pct_compnsatncurrofcr, :tax_pd, :subseccd, :unrelbusinccd,
               :initiationfees, :grsrcptspublicuse, :grsincmembers,
               :grsincother, :totcntrbgfts, :totprgmrevnue, :invstmntinc,
               :txexmptbndsproceeds, :royaltsinc, :grsrntsreal,
               :grsrntsprsnl, :rntlexpnsreal, :rntlexpnsprsnl, :rntlincreal,
               :rntlincprsnl, :netrntlinc, :grsalesecur, :grsalesothr,
               :cstbasisecur, :cstbasisothr, :gnlsecur, :gnlsothr, :netgnls,
               :grsincfndrsng, :lessdirfndrsng, :netincfndrsng,
               :grsincgaming, :lessdirgaming, :netincgaming,
               :grsalesinvent, :lesscstofgoods, :netincsales,
               :miscrevtot11e, :compnsatncurrofcr, :othrsalwages, :payrolltx,
               :profndraising, :txexmptbndsend, :secrdmrtgsend, :unsecurednotesend,
               :retainedearnend, :totnetassetend, :nonpfrea, :gftgrntsrcvd170,
               :txrevnuelevied170, :srvcsval170, :grsinc170,
               :grsrcptsrelated170, :totgftgrntrcvd509, :grsrcptsadmissn509,
               :txrevnuelevied509, :srvcsval509, :subtotsuppinc509,
               :totsupp509, :ein
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
propublica-nonprofits-1.1.1 lib/propublica/nonprofits/organization/filings_with_data_parser.rb
propublica-nonprofits-1.1.0 lib/propublica/nonprofits/organization/filings_with_data_parser.rb
propublica-nonprofits-1.0.0 lib/propublica/nonprofits/organization/filings_with_data_parser.rb
propublica-nonprofits-0.4.1 lib/propublica/nonprofits/organization/filings_with_data_parser.rb
propublica-nonprofits-0.4.0 lib/propublica/nonprofits/organization/filings_with_data_parser.rb
propublica-nonprofits-0.3.0 lib/propublica/nonprofits/organization/filings_with_data_parser.rb
propublica-nonprofits-0.2.0 lib/propublica/nonprofits/organization/filings_with_data_parser.rb
propublica-nonprofits-0.1.0 lib/propublica/nonprofits/organization/filings_with_data_parser.rb