$this->id, 'name' => $this->name, 'type' => $this->type, 'type_label' => $this->getTypeLabel(), 'amount' => $this->amount, 'frequency' => $this->frequency, 'frequency_label' => $this->getFrequencyLabel(), 'start_date' => $this->start_date->format('Y-m-d'), 'end_date' => $this->end_date?->format('Y-m-d'), 'bucket_id' => $this->bucket_id, 'bucket_name' => $this->bucket?->name, 'description' => $this->description, 'is_active' => $this->is_active, 'monthly_equivalent' => $this->getMonthlyEquivalent(), ]; } }