-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
96 lines (95 loc) · 3.12 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# "SF" abbreviates Scale Factor
# "infl:" influence per involved master data object
# > 0 good master data increases value
# < 0 good master data decreases value
MasterData:
Employee:
offset: 20 # minimum number of employees
growth: 10 # additional employees per SF
good: 0.1 # proportion of good employees
bad: 0.1 # proportion of bad employees
Product:
offset: 900 # minimum number of products
growth: 100 # additional products per SF
good: 0.1 # proportion of good products
bad: 0.1 # proportion of bad products
price: # list price per unit
min: 0.5
max: 8.5
Customer:
offset: 50 # minimum number of customers
growth: 5 # additional employees per SF
good: 0.1 # proportion of good products
bad: 0.1 # proportion of bad products
Vendor:
offset: 10 # minimum number of vendors
growth: 2 # additional vendors per SF
good: 0.1 # proportion of good products
bad: 0.1 # proportion of bad products
Logistics:
offset: 10 # minimum number of logistics companies
growth: 0 # additional logistics companies per SF
good: 0.1 # proportion of good logistics companies
bad: 0.1 # proportion of bad logistics companies
FoodBrokerage:
Process:
growth: 10000 # number of simulated cases per SF
date: # simulated period
min: 2013-01-01
max: 2013-12-31
Quotation:
lines: # number of lines per quotation
min: 1
max: 20
margin: # sales margin
base: 0.05
infl: 0.02
quantity: # product quantity
min: 1
max: 100
SalesOrder:
conf_prob: # probability of confirmation
base: 0.6
infl: 0.2
line_prob: # probability of turning a
base: 0.9 # QuotationLine into a SalesOrderLine
infl: 0.0
days2conf: # confirmation delay
min: 0
max: 20
infl: 5
days2delivery: # agreed delivery time
min: 2
max: 4
infl: 1
days2purchase: # delay to PurchOrder
min: 0
max: 2
infl: 2
days2invoice: # delay to SalesInvoice
min: 0
max: 3
infl: 2
PurchOrder:
days2delivery: # delay to DeliveryNote
min: 0
max: 1
infl: 2
days2invoice: # delay to PurchInvoice
min: 2
max: 5
infl: -3
price_variation: # variation of actual purchase price
base: 0.01
infl: -0.02
Complaints:
Ticket:
bad_quality: # probability of bad quality complaints
base: 0.05
infl: -0.1
sales_refund: # relative refund to customers
base: 0.1
infl: -0.05
purch_refund: # relative refund from vendors
base: 0.1
infl: 0.05