this.currency = new CurrencyParam("GBP");
this.intervalType = new IntervalTypeParam("weekly");
this.startDate = new ISODateParam("20070801");
this.endDate = new ISODateParam("20070901");
this.filteredTags = mock(Set.class);
this.account = mock(Account.class);
when(account.getRelativeId()).thenReturn(1);