valueflows

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

commit 2803adb92ac40bf07879d778f715052d860a85dd
parent 8d5998c15f95c656898b134aa4fc61f7002f86df
Author: Bob Haugen <bob.haugen@gmail.com>
Date:   Mon,  2 May 2016 09:25:54 -0500

draft
Diffstat:
Ause-cases/apartments.md | 25+++++++++++++++++++++++++
1 file changed, 25 insertions(+), 0 deletions(-)

diff --git a/use-cases/apartments.md b/use-cases/apartments.md @@ -0,0 +1,25 @@ +# Apartments + +Apartment = EconomicResource + +## Landlord: + * Rights: + * Rent out apartments + * Select tenants + * Collect rents + * Responsibilities: + * Maintain building + * Provide utilities + +## Tenant: +* Rights: + * Live in apartment +* Responsibilities: + * Pay rent + * Maintain condition of apartment + * Don't violate other tenants rights + +Tenants rights and responsibilities are usually detailed in a Lease document, which usually has a duration (e.g. one year) signed by both landlord and tenant. +Tenant may need to pay deposit (often one month's rent), which the landlord is responsible for returning when tenant leaves apartment in good condition at end of lease. + +Tenant may or may not have right to sublet.