package com.theorchard.preprocess.models import java.sql.Date case class Transaction( txnId: Long, activityRate: BigDecimal, countryId: Int, date: Date, isrc: String, labelId: Int, quantity: Int, saleCurrencyId: Int, storeId: Int, transactionTypeId: Int, unitPriceUSD: BigDecimal, upc: Long )