struct Balance {
    let pointsValue: Int
    let monetaryValue: Double
}