$this->id, 'products_id' => $this->products_id, 'presentation' => Product::find($this->products_id)->value('presentation'), 'fact_sheet' => Product::find($this->products_id)->value('fact_sheet'), 'company_name' => $this->company_name, 'slug' => $this->slug, 'sector' => $this->sector, 'about_company' => $this->about_company, 'key_performance_metrics' => $this->key_performance_metrics, 'minimum_investment' => $this->minimum_investment, 'total_deal_size' => $this->total_deal_size, 'tenure' => $this->tenure, 'pre_tax_irr' => $this->pre_tax_irr, 'coupon_rate' => $this->coupon_rate, 'vendor' => $this->vendor, 'recourse_on' => $this->recourse_on, 'settlement_date' => $this->settlement_date, 'payout_frequency' => $this->payout_frequency, 'payment_obligor' => $this->payment_obligor, 'security_structure' => $this->security_structure, 'minimum_investment_in_int' => $this->minimum_investment_in_int, ]; } }