GainRateResultView

struct GainRateResultView {
    let gainRate: Double
    let rounding: Rounding
}

What’s Next