{
    "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"
            ]
        }
    }
}