From fffc59b58c442ce9e9e758045643017e381999f9 2013-11-13 14:33:23 From: Bradley M. Kuhn Date: 2013-11-13 14:33:23 Subject: [PATCH] Add tracking income type Use Case. --- diff --git a/UseCases.mdwn b/UseCases.mdwn index 70cacd807cbc77458012b4b67bd4a9a8511984f8..32ed9e70c660baac0e132a5ed09a7c2971f4a5b8 100644 --- a/UseCases.mdwn +++ b/UseCases.mdwn @@ -18,3 +18,4 @@ You should add your use case as a subpage of the [[UseCases]] page, to create a - [[Fund Accounting|UseCases/FundAccounting]] - [[Double-entry Accounting|UseCases/DoubleEntryAccounting]] - [[API|UseCases/API]] +- [[TrackingIncomeType|UseCases/TrackingIncomeType]] diff --git a/UseCases/TrackingIncomeType.mdwn b/UseCases/TrackingIncomeType.mdwn new file mode 100644 index 0000000000000000000000000000000000000000..299734062cad62c0542b81c43e9dd743d444e3f4 --- /dev/null +++ b/UseCases/TrackingIncomeType.mdwn @@ -0,0 +1,14 @@ +# Tracking Income Type + +As a 501(c)(3) non-profit manager, I need to track various income types. +Specifically, there are three types of income that can be generated: + + * Grants and donations + * Related Business Income (RBI) + * [Unrelated Business Taxable Income (UBTI)](http://www.irs.gov/Charities-&-Non-Profits/Unrelated-Business-Income-Defined) + +Sometimes, these income types may go to the same account. For example, a +conference sponsorship may generate some amount of UBTI if some amount of +advertising was part of the sponsorship. Thus, this categorization should +not be encoded into the account name, but is rather meta-data about specific +transactions.