$this->id, 'code' => $this->code, 'name' => $this->name, 'symbol' => $this->symbol, 'decimal_places' => $this->decimal_places, 'exchange_rate_to_base' => $this->exchange_rate_to_base, 'is_base' => $this->is_base, 'is_active' => $this->is_active, ]; } }