export class PastYearMonthlyData { Period: string; Month: number; Year: number; Amount: number; Trail: number; Summary: string; }