package com.theorchard.totals.models case class MatchResult( txnId: Long, // activityRate: BigDecimal, adminType: String, exchangeRate: BigDecimal, exchangeToUSD: BigDecimal, mechanicalRate: BigDecimal, payeeCurrencyId: Int, quantity: Int, ringtoneRate: BigDecimal, royaltyRate: BigDecimal, saleCurrencyId: Int, unitPriceUSD: BigDecimal, withholdingTaxUSD: BigDecimal )