1# example risk specification using "interest rate" losses
2categories {
3    one, two, three
4}
5prior {
6    1, 1, 1
7}
8loss_matrix {
9"" one   [ 0,               (1.1)^complexity,  (1.0)^complexity ]
10"" two   [(1.1)^complexity, 0,                 (1.7)^complexity ]
11"" three [(1.5)^complexity, (1.01)^complexity, 0 ]
12}
13
14