valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit 227840ad6b39d3bbe94a4f6ae9af426189a3f752
parent ff5c1d9dcc0a31e7dc2daadcf494fe378c964b00
Author: elf Pavlik <elf-pavlik@hackers4peace.net>
Date:   Mon,  8 Aug 2016 18:31:12 -0500

Crowdfunding  In-kind + Monetary Hybrid

Diffstat:
Muse-cases/crowdfunding-in-kind.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/use-cases/crowdfunding-in-kind.md b/use-cases/crowdfunding-in-kind.md @@ -8,3 +8,11 @@ Crowdfinding In-kind has many different requirement than crowdfunding based on s * Similar to a 'threshold' used in monetary currency based crowdfunding. People can make commitments to provide requested resource with condition of all required inputs having commitments. Some inputs can get marked as 'optional' which works similar as 'optimal' amount of credits - higher than minimum 'threshold'. A checklist, with one item per 'resource type' replaces the numeric progress bar. * One can use [Dependent Demand - a Business Pattern for Balancing Supply and Demand](http://hillside.net/plop/plop97/Proceedings/haugen.pdf) to aggregate inputs of the top-level 'project process' + +## Variants + +### In-kind + Monetary Hybrid + +See: [modeling various matches between vf:Offer and vf:Request](https://github.com/valueflows/intent/issues/7) + +Hybrid variants combines in-kind and monetary currency based crowdfunding. For each *vf:Request* one can add matching *vf:Offer* which requires reciprocal transfer of monetary currency. Those offers act as fallback and requested ammount of monetary currency represent sum of all the fallback offers for requests which didn't find commitment of donation in-kind. For each new commitment of donating required resource in-kind, the requested amount of monetary currency gets decremented by the amount in fallback offer.