From 7a8364a5d2374af0508e97b653eb499a20aaffd8 2013-11-06 13:52:42 From: Bradley M. Kuhn Date: 2013-11-06 13:52:42 Subject: [PATCH] Initial try at writing up a fund accounting use case. --- diff --git a/UseCases.mdwn b/UseCases.mdwn index 329610922b20b8113974c295e47d4e1ea1ab5d8f..dd806e71858a30f3236499ea4b0b4590944f17c1 100644 --- a/UseCases.mdwn +++ b/UseCases.mdwn @@ -15,3 +15,4 @@ You should add your use case as a subpage of the [[UseCases]] page, to create a - [[GeneratingReports]] - [[Collaborating]] +- [[Fund Accounting|UseCases/FundAccounting]] \ No newline at end of file diff --git a/UseCases/FundAccounting b/UseCases/FundAccounting new file mode 100644 index 0000000000000000000000000000000000000000..944f89c1f8cf79ca829f97fda8e36741363fe08b --- /dev/null +++ b/UseCases/FundAccounting @@ -0,0 +1,55 @@ +# Fund Accounting + +Many non-profits, in particular a +[fiscal sponsor](http://en.wikipedia.org/wiki/Fiscal_sponsorship), use some +form of [fund accounting](http://en.wikipedia.org/wiki/Fund_accounting) to +handle accounting tracking of income and expenses for specific projects, or +funds. + +In fiscal sponsors, these funds are typically classified by auditors and/or +accountants as "temporarily restricted assets", and spending of the assets +are governed by a fiscal sponsorship agreement +([[see examples below|FundAccounting#Other_Resources]]). + +## Fund Report + +The "fund report" is a shorthand name for a Temporarily Restricted Net Assets +Report. This report shows the temporarily restricted income, expenses and +assets. (An example of such a report can be found on page 6 of +[Conservancy's FY 2011 Audited Financial statement](http://sfconservancy.org/docs/conservancy_independent-audit_fy-2011.pdf).) + +## Subset of the Books + +Ultimately, any account system that truly supports fiscal sponsorship must +provide all functions, reports, editing, interaction and viewing to allow a +user to view a "subset" of the books that are specific to any given fund. In +essence, the books of a fiscal sponsoring org are proper superset of all the +books of its projects. + +Thus, an individual project contributor wants to: + +- View the books for that project as an independent set, unencumbered by + transactions for other projects. + +- [[Generate reports|UseCases/GenerateReports]] for that project's financial + data, and have those reports only include data specific to that project. + +The non-profit administrators want to: + +- View the entire set of books for the organization, treating all income, + expenses, and assets as belonging to the entire org, and only seeing the + differences treating the project funds merely as "temporarily restricted + assets". + +- Be able to perform operations that span the entire books, such as + reconciling bank accounts that are contain funds temporarily restricted for + different projects. + +## Other Resources + +### Examples of Fiscal Sponsorship Agreements + +- [[Software Freedom Conservancy's fiscal sponsorship agreement template]](http://sfconservancy.org/members/apply/ConservancyFSATemplate.pdf) +- [[Insight Center for Community Economic Development fiscal sponsorship agreement]](http://www.google.com/url?q=http://www.insightcced.org/uploads/publications/legal/721.pdf&sa=U&ei=4UR6UuCONNSrkQfz5YDYCw&ved=0CCAQFjAC&usg=AFQjCNG8usFKh8jSdMM9cG1SAOVUb2Neig) + +More about [fiscal sponsors from the National Council of Non-Profits](http://www.councilofnonprofits.org/resources/resources-topic/fundraising/fiscal-sponsors).