for (int i = 0; i < chunkList.size(); i++) {
ServiceContractPriceChunk chunk = chunkList.get(i);
String index = chunk.index;
String type = chunk.contractType;
String enterprise = directoryEnterprise.getItemFromID(chunk.enterpriseID).getTitle();
PolisDetails polisID = chunk.polisDetails;
HashMap<DirectoryServiceItem, Integer> priceMap = new HashMap<DirectoryServiceItem, Integer>();
HashMap<DirectoryServiceItem, Integer> moneyMap = new HashMap<DirectoryServiceItem, Integer>();
HashMap<DirectoryServiceItem, Integer> discountMap = new HashMap<DirectoryServiceItem, Integer>();
Iterator<Integer> it;