import { ProfitLossItem } from './profit-loss-item'; export class ProfitLoss { startDate: string; finishDate: string; body: ProfitLossItem[]; footer: ProfitLossItem; }