source: src/main/resources/genius/templates/anac/y2013/Acquisition/Acquisition-A-domain.xml

Last change on this file was 1, checked in by Wouter Pasman, 6 years ago

Initial import : Genius 9.0.0

File size: 1.9 KB
Line 
1<?xml version="1.0"?>
2<negotiation_template number_of_sessions="1">
3 <agent utility_space="" name="" class=""> </agent>
4 <agent utility_space="" name="" class=""> </agent>
5 <utility_space number_of_issues="0">
6 <objective index="0" description="" name="Acquisition" type="objective" etype="objective">
7 <issue index="1" name="Price" vtype="discrete" type="discrete" etype="discrete">
8 <item index="1" value="1 million $" />
9 <item index="2" value="2.5 million $" />
10 <item index="3" value="5 million $" />
11 <item index="4" value="8 million $" />
12 </issue>
13 <issue index="2" name="IP" vtype="discrete" type="discrete" etype="discrete">
14 <item index="1" value="IS receives all IP" />
15 <item index="2" value="IS receives the patents, industrial design rights and trade secrets" />
16 <item index="3" value="BI-Tech founders maintain all IP" />
17 </issue>
18 <issue index="3" name="Stocks" vtype="discrete" type="discrete" etype="discrete">
19 <item index="1" value="BI-Tech founders get 2%" />
20 <item index="2" value="BI-Tech founders get 2% + jobs at IS" />
21 <item index="3" value="BI-Tech founders get 5%" />
22 <item index="4" value="BI-Tech founders get 5% + jobs " />
23 </issue>
24 <issue index="4" name="EmployeeAgreements" vtype="discrete" type="discrete" etype="discrete">
25 <item index="1" value="salary raise of 15%" />
26 <item index="2" value="same conditions" />
27 <item index="3" value="private contracts" />
28 <item index="4" value="half fired and half private contracts" />
29 </issue>
30 <issue index="5" name="Legal Liability" vtype="discrete" type="discrete" etype="discrete">
31 <item index="1" value="past activities remains with Bi-Tech" />
32 <item index="2" value="IS liable for all activities" />
33 </issue>
34 </objective>
35 </utility_space>
36</negotiation_template>
Note: See TracBrowser for help on using the repository browser.