Map<String, dynamic> toJson() { return { 'periodoApuracao': periodoApuracao, 'operacoes': operacoes.map((o) => o.toJson()).toList(), }; }