package com.tradecloud.domain.costing; public enum TransationCurrencySource { COSTING_CURRENCY, SALE_CURRENCY, SUPPLY_CURRENCY; }