OBJECT
type AgencyCompanyCurrencyRate {agencyCompanyId: Int fromCurrencyId: Int toCurrencyId: Int rate: Float created: String modified: String fromCurrency: Currency toCurrency: Currency }