struct Currency {
    let name: String
    let code: String
    let symbol: String
}