- Sorry, there was an error processing record: -

Please contact us at [email protected]. We are sorry for the inconvenience.

Knowledgebase

Documents, videos, websites and more.

2006-2010 comparison of net assets (proxy for operating reserves)

- Sorry, there was an error processing record: -

Please contact us at [email protected]. We are sorry for the inconvenience.

Brief description or abstract:

select count(*) as count, sum(totrev), sum(exps), SUM( totrev-exps) as netinc, sum(fundbal) as net, avg(if(fundbal/exps * 100 <300, fundbal/exps * 100, null)) as avgNetAssets
from nccs.core2006pc where state in ('DC','MD','VA')
and substring(nteefinal,2,1) not in ('0','1');


select count(*) as count, sum(totrev), sum(exps), SUM( totrev-exps) as netinc, sum(fundbal) as net, avg(if(fundbal/exps * 100 <300, fundbal/exps * 100, null)) as avgNetAssets
from nccs.core2008pc
where state in ('DC','MD','VA')
and substring(nteefinal,2,1) not in ('0','1');


select count(*) as count, count(b.ein) as countAlive, sum(if( substring(ctaxper,1,4) >='2008' and cTotrev > 25000, 1,0)) as Filed990
from nccs.core2006pc a left join bmf.bm1008c3 b using (ein)
where a.state in ('DC','MD','VA')
and substring(a.nteefinal,2,1) not in ('0','1');


-- 4 years earlier
select count(*) as count, count(b.ein) as countAlive, sum(if( substring(ctaxper,1,4) >='2004' and cTotrev > 25000, 1,0)) as Filed990
from nccs.core2002pc a left join bmf.bm0605c3 b using (ein)
where a.state in ('DC','MD','VA')
and substring(a.nteefinal,2,1) not in ('0','1');

Posting type(s):
Links & Files
URL:
Regions & Topics
Geographic regions: United States
Topic(s):
Subtopic(s):
Number of "Likes":0
Number of Views:
Posting Details
Publication date: 0000-00-00
Tags
Tags:
Added 2010-09-27 by tpollak, Modified 2018-07-19 by rdana

Comments

No comments.