File size: 2,012 Bytes
569e668
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
97
98
99
100
101
102
{
  "count": 200,
  "seed": 42,
  "distribution": {
    "vat_variant": {
      "implicit_rate_stated": 50,
      "implicit_no_rate": 50,
      "explicit_excluded": 52,
      "explicit_included": 48
    },
    "discount_variant": {
      "explicit_percentage": 34,
      "trade_terms": 33,
      "explicit_amount": 35,
      "obfuscated": 34,
      "none": 64
    },
    "number_format": {
      "english": 67,
      "swiss": 66,
      "german": 67
    },
    "layout": {
      "mixed": 66,
      "table": 67,
      "paragraph": 67
    },
    "consistency": {
      "correct": 120,
      "total_error": 40,
      "subtotal_error": 40
    },
    "edge_case": {
      "none": 180,
      "single_item": 5,
      "credit_note": 5,
      "reverse_charge": 5,
      "mixed_vat": 5
    }
  },
  "coverage_check": {
    "vat_variant": {
      "counts": {
        "implicit_rate_stated": 50,
        "implicit_no_rate": 50,
        "explicit_excluded": 52,
        "explicit_included": 48
      },
      "min": 48,
      "meets_min_10": true
    },
    "discount_variant": {
      "counts": {
        "explicit_percentage": 34,
        "trade_terms": 33,
        "explicit_amount": 35,
        "obfuscated": 34,
        "none": 64
      },
      "min": 33,
      "meets_min_10": true
    },
    "number_format": {
      "counts": {
        "english": 67,
        "swiss": 66,
        "german": 67
      },
      "min": 66,
      "meets_min_10": true
    },
    "layout": {
      "counts": {
        "mixed": 66,
        "table": 67,
        "paragraph": 67
      },
      "min": 66,
      "meets_min_10": true
    },
    "consistency": {
      "counts": {
        "correct": 120,
        "total_error": 40,
        "subtotal_error": 40
      },
      "min": 40,
      "meets_min_10": true
    },
    "edge_case": {
      "counts": {
        "none": 180,
        "single_item": 5,
        "credit_note": 5,
        "reverse_charge": 5,
        "mixed_vat": 5
      },
      "min": 5,
      "meets_min_10": false
    }
  }
}