in app/model/AWSCost.scala [44:47]
def totalSunkCost = (for { resList <- reservations.values res <- resList } yield res.sunkCost).sum