{
    "VND": {
        "name": "Vietnamese Dong",
        "iso": {
            "code": "VND",
            "number": "704"
        },
        "units": {
            "major": {
                "name": "dong",
                "symbol": "₫"
            },
            // Offically, dong has two minor values, just like CNY
            // 1 dong = 10 hao
            // 1 dong = 100 xu
            // Both are not being accepted in retail since 2004
            // If at all, use xu instead of hao as the preferred minor value
            "minor": {
                "name": "xu",
                "symbol": "",
                "majorValue": 0.01
            },
            "minor2": {
                "name": "Hào",
                "symbol": "",
                "majorValue": 0.1
            }
        },
        "banknotes": {
            "frequent": [
                "₫100",
                "₫200",
                "₫500",
                "₫1000",
                "₫2000",
                "₫5000",
                "₫10000",
                "₫20000",
                "₫50000",
                "₫100000",
                "₫200000",
                "₫500000"
            ],
            "rare": [
            ]
        },
        "coins": {
            "frequent": [
                "₫200",
                "₫500",
                "₫1000",
                "₫2000",
                "₫5000"
            ],
            "rare": [
            ]
        }
    }
}
