-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathbrl.json5
45 lines (45 loc) · 917 Bytes
/
brl.json5
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
{
"BRL": {
"name": "Brazilian real",
"iso": {
"code": "BRL",
"number": "986"
},
"units": {
"major": {
"name": "real",
"symbol": "R$"
},
"minor": {
"name": "centavo",
"symbol": "",
"majorValue": 0.01
}
},
"banknotes": {
"frequent": [
"R$2",
"R$5",
"R$10",
"R$20",
"R$50",
"R$100"
],
"rare": [
"R$1"
]
},
"coins": {
"frequent": [
"5",
"10",
"25",
"50",
"R$1"
],
"rare": [
"1"
]
}
}
}