-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchallenge-coins-two-side.json
110 lines (109 loc) · 1.89 KB
/
challenge-coins-two-side.json
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
103
104
105
106
107
108
109
110
{
"caption": "Coins with Color on Both Sides",
"footnotes": ["* No Mold Fee for Quantities over 300 coins"],
"priceMultiplier" : 1,
"pricable": [
"50",
"100",
"200",
"300",
"500",
"1000",
"2000",
"3000",
"5000"
],
"rows":[
{
"size": "1.50 Inch",
"50": 6.49,
"100": 3.90,
"200": 3.57,
"300": 3.44,
"500": 3.39,
"1000": 3.28,
"2000": 3.16,
"3000": 3.05,
"5000": 2.93,
"moldFee*": 100
},
{
"size": "1.75 Inch",
"50": 7.17,
"100": 4.47,
"200": 4.25,
"300": 4.01,
"500": 3.95,
"1000": 3.90,
"2000": 3.79,
"3000": 3.57,
"5000": 3.34,
"moldFee*": 125
},
{
"size": "2.00 Inch",
"50": 7.52,
"100": 4.93,
"200": 4.71,
"300": 4.58,
"500": 4.52,
"1000": 4.47,
"2000": 4.35,
"3000": 4.14,
"5000": 3.96,
"moldFee*": 150
},
{
"size": "2.25 Inch",
"50": 8.60,
"100": 5.60,
"200": 5.42,
"300": 5.21,
"500": 5.13,
"1000": 5.05,
"2000": 4.70,
"3000": 4.51,
"5000": 4.19,
"moldFee*": 175
},
{
"size": "2.50 Inch",
"50": 10.61,
"100": 6.61,
"200": 6.38,
"300": 6.23,
"500": 6.10,
"1000": 6.05,
"2000": 5.05,
"3000": 4.91,
"5000": 4.56,
"moldFee*": 200
},
{
"size": "2.75 Inch",
"50": 12.33,
"100": 7.27,
"200": 7.06,
"300": 6.92,
"500": 6.65,
"1000": 6.47,
"2000": 5.78,
"3000": 5.47,
"5000": 5.14,
"moldFee*": 250
},
{
"size": "3.00 Inch",
"50": 14.62,
"100": 7.92,
"200": 7.78,
"300": 7.58,
"500": 7.17,
"1000": 6.87,
"2000": 6.49,
"3000": 6.02,
"5000": 5.73,
"moldFee*": 300
}
]
}